@charset "utf-8";

div#content h1 {
	border-top: 3px solid #f2591c;
	height: 60px;
	background: url(../img/coupons/header/index.gif) left 10px no-repeat;
	text-indent: -9999px;
	}

div#content p {
	margin-bottom: 15px;
	}

div#content ul {
	margin: 0 -33px 15px 0;
	overflow: hidden;
	}

div#content ul li {
	display: inline;
	}

div#content ul li a {
	margin-right: 33px;
	display: block;
	float: left;
	width: 340px;
	height: 60px;
	text-indent: -9999px;
	}

div#content fieldset {
	padding: 0;
	border: 0;
	}

div#content div#coupons {
	zoom: 1;
	}

div#content div#coupons p {
	text-align: center;
	}

div#content div#coupons table {
	margin-bottom: 30px;
	border: 1px solid #ccc;
	}

div#content div#coupons th {
	padding: 5px;
	border: 1px solid #ccc;
	color: #fff;
	background: #9aae3a;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	}

div#content div#coupons td {
	padding: 5px;
	border: 1px solid #ccc;
	}

div#content div#coupons td.category,
div#content div#coupons td.name {
	font-size: 93%;
	}

div#content div#coupons td.category {
	text-align: center;
	white-space: nowrap;
	}

div#content div#coupons td.select {
	text-align: center;
	}

div#content div#coupons tr.even td {
	padding: 5px;
	border: 1px solid #ccc;
	background: #eeede1;
	}



