/* REVIEW INDEX */
.SummaryTitle {

	font-size: 18px;
	margin-top: -2px;
	font-weight: bold;
	text-decoration:none;
}

.SummaryText {

	font-size: 13px;
	display: block;
        margin-top: 5px;
        margin-bottom: 5px;
}

.SummaryDate {

	font-size: 11px;
	color: #8b8b8b;
	margin-bottom: 10px;
}

.SummaryLink {

	font-size: 12px;
	display: block;
        margin-top: 5px;
        margin-bottom: 5px;
}

.ScoreTotal {

	font-size: 44px;
	color: #333333;
}

.ScoreText {

	font-size: 12px;
	color: #8b8b8b;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* REVIEW SOTW */
.SOTWTitle {

	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #dd0000;
	margin-top: 5px;
	margin-bottom: 3px; 
	display: block;
}

.SOTWText {

	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 6px;
	display: block;
}

.SOTWLink {

	font-size: 13px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px; 
	display: block;
}


/* REVIEW DETAILS */
.ReviewDate {

	font-size: 11px;
	color: #8b8b8b;
	margin-bottom: 10px;
}

.ReviewRatings {

	font-size: 12px;
}

.ReviewSubtitleFacts {

	font-size: 12px;
}

.ReviewFacts {

	font-size: 11px;
	margin-bottom: 5px;
}

.ReviewSubtitle {

	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.ReviewSubtitleSamples {

	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ReviewText {

	font-size: 13px;
	display: block;
}
 

.SiteLink {

	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
        margin-top: 5px;
}

.SiteLink2 {

	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
}

.CriteriaLink {

	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
        margin-top: 5px;
}

table.samples {

	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
        background-color: #cfe7ff;
}

table.score {

        background-color: #CCCCCC;

}

.dhtmlgoodies_aTab br {

line-height: 8px;
} 

.dhtmlgoodies_tabPane{
	height:21px;	/* Height of tabs */
	border-bottom:1px solid #919b9c;
}

.dhtmlgoodies_aTab{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size:11px;
	padding:20px 20px 0px 20px;	
}

.dhtmlgoodies_tabPane DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:3px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
}

.dhtmlgoodies_tabPane .tabActive{
	background-image:url('/imgs/reviews/tab_left_active.gif');
	margin-left:0px;
	margin-right:0px;	
	z-index:10;	
}
	
.dhtmlgoodies_tabPane .tabInactive{
	background-image:url('/imgs/reviews/tab_left_inactive.gif');
	margin-left:0px;
	margin-right:0px;
	z-index:1;
}

.dhtmlgoodies_tabPane .inactiveTabOver{
	background-image:url('/imgs/reviews/tab_left_over.gif');
	margin-left:0px;
	margin-right:0px;
}

.dhtmlgoodies_tabPane span{
        font-weight: bold;
	vertical-align:top;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;	
	line-height:21px;
	float:left;
}
	
.dhtmlgoodies_tabPane .tabActive span{
	padding-bottom:1px;
	line-height:20px;
}
	
.dhtmlgoodies_tabPane img{
	float:left;
}


/* REVIEW COMMENTS */
.CommentBar { 

	padding-left: 11px;
	padding-right: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	word-spacing: 2px;
	color: #666666;
	font-size: 13px;
}

.Comment hr {

        border: 0;
        color: #ccc;
	background-color: #ccc;
	height: 1px;
	text-align: center;
	margin-top: 0px;
        margin-bottom: 0px;
}

.CommentSubtitle {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

.CommentField {

	font-size: 12px;
}

.CommentCountdown {

	font-size: 11px;
}

.CommentName {

	font-size: 13px;
	color: #3B6B97;
	font-weight: bold;
}

.CommentCountry {

	font-size: 11px;
	font-weight: normal;
}

.CommentDate {

	font-size: 11px;
	font-weight: normal;
	color: #8b8b8b;
}

.CommentScore {

	font-size: 13px;
	font-weight: bold;
}

.CommentText {

	font-size: 12px;
	display: block;
        margin-top: 5px;
        margin-bottom: 0px;
}

.CommentError   {
	color: #dd0000;
	font-size: 11px;
	margin-left: 5px;
}

.CommentSuccess   {
	color: #006400;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}

.CommentIPError   {
	color: #dd0000;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}

table.comments {

        background-color: #CCCCCC;
}

