@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0 auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	background: #FFF8E0 url(../images/layout/body-bg.gif) repeat-x;
}

img {
	display: block;
}
a {
	color: #73A100;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.cleaner {
	position: relative;
	overflow: hidden;
	clear: both;
	height: 1px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #225303;
}
h1 {
	letter-spacing: -1px;
}
input, select, textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
input, textarea {
	padding-left: 5px;
	padding-right: 5px;
	color: #7f7f7f;
}
textarea {
	overflow: auto;
}
form {
	margin: 0px;
	padding: 0px;
}

/* HEADER */
.header {
	position: relative;
	width: 960px;
	height: 219px;
	margin: 0px auto;
	background: #FFF8E0 url(../images/layout/header-bg.jpg) no-repeat;
}


.header .logo {
	width: 306px;
	height: 105px;
	padding: 38px 0 0 22px;
}

.header .search {
	position: absolute;
	width: 909px;
	height: 58px;
	bottom: 0px;
	padding: 1px 30px 0px 21px;
	background: #FFFFFF url(../images/layout/search-bg.gif) no-repeat;
	line-height: 59px;
}
.header .search h1 {
	font-size: 25px;
	color: #73A100;
	float: left;
}
.header .search form {
	position: absolute;
	padding-top: 2px;
	right: 30px;
	top: 20px;
	line-height: 0px;
}
.header .search select {
	width: 185px;
}
.header .search input {
	width: 130px;
}


/* HEADING */
.heading {
	width: 670px;
	margin: 0px auto;
	padding: 20px 30px 50px 260px;
	background: #fff url(../images/layout/heading-main-bg.jpg) no-repeat;
	height: 135px;
	font-size: 25px;
}



/*

.heading p {
	margin: 0px;
	padding: 0px;
}


.heading p:first-letter {
	display: block;
	font-size: 72px;
	float: left;
	line-height: 55px;
	height: 55px;
}
*/

/* MAIN */
.main {
	width: 945px;
	margin: 0px auto;
	padding-left: 15px;
	background-color: #fff;
}
.main h1 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 9px;
	font-size: 25px;
}
.main h1 .note {
	position: absolute;
	right: 30px;
	top: 20px;
	color: #000000;
	font-size: 12px;
}
.main h1 .note a {
	font-size: 15px;
}
.main h1 .note.comment {
	color: #909090;
}

/* LEFT SIDE */
.left-side {
	width: 216px;
	float: left;
	background: #fff url(../images/layout/left-side-bg.gif) repeat-y;
}
.left-side h1 {
	background: #ECF7CE url(../images/layout/left-side-h1-bg.gif) no-repeat;
}
.left-side .box {
	margin-bottom: 16px;
}
.left-side .box .bottom {
	height: 50px;
	background: url(../images/layout/left-side-box-bottom.jpg) no-repeat;
}


/* LEFT SIDE - PAGES */
.left-side-pages {
	width: 216px;
	float: left;
	background: #fff url(../images/layout/left-side-bg.gif) repeat-y;
}
.left-side-pages h1 {
	background: #ECF7CE url(../images/layout/left-side-h1-bg.gif) no-repeat;
	padding: 5px 0 0 15px;
	margin: 0 0 10px 0;
}

.left-side-pages .box .bottom {
	height: 34px;
	background: url(../images/layout/left-side-box-bottom2.jpg) no-repeat;
}

.left-side-pages .box .side-box {
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
}

/* LEFT SIDE - Specific Reviews */
.left-side-spec {
	width: 216px;
	float: left;
	background: #fff url(../images/layout/left-side-bg.gif) repeat-y;
}
.left-side-spec h1 {
	background: #ECF7CE url(../images/layout/left-side-h1-bg.gif) no-repeat;
}
.left-side-spec .box {
	margin-bottom: 16px;
}
.left-side-spec .box .bottom {
	height: 50px;
	background: url(../images/layout/left-side-box-bottom.jpg) no-repeat;
}

.left-side-spec .text {
	font-size: 14px;
}


/* CONTENT */
.content {
	position: relative;
	overflow: hidden;
	width: 710px;
	float: right;
	margin: 0px 0px 30px 14px;
	background-color: #fff;
}
.content h1 {
	background: #ECF7CE url(../images/layout/content-h1-bg.gif) no-repeat;
}
.content .box {
	margin-right: 10px;
	background: #fff url(../images/layout/content-bg.gif) repeat-y;
}
.content .box .bottom {
	height: 35px;
	clear: both;
	margin-bottom: 20px;
	background: url(../images/layout/content-box-bottom.gif) no-repeat;
}

/* CONTENT BOX OLD WIDTH .content 510 */
.content-box {
	margin-top: 20px;
	padding: 0px 16px 0px 16px;
}
.content-box .content {
	width: 510px;
	margin: 0px;
}

.content-box .content.comment {
	width: 650px;
	margin: 0px;
	float: left;
}

.content-box .content a.read-more {
	color: #73a100;
}


.content-box .image {
	float: left;
	width: 126px;
	border: 3px solid #e0f1b6;

}
.content-box .image img {
	border: 3px solid #73a100;
}
.content-box .note {
	color: #909090;
	font-size: 12px;
}
.content-box h2 {
	margin-top: -2px;
	color: #000;
	font-size: 25px;
}
.content-box .text {
	padding: 15px 0px 15px 0px;
	color: #0f2600;
}

/* TOP BOX */
.top-box {
	width: 337px;
	float: left;
	background: #fff url(../images/layout/top-box-bg.gif) repeat-y;
}
.top-box h1 {
	margin-bottom: 14px;
	background: #fff url(../images/layout/top-box-h1-bg.gif) no-repeat;
}
.top-box .box {
	width: 322px;
	padding: 0px 0px 26px 15px;
	background: url(../images/layout/top-box-bottom-bg.gif) 0% 100% no-repeat;
}
.top-box .row {
	position: relative;
	margin-bottom: 12px;
}
.top-box .note {
	color: #909090;
	font-size: 10px;
}
.top-box h2 {
	margin-top: -2px;
	color: #73a100;
	font-size: 25px;
}
.top-box .text {
	padding: 15px 0px 15px 0px;
	color: #0f2600;
}
.top-box.top-rated {
	margin-left: 25px;
	_margin-left: 5px;
}
.top-box.top-rated .box {
	*padding-bottom: 14px;
}
.top-box.top-rated .row {
	width: 286px;
	padding-left: 36px;
}

/* RATING */
.order {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 33px;
	line-height: 33px;
	background: #275f04 url(../images/layout/top-rated-bull.gif) no-repeat;
	font-size: 21px;
	color: #fff;
	text-align: center;
	letter-spacing: -1px;
}
.rating {
	position: absolute;
	right: 6px;
	top: 10px;
	width: 70px;
	height: 21px;
	padding-top: 3px;
	background: #edf7d2 url(../images/layout/rating-bg.gif) no-repeat;
	font-weight: bold;
	text-align: center;
}

/* NEWS */
.side-box {
	position: relative;
	margin-bottom: 15px;
	padding: 0px 16px 0px 16px;
}
.side-box .note {
	color: #909090;
	font-size: 10px;
}
.side-box h2 {
	margin-top: -2px;
	color: #73a100;
	font-size: 25px;
}
.side-box .text {
	padding: 15px 0px 15px 0px;
	color: #0f2600;
}

/* BUTTONS */
input.button {
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-bottom: 2px;
	*padding-bottom: 0px;
	font-size: 15px;
	color: #fff;
	background: #1A3F03;
	cursor: pointer;
}
.search input.button {
	width: 63px;
	height: 20px;
	background: #1A3F03 url(../images/layout/button-search.gif) no-repeat;
}
input.button.add-comment {
	width: 117px;
	height: 20px;
	background: #1A3F03 url(../images/layout/button-add-comment.gif) no-repeat;
}
input.button.vote {
	width: 51px;
	height: 20px;
	background: #1A3F03 url(../images/layout/button-vote.gif) no-repeat;
}
a.button {
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	clear: both;
	height: 20px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	background: #285F04;
}
a.button span {
	display: block;
	float: left;
	width: 12px;
	height: 20px;
	cursor: pointer;
	background-image: url(../images/layout/button.gif);
	background-repeat: no-repeat;
}
h1 a.button span {
	background-image: url(../images/layout/button-h1.gif);
}
a.button span.title {
	width: auto;
	padding-top: 1px;
	background-position: 50% 0%;
}
a.button span.left {
	background-position: 0px 0px;
}
a.button span.right {
	background-position: 100% 0%;
}
a.button.read-all-news {
	margin-left: 15px;
	_margin-left: 7px;
}
a.button.more-features {
	position: absolute;
	right: 14px;
	_right: 28px;
	top: 12px;
	float: none;
}

/* FOOTER */
.footer {
	position: relative;
	width: 960px;
	height: 64px;
	margin: 0px auto;
	background: #fff url(../images/layout/footer-bg.gif) bottom center no-repeat;
	margin-bottom: 35px;
}

.footer .copyright {
	position: absolute;
	top: 0px;
	left: 55px;
	color: #C1C1C1;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}
.footer .navigation {
	position: absolute;
	top: -5px;
	right: 60px;
}
.footer .navigation a {
	margin-left: 17px;
}

/* CATEGORY */
.category .heading {
	width: 670px;
	margin: 0px auto;
	padding: 50px 260px 50px 30px;
	background: #fff url(../images/layout/heading-category-bg.jpg) no-repeat;
	height: 135px;
	font-size: 15px;
}

.category .heading .text {
	width: 700px;
}

.category .heading h1 {
	margin-bottom: 10px;
	color: #73a100;
	font-size: 25px;
}
.category .side-box {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.category .side-box h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}
.category .side-box .rating {
	right: auto;
	top: auto;
	margin-top: 8px;
}
.category .content h2 {
	color: #73a100;
}
.category .content h2,
.category .content .note {
	padding-left: 34px;
}
.category .content .order {
	top: 2px;
}

/* REVIEWED SITES */
table.reviewed-sites {
	width: 667px;
	margin: 0px auto;
	border-spacing: 0px;
}
table.reviewed-sites th {
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background: #73a100 url(../images/layout/reviewed-sites-th-bg.gif) no-repeat;
	background-position: 50% 0%;
}
table.reviewed-sites th.first,
table.reviewed-sites td.first {
	width: 317px;
	text-align: left;
	padding-left: 16px;
	background-position: 0% 0%;
}
table.reviewed-sites th.last,
table.reviewed-sites td.last {
	padding-right: 5px;
	background-position: 100% 0%;
}
table.reviewed-sites td {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
}
table.reviewed-sites tr.even {
	background: #f8f8f8;
}
table.reviewed-sites tr.foot td {
	position: relative;
	overflow: hidden;
	height: 14px;
	color: #fff;
	background: #73a100 url(../images/layout/table-foot-bg.gif) no-repeat;
	background-position: 50% 100%;
}
table.reviewed-sites tr.foot td.first {
	background: #73a100 url(../images/layout/table-foot-bg.gif) no-repeat;
	background-position: 0% 100%;
}
table.reviewed-sites tr.foot td.last {
	background: #73a100 url(../images/layout/table-foot-bg.gif) no-repeat;
	background-position: 100% 100%;
}

/* REVIEW */
.review .heading {
	position: relative;
	width: 670px;
	margin: 0px auto;
	padding: 50px 260px 50px 30px;
	background: #fff url(../images/layout/heading-review-bg.jpg) no-repeat;
	height: 135px;
	font-size: 15px;
}
.review .heading h1 {
	margin-bottom: 10px;
	color: #73a100;
	font-size: 25px;
}
.review .heading .box {
	width: 447px;
	margin-left: 230px;
}
.review .heading .links {
	padding-top: 8px;
}
.review .heading .links a {
	display: block;
	float: left;
	margin-right: 20px;
}
.review .rating.final {
	right: auto;
	left: 30px;
	top: 31px;
	width: 124px;
	height: 157px;
	padding: 44px 0px 0px 80px;
	background: none transparent;
	text-align: left;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	background: #3F7601 url(../images/layout/final-rating-bg.jpg) no-repeat;
}
.review .rating.final .num {
	font-size: 30px;
}
.review .heading .image {	
	position: absolute;
	right: 31px;
	top: 52px;
	width: 190px;
	height: 160px;
	border: 3px solid #e0f1b6;
}
.review .heading .image img {
	border: 3px solid #73a100;
}
/* REVIEW - LEFT SIDE */
.review .side-box {
	margin: 2px 0px 2px 0px;
	padding: 8px 16px 8px 16px;
}
.review .side-box.even {
	background: #f9f9f9;
}
.review .side-box .note {
	text-transform: uppercase;
}
.review .side-box .text {
	padding: 4px 0px 0px 0px;
	font-weight: bold;
}
.review .left-side .box.reviews .note {
	margin-bottom: 2px;
}
.review .left-side .box.reviews .rating.review {	
	font-size: 12px;
	top: 4px;
	background: none transparent;
}
.review .left-side .box.reviews .rating.final {
	position: relative;
	left: auto;
	margin: 0px auto;
	margin-bottom: 20px;
}
/* REVIEW - CONTENT */
.review .content-box .image {
	width: 137px;
	margin: 0px 20px 10px 0px;
}
.review table.reviewed-sites th.first,
.review table.reviewed-sites td.first {
	width: 160px;
}
.review table.reviewed-sites th.last,
.review table.reviewed-sites td.last {
	text-align: left;
}
.review .content-box h2 {
	padding-top: 6px;
	color: #73a100;
	font-size: 15px;
}
.review .content-box .content {
	margin-bottom: 18px;
} 
.review .content-box .text {
	padding: 4px 0px 4px 0px;
}
.review .content-box.comment input.textbox {
	width: 249px;
	margin-bottom: 2px;
}
.review .content-box.comment textarea {
	width: 663px;
	height: 135px;
	margin-bottom: 6px;
}
/* VOTING */
.voting {
	margin-top: 18px;
}
.voting h1 {
	float: left;
	width: 200px;
	background: none transparent;
}
.voting .option {
	float: left;
	width: 460px;
	margin-top: 14px;
}
.voting label {
	font-size: 10px;
	margin-right: 4px;
}
.voting input,
.voting label {
	cursor: pointer;
}
.voting input.button {
	margin-left: 12px;
}

.header_home_link {
	cursor:pointer;width: 315px; height: 100px; position:relative; top: 35px; left: 15px;
}

.calltoaction { padding: 30px 0 0 0; text-align: center; font-size: 18px; }
.searchtext p { padding-top: 0px; } /* fix by mike - search results */
.floatr { float: right; margin: 5px 0 15px 10px; padding:0; border: 0; border: 2px solid #e0f1b6;}
.floatl { float: left; margin: 5px 15px 10px 0; padding:0; border: 0; border: 2px solid #e0f1b6;}

.mainpageheader { font-size: 28px; }
.mainpagepara { font-size: 18px; }

.mainpageheader2 { font-size: 24px; }
.mainpagepara2 { font-size: 14px; }

.lefttoplogo {
	margin-left: -15px;
	width: 960px;
	height: 216px;
	float: left;
	background: #fff url(/images/layout/heading-main-bg.jpg) no-repeat;
}

.padlogotext {
	margin: 35px 20px 0 266px;
}

.sidebarlist {
	padding:0; margin:0px;
}

.blacktitle {
	color : #000000;
}


#search2        { position: absolute; left: 766px; top: 45px; padding-top: 40px;}
#search2 .inputs input { width: 125px; }
#search2 .inputs               { float: left; width: 132px; }
#search2 .inputs .searchText   { width: 121px; font-size: 1em; padding-left: 4px; }
#search2 .inputs select        { width: 128px; font-size: 1em; margin-bottom: 5px; }
#search2 .submit               { width: 38px; float: right; padding-right: 7px; }

.searchpad {
padding: 10px;

}


.content2 {
	position: relative;
	overflow: hidden;
	width: 610px;
	float: left;
	margin: 0px 0px 15px 5px;
	background-color: #fff;
}

.searchresult{
	margin: 0;
	padding: 0;
}

.categorylist{
padding: 0 0 0 0;
margin: 0 0 0 25px;
font-size: 16px; 
}


h2.sidelinks {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}


.categoryheaderbox {
	padding-left : 15px;
	margin-top: -5px;
}

.rank2 {
	float: right;
	color: #000000; 
}

.sidebarfloatleft {
	float:left;
	font-size: 15px;
	font-weight: bold;
}

.sidebarfloatright {
	float:right;
}

.headerspace {
	width: 960px;
	background: #FFFFFF;
	position: relative;
}


.headingempty {
	width: 960px;
	margin: 0px auto;
	background: #fff;
	height: 15px;
	font-size: 25px;
}

.sidebartopper {
	width: 217px;
	height: 205px;
	background: #fff url(../images/layout/pervy_sidebar_topper.jpg) no-repeat;
}


.plaincontent {
	position: relative;
	overflow: hidden;
	width: 710px;
	float: right;
	margin: 0px 0px 30px 14px;
	background-color: #fff;
}

.noboxcontentpad {
margin: 20px 30px 20px 20px;
}

h2.contentname {
	font-size: 20px;
	font-weight: bold;
}