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


/* OVERWRITE ORIGINAL STYLE.CSS */
div.entry a, div#comment-section a {
    color: #0000ff !important;
    font-weight: normal !important;
}

/* OVERWRITE END */

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;
}






.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;	
}

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

