
/* LIKE PAGE SPECIFIC */

.bottom UL
{
	background: #eeeeee;
	width: 542px;
	height: 59px;
	padding-left: 22px;
	margin: 0 auto;
}

.bottom LI
{
	list-style: none;
	display: inline;
}

.bottom LI A
{
	float: left;
	display: block;
	width: 52px;
	height: 59px;
	background: url(/skin/ratingbutton.gif) 0px 0px no-repeat;
	color: #666666;
	text-decoration: none;
}

.bottom LI A:hover
{
	color: #63af00;
	background: url(/skin/ratingbutton.gif) 0px -59px no-repeat;
}

.bottom LI A:active
{
	color: #335a00;
	background: url(/skin/ratingbutton.gif) 0px -118px no-repeat;
}

.bottom LI A .rating
{
	float: left;
	margin-top: 22px;
	margin-left: 32px;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
}

.brand
{
	width: 980px;
	text-align: center;
	padding: 50px 0px 50px 0px;
}

.top H2
{
	padding-top: 10px;
	font-weight: normal;
}

.lastbrand
{
	padding-top: 20px;
	margin-bottom: 20px;
}

/* END LIKE PAGE SPECIFIC */