body {
    background-color: #fff;
    font: normal 12pt Helvetica, Arial, Verdana, sans-serif;
    margin:  0px;
}

.container {
	width:  890px;
	margin:  auto;
}

#Header {
	background: url('../../resource.php/main/header_background.png');
	height:  95px;
	padding:  0px;
	margin: 0px;
}

#Header h1 {
	padding: 0px;
	margin: 0px;
	height:  50px;
	line-height: 50px;
	color: #333;
}

#Header #Nav {
	height:  30px;
	line-height:  30px;
	clear: both;
}

#Header #Years {
	float:  left;
	height: 30px;
}

#Header #Years div {
	display:  inline;
	margin-right:  10px;
	padding: 5px 5px 6px 5px;
}

#Header #Years a {
	text-decoration: none;
	color:  #333;
}

#Header #Years div.selected {
	background: url('../../resource.php/main/selected_background.png') bottom left;
}

#Header #Search {
	float:  right;
	padding-top:  4px;
}

#Header #Search input {
	color:  #666;
}

#Footer {
	clear:  both;
	text-align:  center;
	padding:  10px;
	font-size: 10pt;
	color:  #CCC;
}

div.review ul {
	width: 163px;
	margin: 0px 5px 5px 0px;
	padding:  5px;
	float: left;
}

div.review ul li {
	list-style-type: none;
	margin: 0px;
	cursor: pointer;
}

div.review ul li.date {
	background: #369 url('../../resource.php/main/review_top.png') top left no-repeat;
	height: 30px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
}

div.review ul li.rating {
	background: #EEE url('../../resource.php/main/review_bottom.png') bottom left no-repeat;
	height: 25px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

div.review ul li.title {
	background: #FFF url('../../resource.php/main/review_bg.png');
	min-height: 80px;
	color: #666;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 15px;
	text-align: center;
	
}

div.sort {
	background-color: #F0F0F0;
	padding:  10px;
	font-size:  10pt;
	color: #333;
	margin-bottom: 10px;
	height:  18px;
}

div.sort div {
	display:  inline;
	margin-right:  20px;
	float: left;
}

div.sort img {
	padding:  2px;
	margin-left: 5px;
	border:  0px;
}

div.sort .search {
	font-style: italic;
}

div.sort .count {
	float:  right;
}

div.review-content .title {
	padding:  8px;
	font-weight:  bold;
	font-size:  14pt;
	background-color:  #DDD;
}

div.review-content .rating {
	padding:  3px;
	background: #CCC;
	text-align:  center;
}

div.review-content .link {
	padding: 2px;
	background-color: #999;
	font-size:  10pt;
	text-align:  center;
}

div.review-content .link a {
	color: #FFF;
	text-decoration: none;
}

div.review-content dl {
	font-size:  10pt;
}
div.review-content dt {
	background-color: #F0F0F0;
	font-weight:  bold;
	float:  left;
	width:  75px;
	text-align: right;
	padding:  3px;
}

div.review-content dd {
	margin:  0px;
	padding:  3px;
	padding-left: 85px;
	margin-bottom: 5px;
}

div.review-content .comments {
	font-size: 10pt;
	padding:  5px;
}

.hidden, div.review ul li.stamp, div.review ul li.score {
	display: none;
}

