@CHARSET "ISO-8859-1";

body{ 
	background-image:url('/img/bg.jpg');
	background-position:bottom center;
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#336600;
}

.display_box{
	display:block;
	position:relative;
}
#results .display_box { width:150px; height:130px }
img.display{
	margin:2px; 
	padding:2px; 
	border:1px solid #ededed;
}
img.new{
	position:absolute;
	top: 2px;
	left: 2px;
}
img.featured{
	position:absolute;
	bottom: 2px;
	right: 2px;
}

.bl{ border-left:1px solid #000; background-color:#fff; }
.br{ border-right:1px solid #000; background-color:#fff; }

div.pad{ padding:2px 5px; }

#main_menu{
	background-image:url('/img/menu_bg.gif');
	height:40px;
	overflow:hidden;
}
#main_menu ul{ margin:0; }
#main_menu ul li{
	float:left;
	list-style:none;
	margin:0;
}
#main_menu ul li a span{
	display:block; 
	padding:10px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}

#main_content{ border-bottom:2px solid #FDBE57; }
#main_content h1{ font-size:20px }
#main_content h2{ font-size:18px }
#main_content h3{ font-size:16px }
#main_content h4, #main_content h5{ font-size:14px }
#main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: -.04em;
	padding: 0;
	line-height: 1.5em;
}
#main_content table.display td{
		padding:5px;
}

#right_content label{ width:70px; }
#right_content input[type=text], 
#right_content select{
	width:150px;
}
#right_content h2{ border-bottom:1px solid #ccc; }
#right_content ul.related li{
	list-style-image:url('/img/icons/link.gif');
}
#right_content ul li a:hover{
	text-decoration:underline;
}


.tabs ul li a{
	font-size:11px;
}

#pre_footer{
	font-size:10px;
	color:#ccc;
	text-align:center;
}
#footer{
	background-color:#ED1B24;
	font-size:11px;
	color:#ededed;
	text-align:center;
	border-color:#ED1B24;
}
#footer div{ padding:10px 0; }
#footer a{ 
	color:#fff;
	text-transform:lowercase;
}

fieldset{ margin-bottom:0; }
input,select{ margin-bottom:3px; }

/* slider */
#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul, #slider li td{ vertical-align:top; } 
#slider, #slider li{ 
	height:188px;
	width:380px;
	overflow:hidden;
}
#slider li img.display{
	margin:2px 15px 2px 0;
}
#slider li img.new{
	position: relative;
	float:left;
	top: -152px;
	left:0;
	margin-bottom: -152px;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:36px;
	height:77px;
	position:absolute;
	left:-3px;
	top:100px;
}	
#nextBtn{ 
	left:426px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:36px;
	height:77px;
	background:url(/img/btn_prev.png) no-repeat 0 0;
	letter-spacing:0;
}	
#nextBtn a{ 
	background:url(/img/btn_next.png) no-repeat 0 0;	
}

 /* image replacement */
#prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

/* results */
#results table{ width:100% }
#results table td, 
#results table th{
	vertical-align:top;
	text-align:left;
	padding:5px;
} 
/* paging bar */
.paging_bar{
	color:#fff;
	background-color:#000;
	padding:2px;
	margin:2px;
	border:1px solid #eee;
	border-radius:0.4em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	-webkti-border-radius:0.4em;
}

/* details */
#details table{ width:100% }
#details table td, 
#details table th{
	vertical-align:top;
	text-align:left;
	padding:5px;
}
#details table th{ color:#aaa; }

#side_search label{ font-size:10px; padding-right:0; }
#side_search input[type=text],
#side_search select{
	width:auto;	
}
#side_search input.xsmall{
	width:40px;	
}
