@charset "utf-8";
/* CSS Document */

/**
* Default tag behaviour
*/

html, body, div, img, a, a:visited, a:active, form, fieldset, legend, label, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, table, tr, th, td	 {
	border: 0;
	margin: 0px;
	padding: 0px;
}

fieldset {
	clear: both;
}

label {
	white-space: nowrap;
}

a {
	cursor: pointer;
	font-weight: bold;
	color: #458EB6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus, a:visited, a:active {
	outline: none;
}

address {
	color: #7B8A26;
}

/**
* Common classes
*/

.clear {
	clear: both;
}

.break {
	height: 1px;
	clear: both;
	overflow: hidden;
	margin: 0px 0px 8px;
}

.hidden {
	display: none;
}

.upper {
	text-transform: uppercase;
}

a.imageLink, a.imageLink:visited, a.imageLink:active {
	font-size: 1px; /* For IE 6 */
	text-decoration: none;
	border: none;
	background: bottom left no-repeat scroll;
}

a.imageLink:hover {
	background-position: top left;
	text-decoration: none;
}

.errors {
	list-style: none;
	font-size: 10px;
	font-style: italic;
	color: #FF0000;
}

/**
* Rating style
*/

div.sz_rating {
	position: relative;
}

div.sz_rating ul,
div.sz_rating a,
div.sz_rating a:hover,
div.sz_rating a:focus,
div.sz_rating a:active,
div.sz_rating .sz_currentRating {
	background: url('../images/starrating.png') left -1000px repeat-x;
}

div.sz_rating ul {
	position: relative;
	float: left;
	width: 80px;
	height: 16px;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding:0px;
	background-position: top left;
}

div.sz_rating li {
	display: inline;
}

div.sz_rating a,
div.sz_rating .sz_currentRating {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	text-indent: -1000em;
	outline: none;
	overflow: hidden;
	border: none;
}

div.sz_rating a:hover,
div.sz_rating a:focus,
div.sz_rating a:active {
	background-position: center left;
}

div.sz_rating li a.sz_rate1 {
	width: 20%;
	z-index: 6;
}
div.sz_rating li a.sz_rate2 {
	width: 40%;
	z-index: 5;
}
div.sz_rating li a.sz_rate3 {
	width: 60%;
	z-index: 4;
}
div.sz_rating li a.sz_rate4 {
	width: 80%;
	z-index: 3;
}
div.sz_rating li a.sz_rate5{
	width: 100%;
	z-index: 2;
}

div.sz_rating .sz_currentRating {
	z-index: 1;
	background-position: bottom left;
}

div.sz_rating p {
	display: block;
	float: left;
	padding: 1px 0px 0px;
	font-size: 12px;
}

div.sz_rating p.sz_ratingLeft {
	margin: 0px 6px 0px 0px;
}

div.sz_rating p.sz_ratingRight {
	margin: 0px 0px 0px 6px;
}