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

.clear { clear:both; }

.list li {list-style: none; display: inline; float: left;width: 105px;margin: 1px;}

.left { float:left; }
.right { float:right; }

.QuoteBlock { 
	border-top: thin solid #666;
	padding-top: 20px;
	padding-bottom: 20px;}

.StarsVotes {
	float:left;
	text-align:center;
	width:80px;
}

.Quote { 
	width:390px;
	padding-left:20px;
	padding-bottom:20px;
	float:left;
}

.AuthorDescrip { padding-bottom:22px; }

.Rate {
	font-size:10px;
	width:220px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	clear:both;
	}
	
.OpenXad {
	border:#666 solid 1px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;	
	width:728px;
	height:90px;
	}

