@charset "utf-8";
/* CSS Document */
.cl_login .txt h2 {
	display:block;
	float:left;
	font:23px/26px Arial, Helvetica, sans-serif;
	color:#ff620d;
	margin:3px 0 0 0;
	padding:0 40px 0 0;
	background:url('../images/triangle_orange.png') no-repeat 240px 5px;
}

.ads {
	display:block;
	float:left;
	width:200px;
	margin:10px;
	padding:10px;
	border-right:dotted 1px #a49f98;
}
	.ads:hover {
		background:#fafcd5;
	}
	.ads a, .ads a:link, .ads a:visited {
		font-weight:bold;
		color:#a7ac39; /* GREEN */
	}
	.ads h3.title {
		display:block;
		height:35px;
		font-size:1em;
		Xborder:dashed 1px #CCC;
	}
	.ads p.txt {
		display:block;
		height:73px;
		font-size:0.9em;
		Xborder:dashed 1px #CCC;
	}
	
.noborder {border:none;}

.ads h3 {
	color:#756c60; /* BROWN */
}

.ad_reply {
	padding:20px 0 0 90px;
	text-align:left;
}
	.ad_reply .error, .ad_reply .success {width:400px;}
	.ad_reply table td {
		font-size:0.9em;
		padding:3px;
	}
.new_ad {
	padding:20px 20px 0 50px;
	text-align:left;
}
	.new_ad table td {
		font-size:0.9em;
		padding:3px;
	}
.new_ad_text {
	font:1em Arial, Helvetica, sans-serif;
	width:400px;
	height:150px;
}

.input_search_sm {
	width:63px;
	height:29px;
	background:url('../images/btn_search_sm.gif') no-repeat;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}

.btn_post_new_review {
	display:block;
	float:right;
	width:140px;
	height:35px;
	background:url('../images/btn_post_new_review.gif') no-repeat;
	text-indent:-9999px;
	margin:0 17px 0 0;
}
.new_rev_text {
	width:380px;
	height:100px;
	font:1em Arial, Helvetica, sans-serif;
}

/* STAR RATING SYSTEM */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url('../images/star.gif') left -1000px repeat-x;
	text-indent:-9999px;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	Xbackground-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

