@charset "utf-8";
/* CSS Document */

.cheapreviewscontainer {
	color: #333333;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.cheapreviewscontainer2 {
	color: #333333;
	background-color: #EFEFEF;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 25px;
}
.cheapreviewsstatsbox {
	float: right;
	background-color: #F6FFE1;
	width: 230px;
	border: 1px solid #93D200;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	color: #666666;
}
.cheapreviewsdisabledservice {
	color: #CCCCCC;
	text-decoration: line-through;
}
.cheapreviewsstatsboxheading {
	background-color: #93D200;
	display: block;
	color: #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: -3px;
	margin-right: -3px;
	margin-bottom: 3px;
	margin-left: -3px;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
.cheapreviewsstatsbox td {
	padding: 5px;
	font-size: 11px;
	vertical-align: top;
}
.cheapreviewsratingstable {
	border: 1px dotted #999999;
}
.cheapreviewsratingstable td {
	background-color: #F0F0F0;
}
.designerurl {
	color: #999999;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}
.designercomments blockquote {
	color: #666666;
	background-color: #F9F9F9;
	padding: 15px;
	margin: 0;
	margin-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.designercomments blockquote blockquote {
	color: #003366;
	border: none;
}
.cheapreviewshighlightedblock {
	background-repeat: no-repeat;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: right;
	background-image: url(../../images/reviews/highlight_block_bg.jpg);
	width: 540px;
	background-position: left top;
	height: 38px;
}
