html,body
{
	height: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	color: #777c83;
	min-width: 970px;
	background: #ededed;
	position: relative; /* for ie7*/
	text-align: center;
}
form
{
	margin: 0px;
	padding: 0px;
}
body,td,th,input,textarea,select
{
	font: normal 15px Arial, Verdana, Serif;
}
p
{
	line-height: 18px;
	padding: 0px;
	margin: 0 0 18px 0;
}
a img
{
	border: none;
}
a:link,a:visited,a:active
{
	color: #00859a;
	text-decoration: underline;
}
a:hover
{
	color: #ed9f01;
}
a.inverted:link,a.inverted:active,a.inverted:visited
{
	color: #ed9f01;
	text-decoration: underline;
}
a.inverted:hover
{
	color: #427bad;
}
strong
{
	color: #00859a;
}
h1
{
	font: normal 26px Arial;
	padding: 10px 0 0 36px;
	margin: 0;
	color: #ededed;
	background: url("/images/h1.gif") no-repeat;
	width: 934px;
	height: 53px;
	overflow: hidden;
}
* html h1
{
	width: 970px;
}
h2
{
	font-size: 18px;
	font-weight: bold;
}
/* Exception */
.exception
{
	border: 1px solid #d5d5d5;
	padding: 0.5em;
	margin: 1em;
}
.exception strong
{
	color: navy;
}
/* Plugins */
a.openimage:link,a.openimage:active,a.openimage:visited,a.openimage:hover
{
	display: inline-block;
	margin: 0 !important;
}
/* Standard features */
#loading
{
	background: url("/images/global/loading.gif") no-repeat;
	width: 16px;
	height: 16px;
	z-index: 1000000000000000000;
}
a.imageleft,img.imageleft
{
	float: left;
	margin: 0px 5px 0px 0px;
}
a.imageleft img
{
	margin: 0px !important;
}
a.imageright,img.imageright
{
	float: left;
	margin: 0px 0px 0px 5px;
}
a.imageright img
{
	margin: 0px !important;
}
.player
{
	display: block;
}
.small{font-size: 10px;}
.big{font-size: 12px;}
.fleft{float: left;}
.fright{float: right;}
.inlineblock{display: inline-block;}
.inline{display: inline;}
.middle{vertical-align: middle !important;}
.clear{clear: both;}
.haslayout{overflow: hidden;width: 100%;}
.center{text-align: center !important}
.left{text-align: left !important}
.right{text-align: right !important}
.top{vertical-align: top !important}
.bottom{vertical-align: bottom !important}
.hidden{display: none;}
.nowrap{white-space: nowrap !important}
.flash{overflow: hidden;}
.hl{color: #F00;}
.black{color: #000 !important;}
.white{color: #FFF;}
.red{color: #F00;}
.gray{color: #969696;}
.darkgray{color: #757575;}
.w100{width: 100%;}
.stdmargin{margin: 5px 0;}
.stdmarginextra{margin: 10px 0;}
.stdheader1
{
	background: #f9f9f9;
	color: #444;
	border-left: 4px solid #427bad;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 13px 0px;
	padding: 7px 0px 7px 10px;
	overflow: hidden;
	display: block;
}
.stdheader2
{
	clear: both;
	color: #000;
	overflow: hidden;
	padding: 7px 13px;
	margin: 0px 0px 13px 0px;
	border-bottom: 4px solid #ed9f01;
	font-family: Arial;
	font-size: 18px;
	line-height: 18px;
	background: #f4f4f4;
}
.stdheader3
{
	overflow: hidden;
	background: #427bad url("/images/header-background.gif") repeat-x bottom;
	color: #FFF;
	padding: 7px 13px;
	font-weight: bold;
}
.stdblock
{
	overflow: hidden;
	background: #f4f4f4;
	padding: 7px 13px;
	line-height: 15px;
}
* html .stdblock
{
	width: 100%;
}
.stdblock2
{
	padding: 7px 13px;
	line-height: 15px;
	overflow: hidden;
}
table.t
{
	background: #f4f4f4 !important;
	border-collapse: collapse !important;
}
table.t tr.tr0{background-color: #fbfbfb !important;}
table.t tr.tr1{background-color: #FFF !important;}
table.t td,table.t th
{
	border: 1px solid #FFF !important;
	padding: 7px 13px !important;
}
table.t th
{
	text-align: left;
	color: #000;
	background: #d9d9d9;
	font-size: 12px;
	font-weight: normal;
}
.ok
{
	clear: both;
	margin: 10px 0px;
	border: 1px solid #00ff00;
	background: #f0fff0;
	color: #000;
	padding: 10px 20px;
	text-align: center;
}
.error
{
	clear: both;
	margin: 10px 0px;
	border: 1px solid #F00;
	background: #ffffdd;
	color: #F00;
	padding: 10px 20px;
	text-align: center;
}
.notice
{
	margin: 10px 0px;
	border: 1px solid #ffd700;
	background: #ffffdd;
	color: #000;
	padding: 10px 20px;
	text-align: center;
}
.guest
{
	color: #000;
	font-weight: bold;
}

.stdlist
{
	padding: 0;
	margin: 13px 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	line-height: 13px;
}
.stdlist li
{
	display: inline-block;
	float: left;
	margin: 0 26px 0 0;
}
.stdlist a:link,.stdlist a:active,.stdlist a:visited,.stdlist strong
{
	display: block;
	padding: 7px;
	color: #ed9f01;
	font-weight: normal;
}
.stdlist a:hover
{
	color: #427bad;
}
.stdlist strong
{
	background: #427bad;
	color: #FFF;
}



/* DESIGN */

#layout
{
	width: 975px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#footer
{
	height: 93px;
	overflow: hidden;
	zoom: 1;
}
#counters
{
	float: left;
	margin: 10px 0 0 150px;
}
#copyright
{
	float: right;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
	width: 140px;
}
#menubottom
{
	margin: 18px 0 0 29px;
}
#menubottom UL
{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menubottom li
{
	float: left;
	margin: 0 8px 0 0;
}
*+html #menubottom li
{
	float: none !important;
	display: inline !important;
}
#menubottom a:link,#menubottom a:active,#menubottom a:visited
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
#menubottom a:hover
{
	color: #00859a;
}
#menubottom strong
{
	color: #00859a;
	font-size: 11px;
	font-weight: normal;
}
a#atributo:link,a#atributo:active,a#atributo:visited
{
	display: block;
	height: 13px;
	font-size: 11px;
	color: #000;
	background: url("/images/atributo.gif") no-repeat;
	padding: 0 0 0 59px;
	line-height: 13px;
	margin: 5px 0 0 0;
}
a#atributo:hover
{
	color: #00859a;
}
#center
{
	width: 970px;
	overflow: hidden;
	zoom: 1;
}
#content
{
	zoom: 1;
	width: 918px;
	min-height: 300px;
	overflow: hidden;
	margin: 0 0 0 16px;
	background: #FFF url("/images/content-bottom.gif") no-repeat left bottom;
	padding: 12px 18px 18px 18px;
}
#top
{
	width: 970px;
	height: 384px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	top: 0px;
	left: 0px;
}
#topflags
{
	float: right;
	margin: 10px 20px 0 0;
}
#topflags a
{
	display: inline-block;
	margin: 0 0 0 5px;
}
#topflags img
{
	display: block;
}
#graphmenu
{
	position: absolute;
	top: 29px;
	left: 0px;
	width: 11px;
}
#graphmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#graphmenu li
{
	vertical-align: top;
	margin: 0 0 6px 0;
}
#graphmenu li *
{
	display: block;
	zoom: 1;
	overflow: hidden;
}
#topmenu
{
	float: left;
	margin: 112px 0 0 11px;
	width: 264px;
	height: 250px;
	background: url("/images/topmenu.png") no-repeat;
	font-size: 11px;
}
* html #topmenu
{
	display: inline;
}
#topmenu ul
{
	margin: 20px 0 0 28px;
	padding: 0;
	list-style-type: none;
}
#topmenu li
{
	margin: 0 0 10px 0;
}
#topmenu a:link,#topmenu a:active,#topmenu a:visited
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#topmenu a:hover
{
	text-decoration: underline;
}
#topmenu strong
{
	color: #000;
}
#colleft,#colright
{
	float: left;
	width: 180px;
}
.colul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.colul li
{
	margin: 0;
	vertical-align: top;
}
.subcolul
{
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 11px;
}
#colsubs
{
	overflow: hidden;
	width: 100%;
}
a.colsub:link,a.colsub:active,a.colsub:visited
{
	color: #b3b3b3;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #b3b3b3;
	margin: 0 18px 0 0;
}
a.colsub:hover
{
	color: #000;
	border-bottom: 1px dashed #000;
}
strong.colsub
{
	color: #777c83;
	font-size: 18px;
	display: inline-block;
	margin: 0 18px 0 0;
}
#colitems
{
	float: left;
	overflow: hidden;
	width: 540px;
	margin: 0 0 0 16px;
}
* html #colitems
{
	height: 1%;
}
a.colimage:link img,a.colimage:active img,a.colimage:visited img
{
	border: 5px solid #dcdcdc;
}
a.colimage:hover img
{
	border: 5px solid #777c83;
}
a.colimage2:link img,a.colimage2:active img,a.colimage2:visited img
{
	border: 5px solid #777c83;
}
a.colimage2:hover img
{
	border: 5px solid #dcdcdc;
}
.colitem
{
	float: left;
	margin: 0 35px 0 0;
	text-align: center;
	width: 145px;
	height: 150px;
}
.colitemname
{
	font-weight: bold;
	font-size: 12px;
}
#main1
{
	position: absolute;
	left: 315px;
	top: 104px;
	color: #ededed;
	font-size: 48px;
	letter-spacing: 2px;
}
#main2
{
	position: absolute;
	left: 315px;
	top: 174px;
	width: 370px;
	font-style: italic;
	color: #258a9e;
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 31px;
}
#main3
{
	position: absolute;
	left: 315px;
	top: 286px;
	width: 187px;
	height: 29px;
}
#main3 img
{
	width: 187px;
	height: 29px;
}
#main4
{
	position: absolute;
	left: 315px;
	top: 328px;
	width: 82px;
	height: 29px;
}
#main4 img
{
	width: 82px;
	height: 29px;
}
.gb
{
	color: #00859a;
}
#contact1
{
	float: left;
	width: 370px;
}
#contact2
{
	float: left;
}
#contact
{
	position: absolute;
	top: 112px;
	left: 318px;
	width: 613px;
	height: 234px;
	background: url("/images/contact_form.png") no-repeat;
	padding: 12px 12px 0 12px;
	font-weight: bold;
	font-size: 12px;
}
* html #contact
{
}
#contact label
{
	display: inline-block;
	width: 135px;
}
.of
{
	float: left;
	width: 293px;
	margin: 0 0 5px 0;
}
.of2
{
	width: 100%;
	margin: 0 0 7px 0;
}
.of input
{
	width: 147px;
}
#of1,#of3
{
	margin: 0 27px 0 0;
}
#of7 *
{
	font-weight: normal;
}
#logo
{
	width: 235px;
	height: 59px;
	position: absolute;
	left: 40px;
	top: 30px;
}
#logo,#logo img
{
	width: 235px;
	height: 59px;
}

#order
{
	width: 100%;
	overflow: hidden;
	text-align: right;
	padding: 10px 0 0 0;
}
#order a:link,#order a:active,#order a:visited
{
	display: inline-block;
	width: 187px;
	height: 29px;
	background: url("/images/order.jpg") no-repeat;
}
#pdfwin
{
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 305px;
	height: 382px;
	width: 665px;
}
#pdfwin iframe
{
	width: 644px;
	height: 100%;
	float: left;
}
a#closepdf:link,a#closepdf:active,a#closepdf:visited
{
	display: block;
	float: right;
	width: 21px;
	height: 21px;
	background: url("/images/close.gif") no-repeat;
}

.designer
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.designerimagecontainer
{
	float: left;
	width: 369px;
}
.designerimagecontainer img
{
	border: 5px solid #777c83;
}
.designerright
{
	overflow: hidden;
	float: left;
	width: 500px;
}
* html .designerright
{
	height: 1%;
}
.designerright h2
{
	margin: 0 0 5px 0 !important;
}
.designerurl
{
	margin: 0 0 10px 0;
}
.designerphoto img
{
	border: 5px solid #777c83;
}
.designerphoto
{
	float: left;
	margin: 0 21px 21px 0;
}
.colleft
{
	float: left;
	width: 352px;
}
.colleftname
{
	color: #0495ac;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}
#collzz
{
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
}
#galitems
{
	overflow: hidden;
	width: 100%;
	margin: 20px 0 0 0;
}
.galleft
{
	overflow: hidden;
	width: 100%;
}
.galleft2
{
	float: left;
	width: 680px;
}
.galleftname
{
	color: #0495ac;
	font-weight: bold;
	margin: 5px 0;
}
#leftcopy
{
	float: left;
	font-size: 10px;
	padding-left: 28px;
	line-height: 13px;
	margin: 3px 0 0 0;
}
#of7 .formradio
{
	margin: 0 !important;
	white-space: nowrap;
}
#of8
{
	position: absolute;
	top: 210px;
}
#fcatalog
{
	float: left;
	font-weight: normal;
	overflow: hidden;
	width: 480px;
	margin-right: -100px !important;
}
#fcatalog .formradio
{
	width: 160px !important;
	margin: 0 !important;
}
#fsubmit
{
	float: right;
}
#of6 textarea
{
	width: 465px;
	height: 60px;
}

#of6 label
{
	vertical-align: top;
}

.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;
}

.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:transparent url(/lib/zoomimage/images/shadow.png) no-repeat scroll 0 0;
}
.zoomimage_stc {
	overflow: hidden;
	height: 6px;
	margin: 0 6px;
	background: transparent 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:transparent 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: transparent 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:transparent url(/lib/zoomimage/images/shadow-lr.png) repeat-y scroll -6px 0pt
}
.zoomimage_scc {
	margin: 0 6px;
	height: 100%;
	background:transparent 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-size: 11px;
	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 {
	background: #fff url(/lib/zoomimage/images/zoomimage_prev.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background: #fff url(/lib/zoomimage/images/zoomimage_next.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}

.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;
	width: 100%;
	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;
}

/* global */
.overlay
{
	background: url("/images/ui/overlay/white.png");
	width: 546px;
	height: 416px;
	padding: 55px;
	display: none;
	overflow: hidden;
	z-index: 1000000;
}
* html .overlay
{
	width: 656px;
	height: 526px;
}
.overlay .close
{
	background: url("/images/ui/overlay/close.png") no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.overlaybuttons
{
	text-align: center;
	margin: 13px 0 0 0;
}
.overlaybuttons input
{
	color: #FFF;
	background: #2b525b;
	width: 100px;
	border: 1px solid #000;
	margin: 0 7px;
}
#overlaycancel
{
	background: #cc0033 !important;
}

/* dialog box */
div.overlay.overlaydialogbox
{
	background: url("/images/ui/overlay/message.png") no-repeat !important;
	width: 546px;
	height: 64px;
	text-align: center;
}
* html div.overlay.overlaydialogbox
{
	width: 656px;
	height: 174px;
}
.overlaydialogboxcontent
{
	text-align: center;
}
/* alert */
div.overlay.overlayalert
{
	background: url("/images/ui/overlay/alert.png") no-repeat !important;
	width: 598px;
	height: 48px;
	padding: 29px !important;
	text-align: center;
	overflow: hidden;
}
* html div.overlay.overlayalert
{
	width: 656px;
	height: 106px;
}
div.overlay.overlayalert .ok,div.overlay.overlayalert .error,div.overlay.overlayalert .notice
{
	background: none !important;
	border: none;
	margin: 5px 0 !important;
}
div.overlay.overlayalert .ok
{
	color: #14a60f;
}
div.overlay.overlayalert .error
{
	color: #f00;
}
/* ajax admin */
.overlayajaxadmincontent
{
	height: 380px;
	overflow: auto;
	text-align: left;
}

/* ajax standard */

.overlay.overlayajaxstandard
{
	background: url("/images/ui/overlay/form.png") no-repeat !important;
	width: 556px !important;
	height: 556px !important;
	padding: 50px !important;
	overflow: hidden;
}
* html .overlay.overlayajaxstandard
{
	width: 656px !important;
	height: 656px !important;
}
.overlayajaxstandardcontainer
{
	height: 556px;
	overflow: auto;
	text-align: left;
}
.overlayajaxstandardcontainer .form_block
{
	margin: 0 !important;
}

/**/
#smalltip
{
	display: none;
	background-image: url("/images/ui/tooltip/black_arrow.png");
	width: 159px;
	height: 82px;
	padding: 20px 25px 20px 25px;
	line-height: 16px;
	font-size: 11px;
	color:#fff;
	overflow: hidden;
	z-index: 10000000;
}
* html #smalltip
{
	width: 209px;
	height: 122px;
}

.cptip
{
	display: none;
	background-image: url("/images/ui/tooltip/black_arrow_big.png");
	width: 320px;
	height: 176px;
	padding: 20px 25px 20px 25px;
	line-height: 16px;
	font-size: 11px;
	color: #fff;
	overflow: hidden;
}
* html .cptip
{
	width: 370px;
	height: 216px;
}
.tooltipcontent
{
	margin: 30px 0 0 0;
	height: 130px;
	text-align: left;
	overflow: auto;
}

/* tabs */
.tabsnav
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.tabsnav li
{
	float: left;
	display: block;
}
.tabsnav li a:link,.tabsnav li a:active,.tabsnav li a:visited
{
	text-decoration: none;
	background: #e5e5e5;
	display: block;
	padding: 3px 11px;
	border: 2px solid #e5e5e5;
	margin: 0 2px 0 0;
}
.tabsnav li a.current:link,.tabsnav li a.current:active,.tabsnav li a.current:visited,.tabsnav li a.current:hover
{
	background: #FFF;
	border-bottom: 2px solid #FFF;
}
.tabs
{
	position: relative;
	z-index: 0;
	top: -2px;
	overflow: hidden;
	border: 2px solid #e5e5e5;
	width: 800px;
	height: 300px;
}
.tabs .items
{
	width: 20000em;
	position: absolute;
}
.tabsitem
{
	float: left;
	display: block;
	width: 772px;
	padding: 13px;
}

#search_block
{
	position: absolute;
	top: 24px;
	right: 17px;
	width: 178px;
	height: 26px;
	overflow: hidden;
}
* html #search_block
{
	width: 184px;
}
#search_block form
{
	display: inline;
}
.search-compact-query
{
	width: 143px;
	height: 20px;
	border: 1px solid #afafaf !important;
	color: #258a9e !important;
	font-weight: bold !important;
	padding: 4px 0 0 6px !important;
	float: left !important;
}
* html .search-compact-query
{
	width: 149px;
	height: 24px;
}
.search-compact-submit
{
	float: right !important;
	width: 27px;
	height: 26px;
}
.search-q
{
	width: 80% !important;
	vertical-align: middle;
}
.search-submit
{
	width: 19% !important;
	vertical-align: middle;
}
#search-under-text
{
	clear: both;
	font-size: 10px;
	margin: 5px 0;
}
#search_form
{
	border: 1px solid #d5d5d5;
	background: #f4f4f4;
	padding: 13px 20px;
	width: 70%;
}
#searchlist
{
	list-style: decimal outside;
}
#searchlist li
{
	padding-bottom: 0;
	margin-bottom: 26px;
}
.search-route-name
{
	color: #000;
}
.search-result-text
{
	margin: 8px 0;
	line-height: 1.4em;
}
.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: bold 18px Arial;
	color: #777c83;
	margin: 0 0 13px 0;
}
.formdiv
{
	background: #f9f9f9;
	padding: 7px;
	border: 1px solid #d5d5d5;
	overflow: hidden;
}
* html .formdiv
{
	width: 100%;
}
.formrow
{
	width: 100%;
	overflow: hidden;
}
.formheader
{
	float: left;
	padding: 15px 0 0 0;
	width: 27%;
	text-align: right;
}
.formheader label
{
	padding: 2px 13px 0px 0px;
	display: inline-block;
}

.formelement
{
	float: left;
	padding: 15px 0 0 0;
	width: 71%;
}
.form-notice
{
	font-size: 10px;
	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;
}
.required
{
	color: #F00;
}
fieldset
{
	clear: both;
	padding: 10px;
}
fieldset legend
{
	font-weight: bold;
}
div.formdiv textarea
{
	width: 100%;
	height: 120px;
	overflow: auto;
}
.editorbutton
{
	padding: 0;
}
div.location
{
	margin: 0 7px 7px 0;
	float: left;
}
div.location label
{
	margin: 0 0 3px 0;
	display: block;
}
div.location select
{
	vertical-align: middle;
}
.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;
}
.require
{
	border: 1px solid red !important;
}
.focus
{
	border: 1px solid #bbdafd !important;
}
.blur
{
	border: 1px solid #49f42d !important;
}
select
{
	color: #727272;
}
.forminput
{
	border: 1px solid #a5acb2;
	color: #727272;
}
.formelement .forminput
{
	vertical-align: middle;
	width: 100%;
}
.formsmall
{
	width: 27px;
}
.formmiddle
{
	width: 145px !important;
}
.formsubmit
{
	border: 1px solid #a5acb2;
	background: #f4f4f4;
}
.formimage
{
}
.fields-are-required
{
	clear: both;
	padding: 7px 0 0 0;
}
div.emoticons
{
	margin: 0 0 5px 0;
}
.formmessage
{
	color: #000;
	padding: 3px 8px;
	border: 1px solid #ffd700;
	background: #ffffdd;
	z-index: 300000;
}
#password-strength
{
	color: #FFF;
}
#password-strength span
{
	padding: 1px 1px;
}
.formaltfile
{
	height: 30px !important;
	vertical-align: top;
}
.captcha
{
	width: 100px;
	height: 50px;
	vertical-align: middle;
}
.captchareload
{
	margin-left: 15px;
}
.formcaptcha
{
	width: 45px;
}
.formimagecontainer
{
	overflow: hidden;
	width: 100%;
}
.formimage-image
{
	float: left;
	width: 105px;
	margin: 0 15px 0 0;
}
.formimage-options
{
	float: left;
	width: 200px;
	line-height: 1.6em;
	overflow: hidden;
}
* html .formimage-options
{
	height: 1%;
}
#confirm_code
{
	width: 40px !important;
}
.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;
}

.locationstr
{
	display: inline-block;
}
.locationstr img
{
}

/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp *
{
	margin: 0px;
	padding: 0px;
	outline: none;
}
.markItUp a:link,
.markItUp a:visited
{
	color:#000;
	text-decoration:none;
}
.markItUp
{
}
.markItUpContainer
{
	overflow: hidden;
	border: 1px solid #d5d5d5 !important;	
	background:#FFF url("/lib/jquery.markitup/images/bg-container.png") repeat-x top left;
	padding: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
* html markItUpContainer
{
	width: 100%;
}
.markItUpEditor {
	padding: 0px;
	overflow: auto;
}
.markItUpPreviewFrame	{
	overflow: auto;
	background-color: #FFF;
	width: 100%;
	height: 300px;
	margin: 5px 0;
	border: 1px solid #d5d5d5 !important;
}
.markItUpFooter {
	width: 100%;
	cursor: n-resize;
	text-align: center;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("/lib/jquery.markitup/images/handle.png");
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul
{
	overflow: hidden;
	width: 100%;
}
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li ul{
	display:none;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url("/lib/jquery.markitup/images/menu.png") no-repeat 115% 50%;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right: 0;
}
.markItUpHeader ul .markItUpSeparator {
	margin: 0 5px 0 3px !important;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	height: 1px;
	margin: 0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px;
	left:0px;	
	background:#F5F5F5;
	border:1px solid #3C769D;
	height:inherit;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #3C769D;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background: #F5F5F5;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px;
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px;
	height:16px;
	text-indent:-10000px;
	padding:0px;
	margin: 0 3px 3px 3px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left: 0px;
	text-indent: 0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background: #f5f5f5 !important;
	margin: 0 !important;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background: #3C769D !important;
}
/***************************************************************************************/
.html .markItUpEditor {
	background-image:url("/lib/jquery.markitup/images/bg-editor-html.png");
}
.markdown .markItUpEditor {
	background-image:url("/lib/jquery.markitup/images/bg-editor-markdown.png");
}
.textile .markItUpEditor {
	background-image:url("/lib/jquery.markitup/images/bg-editor-textile.png");
}
.bbcode .markItUpEditor {
	background-image:url("/lib/jquery.markitup/images/bg-editor-bbcode.png");
}
.wiki .markItUpEditor,
.dotclear .markItUpEditor {
	background-image:url("/lib/jquery.markitup/images/bg-editor-wiki.png");
}

/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton1 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat 0px 0px;
}
.markItUp .markItUpButton2 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -16px 0px;
}
.markItUp .markItUpButton3 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -32px 0px;
}
.markItUp .markItUpButton4 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -224px 0px;
}
.markItUp .markItUpButton5 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -48px 0px;
}
.markItUp .markItUpButton6 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -64px 0px;
}
.markItUp .markItUpButton7 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -80px 0px;
}
.markItUp .markItUpButton8 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -96px 0px;
}
.markItUp .markItUpButton9 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -112px 0px;
}
.markItUp .markItUpButton10 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -128px 0px;
}
.markItUp .markItUpButton11 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -144px 0px;
}
.markItUp .markItUpButton12 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -160px 0px;
}
.markItUp .markItUpButton13 a	{
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -176px 0px;
}
.markItUp .clean a {
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -192px 0px;
}
.markItUp .preview a {
	background: url("/lib/jquery.markitup/images/buttons.png") no-repeat -208px 0px;
}

.markItUp .colors a {
}
	.markItUp .colors ul {
		width: 81px;
		padding: 1px;	
	}
	.markItUp .colors  li {
		border: 1px solid white;
		width: 25px;
		height:25px;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	.markItUp .colors ul a {
		width:25px;	height:25px;
	}
	.markItUp .colors ul a:hover {
		background-color: transparent;
	}
	
	.markItUp .colors .col1-1 a {
		background:yellow !important;
	}
	.markItUp .colors .col1-2 a {
		background:orange !important;
	}
	.markItUp .colors .col1-3 a {
		background:red !important;
	}
	.markItUp .colors .col2-1 a {
		background:blue !important;
	}
	.markItUp .colors .col2-2 a {
		background:purple !important;
	}
	.markItUp .colors .col2-3 a {
		background:green !important;
	}
	.markItUp .colors .col3-1 a {
		background:white !important;
	}
	.markItUp .colors .col3-2 a {
		background:gray !important;
	}
	.markItUp .colors .col3-3 a {
		background:black !important;
	}

#calendar
{
	background: #f9f9f9;
	width: 255px;
	border: 1px solid #d5d5d5;
	padding: 5px;
	text-align: center;
	clear: both;
}
#calendarmonths
{
	text-align: center;
	margin: 0 0 5px 0;
}
#calendarmonths a,#calendarmonths a:active,#calendarmonths a:visited
{
	text-decoration: none;
	font-size: 12px !important;
}
#calendarmonths a:hover
{
	color: #F00;
	text-decoration: none;
}
#calendarmonths a.curmonth,#calendarmonths a.curmonth:active,#calendarmonths a.curmonth:visited
{
	text-decoration: none;
	color: #F00;
}
#calendarmonths a.curmonth:hover
{
	text-decoration: none;
	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;
}

/*Compare block*/
#compare_block
{
	border-top: 1px solid #e5e5e5;
	margin: 11px 0 0 0;
	padding: 10px 0 0 0;
	line-height: 13px;
}
/* Catalog menu */
#catalogmenu
{
	margin: 7px 0 26px 0;
	position: relative;
	overflow: hidden;
}
/* level 0 */
.cataloglevel0
{
	margin: 0;
	padding: 0 0 0 13px;
	list-style-type: none;
}
li.cat0
{
	padding: 0;
	display: block;
	overflow: hidden;
	margin: 7px 0;
	background: url("/images/dots.gif") repeat-x 0px 12px;
}
* html li.cat0
{
	width: 100%;
}
.catnum
{
	color: #b0b0b0;
	background: #FFF;
	font-size: 10px;
	display: inline-block;
	float: right;
	margin: 3px 0 0 0;
	width: 14px;
	text-align: right;
}
a.cat0:link,a.cat0:active,a.cat0:visited,strong.cat0
{
	display: inline-block;
	text-decoration: none;
	background: #FFF;
	padding: 0 2px 0 0;
	float: left;
}
a.cat0:hover
{
	color: #ed9f01;
}
strong.cat0
{
	color: #ed9f01;
	font-weight: normal;
}
a.cat0:link span,a.cat0:active span,a.cat0:visited span
{
	color: #F00;
}
a.cat0:hover span
{
	color: #FFF;
	background: #000;
}

/* level 1 */
.cataloglevel1
{
	clear: both;
	overflow: hidden;
	border-left: 1px solid #969696;
	padding: 0 0 0 8px;
	margin: 8px 0 8px 14px;
	list-style-type: none;
}
li.cat1
{
	overflow: hidden;
	padding: 0px;
	display: block;
	margin: 3px 0;
	background: url("/images/dots.gif") repeat-x 0px 12px;
	width: 100%;
}
a.cat1:link,a.cat1:active,a.cat1:visited,strong.cat1
{
	float: left;
	text-decoration: none;
	background: #FFF;
	padding: 0 2px 0 0;
}
a.cat1:hover
{
	color: #ed9f01;
}
strong.cat1
{
	font-weight: normal;
	color: #ed9f01;
}
/* level2 */
.cataloglevel2
{
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
	list-style-type: none;
}
li.cat2
{
	overflow: hidden;
	padding: 0;
	display: block;
	margin: 3px 0;
	width: 100%;
	background: url("/images/dots.gif") repeat-x 0px 12px;
}
a.cat2:link,a.cat2:active,a.cat2:visited,strong.cat2
{
	float: left;
	display: inline-block;
	text-decoration: none;
	background: #FFF;
	padding: 0 2px 0 0;
	color: #ed9f01;
}
a.cat2:hover
{
	color: #F00;
	text-decoration: underline;
}
strong.cat2
{
	color: #000;
	font-weight: normal;
}
/*Brands*/
#catalogbrands
{
	margin: 0 0 26px 0;
	overflow: hidden;
	width: 100%;
}
.brandlevel0
{
	overflow: hidden;
	padding: 0 0 0 13px;
	margin: 0;
	list-style-type: none;
}
li.brand0
{
	overflow: hidden;
	background: url("/images/dots.gif") repeat-x 0px 12px;
	margin: 0 0 4px 0;
	width: 100%;
}
a.brand0:link,a.brand0:active,a.brand0:visited,strong.brand0
{
	float: left;
	display: inline-block;
	text-decoration: none;
	background: #FFF;
	padding: 0 2px 0 0;
}
a.brand0:hover
{
	color: #ed9f01;
}
img.brandimage
{
	margin: 5px 0;
	border: 1px solid #a5acb2;
}
strong.brand0
{
	font-weight: normal;
	color: #ed9f01;
}
/* Catalog search and filter */
#catalogsearch
{
	margin: 0 0 13px 0;
}
#catalogsearchcatprops
{
	clear: both;
	overflow: hidden;
	width: 100%;
}
.catalogsearchmain,.catalogfilter
{
	background: #f9f9f9;
	overflow: hidden;
	width: 100%;
}
#catalogfilteroptions
{
	margin: 7px 0 0 0;
	padding: 0 0 0 0;
	overflow: auto;
	width: 100%;
}
#catalogfilteroptions label
{
	color: #727272;
	margin: 0 0 2px 0;
	line-height: 12px;
	display: inline-block;
}
.csrow
{
	float: left;
	display: block;
	padding: 0 0 7px 13px !important;
}
.cscheckbox
{
	margin: 13px 0 0 0 !important;
	white-space: nowrap;
}
.cscheckbox label
{
	display: inline !important;
	white-space: nowrap;
}
.cscheckbox input
{
	display: inline-block !important;
	margin: 0 0 0 4px;
}
.csselect
{
	width: 150px;
}
#csrowname,#csrowbrand,#csrowcat
{
	width: 180px;
}
#csname,#cscat,#csbrand
{
	width: 100% !important;
}

#csrowprice
{
	width: 135px;
	white-space: nowrap;
}
#csrowavail
{
	width: 90px;
	padding: 13px 0 0 0;
	height: 25px;
}
* html #csrowavail
{
	height: 38px;
}
#csrowavail label
{
	display: inline !important;
	margin-left: 2px;
}
#csavailable
{
	margin: 0 0 0 2px;
}
#cssubmit
{
	width: 73px;
	margin: 13px 0 0 0;
}
.catalogsearchelement
{
	padding: 4px;
	border: 0px solid #FFF;
}
.csrange
{
	width: 50px;
}
.cssize
{
	width: 25px !important;
}
.catalogfilterlinks
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	float: left;
}
* html .catalogfilterlinks
{
	zoom: 1;
}
.catalogfilterlinks li
{
	float: left;
	display: inline-block;
	margin: 0 8px 0 0;
}
/*Catalog sort block*/
#catalogsort
{
	clear: both;
	background: #f4f4f4;
	padding: 7px 13px;
	height: 15px;
	color: #727272;
	margin: 0 0 1px 0;
	border-top: 1px solid #FFF;
}
* html #catalogsort
{
	height: 29px;
}
#catalogsort a:link,#catalogsort a:active,#catalogsort a:visited
{
	text-decoration: none;
}
#catalogsort a:hover
{
	text-decoration: none;
}
#catalogsortheader
{
	display: inline-block;
	margin: 0 26px 0 0;
}
.catalogsortname
{
	color: #000;
}
#catalogsort strong
{
	color: #F00;
	font-weight: normal;
}
.catalogsortspacer
{
	padding: 0 13px;
	display: inline-block;
}
/*Catalog view block*/
#catalogfilterbottom
{
	background: #f4f4f4;
	padding: 7px 13px;
	color: #727272;
	margin: 0 0 13px 0;
	overflow: hidden;
}
* html #catalogfilterbottom
{
	width: 100%;
}
#catalogtemplate
{
	float: right;
}
#catalogtemplateheader
{
	display: inline-block;
	padding: 0 13px 0 0;
}
#catalogtemplate strong
{
	color: #000;
	font-weight: normal;
}
.catalogtemplatespacer
{
	padding: 0 8px;
	display: inline-block;
}
#catalogshow
{
	float: right;
	margin: 0 39px 0 0;
}
#catalogshowheader
{
	display: inline-block;
	padding: 0 13px 0 0;
}
.catalogshowspacer
{
	padding: 0 3px;
	display: inline-block;
}
#catalogshow strong
{
	font-weight: normal;
	color: #000;
}
#catalognumall
{
	float: left;
}
#catalognumall strong
{
	font-weight: normal;
	color: #000;
}
/*Catalog group*/
.cataloggroup
{
	margin: 0 0 26px 0;
	overflow: hidden;
	width: 100%;
}
.cataloggroupblock
{
	float: left;
	width: 230px;
	height: 275px;
	margin: 0 34px 26px 0;
	position: relative;
}
/*<Каталог>*/
.catalogblock
{
	float: left;
	width: 250px;
	height: 262px;
	margin: 0 39px 39px 0;
}
.catalogtablenotice
{
	clear: both;
	height: 85px;
	margin: 7px 0 0 0;
	text-align: justify;
	position: relative;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 100%;
}
.cataloggradient
{
	background: url("/images/Catalog/gradient.png") repeat-x bottom;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.catalogcomments
{
	font-size: 11px;
}
.catalogrowspacer
{
	clear: both;
	height: 39px;
	font-size: 1px;
}
.catalogrowleft
{
	float: left;
	width:  143px;
}
.catalogrowright
{
	margin-left: 143px;
}
.catalogmodellayout
{
	overflow: hidden;
	width: 100%;
	margin: 0 0 13px 0;	
}
.catalogmodelleft
{
	float: left;
	width: 225px;
}
.catalogmodelright
{
	margin-left: 225px;
}
.catalogcatname
{
	margin: 0 0 7px 0;
	height: 40px;
}
.catalogrowname
{
	margin: 0 0 7px 0;
}
a.modelname,a.modelname:active,a.modelname:visited,.modelname
{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}
a.modelname:hover
{
	color: #ed9f01;
}
.catalogrowimage
{
	margin: 0 0 13px 0;
}
.catalogtableimage
{
	float: left;
	margin: 0 5px 0 0;
	width: 130px;
	height: 140px;
}
.catalogcatbrand
{
	margin: 0 0 7px 0;
	line-height: 15px;
}
.cataloggroups
{
}
.cataloggroups div
{
	margin: 0 0 7px 0;
}
.catalogrownotice
{
	margin: 0 0 7px 0;
}
.catalogoptions
{
	margin: 39px 0 0 0;
}
.catalogparams
{
	margin: 0 0 7px 0;
}
.catalogparam
{
	display: inline-block;
	margin: 0 13px 0 0;
}
.catalogqbuttons
{
	white-space: nowrap;
	margin: 0 0 7px 0;
}
.modelstatus
{
}
.modelstatusa,.modelstatusc
{
	color: #14a60f;
}
.modelstatusn
{
	color: #ef1515;
}
.modelstatuso
{
	color: #ed9f01;
}
.catalogcompare
{
	margin: 13px 0 0 0;
}
.catalogcompare input
{
	width: 130px;
}
.modelbutton
{
	margin: 0;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #f4ab37 !important;
	border: none !important;
	color: #FFF;
}
.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;
}
.catalogprops
{
	margin: 26px 0;
}
.catalogprops table
{
	border-collapse: collapse;
}
.catalogprops table th
{
	text-align: right;
	color: #7e7e7e;
	padding: 2px 8px 2px 0;
}
.catalogprops table td
{
	color: #000;
	padding: 2px 0;
}
.catalogpropsheader
{
	color: #7e7e7e;
	font: normal 18px Arial;
	line-height: 18px;
	margin: 0 0 13px 0;
}
a.cataloghelp:link,a.cataloghelp:active,a.cataloghelp:visited,a.cataloghelp:hover
{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url("/images/Catalog/help.png");
	margin: 0 0 0 3px;
	cursor: help;
}
div.quantscontainer
{
	background: #f4f4f4;
}
.quantsrow
{
	overflow: hidden;
	padding: 7px;
}
* html .quantsrow
{
	width: 100%;
}
.quantsrow.tr0
{
	background-color: #fbfbfb !important;
}
.quantsrow.tr1
{
	background-color: #FFF !important;
}
.quantsprops
{
	line-height: 22px;
	float: left;
	min-width: 90px;
}
.quantsprice
{
	white-space: nowrap;
	float: left;
	margin: 20px 26px 0 26px;
}
.quantsoptions
{
	white-space: nowrap;
	float: left;
	margin: 23px 0 0 0;
}
.catalogprice
{
	margin: 0 0 13px 0;
}
.price
{
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	/*white-space: nowrap;*/
}
.priceold
{
	text-decoration: line-through;
	color: #b0b0b0;
	line-height: 11px;
}
input.q
{
	width: 27px !important;
	vertical-align: middle;
}
/*Catalog tile*/
.catalogtile
{
	float: left;
	text-align: center;
	width: 215px;
	height: 255px;
	margin: 0 39px 39px 0;
	padding: 7px;
	border: 3px solid #ccc;
}
* html .catalogtile
{
}
.catalogtilesub
{
	margin: 13px 0 0 0;
	line-height: 15px;
}
/*Composites list*/
.compositemodelchosen0
{
}
.compositemodelchosen1
{
	border: 1px solid #d5d5d5;
	background: #fbfbfb;
}
.modelcomposites
{
	margin: 26px 0;
}
.modelcomposites table
{
	border-collapse: collapse;
	margin: 7px 0 0 0;
}
.modelcomposites table td,.modelcomposites table th
{
	border: 1px solid #FFF;
	background: #f4f4f4;
	padding: 7px;
}
.modelcomposites table th
{
	text-align: right;
	color: #757575;
}
#compositegroups
{
	clear: both;
	margin: 26px 0;
}
/*Catalog fast search*/
#catalog_search_block
{
	white-space: nowrap;
	background: url("/images/Catalog/fast-catalog-search-back.gif") repeat-x;
	padding: 13px 0 0 13px;
	height: 42px;
}
* html #catalog_search_block
{
	height: 55px;
}
#catalog-fast-search-form
{
	overflow: auto;
	width: 100%;
}
.catalog-search-fast-q 
{
	float: left;
	width: 145px !important;
	margin: 0 0 0 0 !important;
}
.catalog-search-fast-submit
{
	float: left;
	margin: 0 0 0 5px;
}
#catalog_search_extended_link
{
	margin: 3px 0 0 3px;
	font-size: 11px;
}
#comparetable
{
	overflow: auto;
	width: 100%;
	float: left;
}
#comparetable table
{
	width: 100%;
}
#comparetable table th
{
	text-align: right !important;
	color: #757575 !important;
	width: 150px !important;
}

#faqcats
{
	float: left;
	padding: 7px 0;
	margin: 0;
	line-height: 15px;
	overflow: hidden;
	width: 80%;
}
.faqcat,.faqcatselected
{
	float: left;
	text-align: center;
	margin: 0 26px 26px 0;
	padding: 7px;
}
.faqcat
{
}
.faqcatselected
{
	background: #427bad;
	color: #FFF;
}
#faqcats a:link,#faqcats a:active,#faqcats a:visited
{
	color: #ed9f01;
}
#faqcats span
{
	display: inline-block;
	color: #969696;
	font-size: 10px;
	margin: 0 0 0 7px;
}
.faqcatselected span
{
	color: #FFF !important;
}
#faqask:link,#faqask:active,#faqask:visited
{
	display: block;
	float: right;
	border: 2px solid #ffd700;
	background: #ffffdd;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	padding: 7px;
	white-space: nowrap;
}
#faqask:hover
{
	color: #F00;
}
.faq_question
{
	font-size: 20px;
	margin-bottom: 10px;
}
.faq_answer
{
	margin-bottom: 10px;
}
#faq_contents
{
	clear: both;
	overflow: hidden;
	margin-bottom: 26px;
	line-height: 1.5em;
	margin-left: 0;
	padding-left: 18px;
}

/* Glossarium */
#gloss dt
{
	font-size: 16px;
	font-weight: bold;
}
#gloss dd
{
	margin-bottom: 20px;
}

#links
{
	margin: 0px 0px 39px 0px;
}
#linkslist
{
	margin: 0px 0px 0px 17px;
	padding: 0px;
	list-style-type: none;
}
#linkslist li
{
	display: block;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#topbanners
{
	margin: 0px 0px 13px 0px;
	text-align: center;
}

#comments
{
	clear: both;
	overflow: auto;
	width: 100%;
	margin: 13px 0 0 0;
}
#comments_block
{
	margin: 26px 0 0 0;
	padding: 13px 0 0 0;
}
#comments_block .stdheader2
{
	margin: 0 0 0 0;
}
#num_comments
{
	font-weight: bold;
}
.root_thread
{
	margin: 7px;
	font-weight: bold;
}
.commentsrow0,.commentsrow1
{
	overflow: auto;
	width: 100%;
}
.commentsrow0
{
	background-color: #FFF;
}

.commentsrow1
{
	background-color: #f9f9f9;
}
.commentsmessages
{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.commentslevel
{
	overflow: hidden;
	margin: 0 0 0 40px;
	padding: 0;
	list-style-type: none;
}
.commentsmessage
{
	padding: 10px 0 !important;
	overflow: hidden;
}
* html .commentsmessage
{
	height: 1%;
}
.commentsoperations
{
	float: right;
	padding: 10px !important;
	white-space: nowrap;
}
.commentsdate
{
	color: #757575;
	display: inline-block;
	font-size: 10px;
	margin: 0 0 0 7px;
}
.commentslink
{
	display: inline-block;
	margin: 0 0 0 7px;
}
.commentstext
{
	clear: both;
	padding: 10px 0 0 0;
}
.commentsmessage blockquote
{
	border: 1px solid #f4f4f4;
	background: #f9f9f9;
	padding: 5px;
	margin: 5px 10px;
}
.commentsicon
{
	width: 24px;
	height: 24px;
	border: none;
}
.commentstextarea
{
	width: 100%;
	height: 150px !important;
}
.commentsmodified
{
	font-size: 10px;
	margin: 10px 0 0 0;
}

.commentsopinionpositive
{
	display: inline-block;
	vertical-align: middle;
	color: #00F;
}
.commentsopinionnegative
{
	display: inline-block;
	vertical-align: middle;
	color: #F00;
}

/*GUEST*/
.commentsheader
{
	float: left;
}
.commentstotal
{
	float: right;
	font-size: 13px;
}

#news_block
{
	margin: 0 0 26px 0;
	overflow: hidden;
	width: 100%;
}
#newscalendar
{
	margin: 13px 0 0 0;
}
.newsname
{
	margin: 2px 0;
}
.newsname a:link,.newsname a:active,.newsname a:visited
{
	color: #ed9f01;
	font-weight: bold;
	font-size: 15px;
}
.newsname a:hover
{
	color: #427bad;
}
.newsimage
{
	float: left;
	margin: 0 10px 0 0;
}
.newsitem
{
	margin: 0 0 26px 0;
	clear: both;
}
.newsdate
{
	color: #a6a6a6;
	font-size: 11px;
}
.newsnotice
{
	margin: 3px 0 0 0;
}
.newsnotice p
{
	margin: 0 !important;
	padding: 0 !important;
}
.newssource
{
	margin: 3px 0 0 0;
	clear: both;
}
.newsauthor
{
	margin: 3px 0 0 0;
	clear: both;
}
.newsbottom
{
	margin: 7px 0 0 0;
	clear: both;
	background: #f4f4f4;
	padding: 7 13;
}
.newsnav
{
	text-align: center;
	clear: both;
	margin: 15px 0;
}
.newsrss
{
	vertical-align: middle;
	margin-left: 3px;
	width: 16px;
	height: 16px;
}

#langswitch
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
}
#langswitch li
{
	padding: 0;
	margin: 0 0 0 16px;
	float: left;
	display: inline;
}
#langswitch img
{
	width: 16px;
	height: 11px;
	vertical-align: middle;
}
#langswitch a img
{
	opacity: 0.5;
}
* html #langswitch a img
{
	filter: alpha(opacity=50);
}

.alphabet
{
	padding: 7px;
	margin: 0px;
	list-style-type: none;
	overflow: auto;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
}
* html .alphabet
{
	width: 100%;
}
.alphabet li
{
	display: inline-block;
	float: left;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	line-height: 13px;
	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;
}
.alphabet a:hover
{
	
}

#currencies_block
{
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	margin: 13px 0 0 0;
	padding: 5px 0 0 0;
}
.currencycontainer
{
	float: left;
	margin: 0 7px 0 0;
	font-size: 12px;
}
.cursname
{
	color: #ed9f01;
	font-weight: bold;
	font-size: 16px;
}

/* 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:link,#gallery_cats a:active,#gallery_cats a:visited
{
	font-weight: bold;
}
.gallerycatselected
{
	background: #427bad;
	color: #FFF;
}
.gallerycatunder
{
	font-size: 11px;
	color: #969696;
}
.gallerycatselected .gallerycatunder
{
	color: #FFF;
}
/*Albums*/
#gallery_albums
{
	clear: both;
}
.galleryalbumblock
{
	float: left;
	width: 300px;
	height: 135px;
	margin: 0 39px 39px 0;
}
.galleryalbumblocksimple
{
	float: left;
	width: 130px;
	height: 130px;
	margin: 26px 26px 0 0;
}
.albumimage
{
	float: left;
	margin: 0 7px 0 0;
}
.albumname
{
	margin: 0 0 7px 0;
}
.albumprops
{
	margin: 0 7px 0 0;
}
.albumprops a:link,.albumprops a:visited,.albumprops a:active
{
	font-size: 13px;
	font-weight: bold;
}
/*Album*/
.galleryimageblock
{
	float: left;
	width: 145px;
	height: 164px;
	margin: 0px 25px 0px 0;
	text-align: center;
}
.galleryimage
{
	
}
.galleryimage img
{
	border: 5px solid #dcdcdc;
}
.galleryimage a:hover img
{
	border: 5px solid #777c83;
}
.imageprops
{
	clear: both;
	line-height: 15px;
	margin: 3px 0 0 0;
}
.galleryname
{
	margin: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}
a.imagename,a.imagename:active,a.imagename:visited,div.imagename
{
	font-weight: bold;
}
a.imagename:hover
{
	color: #ed9f01;
}
/*Full image*/
#fullimage
{
	margin: 13px 0;
}
#fullimageprops
{
	vertical-align: top;
	float: left;
	white-space: nowrap;
	padding: 0 13px 0 0;
	line-height: 1.5em;
}
#fullimagelinks
{
	vertical-align: top;
	float: left;
	width: 370px;
	margin: 0 0 0 39px;
}
#fullimagelinks input
{
	width: 100% !important;
	margin: 0 0 5px 0;
}
/*Gallery search*/
#gallery_search
{
	float: right;
	margin: 7px 0 13px 0;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	padding: 10px 13px;
}
.gallery-form-query
{
	width: 300px !important;
	vertical-align: middle;
}
#gallery_search_results
{
	clear: both;
}

.gallerysearchname
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
.gallerysearchname a,.gallerysearchname a:active,.gallerysearchname a:visited
{
	color: #ed9f01;
}
.gallerysearchblock
{
	height: 190px;
	width: 300px;
	float: left;
	margin: 0 39px 0 0;
}
.gallerysearchimage
{
	float: left;
	width: 130px;
	height: 130px;
}
.gallerysearchcontent
{
	margin-left: 143px;
	line-height: 15px;
	height: 185px;
}
/*Gallery slideshow*/

#slideshowcontainer
{
	margin: 26px 0 0 0;
}
#slideshowname
{
	font: normal 18px Arial;
	line-height: 18px;
	padding: 0;
	margin: 0 0 13px 0;
}
#slideshow_delay
{
	width: 30px;
}
.gallerybutton
{
	width: 100px;
	vertical-align: middle;
}


#gallerycontrols
{
	margin: 13px 0 0 0;
}
#gallerycontrols img
{
	width: 32px;
	height: 32px;
	margin: 0 13px 0 0;
}

#polls_block
{
	margin: 0 0 26px 0;
}
.pollitem
{
	margin: 0 0 13px 0;
}
* html .pollitem
{
	width: 100%;
}
.poll .body
{
	padding: 5px 0;
}
.poll .question
{
	font-weight: bold;
	margin: 0 0 5px 0;
}
.poll .variantname
{
	clear: both;
}
.poll .barcontainer
{
	vertical-align: top;
	width: 100%;
}
.poll .num
{
	color: #969696;
	font-size: 11px;
}
.poll .pc
{
	float: right;
	vertical-align: top;
	color: #000;
	text-align: right;
	padding: 0;
	line-height: 15px !important;
	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;
}
.pollresults
{
	border-collapse: collapse;
}

/*Auth block*/
#auth_block
{
	margin: 0;
}
#auth_block_form_container
{
	overflow: hidden;
	width: 193px;
}
.auth-compact-remember
{
	text-align: right;
}
.auth-compact-links
{
	margin: 5px 0 0 0;
	text-align: right;
}
.auth-compact-links *
{
	margin: 0;
}
.auth-compact-login
{
}
.auth-compact-login,.auth-compact-password
{
	margin: 0 0 3px 0;
	text-align: left;
}
.auth-compact-login label,.auth-compact-password label
{
	display: inline-block;
	height: 13px;
	width: 60px;
	margin: 0 5px 0 0;
	text-align: right;
}
.auth-compact-login input,.auth-compact-password input
{
	width: 124px !important;
}
.auth-compact-submit
{
	width: 80px;
	margin: 3px 0 0 65px;
}
/*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;
}
.mygallerylinks
{
	margin: 5px 0 0 0;
}
.mygallerylinks input
{
	width: 350px;
}
.mygallerymoderating
{
	margin: 3px 0;
}
.mygalleryalbumscont
{
	display: inline-block;
	line-height: 15px;
	margin: 0 13px 0 0;
}
/*User info*/
.userinfolink
{
	font-weight: bold;
}
#userinfoleft
{
	float: left;
	width: 90px;
}
#userinforight
{
	zoom: 1;
	overflow: hidden;
}
#userinforight .stdblock
{
	line-height: 18px;
	margin: 0 0 13px 0 !important;
}
.usericon
{
	width: 24px;
	height: 24px;
	border: none;
}
#authresultcontainer
{
	line-height: 2em;
}
#userstable
{
	width: 100%;
}
.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;
}
.userarticlesitem
{
	clear: both;
	margin: 0 0 42px 0;
}
.userarticlesprops
{
	clear: both;
	padding: 7px 13px;
	margin: 7px 0 0 0;
	background: #f9f9f9;
}
#authform
{
	width: 220px !important;
}
#authform #remember-container
{
	clear: both;
	height: 22px;
	margin: 5px 0 0 0;
}
#authlinks-container
{
	clear: both;
	height: 22px;
	margin: 3px 0 0 0;
}
.avatar
{
	float: left;
	width: 80px;
	position: relative;
}

.ratingcontainer
{
	margin: 3px 0 0 0;
	display: block;
	width: 85px;
}
.rating {
	display: block;
}
.ratingstar
{
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
}
* html .ratingstar
{
	display: inline;
}
.ratingstar-left,.ratingstar-right
{
	width: 8px;
}

.ratingstar a,.ratingstar span {background-image: url("/images/Rating/star.gif")}
.ratingstar-left a,.ratingstar-left span {background-image: url("/images/Rating/star-left.gif")}
.ratingstar-right a,.ratingstar-right span {background-image: url("/images/Rating/star-right.gif")}
	
.ratingstar a,.ratingstar span
{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.ratingon a,.ratingon span
{
	background-position: 0px -32px;
}

.ratinghover a,.ratinghover span
{
	background-position: 0px -16px;
}
.ratingrates
{
	font-size: 11px;
	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;
	clear: both;
	float: none;
	position: absolute;
	z-index: 100;
}
.ratingmessage div
{
	text-align: left !important;
	padding: 3px 5px;
	font-size: 11px;
}
.ratingstars
{
	clear: both;
	float: none;
	height: 17px;
	white-space: nowrap;
}

#route
{
	position: absolute;
	top: 362px;
	left: 38px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	font-size: 11px;
}
#route li
{
	float: left;
}
.routespacer
{
	float: left;
	margin: 0 7px;
}
.routecontainer
{
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #a1a1a1;
	overflow: hidden;
	zoom: 1;
}
a.route:link,a.route:visited,a.route:active
{
	color: #FFF;
}
a.route:hover
{
	color: #00859a;
}
span.route,#route strong,strong.route
{
	color: #ed9f01 !important;
	font-weight: normal;
}

.PageNavigator
{
	margin: 13px 0 0 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}
.PageNavigator a:link,.PageNavigator a:active,.PageNavigator a:visited,.PageNavigator a:hover,.PageNavigator span
{
	padding: 3px 6px;
	line-height: 18px;
	margin: 0 6px 0 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.PageNavigator a:link,.PageNavigator a:active,.PageNavigator a:visited
{
	background: #f7f7f7;
	border: 1px solid #c7c7c7;
	color: #000;
}
.PageNavigator a:hover
{
	border: 1px solid #000;
	color: #000;
}
.PageNavigator span
{
	background: #427bad;
	border: 1px solid #1765a9;
	color: #fff;
}
.PageNavigator span.pageinterval
{
	background: #FFF !important;
	border: 1px solid #FFF !important;
	color: #000 !important;
	padding: 0 !important;
}
.PageNavigator input
{
	background: #FFF;
	height: 19px;
	width: 26px;
	padding-top: 4px;
	text-align: center;
	border: 1px solid #c7c7c7;
	vertical-align: middle;
}

/*Cart block*/
#cart_block
{
	margin: 0;
	line-height: 19px;
}
#cart_block_content
{
}

/*<Корзина>*/
.cartq
{
	width: 27px;
	vertical-align: middle;
}
#carttable
{
	width: 100%;
	clear: both;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
#carttable .tr0
{
	background-color: #fbfbfb !important;
}
#carttable .tr1
{
	background-color: #f4f4f4 !important;
}
#carttable td
{
	padding: 7px;
	border: 1px solid #FFF;
}
#carttable th
{
	background: #faa725;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: normal;
	padding: 10px;
}
#carttable tr,#carttable tr.tr0
{
	background-color: #f9f9f9;
}
#carttable tr.tr1
{
	background-color: #f1f1f1;
}
.cartcomposites
{
	border-collapse: collapse;
	margin: 7px 0 0 0 !important;
}
.cartcomposites td,.cartcomposites th
{
	border: 1px solid #d5d5d5 !important;
	background: #fff !important;
	padding: 3px !important;
}
table.cartcomposites th
{
	color: #000 !important;
	text-align: right !important;
}
#orderform input.text
{
	width: 100%;
}
#orderform textarea
{
	width: 100%;
	height: 70px;
}
#cart_sum
{
	float: right;
	width: 50%;
}
#cartsumstable
{
	width: 100%;
	border-collapse: collapse;
}
#cartsumstable tr
{
}
#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;
}
#pay_description
{
	clear: both;
	padding: 0;
}
#pay_description p
{
	padding: 0;
	margin: 0 0 7px 0;
}

a.bookinfo:link,a.bookinfo:active,a.bookinfo:visited
{
	color: #F00;
}
a.bookinfo:hover
{
	color: #999;
}

.cartcomposites
{
	border-collapse: collapse;
	margin: 0 0 0 13px;
}
.cartcomposites td,.cartcomposites th
{
	padding: 3px !important;
}
.cartcomposites th
{
	text-align: right;
	font-weight: normal;
	color: #757575 !important;
}
a.cartmodelname:link,a.cartmodelname:active,a.cartmodelname:visited
{
	font-size: 16px;
	font-weight: bold
}
a.cartmodelname:hover
{

}

#notify_results
{
	text-align: left;
}
#notify_results div
{
	text-align: left !important;
	padding: 0 !important;
	border: none !important;
}
#callform
{
	margin: 6px 0 0 0;
}
.call-phone
{
	width: 135px;
}
.call-submit
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 0 0 3px;
	position: relative;
	top: 2px;
}
.call-label
{
	display: inline-block;
	margin: 0 3px 0 0;
	color: #727272;
}


.params
{
	border: 1px solid #d5d5d5;
	padding: 5px;
	background: #f7f7f7;
	margin: 0 0 7px 0;
}
.paramsrow
{
	margin: 0 0 3px 0;
}
.paramsrow label
{
	display: inline-block;
	width: 50px;
}

#pay_block
{
	float: left;
	width: 48%;
}
#payblockcontent
{
	background: #f4f4f4;
	padding: 7px 13px;
}
#payblockamount
{
	overflow: hidden;
	clear: both;
}
#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: 11px;
}
#pay_description p
{
	margin: 0;
	padding: 0;
	line-height: 15px;
}
#payblocksystems
{
	margin: 7px 0 0 0;
}

.sitemapheader
{
	font-size: 14px;
	font-weight: bold;
	color: #727272;
	margin: 0 0 7px 0;
}
.sitemapcontainer
{
	float: left;
	overflow: hidden;
	margin: 13px 42px 0 0;
}
* html .sitemapcontainer
{
	height: 1%;
}
ul.sitemap
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sitemap ul
{
	margin: 0 0 0 20px !important;
}
.sitemap img
{
	margin: 0 2px 1px 0;
}
.sitemapone
{
	display: inline-block;
	background: url("/images/Sitemap/one.gif") no-repeat;
	width: 16px;
	height: 13px;
	vertical-align: middle;
	margin: 0 2px 1px 0;
}
.sitemapminus,.sitemapplus
{
	display: inline-block;
	width: 15px;
	height: 17px;
	vertical-align: middle;
	margin: 0 2px 1px 0;
	background-image: url("/images/Sitemap/expand_collapse.gif");
	background-repeat: no-repeat;
}
.sitemapminus
{
	background-position: 0px 0px;
}
.sitemapplus
{
	background-position: 0px -17px;
}
	


#subs
{
	float: left;
	width: 376px;
	height: 224px;
	overflow: hidden;
	background: url("/images/subs.png") no-repeat;
	padding: 20px 0 0 28px !important;
	margin: 112px 0 0 112px !important;
	list-style-type: none !important;
	font-size: 11px;
}
#subs li
{
	vertical-align: top;
	margin: 0 0 7px 0;
}
#subs a:link,#subs a:active,#subs a:visited,#subs strong
{
	font-weight: bold;
	text-decoration: none;
	color: #258a9e;
}
#subs a:hover
{
	text-decoration: underline;
}
#subs strong
{
	color: #000;
}

#subscribe_block
{
	margin: 0 0 26px 0;
	overflow: hidden;
	width: 100%;
}
#subscribe_block .stdheader1
{
	margin-left: 13px;
}
.subscribe-compact-mail
{
	display: block;
	width: 179px;
}
#subscribe-compact-buttons,#subscribe-buttons
{
	overflow: hidden;
	margin: 4px 0 0 0;
}
#subscribe-compact-buttons input
{
	width: 91px;
	float: left;
	display: block;
}
.subscribe-compact-unsubbutton
{
	display: block;
	float: right;
	width: 91px;
	margin: 0 0 0 1px !important;
}
#subscribe_form
{
	background: #f4f4f4;
	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;
}

.tags
{
	overflow: hidden;
	width: 100%;
	margin: 3px 0;
}
.tagstitle
{
	display: inline-block;
	float: left;
	margin: 0 3px 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;
}
a.tag:link,a.tag:active,a.tag:visited
{
	text-decoration: none;
	color: #ed9f01;
}
a.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;
}


