body{
	padding-top: 25px;
}


body, input, button, textarea, select {
	font-family:tahoma;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
div {
	direction: rtl;
}
.generator_top {
	background: #e0e0e0;
	height: 25px;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}


.generator_top ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.generator_top ul li {
	float: right;
	line-height: 20px;
	margin-left: 15px;
}

.generator_top ul li a {
	color: #333;
}

.generator_top ul li a:hover {
	color: #777;
}


/* .............................. */
/* rating */
/* .............................. */

.rating {
	cursor: pointer;
	margin: 3px 0px 0px 0px;
	_margin-left: 120px;
}

.ratingPos {
	float: left;
	/*width: 20px;*/
	direction: ltr;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	text-align: left;
	direction: ltr;
}

.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	direction:ltr;
}

div.rating div.on a {
	background-position: 0 -16px;
}

div.rating div.hover a, div.rating div a:hover {
	background-position: 0 -32px;
}
