/* CSS Document */

/*html * { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }*/

/* reset */
*, html {
	outline:none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* styles */
body {
	color:#666565;
	font:normal 10px Tahoma, Arial, Helvetica, sans-serif;
	height:auto!important;
}
a {
	color:#818181;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #E8A006;
}
input, textarea, select {
	color:#666;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
}
.c {
	width: 981px;
	margin: 0 auto;
	position: relative;
}
.b {
	font-weight: bold!important;
}
.cl {
	clear:both;
	overflow:hidden;
	height:0;
	width:100%;
}
.fl {
	float:left!important;
}
.fr {
	float:right!important;
	width:auto;
}
.dn {
	display:none;
}
.pa {
	position: absolute;
}
.pr {
	position: relative;
}
.cp {
	cursor: pointer;
}
.tac {
	text-align: center;
}
.trans {
	background-color: transparent;
	background-image:url(../images/pix.gif);
	border: 0px solid #000;
}
.jquery-selbox {
	position: relative;
	border: 0px solid #d5d5d5;
	width: 200px;
	float: left;
	display: inline;
	margin: 4px 4px 0 0;
	padding: 0;
	background-image: url(../images/selbox.png);
	background-position: left top;
	height: 37px;
	z-index: 1;
	color: #7c7c7c;
	line-height: 1.5em;
}
.jquery-selbox.selecthover {
	z-index: 700;
}
.jquery-selbox .jquery-selbox-currentItem {
	padding: 10px 0px 0px 15px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.jquery-selbox .jquery-selbox-list {
	display: none;
	position: absolute;
	top: 36px;
	padding: 2px;
	left: 0px;
	width: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #CCC;
	z-index: 1000;
	background-color: #FFF;
}
.jquery-selbox .jquery-selbox-moreButton {
	float: right;
	width: 31px;
	height: 37px;
	cursor: pointer;
	background-image: url(../images/selbox.png);
	background-position: right top;
}
.jquery-selbox .jquery-selbox-item.listelementhover {
	background-color: #E4E4E4;
	cursor: pointer;
}
.jquery-selbox .jquery-selbox-item {
	display: block;
	cursor: default;
	padding-left: 12px;
}
.selbox {
	width: 103px;
}
/* Checkboxes */
label.checkbox {
	display: inline-block;
	margin: 10px;
	padding: 4px;
	padding-left: 25px;
}
label.checkbox.checked {
	background: transparent url(../images/chked.png) no-repeat;
}
label.checkbox.unchecked {
	background: transparent url(../images/chk.png) no-repeat;
}
/* Radio Buttons */
label.radio {
	display: inline-block;
	margin: 10px;
	padding: 4px;
	padding-left: 25px;
}
label.radio.checked {
	background: transparent url(../images/chked.png) no-repeat;
}
label.radio.unchecked {
	background: transparent url(../images/chk.png) no-repeat;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -4000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
	float:left;
	width:21px;
	height:21px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden
}
div.rating-cancel, div.rating-cancel a {
	background:url(../images/delete.gif) no-repeat 0 -16px
}
div.star-rating, div.star-rating a {
	background:url(../images/stars.png) no-repeat 0 0px
}
div.rating-cancel a, div.star-rating a {
	display:block;
	width:21px;
	height:100%;
	background-position:0 0px;
	border:0
}
div.star-rating-on a {
	background-position:right top!important
}
div.star-rating-hover a {
	background-position: right top;
}
/* Read Only CSS */
div.star-rating-readonly a {
	cursor:default !important
}
/* Partial Star CSS */
div.star-rating {
	background:transparent!important;
	overflow:hidden!important
}
/* END jQuery.Rating Plugin CSS */

div.rating-cancel   {
	display: none!important;

}

