@charset "utf-8";
/* CSS Document */
html, body {
	background: #ffffff url(images/bg.jpg) top center repeat-x;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
a:hover {
	color: #00CCFF;
	}
	
/*** WRAPPERS ***/

#header_wrap {
	width: 960px;
	margin: 0 auto;
	}
	
#container {
	width: 960px;
	margin: 0 auto;background: url(images/bg.gif) center top repeat-x;
	}
	
/*** HEADER & MENU ***/
	
#header_01 {
	width: 960px;
	height: 20px;
	background: url(images/header_01.jpg);
	float: left;
	}

#header_01 h2 {
	color: #fff;
	text-align: center;
	font-size: 14px;
	}
	
#header_02 {
	width: 960px;
	height: 131px;
	background: url(images/header_02.jpg);
	float: left;
	}
	
#header_02 a {
	width: 500px;
	height: 75px;
	background: none;
	display: block;
	position: absolute;
	top: 40px;
	left: 240px;
	}
	
#header_02 a span {
	display: none;
	}
	
#header_02 h1 {
	font-size: 12px;
	color: #6e6060;
	position: relative;
	top: 100px;
	left: 10px;
	margin: 0 0 0 130px;
	}
	
	.menu_top  {
		height: 29px;		
		overflow: hidden;
		background: url(images/menu_ends_top_left.jpg) no-repeat top left;
		padding: 0px 0px 0px 24px;		
	}
	.menu_top .right {
		background: url(images/menu_ends_top_right.jpg) no-repeat top right;
		padding: 0px 24px 0px 0px;		
	}
	.menu_top .middle {
		background: url(images/menu_ends_top_middle.jpg);
		padding: 3px 0px 0px 0px;		
		height: 29px;
		font-family: Trebuchet MS, Arial, Verdana;
		font-size: 14px;
		text-align: center;
	}
	
	.menu_top .middle ul {
		margin: 2px 25px 0 25px;
	}
	
	.menu_top .middle li {
		display: inline;
		margin: 0 45px 0 0;
	}
		
	.menu_top .middle li a {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	}
		
	.menu_top .middle li a:hover {
		color: #003366;
	}
	
	.menu_sub  {
		height: 38px;		
		overflow: hidden;
		background: url(images/menu_ends_sub_left.jpg) no-repeat top left;
		padding: 0px 0px 0px 24px;		
	}
	.menu_sub .right {
		background: url(images/menu_ends_sub_right.jpg) no-repeat top right;
		padding: 0px 24px 0px 0px;		
	}
	.menu_sub .middle {
		background: url(images/menu_ends_sub_middle.jpg);
		padding: 1px 0px 0px 0px;		
		height: 38px;
		font-family: Trebuchet MS, Arial, Verdana;
		font-size: 12px;
		text-align: center;
	}
	
	.menu_sub .middle ul {
		margin: 2px 25px 0 25px;
	}
	
	.menu_sub .middle li {
		display: inline;
		margin: 0 30px 0 0;
	}
		
	.menu_sub .middle li a {
		color: #5f5f5f;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	}
		
	.menu_sub .middle li a:hover {
		color: #333333;
	}
/*** SIDEBARS ETC ***/
	
#leftcol {
	width: 200px;
	float: left;
	}
	
#rightcol {
	width: 200px;
	float: right;
	}
	
#top_categories_header {
	width: 200px;
	height: 48px;
	background: url(images/top_categories_header.jpg);
	}
#top_categories_header h2 {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 5px;
	left: 0;
	text-align: center;
	}
	
#sidebar_header h2 {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 10px;
	left: -3px;
	text-align: center;
	}
	
#header_sidebar_inside {
	width: 200px;
	height: 34px;
	background: url(images/header_sidebar_inside.jpg);
	margin: 10px 0 0 0;
	}
	
#header_sidebar_inside h2 {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 3px;
	left: -3px;
	text-align: center;
	}
	
#links {
	margin: 0 0 0 10px;
	}
	
#links li {
	list-style-type: none;
	}
	
#links li a {
	color: #2d6582;
	text-decoration: none;
	font-weight: bold;
	}
	
#links li a:hover {
	color: #00CCFF;
	}
	
#sidebar_header {
	width: 200px;
	height: 48px;
	background: url(images/sidebar_header.jpg);
	}
	
#sidebar {
	width: 200px;
	background: url(images/sidebar_bg.jpg) repeat-y;
	}
	
#sidebar img {
	border: none;
	}
	
#sidebar_bottom {
	width: 200px;
	height: 14px;
	background: url(images/sidebar_bottom.jpg);
	}
	
.sidebar_top_light {
	width: 200px;
	height: 14px;
	background: url(images/sidebar_top_light.jpg);
	}

p.date {
	color: #ff6c00;
	font-weight: bold;
	margin-left: 10px;
	}
	
#sidebar h3 {
	margin: 10px 20px 0 10px;
	}
	
#sidebar h3 a {
	color: #2d6582;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	}
	
#sidebar h3 a:hover {
	color: #00CCFF;
	}
	
p.news_text {
	width: 160px;
	margin: 0 0 0 10px;
	font-size: 12px;
	}
	
p.view_article a {
	color: #2d6582;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 10px;
	}
	
p.view_article a:hover {
	color: #00CCFF;
	}
	
#searchbox {	
	width: 200px;
	height: 37px;
	background: url(images/search_box.jpg);
	}
	
#searchbox .searchtext {
	width: 147px;
	border: none;
	background: none;
	font-family: Tahoma MS, Arial, Verdana;
	color: #5f5f5f;
	font-size: 12px;
	margin: 8px 0 0 8px;
	}
	
#searchbox .searchsubmit {
	width: 32px;
	height: 20px;
	background: none;
	cursor: pointer;
	border: none;
	}
	
*:first-child+html  #searchbox .searchsubmit {
	height: 20px;
	width: 32px;
	background: none;
	cursor: pointer;
	border: none;
	}
	
#top_porn_sites_header {
	width: 200px;
	height: 55px;
	background: url(images/top_porn_sites_header.jpg);
	}
	
#top_porn_sites_header h2 {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 10px;
	left: 0;
	text-align: center;
	}
	
a.view_top_picks {
	color: #2d6582;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0 10px;
	padding: 20px 0 0 0;
	}
a:hover.view_top_picks {
	color: #00CCFF;
	}
	
#guarantee {
	padding: 10px 0 0 0;
	}
	
#guarantee img {
	float: left;
	margin: 0 5px 0 5px;
	}
	
#guarantee p {
	color: #2d6582;
	font-weight: bold;
	font-size: 12px;
	}
	
#guarantee p a {
	color: #2d6582;
	text-decoration: none;
	font-weight: bold;
	}
	
#guarantee p a:hover {
	color: #00CCFF;
	}
	
#bookmark {
	width: 200px;
	height: 43px;
	background: url(images/bookmark_block.jpg);
	}
	
#bookmark a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: 9px;
	left: 25px;
	text-align: center;
	}
	
#azindex {
	padding: 10px 0 0 0;
	}
	
#azindex img {
	float: left;
	margin: 0 5px 5px 5px;
	}
	
#azindex a {
	text-decoration: none;
	text-align: right;
	color: #2d6582;
	font-weight: bold;
	font-size: 12px;
	}
	
#azindex a:hover {
	color: #00CCFF;
	}
	
#booble a {
	width: 178px;
	height: 98px;
	background: url(images/booble.jpg);
	display: block;
	text-decoration: none;
	color: #2d6582;
	font-weight: bold;
	text-align: right;
	margin: 0 0 0 5px;
	}
	
#booble a:hover {
	color: #00CCFF;
	}
	
#booble a span {	
	width: 95px;
	float: left;
	display: block;
	line-height: 15px;
}
	

	
/*** MAIN CONTENT ***/
	
#maincol {
	width: 540px;
	float: left;
	margin: 0 0 0 10px;
	}
	
#home_top {
	width: 540px;
	}
	
#home_top img {
	float: left;
	margin: 5px 20px 10px 20px;
	}
	
#home_top p {
	text-align: center;
	padding: 25px 0 15px 0;
	}
	
#latest_reviews_header {
	width: 540px;
	height: 71px;
	background: url(images/latest_reviews_header.jpg);
	}
	
#search_results_header {
		font-family: Trebuchet MS, Arial, Verdana;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;		
		width: 540px;
		height: 40px;		
		padding: 4px 0px 0px 15px;
		color: #ffffff;
		text-align: left;
		overflow: hidden;
		background: url(images/alt_page_header.jpg) no-repeat;		
	}
	
#latest_reviews_header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 38px;
	left: 338px;
	}
	
#content_block_top {
	width: 540px;
	height: 8px;
	background: url(images/content_block_top.jpg);
	}
	
#content_block {
	width: 520px;
	background: url(images/content_block_bg.jpg);
	padding: 0 10px;
	}
	
#content_block_bottom {
	width: 540px;
	height: 10px;
	background: url(images/content_block_bottom.jpg) no-repeat;
	margin: 0 0 10px 0;
	}
	
h2.new_reviews a {
	text-decoration: none;
	color: #2d6582;
	font-size: 14px;
	float: left;
	width: 350px;
	}
	
p.new_reviews {
	width: 350px;
	float: left;
	}

p.new_reviews a {
	text-decoration: none;
	color: #2d6582;
	font-weight: bold;
	}
	
h3.new_reviews a {
	float: right;
	color: #2d6582;
	font-size: 14px;
	text-decoration: none;
	margin-top: -18px;
	}
	
	
a.visit_site_button {
	background: url(images/visit_site_button.jpg);
	height: 20px;
	width: 80px;
	display: block;
	float: right;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0 0;
	}
	
a.all_reviews_button {
	width: 165px;
	height: 20px;
	background: url(images/all_reviews_button.jpg);
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	font-weight: bold;
	}

a.prev_page_button {
        width: 165px;
        height: 20px;
        background: url(images/all_reviews_button.jpg);
        display: block;
	float:left;
        color: #fff;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        font-weight: bold;
        }
a.next_page_button {
        width: 165px;
        height: 20px;
        background: url(images/all_reviews_button.jpg);
	float:right;
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        font-weight: bold;
        }


	
#navi_top {
	width: 540px;
	height: 41px;
	background: url(images/navi_top.jpg);
	}
	
#navi_top a.prev, #navi_top a.next {
	width: 40px;
	height: 20px;
	display: block;
	float: left;
	margin: 8px 0 0 1px;
	}
	
#navi_top p {
	float: left;
	width: 435px;
	margin: 8px;
	text-align: center;
	color: #4c4c4c;
	font-weight: bold;
	}
	
#navi_top a.prev span , #navi_top a.next span {
	display: none;
	}
	
.navi_bottom {
	width: 540px;
	height: 36px;
	background: url(images/navi_bottom.jpg);
	}

.navi_bottom a.prev, .navi_bottom a.next {
	width: 40px;
	height: 20px;
	display: block;
	float: left;
	margin: 5px 0 0 1px;
	}
	
.navi_bottom p {
	float: left;
	width: 435px;
	margin: 5px;
	text-align: center;
	color: #4c4c4c;
	font-weight: bold;
	}
	
.navi_bottom a.prev span , .navi_bottom a.next span {
	display: none;
	}
	
#main_review_header {
	width: 540px;
	height: 38px;
	background: url(images/main_review_header.jpg);
	}
	
p.breadcrumbs {
	color: #6b6b6b;
	font-weight: bold;
	float: left;
	padding: 3px 0 0 0;
	margin: 0 0 0 5px;
	}
	
p.breadcrumbs a {
	color: #2d6582;
	text-decoration: none;
	font-weight: bold;
	}
	
p.breadcrumbs a:hover {
	color: #00CCFF;
	}
	
p.all_reviews a {
	color: #fff;
	font-weight: bold;
	float: right;
	text-decoration: none;
	margin: 0 12px 0 0;
	padding: 3px 0 0 0;
	}
	
#top_picks img {
	float: left;
	}
	
p.score {
	float: left;
	font-size: 30px;
	color: #6bbaf7;
	margin: 0 0 0 40px;
	font-weight: bold;
	padding: 10px 0 0 0;
	}
	
p.first {	
	padding: 10px 0 0 0;	
	}
	
p.prices a {
	color: #2d6582;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 0 0 0 40px;
	}
	
p.prices a:hover {
	color: #00CCFF;
	}
	
#top_picks a.visit_site {
	width: 120px;
	height: 47px;
	background: url(images/visit_site_button_large.jpg);
	display: block;
	color: #fff;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	float: right;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: -40px 0 0 0;
	}
	
#comments_buttons {
	width: 330px;
	margin: 0 auto;
	}
	
#comments_buttons a {
	width: 161px;
	height: 17px;
	background: url(images/comments_button.jpg);
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	float: left;
	font-weight: bold;
	margin: 0 1px;
	line-height: 14px;
	}
	
#review_text {
	color: #272727;
	font-size: 12px;
	padding: 10px 0 0 0;
	}
	
#review_text p {
	margin: 0 0 10px 0;
	}
	
#main_review_sub_header	{
	width: 540px;
	height: 38px;
	background: url(images/main_review_sub_header.jpg);
	}
	
#comment_box {
	width: 350px;
	margin: 0 auto;
	}
	
#comment_box ul {
	float: left;
	}
	
#comment_box  li {
	list-style-type: none;
	margin: 0 0 10px 5px;
	}
	
ul.labels {
	text-align: right;
	}
	
input.comments  {
	width: 200px;
	height: 200px;
	}
	
input.comment_button {
	width: 93px;
	height: 17px;
	background: url(images/submit_button.jpg);
	border: none;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	}
	
/*** FOOTER ***/

#footer {
	width: 100%;
	height: 128px;
	background: url(images/footer.jpg) repeat-x;
	text-align: center;
	}
	
p.footer_text {
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 850px;
	margin: 0 auto;
	color: #ededed;
	padding: 5px 0 0 0;
	}
	
#footer_menu_top li, #footer_menu_bottom li {
	display: inline;
	
	}
	
#footer_menu_top {
	margin: 10px 0 0 0;
	}
	
#footer_menu_top li a {
	color: #823b15;
	text-decoration: none;
	font-weight: bold;	
	background: url(images/pipe01.gif) right center no-repeat;
	padding-right: 10px;
	}
	
#footer_menu_bottom li a {
	color: #ededed;
	text-decoration: none;
	font-weight: bold;
	background: url(images/pipe02.gif) right center no-repeat;
	padding-right: 5px;
	font-size: 12px;
	}
	
#footer_menu_top li.last a, #footer_menu_bottom li.last a {
	background: none;
	}
	
p.footer_text a {
	color: #ededed;
	font-weight: bold;
	text-decoration: none;
	}
	

	
/*** COMPLIMENTARY CLASSES ***/
.clear { clear: both; }

.float { float: left; }

/*** INTERNET EXPLORER IS A PIECE OF SHIT ***/

* html #sidebar_bottom, {
	margin: 0 0 -8px 0;
	}
	
* html #content_block_top {
	margin: 0 0 -10px 0;
	}
	
	
* html #searchbox .searchtext {
	top: 3px;
	}
