/* SEARCH RESULTS */
#searchPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	margin-top: 5px;
}
#searchBox {
	margin: 0px 10px 0px 11px;
	background-color: #FF0000;
	border: 1px solid red;
	color:#FFFFFF;
	padding: 0px;
}
#searchBox a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #353535;
}
#searchBox a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#searchNav { padding: 9px;}
#searchNav a { text-decoration: none; color: #666666; }

.searchRowInfo th, .searchRowInfoOver th { color: #005082; text-align: left; }
.searchRowInfo p, .searchRowInfoOver p { color: red; margin: 0px 0px 0px 0px; }
.searchRowInfo ul, .searchRowInfoOver ul { margin: 0px; padding: 0px 0px 0px 5px; }
.searchRowInfo li, .searchRowInfoOver li { float: left; display: inline; padding-right: 10px; list-style: none; }
.searchRowInfoOver th { color: #0065A4; }
.wht { color: #0084FF; }

/* Details Page */
#detailsPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	width: 574px;
	margin-left: 3px;
	margin-top: 5px;
}
#pgTools { margin-bottom: 3px; color: #666666; font-size: 11px; }
#pgTools a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FF6600;
}
#pgTools a:hover { text-decoration: underline; }
.detailsHdr {
	background-color: #E5E5E5;
	border: 1px solid #A0A0A0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.price {color: #FF0000}
#detailsImg { height: 255px; }
#imagePoster { float: left; }
#thumbs { margin-top: 8px; }

#detailsInfo {
	padding-top: 1px;
	background-color: #F3F3F3;
	height: 325px;
}
#detailsContact {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#detailsNav {
	clear: both;
	padding-bottom: 2px;
	border-bottom: 2px solid #CCCCCC;
	text-align: left;
}
#detailsNav a {
	color: #990000;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin-left: 3px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
#features {
	text-align: left;
	font-size: 11px;
	margin: 5px;
	height: 100px;
}
#features ul { margin: 5px 0px 5px 12px; padding: 0px; list-style-type: none;}
#features li { padding: 0px; margin: 5px 0px 0px 0px; width: 180px; float: left;}

#contact { padding-top: 7px;}
#pgFoot { clear: both; height: 22px; }

