@import url('base.css');
body,html{
	width:100%;
	height:100%;
	position:relative;
}
body{
	background-color:#D1D3D4;
	background-image:url('../../images/bg.gif');
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
}
#footer{
	height:114px;
	width:100%;
	text-align:center;
	background-image:url('../../images/bg_foot.gif');
}
#footer a{
	float:right;
	margin-top:35px;
	padding:0 10px 0 10px;
	line-height:12px;
	font-size:11px;
	border-right:solid 1px #C9E4F1;
}
#footer a.last{
	border:0px;
	padding-right:4px;
}

/* basic form */


form.basic {

}
	form.basic table td{
		padding-bottom:6px;
	}
	form.basic table td input, form.basic table td select, form.basic table td textarea{
		width:200px;
		border:solid 1px #7F9DB9;
		font-size:11px;
		font-family:tahoma;
		color:#555;
	}
	form.basic table td input.chk{
		width:auto; vertical-align:bottom; border:0px;
	}


/* Start Jesse Additions */
.darkgrey{
	color:#444;
}

span.red{color:red;}

#enewsletter{
	margin:30px 0 40px 0;
}

input.enewsletter{
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom:0px;
	border-right:0px;
	width:150px;
	margin-right:20px;
	font-size:12px;
	font-family:Helvetica, Arial;
	padding:3px;
	color:#aaa;
}

#contactus{
	margin:40px 0 0 30px;
	padding-left:20px;
	border-left:solid 1px #aaa;
}

#contactus input{
	width:180px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	font-family:Helvetica, Arial;
	color:#aaa;
}

#contactus input.small{
	width:80px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	font-family:Helvetica, Arial;
	color:#aaa;
}

#contactus textarea{
	width:220px;
	height:70px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	font-family:Helvetica, Arial;
	color:#aaa;
}

#contactus strong{
	font-size:12px;
	color:#439EDD;
}

#colleft{
	float:left;
}

#colright{
	float:left;
}

hr{
	border-top:1px solid #aaa;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
/* End Jesse Additions */

ul.dubspace li{
	margin-bottom:18px;
	margin-top:18px;
}

.red{
	color:#D30F21;
}
#contain{
	width:970px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	padding-bottom:20px;
}
#nav{
	height:129px;
	text-align:left;
	position:relative;
} 
ul#quicktop{
		margin:0px;
		padding:0px;
		position:absolute;
		right:27px;
		top:13px;
		list-style:none;
	}
		ul#quicktop li{
			list-style:none;
			display:inline;
		}
			ul#quicktop li div.logged{
				display:block;
				padding:0 0px 0 8px;
				line-height:12px;
				height:14px;
				float:left;
				font-size:11px;
				margin-right:-3px;
			}
			ul#quicktop li a{
				display:block;
				padding:0 8px 0 8px;
				line-height:12px;
				height:14px;
				border-right:solid 1px #D1EBF9;
				color:#439EDD;
				float:left;
				text-decoration:none;
				font-size:11px;
			}
			ul#quicktop li a.last{
				border-right:0px;
				padding-right:0px;
			}
				ul#quicktop li a:hover{
					color:#ADD7ED;
				}
#webfeedback{
	position:absolute;
	right:27px;
	top:105px;
	font-size:11px;
}


/* login pop up */

#logpop{
	background-color:#F5F5F5;
	border:solid 1px #A0D5F0;
	width:255px;
	position:absolute;
	z-index:9500;
	right:20px;
	top:30px;
	text-align:center;
	padding-top:30px;
	height:175px;
}
	#logpop form{
		margin:0px;
	}
	#logpop input {
		border:solid 1px #7F9DB9;
		font-size:11px;
	}
	#logpop input.chk{
		border:0px;
	}
	#logpop table{
		margin-left:auto;
		margin-right:auto;
	}
		#logpop table td{
			text-align:left;
		}
	#logpop #logpopclose{
		position:absolute;
		top:5px;
		right:10px;
		text-decoration:none;
		font-weight:bold;
		font-size:16px;
	}

ul#mainnav{
	margin:0px;
	padding:0px;
	position:absolute;
	list-style:none;
	top:40px;
	left:341px;
}
	ul#mainnav li{
		list-style:none;
		display:inline;
	}
		ul#mainnav li a{
			display:block;
			float:left;
			height:54px;
			background-position:top left;
			background-repeat:no-repeat;
			overflow:hidden;
			text-decoration:none;
			text-indent:-1000px;
			line-height:200px;
		}
		ul#mainnav li a.out{
			background-position: 0px -108px;
		}
		ul#mainnav li a:hover{
			background-position: 0px -54px;
		}
		ul#mainnav li a.find{background-image:url('../../images/nav_find.gif'); width:93px;}
		ul#mainnav li a.sell{background-image:url('../../images/nav_sell.gif'); width:131px;}
		ul#mainnav li a.car{background-image:url('../../images/nav_car.gif'); width:136px;}
		ul#mainnav li a.reviews{background-image:url('../../images/nav_reviews.gif'); width:143px;}
		ul#mainnav li a.automoxie{background-image:url('../../images/nav_automoxie.gif'); width:126px;}

.pd{
	position:absolute;
	top:93px;
	z-index:8000;
}
.pd a{
	display:block;
	background-color:#fff;
	border:solid 1px #E1E6E7;
	margin-bottom:-1px;
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
	font-size:11px;
	line-height:23px;
	padding-left:9px;
	padding-right:0px;
	width:120px;
}
.pd a:hover{
	color:#439EDD;
}
#pd1 {left:341px; }
#pd2 {left:434px; }
#pd3 {left:565px; }
#pd4 {left:701px; }
#pd5 {left:844px; }
#pd1 a{width:82px;}
#pd2 a{width:120px;}
#pd3 a{width:125px;}
#pd4 a{width:132px;}
#pd5 a{width:115px; }
		
#subnav{
	background-image:url('../../images/bg_subnav.gif');
	height:81px;
	position:relative;
}
	#subnav ul{
		margin:0px;
		padding:0px;
		position:absolute;
		left:363px;
		top:44px;
		list-style:none;
	}
		#subnav ul li{
			list-style:none;
			display:inline;
		}
			#subnav ul li a{
				display:block;
				width:143px;
				height:33px;
				background-image:url('../../images/subnav_btn_bg.gif');
				line-height:33px;
				color:#fff;
				float:left;
				margin-right:1px;
				border-top:solid 1px #CDE1A0;
				border-bottom:solid 1px #81AC4B;
				border-right:solid 1px #A4C666;
				border-left:solid 1px #BFD696;
				text-decoration:none;
				font-size:12px;
				font-weight:bold;
				letter-spacing:0.5px;
				text-align:center;
			}
				#subnav ul li a:hover, #subnav ul li a.selected{
					background-image:none;
					background-color:#fff;
					color:#439EDD;
					border:solid 1px #DDE2E4;
				}
.midbar{
	height:14px;
	background-image:url('../../images/bg_midbar.gif');
	clear:both;
}
.fatblue{
	background-image:url('../../images/bg_fatblue.gif');
	color:#fff;
	height:53px;
	line-height:53px;
	margin:0px;
}
h2.fatblue{
	font-weight:bold;
	font-family:Trebuchet ms;
	font-size:25px;
	text-align:center;
}
.midgrad{
	background-color:#F8F8F8;
	background-image:url('../../images/bg_midgrad.gif');
	background-position:top center;
	background-repeat:repeat-x;
}
#findcar{
	height:237px;
	position:relative;
}
.flyout{
	position:absolute;
	z-index:1000;
	border:solid 1px #E1E6E7;
	width:650px;
	height:237px;
	background-color:#fff;
	top:0px;
	right:0px;
}
.closefly{
	position:absolute;
	top:10px;
	right:10px;
	width:16px;
	height:17px;
	cursor:pointer;
}
#spanbar{
	z-index:1001;
	height:30px;
	width:67px;
	position:absolute;
	background-color:#fff;
	border:solid 1px #D8DDDF;
	border-left:0px;
	border-right:0px;
	top:190px;
	left:253px;
}
#subsearch{
	width:259px;
	height:33px;
	background-image:url('../../images/bg_subsearch.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin:0px;
	padding:0px;
	top:24px;
	left:24px;
	position:absolute;
	line-height:33px;
	text-align:right;
}
	#subsearch input{
		border:0px;
		width:175px;
		font-size:12px;
		font-family:Helvetica, Arial;
		vertical-align:middle;
		color:#aaa;
	}
	#subsearch img{
		width:65px;
		height:33px;
		cursor:pointer;
		vertical-align:middle;
	}
#logo{
	width:311px;
	height:78px;
	margin-top:27px;
}
#logoholder{
	top:40px;
	left:16px;
	width:290px;
	height:60px;
	position:absolute;
}
.colfull{
	margin-left:25px;
	margin-right:25px;
}
.coldub{
	float:left;
	display:inline;
	margin-left:25px;
	width:610px;
}
.colleft{
	float:left;
	margin-left:25px;
	width:310px;
}
#joinnews{
	margin:0 0 0 0px;
	padding:0 0 0 40px;
}
	#joinnews input{
		width: 150px;
		margin-left:0px;
		border:solid 1px #aaa;
		font-size:12px;
		height:12px;
		line-height:12px;
		font-family:Helvetica, Arial;
		vertical-align:top;
		margin-right:12px;
		color:#aaa;
		padding:5px 0 5px 4px;
	}
	#joinnews img{
		vertical-align:top;
	}
#sidecomments{
	margin:0 0 0 40px;
	padding:0px;
	width:240px;
}
.lineleft{
	border-left:solid 1px #D7D7D7;
	margin:0px;
	padding:0px;
}
ul.pillbox{
	margin:0px;
	padding:0px;
	list-style:none;
}
	ul.pillbox li{
		margin:21px 35px 0 0;
		padding:0 0 21px 0;
		border-bottom:solid 1px #D7D7D7;
	}
	ul.pillbox li.last{
		border:0px;
	}
.pill{
	display:block;
	width:100px;
	padding-right:34px;
	padding-left:10px;
	height:31px;
	line-height:31px;
	text-decoration:none;
	font-family:Trebuchet MS;
	color:#439EDD;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	background-image:url('../../images/pill_bg.gif');
	background-repeat:no-repeat;
}
.pill:hover{
	background-image:url('../../images/pill_bg_o.gif');
	text-decoration:none;
	color:#198DC8;
}


.pillng{
	display:block;
	width:166px;
	padding-right:34px;
	padding-left:10px;
	height:31px;
	line-height:31px;
	text-decoration:none;
	font-family:Trebuchet MS;
	color:#439EDD;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	background-image:url('../../images/pillng_bg.gif');
	background-repeat:no-repeat;
}
.pillng:hover{
	background-image:url('../../images/pillng_bg_o.gif');
	text-decoration:none;
	color:#198DC8;
}


#hsearch{
	margin:17px 0 0 63px;
	padding:0px;
	list-style:none;
}
	#hsearch li{
		display:inline;
		list-style:none;
	}
		#hsearch li a{
			display:block;
			margin:0 0 8px 0;
			width:192px;
			height:30px;
			background-color:#fff;
			background-position:9px 0px;
			background-repeat:no-repeat;
			overflow:hidden;
			border:solid 1px #D8DDDF;
			text-decoration:none;
			text-indent:-1000px;
			line-height:200px;
		}
		#hsearch li a:hover{
			background-position:11px 0px;
		}
		#hm_make{background-image:url('../../images/btnh_makemodel.gif');}
		#hm_style{background-image:url('../../images/btnh_style.gif');}
		#hm_distance{background-image:url('../../images/btnh_distance.gif');}
		#hm_mpg{background-image:url('../../images/btnh_mpg.gif');}
		
		
div.pagers a{
	display:block;
	width:18px;
	height:19px;
	font-size:11px;
	line-height:19px;
	float:left;
	text-decoration:none;
	text-align:center;
}
div.pagers a:hover, div.pagers a.chosen{
	background-image:url('../../images/bg_skinnyblue.gif');
	color:#fff;
}
select.searchselect, input.searchselect, textarea.searchselect{
	border:solid 1px #7F9DB9;
	font-size:11px;
	font-family:tahoma;
	color:#555;
}

.refine {
	padding-bottom:30px;
}
.refine .retab{
	height:33px;
	display:block;
	text-decoration:none;
	line-height:33px;
	border-bottom:solid 1px #D7D7D7;
	font-weight:bold;
	margin-right:25px;
	background-image:url('../../images/btn_plus.gif');
	background-repeat:no-repeat;
	background-position: right center;
}
.refine .minus{
	background-image:url('../../images/btn_minus.gif');
}
.refine .re-list{
	border-bottom:solid 1px #D7D7D7;
	padding:0 0 15px 0;
	line-height:18px;
	margin-top:-1px;
	margin-right:25px;
	border-top:solid 1px #fff;
}
.refine .re-list div.i{
	font-size:11px;
	float:left;
	display:block;
	width:50%;
	color:#439EDD;
}
.refine .re-list div.i label, .advanced .re-list div.i label{
	color:#439EDD;
	cursor:pointer;
	vertical-align:bottom;
}
.advanced .re-list div.i{
	width:33%;
	color:#439EDD;
}
.refine .re-list div.i a{
	text-decoration:none;
}

input.chk{
	width:auto; vertical-align:middle; border:0px; margin-left:-1px;
}
.twofour{
	font-size:24px;
}
h2.price{
	color:#002F3B;
	width:236px;
	height:43px;
	line-height:43px;
	background-repeat:no-repeat;
	background-image:url('../../images/bg_price.gif');
	text-align:center;
	font-weight:bold;
	font-size:24px;
}
.lbelow{
	border-bottom: solid 1px #D7D7D7;
}

/* CAR DETAIL */
.smallimg{
	border:solid 1px #F4F4F5;
	float:left;
	margin-right:8px;
	cursor:pointer;
}

.photobox{
	float:left; width:322px; margin-bottom:8px;
}
/*
	.photobox a.fullimagelink{ width:300px; border:solid 1px #D7D7D7; padding:10px; margin-bottom:8px; display:block;
	background-color:#D1D3D4;
	background-image:url('../../images/bg.gif');
	background-position:top center;
	background-repeat:repeat-x;
	}
*/
	.photobox .smimgbox{float:left; width:50px; height:50px; margin-right:8px; margin-top:2px; overflow:hidden; cursor:pointer; border:0px; text-align:center;}
	.photobox .scrubholder{position:relative; overflow:hidden; height:52px; width:290px; float:left; margin-right:5px;}
 	.photobox .scrubholder #photoscrub, .photobox .scrubholder #photoscrublb{position:absolute; top:0px; left:3px; width:10000px;}
	
.specbox{
	border:solid 1px #D7D7D7; padding:15px 10px 19px 10px; float:left; margin-left:9px;
	margin-bottom:8px;
	height:210px;
	background-color:#D1D3D4;
	background-image:url('../../images/bg.gif');
	background-position:top center;
	background-repeat:repeat-x;
}
.specbox .specleft{width:250px; float:left; text-align:center;}
.specbox .mpgtxt{font-size:18px; line-height:22px;}
.specbox .mpgval{font-size:30px; color:#424242; line-height:30px;}

#tbtabs {
	clear:both;
	padding-top:10px;
}
#tbtabs a{
	display:block;
	width:93px;
	height:26px;
	color:#fff;
	font-size:11px;
	line-height:26px;
	text-align:center;
	background-image:url('../../images/tabbox_tab_bg.gif');
	margin:0 2px 0 0;
	float:left;
	text-decoration:none;
	border:0px;
}
#tbtabs a:hover, #tbtabs a.tbtabbed{
	background-image:none;
	background-color:#fff;
	color:#439EDD;
	text-decoration:none;
	border:solid 1px #E1E6E7;
	margin:0 2px 0 0;
	width:91px;
	height:24px;
	line-height:24px;
}
#tbtabs a.tbdis, #tbtabs:hover a.tbdis{
	background-color:#aaa;
	background-image:none;
	border:0px;
	margin:0 2px 0 0;
	color:#fff;
	cursor:default;
	width:93px;
	height:26px;
	line-height:26px;
}
#tabbox {
	 clear:both;
	 margin-top:0px;
	 border:solid 1px #EEEEEE;
	 width:580px;
	 padding:10px;
}
#tbfeatures h4{
	margin-bottom:0px;
}
ul.features_list li{
	float:left;
	width:225px;
}
#tbfeatures ul.features_list {
	float:left;
	width:225px;
}
#tbfeatures ul.features_list li{
	float:none;
	width:auto;
}	


/******************* *************/

a.bluepill{
	width:115px;
	height:21px;
	line-height:21px;
	background-image:url('../../images/blue_pill_bg.gif');
	text-align:center;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding-top:0px;
}
a.bluepill:hover{
	color:#A5D2EA;
}

.ggrad{
	background-color:#D1D3D4;
	background-image:url('../../images/bg.gif');
	background-position:top center;
	background-repeat:repeat-x;
}

/****** PUSH BAR ***********/
.pb{
	width:1px;
	margin-left:-1px;
	margin-right:-1px;
	float:right;
	height:1px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
/******* FRIENDLY TIPS LIST ********/
ul.ftlist{
	font-size:12px;
	color:#439EDD;
	padding-left:15px;
	margin-left:5px;
	margin-top:16px;
}
ul.ftlist li{
	margin-bottom:16px;
}
ul.ftlist li span, ul.ftlist li a{
	color:#939393;
}
ul.ftlist li a:hover {
	color:#439EDD;
}


p.socialmedia {
	line-height:27px;
}
p.socialmedia a{
	color:#939393;
	text-decoration:none;
	display:block;
	float:left;
	width:90px;
	height:24px;
	margin-bottom:8px;
	margin-top:0px;
}
p.socialmedia img{
	vertical-align:middle;
}

/****** FOOTER SEARCH ***********/
form#ftsrch{
	width:920px;
	height:43px;
	line-height:43px;
	margin:30px 0 0 0;
	padding:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../../images/srchft_bg.gif');
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
form#ftsrch input{
	border:0px;
	width:271px;
	margin-left:8px;
	margin-right:8px;
	padding-left:4px;
	font-size:12px;
	color:#666;
	vertical-align:middle;
}


/****** REGISTRATION FORM ***********/
form#register{
	margin:30px 0 30px 0;
	padding:20px;
}
	form#register input, #signinbig input{
		border:solid 1px #D7D7D7;
		font-size:11px;
	}
	 #signinbig input.chk{
	 	border:0px;
	 }
	form#register table td{
		padding-bottom:8px;
		padding-left:0px;
	}
	
/********* YAHOO UPLOADER **********/

#dataTableContainer	table{
	width:100%;
}
	
	
#uploaderContainer{
	cursor:pointer;
}
	
a#uploadLink{
	height:24px; width:58px; background-image:url('../../images/btn_upload.gif'); display:block;
	background-repeat:no-repeat;
	background-position:0 0;
}
a#uploadLink:hover{
	background-position:0 -24px;
}
#uploadpreview{
	width:490px;
	padding-top:5px;
}
.photoedit{
	float:left;
	padding:3px;
	margin:5px;
	border:solid 1px #aaa;
	position:relative;
	width:100px;
	height:75px;
	line-height:75px;
	text-align:center;
}
.photoedit img{
	vertical-align:bottom;
}
.photoedit .pe_delete{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:20px;
	background-image:url('../../images/pe_remove.gif');
	z-index:1000;
}
.photoedit .pe_move{
	display:none;
	position:absolute;
	top:0px;
	width:20px;
	height:20px;
	background-image:url('../../images/pe_move.gif');
	right:0px;
	z-index:1000;
	cursor:move;
}
.photoedit:hover .pe_delete, .photoedit:hover .pe_move{
	display:block;
}
#ddnote{
	clear:both;
	text-align:center; display:none;
	font-size:11px;
	padding-top:8px;
}

/* BUTTON */
.subtn{
	cursor:			pointer;
	border:			0px;
	text-transform: uppercase;
	color:			#fff;
	outline:		0;
	text-align:		center;
}
.stdbtn, .basic .stdbtn, #signinbig .stdbtn {
	border:0px;
	color:#fff;
	text-transform: uppercase;
	text-align:		center;
	background-image:url('../../images/btn_bg.gif');
	padding:4px 8px 4px 8px;
	font-size:11px;
	cursor: pointer;
	width:auto;
	font-family:Helvetica, Arial;
	margin:0 10px 0 0;
}
.stdbtn:hover, .basic .stdbtn:hover, #signinbig .stdbtn:hover{
	background-image:url('../../images/btn_bg_hover.gif');
}
/*.subtn:hover{
	filter: alpha(opacity=70); -moz-opacity: .7; -khtml-opacity: .7; opacity: .7;
}

#subsearch .search_submit {
	cursor:			pointer;
	border:			0px;
	background: 	transparent url(/images/btn_search.gif) repeat scroll 0% 0%;
	width: 			65px; 
	height: 		33px;
	color:			#fff;
	font-size:		11px;
	letter-spacing: 0.5px;
}

#subsearch .search_submit:hover{
	background: transparent url(/images/btn_search.gif) repeat scroll 0% -33px;
}

#logpop .login_submit {
	cursor:			pointer;
	border:			0px;
	background: 	transparent url(/images/btn_search.gif) repeat scroll 0% 0%;
	width: 			53px; 
	height: 		24px;
	color:			#fff;
	font-size:		11px;
	letter-spacing: 0.5px;
	text-align:		center;
	padding:		0;
	border:			none;
}

#logpop .login_submit:hover{
	background: transparent url(/images/btn_search.gif) repeat scroll 0% -33px;
}*/

/* POPUP */
#popp{
	width:425px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:12000;
	background-image:url('../../images/bgpop-mid.png');
 }
	#popp #poppclose{
		position:absolute;
		top:-3px;
		right:30px;
		text-decoration:none;
		font-weight:bold;
		font-size:16px;
	}
	#popp #poppbod{
		margin:5px 45px 30px 30px;
		text-align:left;
	}
		#popp #poppbod p{
			font-size:15px;
			line-height:20px;
		}
		
		
form label.norm{
	width:80px;
	display:block;
	float:left;
}

a.editbtn{
	font-size:9px; line-height:12px; font-family:arial; text-decoration:none; float:right; clear:right; margin-top:6px; margin-right:-2px; display:block; width:40px; text-align:center;
}
a.enlarge{
	font-size:10px; text-decoration:none; line-height:12px; margin-top:-12px; float:right; color:#999;
}

img.companylogo{
	margin-bottom:5px;
}

.message_sent{
	height:290px;
	text-align:center;
	line-height:200px;
	font-size:14px;
	float:left; 
	width:300px;
	padding-right:50px;
}

/* SITEMAP */
.sitemap_link {
	background:					transparent url('../../images/sitemap_link.gif') no-repeat;
	font-size:					14px;
	line-height:				21px;
	margin-bottom:				1em;
	padding-left:				20px;
}

a.sitemap_link:hover {
	color:						#3F3F3F;
	text-decoration:			none;
}

.sitemap_list,
.sitemap_list li {
	list-style-type:			none;
	margin:						0;
	padding:					0;
}

.sitemap_list {
	padding-left:				20px;
	margin-bottom:				1.75em;
}

.sitemap_list li {
	margin-bottom:				0.75em;
}

.sitemap_list a {
	color:						#939393;
}

.sitemap_list a:hover {
	color:						#3F3F3F;
	text-decoration:			none;
}


.disclaimer{
	font-size:11px;
	margin-top:30px;
	line-height:14px;
}

.lbelow{
	border-bottom:solid 1px #D7D7D7;
	padding-bottom:20px;
	margin-bottom:20px;
}



/****************** FIFU ******************/

	#fifucount #count{
		font-weight:bold;
		font-size:13px;
		color:#73A626;
	}

	#results img{float:left; margin:5px;}
	#fifucount {
		border:0px;
		width:500px;
		border-spacing: 0;
		border-collapse:collapse;
	}
	#fifucount tr.head td{
		background-color:#dbdddd;
		font-weight:bold;
	}
	#fifucount td{
		font-family:Tahoma;
		font-size:11px;
		color:#333;
		padding:2px;
		border:solid 1px #ccc;
		background-color:#f8f8f8;
		margin:-1px;
	}
	
/**************** AD BOXES ******************/

#lbad{
	background-color:#e9e9eb;
	height:90px;
	padding:1px;
	text-align:center;
}
#lbad iframe{
	width:728px;
	height:90px;
	margin:0px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
}
