﻿html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body 
{
	background: #ECEDF2 url(/images/bk.gif) repeat-y center;
}


div#pagelayout
{
	width: 1024px;
	height: 100%;

	text-align:left;
	font-family: Verdana, Tahoma, Arial;
}

img
{
	border: 0;
}


/* Page Header/Footer */
/* ****************** */
div#header
{	
	margin-left: 50px;
	width: 894px; /*924px;*/
	height: 71px;
	padding-left: 30px;
	
	background-image: url(/images/topbk.gif);
}

div#footer
{	
	margin-top: 10px;
	margin-left: 50px;
	width: 894px;
	padding-left: 30px;
	padding-bottom: 3px;

	text-align: center;
	color: #b5b5b5;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
}


/* Blue Feature Box */
/* **************** */
div#bluebox
{	
	margin-left: 50px;
	width: 894px; /*924px;*/
	height: 277px;
	padding-left: 30px;
	
	background-image: url(/images/bluebk.gif);
}

div#bluebox a
{	
	text-decoration: none;
	color: White;
}

div#blueboxtext
{	
	float: left;
	width: 300px;
	height: 225px;
	
	text-align: center;
	line-height:420px;
	color: White;
	font-size: 18px;
	font-weight: bold;
}

div#blueboxphoto
{	
	float: left;
	width: 400px;
	height: 225px;
}

div#blueboximagecontainer
{	
	width: 340px;
	height: 205px;
	padding-left: 60px;
	padding-top: 16px;
	
	background-color: White;
	vertical-align: middle;
}

img.blueboximage
{
	width:282px;
	height:210px;
}

div#blueboxtitle
{	
	float: left;
	width: 293px;
	
	vertical-align: bottom;
	text-align: center;
	color: White;
	font-size: 14px;
	font-weight: bold;
	
	border-top: solid 1px white;
}

div#blueboxbottom
{	
	float: left;
	width: 410px;
	
	border-top: solid 1px white;
}


/* Additional features (list bar) box */
/* ********************************** */
div#listbar
{	
	margin-left: 50px;
	padding-left: 119px;
	width: 805px; /*924px;*/
	height: 79px;

	background-image: url(/images/listbarbk.gif);
}

.listbarnav
{
	float: left;
	margin-left: 6px;
	margin-right: 8px;
}

.listbaritem
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 14px;
	
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	width: 50px;
	height: 44px;

	border: solid 1px #bababa;
}

.listbaritem:hover
{
	border: solid 1px #ff7c24;
}

img.listbaritemimage
{
	
	width: 50px;
	height: 44px;
}


/* Main Content */
/* ************ */
div#content
{	
	margin-left: 50px;
	width: 914px; /*924px;*/
	padding-left: 30px;
	
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	color: #2c2c2c;
	text-align:justify;
}

div#centercontent
{
	float: left;
	width: 400px;
	height: 200px;
	margin-left: 150px;
	padding-left: 10px;
	padding-right: 20px;
	
	border-right: dotted 1px #e4e4e4;
}

div#rightcontent
{
	float: right;
	width: 150px;
	height: 200px;
	margin-right: 150px;
	padding-left: 20px;
	padding-right: 10px;
}

span.blueheader
{
	font-size: 16px;
	font-weight: bold;
	color: #31b3f2;
}

form#search
{
	display:inline;
}

div#searchtitle
{
	font-size: 11px;
	color: #848484;
	margin-bottom: -5px;
}

input#searchbtn
{
	position: relative;
	top: 5px;
	left: -1px;
}

.topiclnk a, .topiclnk a:visited
{
	color: #848484;
	text-decoration: none;
}

.topiclnk a:hover
{
	color: #ff7c24;
	text-decoration: underline;
}

.topiclnk
{
	padding-left: 1px;
	margin-top: 4px;
}


/* Review Content */
/* ************** */
div#review
{	
	margin-left: 50px;
	width: 874px; /*924px;*/
	padding-left: 30px;
	padding-right: 20px;
	
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #2c2c2c;
	text-align: left;
}

div#reviewleft
{
	float: left;
	width: 634px;
	padding-right: 10px;
	
	border-right: dotted 1px #e4e4e4;
}

div#reviewright
{
	float: right;
	width: 200px;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;

	font-family: Arial;
	font-size: 11px;
	color: #999999;
}

div#reviewright a, .reviewright a:visited
{
	font-size: 11px;
	color: #414141;
	color: #0c85c0;
	text-decoration: none;
}

div#reviewright a:hover
{
	color: #ff7c24;
	text-decoration: underline;
}

div#reviewtitle
{	
	float: left;
	height: 50px;
	margin-top: 30px;

	text-align: center;
	color: #0c85c0;
	font-size: 18px;
	font-weight: bold;
}

div#reviewtitletext
{	
	margin-top: 3px;
	padding-top: 2px;
	border-top: dashed 1px #0c85c0;
	
	text-align: center;
	color: #0c85c0;
	font-size: 12px;
	font-weight: normal;
}

#reviewauthor
{
	padding-top: 15px;
	padding-bottom: 20px;
	
	font-size: 12px;
	font-family: Arial;
	color: #414141;
}

#reviewbody
{
	line-height: 18px;
	font-size: 12px;
	font-family: Arial;
	color: #414141;
}

#reviewbody:first-letter
{
	font-size: 18px;
}

.reviewmainimage
{
	float: right;
	padding-left: 15px;
}

div#reviewverdict
{	
	padding-top: 20px;
	padding-bottom: 20px;
	width: 634px;
	
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #414141;
}

div#reviewverdictscore
{	
	color: #0c85c0;
	font-size: 37px;
}

div#reviewverdictdesc
{	
	margin-top: -4px;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

span.reviewsideheader
{
	font-size: 15px;
	font-weight: bold;
	color: #0c85c0; /*#31b3f2*/
}

.reviewsideheaderlow
{
	font-size: 15px;
	font-weight: bold;
	color: #0c85c0; /*#31b3f2*/
	margin-bottom: -20px
}

.reviewsidetext
{
	font-size: 11px;
	color: #414141;
	color: #0c85c0;
}

form#opinion
{
	display:inline;
}

div#reviewbar
{	
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	padding-top: 10px;
	width: 894px;
	height: 69px;
	padding-left: 30px;
	text-align: center;
	
	background-image: url(/images/listbarbk.gif);
}


/* List page (search, etc) */
/* *********************** */
div#list
{	
	margin-left: 50px;
	width: 874px; /*924px;*/
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 20px;
	
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #2c2c2c;
	text-align: left;
}

div#listleft
{
	float: left;
	width: 634px;
	padding-right: 10px;
	
	border-right: dotted 1px #e4e4e4;
}

div#listright
{
	float: right;
	width: 200px;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;

	font-family: Arial;
	font-size: 11px;
	color: #999999;
}

/*
div#listright a, .listright a:visited
{
	font-size: 11px;
	color: #414141;
	color: #0c85c0;
	text-decoration: none;
}

div#listright a:hover
{
	color: #ff7c24;
	text-decoration: underline;
}
*/

div#listtitle
{
	float: left;

	text-align: center;
	color: #0c85c0;
	font-size: 18px;
	font-weight: bold;
}

.listitem
{
	padding-top: 12px;
	padding-bottom: 28px;
	width: 550px;
	
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

.listitemtitle
{
	padding-bottom: 4px;
	
	font-weight: bold;
	font-size: 13px;
}

.listitemtitle a, .listitemtitle a:visited
{
	color: #414141;
	text-decoration: none;
}

.listitemtitle a:hover
{
	color: #ff7c24;
	text-decoration: none;
}

.listitem img{padding-right: 25px; padding-bottom: 34px; float: left;}

.listitembreak{clear:both;padding-top:5px;}

.listpagecount{color: #7d7d7d; font-size: 11px; padding-bottom: 5px;}

div.listpage
{
	float: left;
	
	height:15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-top: 3px; 
	border: solid 1px #bcbcbc; 
	
	margin-right: 3px;
	
	color: #ff7c24;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

div.listpage a
{
	text-decoration: none;
	color: #ff7c24;
}

div.listpage a:hover
{
	color: Black;
}

div.listpage:hover
{
	border: solid 1px #ff7c24;
	color: Black;
}

div.listpagedisabled
{
	color: #bcbcbc;
	font-weight: normal;
}

div.listpageselected
{
	color: White;
	background-color: #ff7c24;
}

div.listpagedisabled:hover
{
	border: solid 1px #999999;
	color: #bcbcbc;
}

.listsideheader
{
	font-size: 15px;
	font-weight: bold;
	color: #0c85c0; /*#31b3f2*/
}

.listsidelnk a, .listsidelnk a:visited
{
	font-size: 13px;
	color: #848484;
	text-decoration: none;
}

.listsidelnk a:hover
{
	color: #ff7c24;
	text-decoration: underline;
}

.listsidelnk
{
	padding-left: 1px;
	margin-top: 4px;
}