body
{
}

.car-review
{
	margin-bottom: 30px;
}

div.car-review h1
{
	width: 460px;
}
div.car-review h1 span
{
	position: absolute;
	top: 0px;
	right: -150px;
}

table *
{
	border: solid 1px #CDC5D9;
	border-collapse: collapse;
}

.mainContent ul li
{
	margin: 0 0 10px 0;
}

hr
{
	border-top: 1px solid #CDC5D9;
}

li .title
{
	display: block;
}
li .publishdate
{
	display: none;
}

.review-shortvoc
{
	font-size: large;
}
.car-review p
{
	text-align: justify;
}

.car-review-image
{
	float: left;
	margin: 10px 20px 20px 20px;
}

.clear
{
	clear: both;
}

h2 .star-1, h2 .star-2, h2 .star-3, h2 .star-4, h2 .star-5
{
	background-image: url(./../image/stars_purple.jpg);
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: 95px;
	width: 95px;
	margin-left: 497px;
	margin-top: -16px;
}
h2
{
	position: relative;
}


.star-1
{
	background-position: 0px 19px;
}
.star-2
{
	background-position: 0px 35px;
}
.star-3
{
	background-position: 0px 54px;
}
.star-4
{
	background-position: 0px 74px;
}
.star-5
{
	background-position: 0px 94px;
}

h1 .star-1, h1 .star-2, h1 .star-3, h1 .star-4, h1 .star-5
{
	text-indent: 130px;
	width: 130px;
	height: 26px;
	overflow: hidden;
	margin-left: 10px;
	float: right;
	background-image: url(./../image/stars-big.jpg);
}

h1 .star-1
{
	background-position: 0px 26px;
}
h1 .star-2
{
	background-position: 0px 52px;
}
h1 .star-3
{
	background-position: 0px 78px;
}
h1 .star-4
{
	background-position: 0px 104px;
}
h1 .star-5
{
	background-position: 0px 129px;
}

.car-review-inline-index li
{
	display: inline;
	text-align: justify;
	line-height: 30px;
}




#competes-list
{
	overflow: auto;
	width: 208;
	margin-bottom: 0px;
}

