BODY {
padding: 0px;
margin: 0px;
background-color: #fff;
color: #000;
}

TABLE, TD, TR{
padding: 0px;
margin: 0px;
border: none;
border-spacing: 0px;
border-collapse: collapse;
}
A IMG{
	border: none;
}

p{
	text-indent: 15px;
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
}

A{
	color: #888;
}

.menu A{
	color: #fff;
	text-decoration: none;
}

.menu A#this{
	color: #fc9b00;
	text-decoration: none;
}

.menu A#this:hover{
	color: #fff;
	text-decoration: none;
}

.menu A:hover{
	color: #fc9b00;
	text-decoration: none;
}


.menu{
	font-family: Verdana;
	font-size: 12px;
	background-image:url('/images/menu_fon.png');
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}

H1{
	font-family: Verdana;
	font-size: 20px;
	color: #888;
}

.photo{
	padding: 10px;
	background-color: white;
	color: #888;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
}
/*  Stars
---------------------------------------------  */
.loader {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10;
	width: 110px;
	height: 25px;
	background: url(/images/pagination.png) repeat-x 0 -5px #E2E2E2;
}
.loader img {
	position: relative;
	left: 35px;
	top: 6px;
}
.rating {
	float: right;
	width: 90px;
	height: 16px;
	padding: 0;
	list-style: none;
	position: relative;
	top: -2px;
	background: url(/images/stars.png) no-repeat 0 0;
}

ul.rating li {
	cursor: pointer;
	/*ie5 mac doesn't like it if the list is floated but ie6 does\*/
	float: left;
	/* end hide*/
	text-indent: -999em;/* hide text*/
}

ul.rating li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 16px;
	text-decoration: none;
	z-index: 200;
}

ul.rating li.vote1 a { left: 0 }
ul.rating li.vote2 a { left: 18px; }
ul.rating li.vote3 a { left: 36px; }
ul.rating li.vote4 a { left: 54px; }
ul.rating li.vote5 a { left: 72px; }

.star0 { background-position: 0 -96px; }
.star1 { background-position: 0 -112px; }
.star2 { background-position: 0 -128px; }
.star3 { background-position: 0 -144px; }
.star4 { background-position: 0 -160px; }
.star5 { background-position: 0 -176px; }

ul.rating li a:hover {
	z-index: 2;
	width: 90px;
	height: 16px;
	overflow: hidden;
	left: 0;
	background: url(/images/stars.png) no-repeat 0 0;
}

ul.rating li.vote1 a:hover { background-position: 0 -16px; }
ul.rating li.vote2 a:hover { background-position: 0 -32px; }
ul.rating li.vote3 a:hover { background-position: 0 -48px; }
ul.rating li.vote4 a:hover { background-position: 0 -64px; }
ul.rating li.vote5 a:hover { background-position: 0 -80px; }

