.openimage {
    cursor: url("/lib/zoomimage/images/zoomin.cur"), auto;
}

.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url("/lib/zoomimage/images/zoomout.cur"), auto;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_s {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.zoomimage_st {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	overflow: hidden;
}
.zoomimage_stl {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: url("/lib/zoomimage/images/shadow.png") no-repeat scroll 0 0;
}
.zoomimage_stc {
	overflow: hidden;
	height: 6px;
	margin: 0 6px;
	background: url("/lib/zoomimage/images/shadow.png") repeat-x scroll 0 -30px;
}
.zoomimage_str {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: url("/lib/zoomimage/images/shadow.png") no-repeat scroll 0 -18px;
}
.zoomimage_sc {
	position: absolute;
	top: 6px;
	width: 100%;
	left: 0;
	overflow: hidden;
}
.zoomimage_scl {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 6px;
	background: url("/lib/zoomimage/images/shadow-lr.png") repeat-y scroll 0pt;
}
.zoomimage_scr {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 6px;
	background: url("/lib/zoomimage/images/shadow-lr.png") repeat-y scroll -6px 0pt
}
.zoomimage_scc {
	margin: 0 6px;
	height: 100%;
	background: url("/lib/zoomimage/images/shadow-c.png");
	overflow: hidden;
}
.zoomimage_sb {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}
.zoomimage_sbl {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	left: 0;
	top: 0;
	background:transparent url(/lib/zoomimage/images/shadow.png) no-repeat scroll 0pt -12px;
}
.zoomimage_sbc {
	height: 6px;
	overflow: hidden;
	margin: 0 6px;
	background:transparent url(/lib/zoomimage/images/shadow.png) repeat-x scroll 0pt -36px;
}
.zoomimage_sbr {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	right: 0;
	top: 0;
	background:transparent url(/lib/zoomimage/images/shadow.png) no-repeat scroll 0pt -6px;
}
.zoomimage img {
	position: absolute;
	top: 6px;
	left: 6px;
	display: none;
	border: 20px solid #000;
}
.zoomimage_caption {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 100%;
}
.zoomimage_caption p {
	padding: 10px;
	margin: 0;
	font-weight: bold;
}
.zoomimage_loading {
	background-image: url(/lib/zoomimage/images/ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}
.zoomimage_prev,.zoomimage_next
{
	background-image: url("../images/_sprite32.png");
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 1px;
}
.zoomimage_prev
{
	background-position: -96px 0;
	left: 10px;
}
.zoomimage_next {
	background-position: -128px 0;
	right: 10px;
}

.testresult
{
	color: #000;
	padding: 0;
	margin: 0 0 0 7px;
	text-align: center;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	width: 110px;
}
.shortPass,.badPass
{
	border: 1px solid #bc0000;
	background: #edabab;
}
.goodPass
{
	border: 1px solid #bc9f00;
	background: #ede3ab;
}
.strongPass
{
	border: 1px solid #73bc00;
	background: #d3edab;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	zoom: 1;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background: Window url('/lib/jquery.autocomplete/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#search_block
{
	white-space: nowrap;
	margin: 0 0 26px 0;
	zoom: 1;
}
.search-compact-query
{
	width: 150px !important;
	vertical-align: middle;
}
.search-compact-submit
{
	vertical-align: middle;
	margin: 0 0 0 12px;
}
.search-q
{
	width: 80% !important;
	vertical-align: middle;
}
.search-submit
{
	vertical-align: middle;
}
#search-under-text
{
	clear: both;
	overflow: hidden;
	width: 100%;
	font-size: 80%;
	padding: 5px 0;
}
#search_form
{
	border: 1px solid #d5d5d5;
	background: #f4f4f4;
	padding: 13px 20px;
	width: 70%;
}
#searchlist
{
	list-style: decimal outside;
}
.search-result
{
	padding-bottom: 0;
	margin-bottom: 26px;
}
.search-route-name
{
	color: #000;
}
.search-result-name
{
	font-size: 125%;
}
.search-result-text
{
	margin: 8px 0;
}
.search-route
{
	margin: 13px 0 5px 0;
}
.search-tags
{

}
.search-area
{
	display: inline-block !important;
}

.form_block
{
	margin: 26px 0 0 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.formtitle
{
	font-weight: bold;
	font-size: 125%;
	color: #2189d4;
	margin: 0 0 13px 0;
}
.formbody
{
	overflow: hidden;
	zoom: 1;
}
.formrow
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px 0;
}
.formname
{
	float: left;
	width: 27%;
	color: #616161;
	text-align: right;
}
.formname label
{
	padding: 2px 13px 0 0;
	display: inline-block;
}
.formelement
{
	float: left;
	width: 72%;
}
.form-notice
{
	font-size: 80%;
	color: #969696;
}
.form-ajaxvalidator-message
{
	position: absolute;
	z-index: 30000;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.form-ajaxvalidator-message .ok,.form-ajaxvalidator-message .error
{
	padding: 1px 7px !important;
	margin: 0 0 0 7px !important;
	text-align: left !important;
	background: transparent;
}
fieldset
{
	margin: 0 0 15px 0;
}
fieldset legend
{
	font-weight: bold;
	color: #000;
}
fieldset .fieldset
{
	margin: 13px 5px 7px 5px;
}
.formbody textarea
{
	width: 100%;
	height: 120px;
	overflow: auto;
}
.higharea
{
	height: 400px !important;
}
.required
{
	color: #F00;
}
.location
{
	margin: 0 7px 7px 0;
	float: left;
}
.location label
{
	margin: 0 0 3px 0;
	display: block;
}
.formradio
{
	display: inline-block;
	margin: 0 10px 0 0;
}
.formradio input,.formradio label
{
	vertical-align: middle;
}
.formcheckboxes
{
	display: block;
	margin: 0 7px 0 0;
}
.formselect
{

}
.formmultiple
{
	
}
.formfile
{
	
}
img.smile
{
	border: none;
	vertical-align: middle;
	margin: 0 2px;
}
.formdate select
{
	display: inline-block;
	margin: 0 3px 0 0;
}
.require
{
	background-color: #fce2e2;
}
.focus
{
}
.blur
{

}
.formelement .forminput
{
	vertical-align: middle;
	width: 100%;
}
.formsmall
{
	width: 40px !important;
}
.formmiddle
{
	width: 175px !important;
}
.formsubmit
{
}
.formimage
{
}
.fields-are-required
{
	width: 100%;
	overflow: hidden;
	margin: 7px 0 0 0;
}
.formmessage
{
	color: #000;
	padding: 3px 8px;
	border: 1px solid #ffd700;
	background: #ffffdd;
	z-index: 300000;
}
.formaltfile
{
	height: 30px !important;
	vertical-align: top;
}
.captcha
{
	width: 100px;
	height: 50px;
	vertical-align: middle;
}
.captchareload
{
	margin-left: 15px;
}
.formcaptcha
{
	width: 40px !important;
}

/* Form image */
.formimagecontainer
{
	overflow: hidden;
	width: 100%;
	margin: 18px 0 0 0;
}
.formimagealtcontainer
{
	overflow: hidden;
	margin: 18px 0 0 0;
}
.formimage-image
{
	float: left;
	width: 130px;
}
.formimage-file
{
}
.formimage-file-options
{
	overflow: hidden;
	margin: 7px 0;
}
.formimage-options
{
	float: left;
	overflow: hidden;
	width: 200px;
}
.formimage-options div,.formimage-file-options div
{
	margin: 0 0 5px 0;
}
.formimagealt-file
{
	width: 200px;
}
.formimagealt-options
{
	width: 320px;
}
.formimagealt-file-options
{
}
.formimagealt-options input
{
	width: 99% !important;
}

/* Form location */
.formlocationcountry
{
	width: 300px !important;
}
.formlocationcity
{
	width: 230px !important;
}
.formlocationcustom
{
	width: 230px !important;
}
.formlinkfield
{
	width: 100% !important;
	cursor: default;
}
.formtexts
{
	border-collapse: collapse;
}
.formtexts td
{
	padding: 4px;
}
.formtexts .formtextsvalue
{
	width: 280px;
}
.formtexts .formtextslabel
{
	text-align: right;
}

.formopenlink
{
	display: block;
	float: right;
	border: 2px solid #ffd700;
	background: #ffffdd;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 7px;
	white-space: nowrap;
}
.formopenlink:hover
{
	color: #F00;
}
.fieldset-no-border
{
	border-color: transparent;
}
* html .fieldset-no-border
{
	border-color: none;
}
.form-terms-content
{
	border: 1px solid #d5d5d5;
	margin: 7px 0 0 0;
	padding: 7px;
	height: 200px;
	display: none;
	overflow: auto;
}

#polls_block
{
	margin: 0 0 26px 0;
}
.pollitem
{
	margin: 0 0 13px 0;
}
.poll .body
{
	padding: 5px 0;
}
.poll .question
{
	font-weight: bold;
	margin: 0 0 5px 0;
}
.pollresults
{
}
.pollresult
{
	overflow: hidden;
	width: 100%;
}
.poll .variantname
{
}
.poll .num
{
	color: #969696;
	font-size: 85%;
	display: block;
}
.poll .pc
{
	float: right;
	vertical-align: top;
	color: #000;
	text-align: right;
	padding: 0;
	white-space: nowrap;
}
.poll .bar
{
	float: left;
	background: #FFF;
	margin: 2px 5px 5px 0;
	height: 25px;
	width: 74%;
	border: 1px solid #a5acb2;
}
.poll .bar div
{
	margin: 1px;
	height: 23px;
	background: #ed9f01;
}
.poll .votesubmit
{
	margin: 10px 0 0 0;
}
.pollbottom
{
	
}

/* Gallery cats */
.gallery-cats
{
	float: left;
	overflow: hidden;
	padding: 7px 0;
	margin: 0 0 13px 0;
	list-style-type: none;
}
.gallery-cats li
{
	float: left;
	margin: 0 13px 0 0;
	padding: 7px;
}
.gallery-cats a
{
	font-weight: bold;
}
.gallery-cats .selected
{
	background: #427bad;
	color: #FFF;
}
.gallery-cats-albums
{
	font-size: 85%;
	color: #969696;
}
.gallery-cats .selected .gallery-cats-albums
{
	color: #FFF;
}

/* Albums */
.gallery-albums
{
	overflow: hidden;
	zoom: 1;
	clear: both;
	padding-right: -15px;
}
.gallery-albums-block
{
	float: left;
	width: 300px;
	height: 155px;
	margin: 0 15px 15px 0;
}
.gallery-albums-image
{
	float: left;
	margin: 0 7px 0 0;
}
.gallery-albums-props
{
	overflow: hidden;
}
* html .gallery-albums-props
{
	height: 1%;
}
.gallery-albums-props a
{
	font-weight: bold;
}
.gallery-simple-block
{
	float: left;
	width: 130px;
	height: 130px;
	margin: 26px 26px 0 0;
}

/* Album */
.gallery-album-info
{
	display: block !important;
	overflow: hidden;
	margin: 0 0 15px 0;
}
.gallery-album-images
{
	overflow: hidden;
	zoom: 1;
}
.gallery-album-block
{
	float: left;
	width: 130px;
	height: 230px;
	margin: 0 18px 18px 0;
	border: 1px solid #d5d5d5;
	background: #f4f4f4;
	padding: 7px;
	overflow: hidden;
}
.gallery-album-image
{
	width: 130px;
	height: 130px;
}
.gallery-album-name
{
	margin: 7px 0;
	height: 45px;
}
.gallery-album-name a
{
	font-weight: bold;
}

/* Full image */
.fullimage
{
	margin: 0 0 15px 0;
	display: inline-block;
	overflow: hidden;
}
.fullimage-info
{
	float: left;
	font-size: 140%;
	height: 1.9;
	line-height: 2;
}
.gallery-controls
{
	float: right;
}
.gallery-controls a
{
	margin-left: 13px;
}
.fullimage-props
{
	float: left;
	margin: 0 45px 0 0 !important;
}
.fullimage-links
{
	float: left;
	overflow: hidden;
	width: 400px;
}
.fullimage-links div
{
	margin: 3px 0 7px 0;
}
.fullimage-links label
{
	color: #757575;
}
.fullimage-links input
{
	width: 100% !important;
	margin: 0 0 5px 0;
}

/*Gallery search*/
.gallery-search
{
	float: right;
	margin: 7px 0 30px 0;
}
.gallery-form-query
{
	width: 300px !important;
	vertical-align: middle;
}
.gallery-search-results
{
	zoom: 1;
	clear: both;
	overflow: hidden;
}
.gallery-search-block
{
	height: 200px;
	width: 300px;
	float: left;
	margin: 0 45px 0 0;
}
.gallery-search-image
{
	float: left;
	margin: 0 15px 0 0;
}
.gallery-search-content
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
* html .gallery-search-content
{
	height: 1%;
}
.gallery-search-content li
{
	margin: 0 0 8px 0;
}
.gallery-search-name
{
	font-weight: bold;
	font-size: 125%;
}

/*Gallery slideshow*/
#slideshowcontainer
{
	margin: 26px 0 0 0;
}
#slideshow_delay
{
	width: 30px;
}
.gallery-button
{
	width: 100px;
	vertical-align: middle;
}
.gallery-props
{
	margin: 7px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.gallery-props li
{
	margin: 0 0 7px 0;
}

#faqcats
{
	float: left;
}
#faqcats span
{
	display: inline-block;
	color: #969696;
	font-size: 80%;
	margin: 0 0 0 7px;
	text-decoration: none;
}
#faq_contents
{
	margin: 0 0 26px 0;
}
.faq-item
{
	margin: 0 0 26px 0;
}
.faq-question
{
}
.faq-date
{
	font-size: 70% !important;
	color: #969696;
	float: right;
}
.faq-answer
{
	margin-bottom: 0px;
}

/* Glossarium */
#gloss dt
{
	font-size: 125%;
	font-weight: bold;
}
#gloss dd
{
	margin-bottom: 20px;
}

#subscribe_block
{
	margin: 0 0 26px 0;
	overflow: hidden;
	zoom: 1;
}
.subscribe-compact-mail
{
	width: 95%;
}
.subscribe-buttons
{
	margin: 7px 0 0 0;
}
#subscribe_form
{
	background: #f4f4f4;
	border: 1px solid #d5d5d5;
	padding: 7px 13px;
}
.subscribe-mail
{
	width: 50%;
}
#subscribe_results
{
	text-align: left;
}
#subscribe_results div
{
	text-align: left !important;
	padding: 0 !important;
	border: none !important;
}

/* CP */
#cpsubscribeoptions
{
	text-align: center;
}

#currencies_block
{
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	margin: 13px 0 0 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}
#currencies_block li
{
	float: left;
	margin: 0 7px 0 0;
	font-size: 95%;
}
.cursname
{
	color: #ed9f01;
	font-weight: bold;
	font-size: 125%;
}

/* CP */
.cp-rate
{
	width: 60px;
}


.reputation
{
}
.reputation-value,.reputation-inc,.reputation-dec
{
	vertical-align: middle;
	cursor: pointer;
}
.reputation-header
{
	font-size: 80%;
}
.reputation-negative
{
	color: #f00;
}
.reputation-positive
{
	color: #07801d;
}
.reputation-top
{
	margin: 3px 0 13px 0;
}

/* Cart block */
#cart_block
{
	margin: 0;
}
#cart_block_content
{
}

/* Cart table */
.cartq
{
	width: 27px;
	vertical-align: middle;
}
.cartcomposites
{
	border-collapse: collapse;
	margin: 7px 0 0 0 !important;
}
.cartcomposites td,.cartcomposites th
{
	border: 1px solid #d5d5d5 !important;
	background: #fff !important;
	padding: 5px !important;
}
table.cartcomposites th
{
	color: #000 !important;
	text-align: right !important;
}
a.bookinfo
{
	color: #F00;
}
a.bookinfo:hover
{
	color: #999;
}

.cartmodelname
{
	display: inline-block;
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.cartparams
{
	border: 1px solid #d5d5d5;
	padding: 5px;
	background: #f7f7f7;
	margin: 0 0 7px 0;
}
.cartparamsrow
{
	margin: 0 0 3px 0;
}
.cartparamsrow label
{
	display: inline-block;
	width: 50px;
}

/* Cart sums */
#cart_sum
{
	float: right;
	width: 50%;
}
#cartsumstable
{
	width: 100%;
	border-collapse: collapse;
}
#cartsumstable td,#cartsumstable th
{
	padding: 5px;
}
#cartsumstable th
{
	text-align: right;
	font-weight: normal;
	color: #757575;
}
.sumheader
{
	color: #000 !important;
	font-weight: bold !important;
}
#sumtotal
{
	color: #F00;
}
#delivery_chosen
{
	color: #000;
}
#delivery_description
{
	margin: 4px 0;
}
#delivery_description strong
{
	color: #ef1400;
}

#cart_orderform
{
	width: 100%;
	overflow: hidden;
}

/* Call form */
#callform
{
	margin: 6px 0 0 0;
}
.call-phone
{
	width: 135px;
}
.call-submit
{
	margin: 0 0 0 3px;
	position: relative;
	top: 2px;
}
.call-label
{
	display: inline-block;
	margin: 0 3px 0 0;
	color: #727272;
}

/* CP */
.cp-ordermodels
{
	border: 1px solid #d5d5d5;
	padding: 3px;
	height: 90px;
	overflow: auto;
}
.cp-ordermodels table
{
	border-collapse: collapse;
}
.cp-ordermodels td
{
	padding: 4px;
}
.cp-orderpropsname
{
	font-weight: bold;
}
.cp-orderpropsrow
{
	white-space: nowrap;
}

#categories2{
	overflow:hidden;
	zoom: 1;
	margin-top: 10px !important;
}
#categimg{
	float: left;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	background: no-repeat right;
	margin: 0 0 10px 0 !important;
}
.cataloglevel1_{
	overflow: hidden;
	zoom: 1;
	padding: 0 0 0 22px;
	margin: 8px 0;
	list-style-type: none;
}
li.cat1_{
	float: left;
	overflow: hidden;
	width: 100%;
	vertical-align: top;
	padding: 0px;
	display: block;
	margin: 0px;
	white-space: nowrap;
}
a.cat1_{
	float: left;
	text-decoration: none;
	background: #FFF;
	padding: 0 2px 0 0;
}
a.cat1_:hover{
	color: #00bcf7;
}
.secat1{
	width: 230px;
	height: 75px;
	padding: 25px 0 0 0px !important;
}
.secat2{
	/*background: red !important;*/
	width: 250px;
	padding:0px 0 0 20px !important;
	overflow: hidden;
}



/*Compare block*/
#compare_block
{
	border-top: 1px solid #e5e5e5;
	margin: 7px 0 0 0;
	padding: 10px 0 0 0;
}
/* Categories */
#categories
{
	margin: 0px 0 20px 0;
	overflow: hidden;
	width: 100%;
}
.cataloglevel0
{
	margin: 0;
	padding: 0 0 0 13px;
	list-style-type: none;
}
li.cat0{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 7px 0;
	vertical-align: top;
	padding: 0;
	white-space: nowrap;
}
.catnum
{
	display: inline-block;
	color: #b0b0b0;
	background: #FFF;
	font-size: 80%;
	float: right;
	margin: 3px 0 0 0;
	width: 14px;
	text-align: right;
}
strong.cat0{
	font-weight: bold;
	color: #fff !important;
	background: #00adef;
	display: block;
	width: 100%;
}
a.cat0{
	display: inline-block;
	text-decoration: none;
	background: #FFF;
	padding: 0 2px 0 0;
	float: left;
}
a.cat0:hover{
	color: #00bcf7;
}
strong.cat0
{
	color: #ed9f01;
	font-weight: normal;
}
.cataloglevel1{
	overflow: hidden;
	zoom: 1;
	padding: 0 0 0 22px;
	margin: 8px 0;
	list-style-type: none;
}
li.cat1{
	overflow: hidden;
	width: 100%;
	vertical-align: top;
	padding: 0;
	display: block;
	margin: 3px 0;
	white-space: nowrap;
}
a.cat1,strong.cat1{
	float: left;
	text-decoration: none;
	background: #FFF;
	padding: 0 2px 0 0;
}
a.cat1:hover{
	color: #00bcf7;
}
strong.cat1{
	font-weight: normal;
	color: #00bcf7;
}
.cataloglevel2{
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
li.cat2{
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 3px 0;
	display: block;
	white-space: nowrap;
}
a.cat2,strong.cat2{
	float: left;
	display: inline-block;
	text-decoration: none;
	background: #FFF;
	padding: 0 2px 0 0;
}
a.cat2:hover{
	color: #00bcf7;
}
strong.cat2{
	color: #00bcf7;
	font-weight: normal;
}
/*Brands*/
#brand_img{
	overflow: hidden;
	float: left;
	zoom: 1;
	margin: 0 10px 0 0;
	width: 120px;
	height: 40px;
}
#catalogbrands{
	margin: 0px 0 20px 0;
	overflow: hidden;
	width: 100%;
}
.brandlevel0{
	padding: 0 0 0 13px;
	margin: 0px 0 20px 0 !important;
	list-style-type: none;
}
li.brand0{
	overflow: hidden;
	margin: 10 0 4px 0;
	width: 100%;
	vertical-align: top;
}
a.brand0{
	float: left;
	display: inline-block;
	text-decoration: none;
	background: #FFF;
	padding: 0 2px 0 0;
}
a.brand0:hover{
	color: #00bcf7;
}
/* Tile */
.catalogtile
{
	float: left;
	text-align: center;
	width: 210px;
	height: 255px;
	margin: 0 26px 26px 0;
	padding: 7px;
	border: 3px solid #ccc;
}
.catalogtilesub
{
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 13px 0 0 0;
	list-style-type: none;
}
.catalogtilesub li
{
	float: left;
	margin: 0 13px 4px 0;
}
.catalogtilenum
{
	color: #b0b0b0;
	font-size: 80%;
}
.catalogtilesub a
{
	display: inline-block;
	margin: 0 3px 0 0;
}
/* Catalog search and filter */
#catalogfiltercontainer
{
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
}
.catalogfilter
{
	border: 1px solid #d5d5d5;
	background: #f4f4f4;
	overflow: hidden;
	zoom: 1;
	padding: 7px;
}
.catalogfilter label
{
	color: #727272;
	margin: 0 0 1px 0;
	display: inline-block;
}
.catalogfilteritem
{
	float: left;
	display: block;
	margin: 0 26px 7px 0;
	height: 40px;
}
#cfnameitem label,#cfpricename,#cfcatitem label,#cfbranditem label
{
	margin: 0 0 3px 0;
}
#cfname
{
	width: 180px;
}
.cfrange
{
	width: 50px;
}
#cfavailitem input
{
	margin-top: 14px;
}
#cfsubmit
{
	margin: 15px 0 0 0;
}
#catalogfilterprops
{
	overflow: hidden;
	width: 100%;
}
.catalogfilterlinks
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
}
.catalogfilterlinks li
{
	float: left;
	display: inline-block;
	margin: 0 8px 0 0;
}
/*Catalog sort*/
#catalogsort
{
	background: #ededed;
	padding: 7px 13px;
	color: #727272;
	margin: 2px 0 0 0;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #d5d5d5;
}
#catalogsort ul
{
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#catalogsort li
{
	float: left;
	margin: 0 26px 0 0;
}
#catalogsort a,#catalogsort a:hover
{
	text-decoration: none;
}
#catalogsortheader
{
	display: inline-block;
	float: left;
	margin: 0 26px 0 0;
}
.catalogsortname
{
	color: #000;
}
#catalogsort strong
{
	color: #F00;
	font-weight: normal;
}
/*Catalog view*/
#catalogview
{
	border: 1px solid #d5d5d5;
	background: #ededed;
	padding: 7px 13px;
	color: #727272;
	overflow: hidden;
	margin: 2px 0 0 0;
	zoom: 1;
}
#catalogfound
{
	float: left;
}
#catalogfound strong
{
	font-weight: normal;
	color: #000;
}
#catalogtemplate
{
	float: right;
}
#catalogtemplate ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	float: left;
}
#catalogtemplate li
{
	float: left;
	margin: 0 13px 0 0;
}
#catalogtemplateheader
{
	display: block;
	margin: 0 13px 0 0;
	float: left;
}
#catalogtemplate strong
{
	color: #000;
	font-weight: normal;
}
#catalogshow
{
	float: right;
	margin: 0 39px 0 0;
}
#catalogshow ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	float: left;
}
#catalogshow li
{
	float: left;
	margin: 0 13px 0 0;
}
#catalogshowheader
{
	display: inline-block;
	margin: 0 13px 0 0;
	float: left;
}
#catalogshow strong
{
	font-weight: normal;
	color: #000;
}
/* GROUP */
.cataloggroup
{
	margin: 0 -26px 26px 0;
	overflow: hidden;
	zoom: 1;
}
.cataloggroupblock{
	float: left;
	width: 500px;
	margin: 0 0px 10px 0;
	overflow: hidden;
}
.cataloggroupblock .modelstatus
{
	width: 100px !important;
}
.cataloggroupright{
	overflow: hidden;
}
* html .cataloggroupright{
	float: left;
}
.cataloggroupother
{
	margin: 0 0 26px 0;
	overflow: hidden;
	width: 100%;
}
.cataloggroupother ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* TABLE */
.catalogtable-container
{
	zoom: 1;
	overflow: hidden;
	margin-right: -29px;
}
.catalogtable
{
	float: left;
	width: 250px;
	height: 275px;
	margin: 0 28px 39px 0;
	overflow: hidden;
}
.catalogtabletop
{
	overflow: hidden;
	width: 100%;
}
.catalogtabletopleft
{
	float: left;
	width: 205px;
	overflow: hidden;
}
.catalogtableimage
{
	float: left;
	margin: 0 5px 0 0;
	width: 130px;
	height: 140px;
}
.catalogtableright
{
	float: left;
	overflow: hidden;
}/*
.catalogtablenotice
{
	clear: both;
	height: 85px;
	margin: 7px 0 0 0;
	text-align: justify;
	position: relative;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.cataloggradient
{
	background: url("../images/sprite3.png") repeat-x bottom;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}*/

/* ROW */
.catalogrow
{
	overflow: hidden;
	zoom: 1;
	margin: 0 0 26px 0;
	border: 1px solid #d5d5d5;
	padding: 13px;
}
.catalogrowleft
{
	float: left;
	width: 143px;
}
.catalogrowright
{
	overflow: hidden;
}
* html .catalogrowright
{
	height: 1%;
}
.catalogrowimage
{
	margin: 0 0 13px 0;
}
.catalogrowname
{
	margin: 0 0 7px 0;
}
.catalogrownotice
{
	margin: 0 0 12px 0;
}
.catalogrowpanelitem
{
	float: left;
	margin: 0 13px 0 0;
}
.catalogrowpanelitemr
{
	float: right;
	margin: 0 0 0 13px;
}
/* MODEL */
.catalogmodellayout
{
	overflow: hidden;
	width: 100%;
	margin: 0 0 13px 0;	
}
.catalogmodelleft
{
	float: left;
	width: 225px;
}
.catalogmodelright
{
	overflow: hidden;
	margin-left: 225px;
}
* html .catalogmodelright
{
	height: 1%;
}
.catalogmodelimage
{
	margin: 0 0 13px 0;
}
.catalogimages
{
	color: #969696;
	margin: 13px 0 0 0;
}
.catalogimagesimg
{
	margin: 7px 0 0 0;
	display: inline-block;
}
.catalogimagesspacer
{
	display: inline-block;
	font-size: 1px;
	width: 7px;
}
.catalogmodeltext
{
	
}
/*Composites list*/
.compositemodelchosen0
{
	border: 1px solid #FFF;
}
.compositemodelchosen1
{
	border: 1px solid #d5d5d5;
	background: #fbfbfb;
}
.catalogmodelcomposites
{
	margin: 26px 0;
}
.catalogmodelcomposites table
{
	border-collapse: collapse;
	margin: 7px 0 0 0;
}
.catalogmodelcomposites td,.catalogmodelcomposites th
{
	border: 1px solid #FFF;
	background: #f4f4f4;
	padding: 7px;
}
.catalogmodelcomposites th
{
	text-align: right;
	color: #757575;
}
#compositegroups
{
	overflow: hidden;
	width: 100%;
	margin: 26px 0;
}

/*Catalog fast search*/
#catalogsearchfast
{
	margin-bottom: 26px;
}
#catalogsearchfastform
{
	overflow: hidden;
	width: 100%;
}
.catalogsearchfast-q 
{
	float: left;
	width: 135px;
	margin: 0;
	vertical-align: middle;
}
.catalogsearchfast-submit
{
	float: left;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.catalogsearchfast-link
{
	margin: 3px 0 0 3px;
	font-size: 85%;
}

/* COMPARE */
#comparetable
{
	overflow: hidden;
	width: 100%;
}
#comparetable table
{
	width: 100%;
	border-collapse: collapse;
}
#comparetable .tr0
{
	background: #f9f9f9;
}
#comparetable .tr1
{
	background: #f4f4f4;
}
#comparetable td
{
	padding: 7px;
	border: 1px solid #FFF;
	text-align: center;
}
#comparetable td.comparesectionname
{
	text-align: right;
	color: #757575;
	width: 150px;
	background: #e8e8e8;
}
.catalogcompare
{
	margin: 13px 0 0 0;
}
/* PROPERTIES*/
.catalogprops
{
	margin: 26px 0;
}
.catalogprops table
{
	border-collapse: collapse;
}
.catalogprops th
{
	text-align: right;
	color: #7e7e7e;
	padding: 2px 8px 2px 0;
}
.catalogprops td
{
	color: #000;
	padding: 2px 0;
}
.catalogpropsheader
{
	color: #7e7e7e;
	font-size: 125%;
	line-height: 1;
	margin: 0 0 13px 0;
}
.cataloghelp
{
	vertical-align: middle;
	margin: 0 0 0 3px;
	cursor: help;
}

/* QUANTS */
.catalogquants
{
	background: #f4f4f4;
	width: 100%;
	overflow: hidden;
}
.catalogquantsrow
{
	overflow: hidden;
	padding: 7px;
}
* html .catalogquantsrow
{
	width: 100%;
}
.catalogquantsprops
{
	float: left;
	min-width: 90px;
	width: 100px;
}
.catalogquantsprice
{
	white-space: nowrap;
	float: left;
	width: 90px;
	margin: 20px 26px 0 26px;
}
.catalogquantsoptions
{
	white-space: nowrap;
	overflow: hidden;
	float: left;
	margin: 23px 0 0 0;
}

/* OPTIONS */

.catalogoptions
{
	overflow: hidden;
	zoom: 1;
	margin: 12px 0 12px 0;
	border: 1px solid #d5d5d5;
	background: #f9f9f9;
	padding: 7px;
}
.catalogoptions form
{
	display: inline;
}
.catalogparams
{
	margin: 0 0 7px 0;
}
.catalogparam
{
	display: inline-block;
	margin: 0 13px 0 0;
}

/* Common */
.catalogcatbrand
{
	margin: 0 0 7px 0;
}

.catalogbutton
{
	margin: 0;
	vertical-align: middle;
	background: #f4ab37 !important;
	border: none !important;
	color: #FFF;
}
.catalogcomments
{
	font-size: 85%;
}
.catalogname
{
	margin: 0 0 7px 0;
	height: 40px;
}
.modelname
{
	font-size: 125%;
	font-weight: bold;
}
.cataloggroupitem
{
	float: right;
	width: 45px;
}
.catalogprice
{
	margin: 0 0 13px 0;
}
.price
{
	font-weight: normal;
	font-size: 155%;
	line-height: 1;
}
.priceold
{
	text-decoration: line-through;
	color: #b0b0b0;
}
.modelstatus
{
	overflow: hidden;
	width: 115px;
}
.modelstatusa,.modelstatusc
{
	color: #14a60f;
}
.modelstatusn
{
	color: #ef1515;
}
.modelstatuso
{
	color: #ed9f01;
}
input.q
{
	width: 27px !important;
	vertical-align: middle;
}

/* CP */

.cp-prices
{
	border: 1px solid #d5d5d5;
	padding: 3px;
}
.cp-prices table
{
	border-collapse: collapse;
}
.cp-prices td
{
	padding: 4px;
}
.cp-prices th
{
	padding: 4px 3px 4px 4px;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
}
.cp-price
{
	white-space: nowrap;
	font-weight: bold;
}
.cp-priceinput
{
	width: 50px;
}
.cp-priceqinput
{
	width: 25px;
}

.cp-binding-items
{
	margin: 0 0 3px 0;
	font-size: 92%;
}

.cp-props
{
	border: 1px solid #d5d5d5;
	padding: 3px;
}
* html .cp-props 
{
	width: 100%;
}
.cp-props table
{
	width: 100%;
	border-collapse: collapse;
}
.cp-props td,.cp-props th
{
	padding: 3px;
}
.cp-props th
{
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	width: 20%;
}
.cp-propvalue
{
	white-space: nowrap;
	font-weight: bold;
}
.cp-propquantable
{
	margin: 0 2px 2px 0;
	border: 1px solid #d5d5d5;
	white-space: nowrap;
	padding: 3px;
}
#paddb
{
	margin: 10px 0;
}

#pay_block
{
	width: 100%;
	text-align: center;
}
#payblockcontent
{
}
#payblockamount
{
	overflow: hidden;
	width: 100%;
}
#payblockamount *,#payblocksystems *
{
	display: inline-block;
	vertical-align: middle;
}
#pay_description
{
	border: 1px solid #ffd700;
	background: #ffffdd;
	color: #000;
	padding: 7px;
	margin: 13px 0 0 0;
	font-size: 85%;
}
#pay_description p
{
	margin: 0;
	padding: 0;
}
#payblocksystems
{
	margin: 7px 0 0 0;
	white-space: nowrap;
}
#paymentaccount
{
	margin: 0 0 20px 0;
}
#personalaccountoperations
{
	width: 100%;
	overflow: hidden;
	padding: 26px 0 0 0;
}

#links
{
	margin: 0 0 39px 0;
}
#linkslist
{
	margin: 0 0 0 17px;
	padding: 0;
	list-style-type: none;
}
#linkslist li
{
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
}
#topbanners
{
	margin: 0 0 13px 0;
	text-align: center;
}

#lang_block
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	overflow: hidden;
}
#lang_block li
{
	padding: 0;
	margin: 0 0 0 16px;
	float: left;
	display: inline;
}
#lang_block img
{
	width: 16px;
	height: 11px;
	vertical-align: middle;
}
#lang_block a img
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Alphabet */
.alphabet
{
	padding: 7px;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	zoom: 1;
}
.alphabet li
{
	display: block;
	float: left;
	padding: 5px;
	margin: 0 5px 0 0;
	border: 1px solid #f9f9f9;
}
.alphabet li.selected
{
	background: #ed9f01;
	border: 1px solid #fff;
	color: #FFF;
}
.alphabet a:link,.alphabet a:active,.alphabet a:visited
{
	text-decoration: none;
}

/* Location */
.locationstr
{
	display: inline-block;
}
.locationstr img
{
	margin: 0 3px 0 0;
}

#comments
{
	overflow: auto;
	width: 100%;
	margin: 13px 0 0 0;
}
#comments_block
{
	margin: 26px 0 0 0;
	padding: 13px 0 0 0;
}
#num_comments
{
	font-weight: bold;
}
.comments-root-thread
{
	margin: 7px 0 9px 0;
	font-weight: bold;
}
.commentsmessages
{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.commentsrow0,.commentsrow1
{
	overflow: hidden;
	zoom: 1;
	padding: 7px 0;
}
.commentsrow0
{
	background-color: #FFF;
}
.commentsrow1
{
	background-color: #f9f9f9;
}
.commentsleft
{
	float: left;
	width: 105px;
	min-height: 5px;
}
* html .commentsleft
{
	height: 5px;
}
.commentsmessage
{
	overflow: hidden;
	padding: 0 0 0 13px;
}
* html .commentsmessage
{
	height: 1%;
}
.commentslevel
{
	overflow: hidden;
	margin: 0 0 0 40px;
	padding: 0;
	list-style-type: none;
}
.commentsdate
{
	color: #757575;
	display: inline-block;
	font-size: 80%;
	margin: 0 0 0 7px;
}
.commentslink
{
	display: inline-block;
	margin: 0 0 0 7px;
}
.commentstext
{
	width: 100%;
	overflow: hidden;
	margin: 13px 0;
}
.commentsmessage blockquote
{
	border: 1px solid #f4f4f4;
	background: #f9f9f9;
	padding: 5px;
	margin: 5px 10px;
}
.commentstextarea
{
	width: 100%;
	height: 150px !important;
}
.commentsmodified
{
	font-size: 80%;
	margin: 10px 0 0 0;
}
.commentsopinionpositive,.commentsopinionnegative
{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 125%;
}
.commentsopinionpositive
{
	color: #00F;
}
.commentsopinionnegative
{
	color: #F00;
}

.comments-marks
{
	float: right;
}

#calendar
{
	background: #f9f9f9;
	width: 255px;
	border: 1px solid #d5d5d5;
	padding: 5px;
	text-align: center;
}
#calendarmonths
{
	text-align: center;
	margin: 0 0 5px 0;
}
#calendarmonths a
{
	text-decoration: none;
	font-size: 95% !important;
}
#calendarmonths a:hover
{
	color: #F00;
	text-decoration: none;
}
#calendarmonths .curmonth
{
	color: #F00;
}

#calendardays
{
	border-collapse: collapse;
	border: none;
	width: 100%;
}
#calendardays td
{
	border: 1px solid #FFF;
	padding: 0;
}
a.day,a.day:active,a.day:visited
{
	background: #f9f9f9;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 5px 5px 5px 8px;
}
a.day:hover
{
	text-decoration: none;
	background: #f1f1f1;
	color: #000;
}
a.curday,a.curday:active,a.curday:visited
{
	background: #F00;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 5px 5px 5px 8px;
}
a.curday:hover
{
	text-decoration: none;
	background: #ed9f01;
	color: #FFF;
}
a.oday,a.oday:active,a.oday:visited
{
	background: #f9f9f9;
	color: #a2a2a2;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 5px 5px 5px 8px;
}
a.oday:hover
{
	background: #b5b5b5;
	color: #FFF;
	text-decoration: none;
}
.dayname
{
	background: #ed9f01;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 2px 5px !important;
}
#calendaryears
{
	text-align: center;
	padding: 3px 0 0 0;
}
#calendaryears a,#calendaryears a:active,#calendaryears a:visited
{
	text-decoration: none;
}
#calendaryears a:hover
{
	color: #F00;
	text-decoration: none;
}
#calendaryears input
{
	border: 1px solid #d5d5d5;
	vertical-align: middle;
	width: 40px;
}

/* Auth block */
#auth_block
{
}
.auth-compact-login,.auth-compact-password,.auth-compact-remember,.auth-compact-submit
{
	margin: 0 0 7px 0;
}
.auth-compact-links
{
	margin: 5px 0 0 0;
}
.auth-compact-links a
{
	display: inline-block;
	margin: 0 7px 0 0;
}
.auth-compact-login input,.auth-compact-password input
{
	width: 100%;
}
#authresultcontainer
{
}
.auth-result-row
{
	margin-bottom: 7px;
}

/* Auth */
#authform
{
	overflow: hidden;
	width: 100%;
}
#auth_left
{
	width: 50%;
	float: left;
}
.auth-login,.auth-password
{
	margin: 0 0 7px 0;
}
.auth-login input,.auth-password input
{
	width: 95%;
	font-size: 150%;
}
.auth-remember
{
	margin: 0 0 7px 0;
}
#auth_links
{
	float: left;
	margin: 0 0 0 0;
}

/* User info */
.userlink
{
	font-weight: bold;
}
#userinfo
{
	margin: 35px 0 0 0;
	overflow: hidden;
	width: 100%;
}
#userinfoleft
{
	float: left;
	width: 100px;
}
#userinforight
{
	zoom: 1;
	overflow: hidden;
}
.userinfoblock
{
	margin-bottom: 15px !important;
}

/* Users */
#userstable
{
	width: 100%;
}


/*My Gallery*/
.mygalleryinner
{
	width: 200px;
}
.imageinputname
{
	width: 100%;
	height: 35px !important;
	overflow: hidden;
}
#mygallery_newalbum
{
	margin: 13px 0;
}
#mygallery_album_name
{
	width: 200px;
}
.mygallery_newalbum_name
{
	width: 200px;
}
.mygallery_newalbum_public
{
	vertical-align: middle;
}
.mygalleryimageprops
{
	margin: 7px 0 0 0;
	float: left;
}
.mygallerylinks
{
	margin: 5px 0 0 0;
	float: right;
	padding: 0;
	list-style-type: none;
}
.mygallerylinks li
{
	display: block;
	text-align: right;
	margin: 0 0 5px 0;
}
.mygallerylinks input
{
	width: 350px;
}
.mygallerymoderating
{
	margin: 3px 0;
}
.mygalleryalbumscont
{
	display: inline-block;
	margin: 0 13px 0 0;
}
.usericon
{
	width: 24px;
	height: 24px;
	border: none;
}

/* My articles */

.myarticlesitem
{
	overflow: hidden;
	width: 100%;
	margin: 0 0 42px 0;
}
.myarticlesprop
{
	display: inline-block;
	margin: 0 50px 7px 0;
}
a.myarticlesbutton,a.myarticlesbutton:active,a.myarticlesbutton:visited
{
	display: inline-block;
	background: #FFF;
	border: 1px solid #d5d5d5;
	padding: 3px 0 5px 0;
	margin: 0 0 26px 0;
	text-decoration: none;
	width: 150px;
	text-align: center;
}
a.myarticlesbutton:hover
{
	
}
.myarticlesprops
{
	float: left;
	padding: 7px 13px;
	background: #ffffdd;
	border: 1px solid #ffd700;
}
.myarticlesoptions
{
	float: right;
}
.myarticlesnotice
{
	margin: 3px 0 7px 0;
}
.myarticlesnotice p
{
	margin: 0;
	padding: 0;
}

/* Order history */
#ordershistory ol
{
	margin: 0 0 0 20px;
	padding: 0;
}

/* Common */
.avatar
{
	width: 80px;
	overflow: hidden;
}

.tags
{
	overflow: hidden;
	width: 100%;
	margin: 3px 0;
}
.tagstitle
{
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
}
.tags ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
}
.tags li
{
	float: left;
	margin: 0 7px 0 0;
}
.tag
{
	text-decoration: none;
	color: #ed9f01;
}
.tag:hover
{
	text-decoration: none;
	color: #FFF;
	background: #ed9f01;
}
.tags-cloud
{
	margin: 0 0 0 13px;
	padding: 13px;
	list-style-type: none;
	text-align: justify;
	border: 1px dotted #969696;
}
.tags-cloud li
{
	padding: 0;
	margin: 0;
	display: inline;
}

#news_block
{
	margin: 0 0 26px 0;
	overflow: hidden;
	width: 100%;
}
.newsname
{
	margin: 2px 0;
}
.newsname a
{
	font-weight: bold;
	font-size: 115%;
}
.newsimage
{
	float: left;
	margin: 0 10px 0 0;
}
.newsitem
{
	margin: 0 0 26px 0;
	overflow: hidden;
	width: 100%;
}
.newsdate
{
	color: #a6a6a6;
	font-size: 85%;
}
.newsnotice
{
	margin: 3px 0 0 0;
}
.newsnotice p
{
	margin: 0 !important;
	padding: 0 !important;
}
.newssource,.newsauthor
{
	margin: 3px 0 0 0;
	overflow: hidden;
	width: 100%;
}
.newsnav
{
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}
#newscalendar
{
	margin: 13px 0 0 0;
}

.sitemapcontainer
{
	float: left;
	overflow: hidden;
	margin: 13px 42px 0 0;
}
* html .sitemapcontainer
{
	height: 1%;
}

.ratingcontainer
{
	margin: 3px 0 0 0;
	overflow: hidden;
	width: 85px;
}
.rating
{
}
.ratingstars
{
	overflow: hidden;
	width: 100%;
	height: 17px;
	white-space: nowrap;
}
.ratingstar
{
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
}
* html .ratingstar
{
	display: inline;
}
.ratingstar-left,.ratingstar-right
{
	width: 8px;
}

.ratingstar a,.ratingstar span
{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url("../images/_sprite16.gif");
}

.ratingstar a,.ratingstar span {background-position: 0 -36px}
.ratingstar-left a,.ratingstar-left span {background-position: -16px -36px}
.ratingstar-right a,.ratingstar-right span {background-position: -40px -36px}

.ratinghover a,.ratinghover span {background-position: 0 -52px !important;}
.ratinghover-left a,.ratinghover-left span {background-position: -16px -52px !important;}
.ratinghover-right a,.ratinghover-right span {background-position: -40px -52px !important;}
	
.ratingon a,.ratingon span {background-position: 0 -68px !important;}
.ratingon-left a,.ratingon-left span {background-position: -16px -68px !important;}
.ratingon-right a,.ratingon-right span {background-position: -40px -68px !important;}


/*

.ratingon a,.ratingon span
{
	background-position: 0 -32px;
}
*/


.ratingrates
{
	font-size: 85%;
	color: #757575;
}
.ratingradio
{
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
}
.ratingsubmit
{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
}
.ratingmessage
{
	display: none;
	position: absolute;
	z-index: 100;
	white-space: nowrap;
}
.ratingmessage div
{
	text-align: left !important;
	padding: 3px 5px;
	font-size: 85%;
}

.stat-counter-image
{
	width: 88px;
	height: 31px;
}



@media print {
#footer,#header,#left,#right
{
	display: none !important;
}
#outer,#outerinside,.outerwrap
{
	padding: 0 !important;
	margin: 0 !important;
}

}

