/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 30px 0 30px 0;
	padding: 0;
	background: #1F2429;
	text-align: justify;
	font: 15px Arial, Helvetica, sans-serif;
	/*color: #626262;*/
	color:#000000;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	/*background: #FEFEFE url(../images/img13.gif) repeat-x;
	border: ridge #626262;
	/*font: normal 1em Arial, Helvetica, sans-serif;*/
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

h4{
	clear:both;
	font-size:16px;
	border-bottom:dotted;
	border-bottom-width:thin;
	border-bottom-color:#D8DFE6;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	/*color: #59C0F8;*/
	color: #00F;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	background: #FEFEFE url(../images/img01.jpg) repeat-x;
	height: 42px;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 0px 0 0 40px;
}

#logo p {
	margin: 0;
	padding: 14px 0 0 4px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 42px;
}

#menu a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin:.2em 1em 10px .2em;
	padding-bottom:10px;
	/*
	display: block;
	padding: 2px 20px 2px 20px;
	margin-top: 10px;
	margin-right: 2px;
	background: #D8DFE6;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	font-variant:small-caps;
	*/
	
	/* the left top border */
	/*background-image:url(../images/headermenu.png);
	background-repeat:no-repeat;
	background-position:left;
	height:42px;*/
}

#menu a:hover {
	/*color: #59C0F8;*/
	color:#FFF;
	padding-bottom:2px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:10px;
}

#menu .last {
	margin-right: 20px;
}

#menu .current_page_item {
}

#menu .current_page_item a {
}

/* Page */

#page {
	background: #D8DFE6;
	padding: 40px 20px 0 40px;
}

/* Content */

#content {
	background: #FFFFFF;
	margin-right: 230px;
	max-width:1000px;
	padding: 0 30px;
	border-bottom: 3px solid #59C0F8;
	border-top: 3px solid #59C0F8;
	
	/* striped  top */
	background-image:url(../images/content-head.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:20px;
}

#content img{
	border:none;	
}

#content .adcontent{
	float:right;
	padding:10px 0 0 5px;
	}

#content .subtopic{
	font-style:italic;	
}

.optin ul{
	list-style-image:url(/images/ico-accept.png);
	margin:auto;
}


.scopetopic{
	font-weight:bold;
	font-size:12px;
	}

.overralldigit{
	padding-left:10px;
	font-weight:bold;
	}
	
.customervotes{
	font-size:0.7em;
	text-decoration:none;
}
	
.report{
	font-weight:bold;
	text-align:center;
	}

.reportsnip{
	font-weight:normal;
	font-size:10px;
}


/* for popularityranking.php */
.popularityranking img{
	max-width:700px;
	}
	
.grouppopularity .thenumber{
	float:left;
	position:absolute;
	font-weight:bold;
	font-size:60px;
	color:#F00;
	}

.grouppopularity .thebook{
	float:left;
	position:absolute;
	padding-left:70px;
	}
	
.grouppopularity .thechart{
	max-width:900px;
	}	

.ratingtable{
	margin:10px 0 10px 20px;
	padding:20px;
	border-left:thick;
	border-left-style:solid;
	border-color:#59C0F8;
	cursor:default;
}

.ratingtable .description{
	font-weight:bold;
	font-size:16px;
	padding-top:20px;
	border-bottom:thin;
	border-bottom-style:dashed;
	}

.ratingtable .description:hover{
	background-color:#FFF; !important
	}
	
.ratingtable .subfield{
	padding:0 0 5px 20px;
	}

.ratingtable tr:hover{
	background-color:#FF9;
	}

.ratingtable .yesyes{
	background-image:url(../images/ico-add.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	}

.ratingtable .nono{
	background-image:url(../images/ico-delete.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	}

.ratingyes{	
	color:#090;
	font-weight:bold;
}

.ratingno{	
	color:#900;
	font-weight:bold;
}

.ratingno .reportsnip{
	font-weight:normal;
	color:#999;
	}

.guarantees{
	background-image:url(../images/ico-quote.png);
	background-repeat:no-repeat;
	}

.bonuses{
	text-align:left;
}

.bonuses .title{
	list-style-image:url(/images/ico-tick.png);	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:30px;
	}

.bonuses .description li{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:20px;
	clear:both;
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#CCC;
}

.productimage{
	float:left;
	padding-right:20px;
}

.recommendationheader{
	font-size:24px;
	color:#CCC;
	font-weight:bold;
	margin:0 0 0 0;
}

/* popularity ranking mainly for the home page's */	
#content .homeranking{
	text-align:center;
	width:100%;
	padding:5px;
	}

#content .homeranking .snapshot{
	border:solid;
	border-color:#CCC #000 #000 #CCC;
	border-width: 2px 10px 10px 2px;
}

#content .homeranking img:hover{
	/*border-bottom-color:#59C0F8;*/
	border-color:#CCC #666 #666 #CCC;
	}	

.post {
	padding-top: 30px;
	margin-bottom: 10px;
}

.post .title {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.post .title h2 {
	padding: 0px 30px 5px 0px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(../images/img12.gif) no-repeat left center;
	border-top: 1px #D8DFE6 dotted;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	/*color: #59C0F8;*/
	color: #00F;
	text-decoration:none;
}

.post .entry {
	padding: 0;
	border-top: 1px #D8DFE6 dotted;
}

.post .feedback{
	padding:10px 20px 10px 20px;
	background-color:#F9F9F9;
	margin:10px 0 20px 20px;
	max-width:700px;
	border-width:thick;
	border-left:solid;
	border-color:#59C0F8;
		font-style:normal;	
}

.post .feedbackref{

		font-style:italic;
}

#content .conversation{
	padding:10px 20px 10px 20px;
	background-color:#F9F9F9;
	margin:10px 0 20px 20px;
	border-width:thick;
	border-left:solid;
	border-color:#59C0F8;
	}

#content .conversation p{
	margin:0 0 0 0;	
}

.signup .description{
	vertical-align:top;
}

.signup .description li{
	list-style-image:url(/images/ico-accept.png);
}

.signup .signupform{
	vertical-align:top;
	padding:15px;
	width:0%;
}

.signupnotice{
	padding:10px 20px 10px 20px;
	background-color:#F9F9F9;
	margin:10px 0 20px 20px;
	max-width:700px;
	border-width:thick;
	border-left:solid;
	border-color:#59C0F8;
		font-style:normal;	
}

.freereport .thebook{
	width:25%;
}

.freereport .downloadnow{
	text-align:center;
	font-weight:bold;
}

.freereport .description{
	padding:10px;
	vertical-align:top;
}

.post .links {
	padding: 5px 0;
	border-top: 1px #D8DFE6 dotted;
	border-bottom: 1px #D8DFE6 dotted;
	margin-top: 10px;
	text-align: right;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
}

.post .links .more {
}

.post .links .comments {
	padding-left: 20px;
}

.bmicalc input{
	}

.bmiidentified td{
	font-weight:bold;	
}

/* <br /> */
.clearbr{
	clear:both;	
}

/* Sidebar */

#sidebar {
	position:absolute;
	right:20px;
	max-width: 200px;
	background: #FFFFFF;
	border-bottom: 3px solid #59C0F8;
	border-top: 3px solid #59C0F8;
	
	/* striped top */
	background-image:url(../images/content-head.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:20px;
}

#sidebar .hover{
	padding-left:10px;
	color:#CCC;
	font-size:10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	font-size:10px;
	margin-bottom: 10px;
	/*background: url(../images/img10.gif) no-repeat left bottom;*/
}

#sidebar li ul {
	padding: 0 30px 40px 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 3px;
	/*background: url(../images/img12.gif) no-repeat 5px 50%;*/
	list-style-type:circle;
	margin-left:10px;
}

#sidebar h2 {
	padding: 0px 30px 10px 10px;
	/*background: url(../images/img09.gif) no-repeat;
	text-transform: lowercase;*/
	font-variant:small-caps;
	font-weight: normal;
	font-size: 1.6em;
	/*color: #302D26;*/
	color:#CCC;
}

#sidebar a{
	font-size:100%;
	display:block;
	padding-bottom:3px;
}

#sidebar a:hover{
text-decoration:none;
color:#06F;
}


/* Search */

#cse-search-box {
	/*padding: 20px 30px 40px 30px;*/
	padding:0 0 0 10px;
}

#cse-search-box input {
	padding: 0;
	/*width: 70px;*/
	height: auto;
	background: #DFDFDF;
	font-weight: bold;
}

#cse-search-box #q {
	padding: 5px;
	height: auto;
	background: #FEFEFE;
	/*border: 1px solid #626262;*/
	font: normal 1em Arial, Helvetica, sans-serif;
}

/* Categories */

#sidebar #categories li {
}

/* Calendar */

#calendar_wrap {
	padding: 0 30px 40px 30px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #EB1400;
	font-weight: bold;
	color: #EB1400
}

/* Footer */

#footer {
	padding: 20px 0 10px 0;
	background: #757575;
	/*url(../images/img08.gif) repeat-x*/
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #BABABA;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(/images/ico-rss.gif) no-repeat left center;
}

#footer .sitemap {
	background: url(/images/ico-sitemap.gif) no-repeat left center;
}

#footer .contact{
	background: url(/images/ico-information.png) no-repeat left center;	
}

#footer .xhtml {
	background: url(/images/ico-validxhtml.gif) no-repeat left center;
}

#footer .css {
	background: url(/images/ico-validcss.gif) no-repeat left center;
}

#footer .validrss {
	background: url(/images/ico-validrss.png) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}

#footer .disclaimer{
	padding:0 30px 0 30px;
	font-size:9px;
}