/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #474545;}
a:hover {color: #888;}

body {
	background: #E2E2E2 url(img/bg.png) repeat;
	color: #666;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.4em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.clearer span {display: none;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #6b9dce;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #fff url(img/header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}
.header .right {
	overflow: auto;
	width: 212px;
	background: url(img/header-right.jpg) no-repeat;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 12px; font: normal 2em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #5880A0;
	height: 26px;
}
.navigation a {
	background: #5880A0;
	
	color: #fff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 26px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation a:hover {color:#000;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #fff;
	font-size: 1.2em;
	line-height: 35px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #ccc;
}
.sidenav li {border-bottom: 1px solid #ccc;}
.sidenav li a {
	font-size: 1.1em;
	color: #fff;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #6898B0;
	color: #000;	
}
.sidenav p {
	padding-left: 2px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}
.sidenav p a {
	padding-left: 2px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}

/* content */
.content {
	float: left;
	width: 564px;
}
.content .descr {
	color: #555;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content .image {
	vertical-align: top;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* ad img and text */


. {float: left; width: 175px; height: 150px;  background:#E4E9F3; margin-right:5px;}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .item input,textarea {
	border: 1px solid #DDD;
	padding: 4px;
	margin: 1px;
}
.content .item .zemSubmit {
	background: url(img/button.gif) no-repeat left bottom;
	border: none;
	height: 25px;
	width: 52px;
}
.content .ad {
	padding: 6px 12px;
	border: 1px solid #E5E5E5;
	background: #EEEEEE;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content .item img {
	margin: 3px 6px 0 0;
	padding: 1px;
	border: 1px solid #E5E5E5;
	float: left;
}
.comments {
	background: url(img/bgcode.gif);
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	padding-left: 7px;
	margin-top: 6px;
}
.comment_name_input {
	border: 1px solid #DDD;
	padding: 4px;
	margin: 1px;
}
.comment_email_input {
	border: 1px solid #DDD;
	padding: 4px;
	margin: 1px;
}
.comment_web_input {
	border: 1px solid #DDD;
	padding: 4px;
	margin: 1px;
}
.txpCommentInputMessage {
	border: 1px solid #DDD;
	padding: 4px;
	margin: 1px;
}
.comments-wrapper .button {
	background: url(img/button.gif) no-repeat left bottom;
	border: none;
	height: 25px;
	width: 52px;
}
.comments-wrapper label {
	margin: 5px;
}

.content .ad {
	padding: 6px 12px;
	border: 1px solid #E5E5E5;
	background: #EEEEEE;
	margin-bottom: 8px;
	text-align: center;
}


.content .ad2 {
	padding: 6px 12px;
	margin-bottom: 8px;
	text-align: center;
}

.textlinkads {float:left; width: 100%; text-align: left; background: #e8edf3; padding:10px 0 10px 0;  margin: 10px 0 10px 0;}

/* footer */
.footer {
	background: #5880A0;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a {color: #FFF; text-decoration:none;}

.footer a:hover {color: #444; text-decoration:none;}

/* bottom */
.bottom {
	padding: 0 10px 10px;
}

/*  styles for the unit rater     */
.ratingblock {
	width: 50%;
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	list-style: none;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}

ul.googlepaging {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 11px;
}
.paggingbottom {
text-align: center;
padding: 0 0 10px 0;
}
ul.googlepaging li {
display: inline;
padding: 2px;
margin:0px;
}
ul.googlepaging li a {
padding: 3px;
text-decoration: none;
border: none;
border: 1px solid #EEE;
margin:0 1px;
}
ul.googlepaging li a:hover {
background: #fff;
}
ul.googlepaging li.pagenow  {
font-weight:bold;
padding: 3px 4px;
border: 1px solid #EEE;
margin:0 1px;
}
/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

.simplepie li {
	list-style: none;
	margin: 15px 0 0 0;
}