@import url(text.css);
@import url(tables.css);

body {
	margin:0;
	padding:0;
	background:#f8f8f8 url(../images/bkgd.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#565656;
}

#wrapper {
	width:914px;
	margin:0 auto;
	font-size:.75em;
}
#wrapper div {
	float:left;
}
#wrapper form {
	margin:0;
	padding:0;
}

a {
	color:#5888b8;
}
a:hover {
	color:#666;
}
a img {
	border:none;
}
ul {
	margin:5px 0 0 0;
	padding:0 0 0 1.7em;
}
ul li {
	padding:0;
}
input, select, textarea, button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#898989;
	border:1px solid #999;
}
input.submit {
	border:none;
	margin-top:5px;
}

hr {
	border-top:1px solid #ccc;
	border-bottom:5px solid #eee;
	border-left:none;
	border-right:none;
}

#header {
	width:914px;
	color:#979797;
	font-size:.95em;
}
#header a {
	color:#5888b8;
	text-decoration:none;
}
#header a:hover {
	color:#9acb3c;
}
#header #main {
	width:890px;
	height:112px;
	background:#fff url(../images/header_bkgd.jpg) repeat-x;
}
#header #main div.savings {
	width:185px;
	/*width:215px; Use if Events is not in the nav*/
	padding: 25px 0 0 10px;
}
#header #c_nav {
	list-style:none;
	margin:0;
	padding:20px 15px 0 0;
	text-align:right;
	float:right;
	font-size:.925em;
	line-height:1.2em;
	font-weight:bold;
}

#header #main #status_bar {
	width:880px;
	padding:3px 0 0 10px;
}
#header #main #status_bar div.content {
	width:865px;
	padding:5px 0 5px 8px;
	border-top:1px dotted #d3d3d3;
	border-bottom:1px dotted #d3d3d3;
	font-weight:bold;
	font-size:.925em;
}
#header #main #status_bar div.content div.one {
	width:330px;
	padding:3px 25px 0 0;
	color:#5888b8;
}
#header #main #status_bar div.content div.one a {
	text-decoration:underline;
}
#header #main #status_bar div.content div.two {
	padding:3px 25px 0 25px;
	color:#5888b8;
	border-left:1px dotted #d3d3d3;
	border-right:1px dotted #d3d3d3;
}
#header #main #status_bar div.content div.three {
	width:230px;
	float:right;
	color:#5888b8;
}
#header #main #status_bar div.content div.three input {
	border:1px solid #b5b5b5;
	padding-left:2px;
	color:#565656;
	font-size:1em;
	vertical-align:middle;
}

#header #edge_left {
	width:11px;
	height:112px;
	background:url(../images/edge_left.png) top right no-repeat;
}
#header #edge_right {
	width:13px; 
	height:112px;
	background:url(../images/edge_right.png) top left no-repeat;
}

#header #nav {
	
}
#header #nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header #nav ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:1000;
}
#header #nav ul li a {
	display:block;
	height:68px;
	text-indent:-999px;
	overflow:hidden;
}

#header #nav ul li a.coupons {
	width:102px;
	background:url(../images/nav_coupons.jpg) 0 -73px no-repeat;
}
#header #nav ul li a.sweeps {
	width:96px;
	background:url(../images/nav_sweeps.jpg) 0 -73px no-repeat;
}
#header #nav ul li a.perkstore {
	width:106px;
	background:url(../images/nav_perkstore.jpg) 0 -73px no-repeat;
}
#header #nav ul li a.events {
	width:94px;
	background:url(../images/nav_events.jpg) 0 -73px no-repeat;
}

#header #nav ul li a.coupons:hover {
	background-position:0 0;
}
#header #nav ul li a.sweeps:hover {
	background-position:0 0;
}
#header #nav ul li a.perkstore:hover {
	background-position:0 0;
}
#header #nav ul li a.events:hover {
	background-position:0 0;
}
#header #nav ul li.line {
	width:2px;
	height:68px;
	background-image:url(../images/nav_line.jpg);
	background-repeat:no-repeat;
}


#header #nav ul li ul {
	display:none;
	position:absolute;
	top:65px;
	left:13px;
	width:185px;
}
#header #nav ul li ul li {
	display:block;
	float:left;
	width:175px;
	padding:0 0 0 10px;
	margin:0;
	background:url(../images/nav_rollover_bkgd.png) repeat-y;
}
#header #nav ul li ul li.top {
	height:8px;
	background:url(../images/nav_rollover_top.png) no-repeat;
}
#header #nav ul li ul li.bottom {
	height:8px;
	background:url(../images/nav_rollover_bottom.png) no-repeat;
}
#header #nav ul li ul li a {
	text-indent:0;
	display:block;
	float:left;
	height:auto;
	padding:5px 0 5px 16px;
	background:url(../images/nav_arrow.gif) 0 8px no-repeat;
}
#header #nav ul li:hover ul {
	display:block;
}

#content {
	width:892px;
	padding:0 11px 10px 11px;
	background:#fff url(../images/content_bkgd.jpg) repeat-y;
	min-height:400px;
	height:auto;
}
/* Min height for IE */
* html #content {
	height: 400px;
}

#alert {
	width:100%;
	margin:10px 0 15px 0;
	border:1px solid #cb4d3c;
	background-color:#eea399;
	color:#9a3528;
	font-weight:bold;
}
#alert ul {
	margin:0;
	padding:10px 10px 10px 20px;
}
#alert a {
	color:#9a3528;
}
#alert a:hover {
	color:#444;
}

#green_box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #009900;
	background-color:#cdeccd;
}

#notices {
	width:100%;
	padding:2px;
	margin:0 0 15px 0;
	border:1px solid #cb4d3c;
	background-color:#eee;
}
#notices #notice_head {
	float:none;
	font-weight:bold;
	padding:5px 10px;
	background-color:#555;
	color:#fff;
}
#notices ul {
	margin:0;
	padding:10px;
	list-style:none;
}
#notices ul li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
#notices ul li a.remove {
	float:right;
	font-size:.95em;
}

#content #col_right #featured_coupon {
	width:148px;
	margin-bottom:3px;
}
#content #col_right #featured_coupon img {
	border:1px solid #999;
	background-color:#d8e1ea;
	padding:5px;
}

#content div.highlight {
	float:none;
	padding:0 10px;
	background-color:#eea399;
	border:1px solid #cb4d3c;
	margin:10px 0;
	color:#444;
}
#content div.highlight th {
	background-color:#ddd;
	padding:5px;
}
#content div.highlight h2 {
	color:#9a3528;
	border-color:#9a3528;
}
#content div.highlight table {
	border:1px solid #cb4d3c;
	padding:3px;
	background-color:#fff;
}

#footer {
	width:862px;
	height:80px;
	padding:0 26px;
	font-size:.875em;
	background:#fff url(../images/footer_bkgd.jpg) repeat-y;
}
#footer div.content {
	width:842px;
	padding:10px;
	border-top:1px dotted #d3d3d3;
	border-bottom:1px dotted #d3d3d3;
}
#footer div.content a {
	color:#767676;
}
#footer div.content a:hover {
	color:#9fb6cd;
}


/* Home Page */
#content #home_left {
	width:282px;
	margin-top:5px;
	padding:10px 26px 20px 30px;
	border-right:1px dotted #d3d3d3;
}
#content #home_right {
	width:460px;
	margin-top:5px;
	padding:10px 0 20px 30px;
}



/* Inner Pages */
#content #col_left {
	width:154px;
	margin-top:20px;
	padding:10px 20px 20px 0;
}
#content #col_middle {
	width:504px;
	margin-top:20px;
	padding:10px 18px 20px 18px;
}
#content #col_right {
	width:152px;
	margin-top:20px;
	padding:10px 0 20px 18px;
}
#content #col_right_full {
	width:680px;
	margin-top:16px;
	padding:10px 0 20px 20px;
}
#content #col_full {
	width:836px;
	margin-top:20px;
	padding:10px 18px 20px 18px;
}
#content div.border_right {
	border-right:1px dotted #d3d3d3;
}
#content div.border_left {
	border-left:1px dotted #d3d3d3;
}


#content #col_middle #middle_split {
	width:494px;
}
#content #col_middle #ms_left {
	width:230px;
	padding-right:15px;
}
#content #col_middle #ms_right {
	width:230px;
	padding-left:15px;
}

#content #col_middle #accordion {
	margin-top:30px;
}
#content #col_middle #accordion h4 {
	cursor:pointer;
	padding:3px 5px;
	border-bottom:2px solid #ccc;
}
#content #col_middle #accordion div.row {
	width:490px;
	background-color:#fff;
	padding:5px;
}

#content #stats_header {
	width:890px;
	height:46px;
	margin-bottom:15px;
	font-size:.9em;
	color:#898989;
	text-align:right;
	background: url(../images/stat_bar_bkgd.jpg) top right no-repeat;
}
#content #stats_header div.saved {
	text-align:left;
	padding:8px 0 0 20px;
	font-weight:bold;
}
#content #stats_header div.saved .perkId {
	color:#ababab;
}
#content #stats_header div.saved strong {
	font-size:1.4em;
}
#content #stats_header div.one {
	float:right;
	padding:8px 15px 0 50px;
}
#content #stats_header div.one .total_points {
	font-size:9px;
	text-transform:uppercase;
}
#content #stats_header div.one .points {
	font-size:1.75em;
	color:#9acb3c;
}
#content #stats_header div.one .earn_more {
	font-size:.975em;
	font-weight:bold;
}
#content #stats_header div.two {
	float:right;
	padding:10px 20px 0 50px;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
}
#content #stats_header div.three {
	float:right;
	padding:10px 20px 0 0;
}

#content #col_left #subnav {
	list-style:none;
	margin:0;
	padding:0 0 0 .8em;
}
#content #col_left #subnav li {
	background:url(../images/subnav_icon.gif) 10px 7px no-repeat;
	border-bottom:1px dotted #ccc;
}
#content #col_left #subnav li.current {
	font-weight:bold;
}
#content #col_left #subnav li a {
	padding:6px 0 6px 35px;
	display:block;
	color:#666;
	text-decoration:none;
}
#content #col_left #subnav li a:hover {
	color:#5888b8;
}

#content #col_right #subnav2 {
	list-style:none;
	margin:0;
	padding:0;
}
#content #col_right #subnav2 li {
	height:24px;
	background:url(../images/subnav2_bkgd.gif) no-repeat;
	margin-bottom:1px;
	position:relative;
	left:-4px;
}
#content #col_right #subnav2 li a {
	padding:4px 0 0 10px;
	display:block;
	color:#4b4b4a;
	font-size:.95em;
	text-decoration:none;
}
#content #col_right #subnav2 li a:hover {
	color:#5888b8;
}

#content #package_price {
	width:100%;
	padding:10px;
	background-color:#f9f9f9;
	border:1px solid #ccc;
	color:#555;
}
#content #ad_type_create {
	width:486px;
	margin-top:5px;
	padding:10px;
	border:2px solid #ccc;
}



/* Ratings */
div.rating_block {
	margin-top:15px;
}
div.rating_block div.rating_display {
	margin-top:10px;
	margin-right:5px;
}
div.rating_block div.rating_display .label {
	color:#888;
	font-size:11px;
	font-weight:bold;
}
div.rating_block div.rating_display .rated {
	color:#5888b8;
	font-weight:bold;
}
div.rating_block ul.rating, div.rating_block ul.showrating {
	width:120px;
	float:left;
	list-style:none;
	margin: 0 0 15px 0;
	padding:0;
	height: 24px;
	position: relative;
	background: url(../images/rating.gif) top left repeat-x;
}
div.rating_block ul.rating li, div.rating_block ul.showrating li {
	padding:0;
	margin:0;
	float: left;
}
div.rating_block ul.rating li a, div.rating_block ul.showrating li p {
	display:block;
	width:24px;
	height: 24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	margin:0;
}
div.rating_block ul.showrating li p {
	cursor:default;
}
div.rating_block ul.rating li a:hover{
	background: url(../images/rating.gif) left center;
	z-index: 2;
	left: 0;
}
div.rating_block ul.rating a.one, div.rating_block ul.showrating p.one {
	left: 0;
}
div.rating_block ul.rating a.one:hover{
	width:23px;
}
div.rating_block ul.rating a.two, div.rating_block ul.showrating p.two {
	left:23px;
}
div.rating_block ul.rating a.two:hover{
	width: 48px;
}
div.rating_block ul.rating a.three, div.rating_block ul.showrating p.three {
	left: 48px;
}
div.rating_block ul.rating a.three:hover {
	width: 72px;
}
div.rating_block ul.rating a.four, div.rating_block ul.showrating p.four {
	left: 72px;
}	
div.rating_block ul.rating a.four:hover {
	width: 96px;
}
div.rating_block ul.rating a.five, div.rating_block ul.showrating p.five {
	left: 96px;
}
div.rating_block ul.rating a.five:hover {
	width: 120px;
}

div.rating_block ul.rating li.current-rating, div.rating_block ul.showrating li.current-rating {
	background: url(../images/rating.gif) left bottom;
	position: absolute;
	height: 24px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
/*
ul.rating a.clear, ul.rating a.clear:hover {
	left:115px;
	width:23px;
}
ul.rating a.clear {
	background: url(../images/rating_clear.gif) left bottom;
}
ul.rating a.clear:hover {
	background: url(../images/rating_cleard.gif) left bottom;
}
*/