/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0px;
	padding:0px;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#004a80;
}

#searchBarWrapper {
	background:#2f9eda;
	height:51px;
}
#searchBar {
	position:relative; 
	width:960px;
	margin:0px auto 0px auto; 
}

div#container {
	position:relative; 
	width:960px;
	margin:0px auto 0px auto; /* combined with body {text-align:center} this centers a page */
	padding-top:19px;
	margin-top:27px;
	text-align:left;
	background-image:url("/img/bg-top.gif");
	background-position:top left;
	background-repeat:no-repeat;
	border:0px solid black;
}

div#branding {
	position:absolute;
	top:-60px;
	left:9px;
	width:285px;
	/*height:190px; WAS EXTENDING INTO CONTENT AND COVERING UP SUBMIT BUTTONS */
}

ul#nav {
	position:absolute;
	top:15px;
	right:9px;
	background-image:url("/img/bg-nav.png");
	background-position:top left;
	background-repeat:no-repeat;
	z-index:3;
	height:37px;
	width:689px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a{
	display:block;
	height:49px;
	border:0px solid black;
}

#deals, #reviews, #calendar, #why, #support {
	float:left;
	height:49px;
}

#deals  {width:177px;}
#deals a, #deals a:visited {background:url("/img/btn-outrageous-deals.png") top left no-repeat;}
#deals a:hover {background:url("/img/btn-outrageous-deals.png") top right no-repeat;}

#reviews {width:148px;}
#reviews a, #reviews a:visited {background:url("/img/btn-reviews.png") top left no-repeat;}
#reviews a:hover {background:url("/img/btn-reviews.png") top right no-repeat;}

#calendar {width:106px;}
#calendar a, #calendar a:visited {background:url("/img/btn-calendar.png") top left no-repeat;}
#calendar a:hover {background:url("/img/btn-calendar.png") top right no-repeat;}

#why {width:152px;}
#why a, #why a:visited {background:url("/img/btn-why.png") top left no-repeat;}
#why a:hover {background:url("/img/btn-why.png") top right no-repeat;}

#support {width:97px;}
#support a, #support a:visited {background:url("/img/btn-support.png") top left no-repeat;}
#support a:hover {background:url("/img/btn-support.png") top right no-repeat;}

form#navForm {
	position:absolute;
	top:0px;
	left:208px;
	width:387px;
	z-index:2;
	height:51px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	background:url("/img/bg-searchForm.gif") top left no-repeat;
	border:0px solid black;
}

div#content {
	background:#fff;
	padding-left:24px;
	padding-right:24px;
	border:0px solid black;
}

/*ie6.css*/
div#content_main, div#content_main_full {
	float:left;
	width:622px;
	min-height:500px;
	margin-top:50px;
	margin-bottom:10px;
	background-image:url("/img/bg-content.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	border:0px solid black;
}

div#content_main_full {width:878px;}

div#content_sub {
	float:right;
	width:234px;
	margin-top:38px;
	margin-bottom:10px;
	border:0px solid black;
}

div#site_info {
	height:50px;
	padding-top:25px;
	background-image:url("/img/bg-content-bottom.gif");
	background-position:top left;
	background-repeat:no-repeat;
	color:#b3c9d9;
	border:0px solid black;
}

#site_info div {
	float:left;
	padding-left:24px;
	width:600px;
	text-align:left;
	border:0px solid white;
}

#site_info div ul {
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:1.4em;
}

/*ie.css*/
#site_info li {display:inline;margin:0;border:0px solid white;}

#site_info div p {clear:both;float:none;text-align:left;}

#site_info p {
	float:right;
	text-align:right;
	padding-right:24px;
}

#site_info a {
	color:#b3c9d9;
	font-weight:bold;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {color:#fff;text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:24px;color:#39b44a;} 

h2 {
	font-size:16px;
}
h2.first {margin-top:0px;}

h3 {font-size:14px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	text-decoration:none;
}

a:visited {}

a:hover {text-decoration:underline;color:#000;}

ul {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img.icon {vertical-align:middle;margin-right:6px;}
img.icon2 {vertical-align:middle;margin-right:0px;}
.gray {background-color:#f0f0f0;}
.green {background-color:#39b44a;color:#fff;}
.blue {background-color:#366bde;color:#fff;}

div#story_box {
	background-color:#99d7ec;
}

div.box {
	position:relative;
	padding:16px;
	padding-top:14px;
	padding-bottom:4px;
	overflow-y:hidden;
}

div.corner_top_left, div.corner_top_right, div.corner_bottom_right, div.corner_bottom_left{
	position:absolute;
	width:10px;
	height:10px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.corner_top_left {
	top:0px;
	left:0px;
	background-image:url("/img/corner-top-left.png");
}
div.corner_top_right {
	top:0px;
	right:0px;
	background-image:url("/img/corner-top-right.png");
}
div.corner_bottom_right {
	bottom:0px;
	right:0px;
	background-image:url("/img/corner-bottom-right.png");
}
div.corner_bottom_left {
	bottom:0px;
	left:0px;
	background-image:url("/img/corner-bottom-left.png");
}

.margin_top {margin-top:20px;}

/*table.photos {
	width:620px;
	margin:0px;
	padding:0px;
	text-align:center;
	border:0px solid black;
}
.photos td {
	width:25%;
	vertical-align:top;
}*/

#video_thumbs {
	padding:10px;
	list-style:none;
	list-style-image:none;
}
#video_thumbs li {
	clear:both;
	margin-bottom:20px;
}
#video_thumbs li img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#video_thumbs h4 {
	font-size:13px;
	margin:0px;
	padding:0px;
}
#video_thumbs p {
	font-size:11px;
	margin-bottom:4px;
}
#video_thumbs p.stars {
	margin-top:4px;
	margin-bottom:2px;
}
#video_thumbs p.stars img {float:none;margin:0;}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}

#news_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}

#news_list h3 {
	font-size:12px;
	margin:0px;
}

#news_list p {
	font-size:11px;
	margin-bottom:4px;
}

#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}

ul.striped, ol.striped { /* list style */
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul.striped li, ol.striped li {}

ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}

ul.striped li a:visited, ol.striped li a:visited {}

ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#f6344b;
	color:#fff;
}

#homeDeal a {text-decoration:none;}

ul#nav_sub_list {
	margin:0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

/* +++ IE6.CSS */
#nav_sub_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}

#nav_sub_list li a {
	display:block;
	color:#737373;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	margin-top:1px;
	padding:0px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.png");
	background-repeat:no-repeat;
	background-position:135px 9px;
	border:0px solid black;
}

#nav_sub_list li a:visited {}

#nav_sub_list li a:hover {background-color:#ebebeb;color:#000;}

#nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.dark {background-color:#e2e2e2;}
.light {background-color:#fff;}

.border {border:1px solid #555555;}

.even {background:#efefef;}

.align_left {text-align:left;}
.align_right {text-align:right;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#fff;
}

.tableGray {
	background-color:#efefef;
}

.borderTop {
	border-top:1px solid #999999;
}

.tableDark {
	background-color:#d7d7d7;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.error {
	color: #CC0000;
}

.error a {color:#FFFFFF; text-decoration:underline;}

.red {
	color: #cc0000;
}
/* END OAF TOOLS */

div#map, div#search , div#updates {
	margin-top:12px;
	padding:4px;
	padding-top:5px;
	position:relative;
}
div#updates {margin-bottom:15px;padding:10px 0px 10px 0px;}
div#map{margin-bottom:2px;}
div#map h2, div#search h2, div#updates h3 {margin:0;}

p#result_count {font-size:14px;font-weight:bold;margin-top:-4px;margin-bottom:10px;}

p.pagination {text-align:center;font-size:14px;font-weight:bold;}
.pagination span {font-size:18px;}

table.results {
	width:100%;
	margin-top:15px;
}
.results td {
	vertical-align:top;
	padding-left:14px;
	padding-bottom:7px;
	border:0px solid blue;
	border-bottom:1px solid #cccccc;
	padding-top:7px;
}
.results td.photo {
	padding:0px;
	padding-bottom:7px;
	width:140px;
	padding-top:7px;
}
div.photo_cropper {
	width:140px;
	height:105px;
	overflow:hidden;
}
.results p {margin:0;padding-bottom:6px;}
.results h2 {margin-bottom:0px;}
.results strong.website {padding-left:40px;}

/* -------------- AJAX WINDOW CLASSES --------------------------------------------------------*/
.hintStyle {
		text-align:left;
		/*width:175px; Might truncate content, but keeps div from overflowing outside of page*/
		white-space:nowrap;
		padding-left:8px;
		padding-right:20px;
		font-size: 10pt;
		background-color: white;
		border: 1px solid black;
		position: absolute;
		cursor: default;
		overflow:scroll;
		overflow-x:hidden;
		overflow-y:hidden;
		margin-top:-12px;
	}
	.hintStyle a {text-decoration:none;}
	.hintStyle a:hover {color:ccc;}
	.hintStyle a:visited {text-decoration:none;}
	.hintStyle p {margin:5px;margin-left:0px;}
	
.go {width:21px;height:21px;padding:0;margin:0;border:0;}