body
{
	margin: 0px;
	padding: 0px;
	color: #797a7c;
	background: #FFF;
}
form
{
	margin: 0px;
	padding: 0px;
}
body,td,th,input,textarea,select
{
	font: normal 12px Arial, Verdana, Serif;
}	
p
{
	line-height: 22px;
	padding-bottom: 0px;
	margin-bottom: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
a img
{
	border: none;
}
a:link,a:visited,a:active
{
	color: #356a85;
	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;
}
h1,.h1
{
	font: bold 39px Arial;
	padding: 42px 0 0 0;
	margin: 0px 0px 13px 0px;
	color: #eeeeee;
}
h2
{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	font-weight: bold;
	margin-top: 0;
}
/* Exception */
.exception
{
	border: 1px solid #d5d5d5;
	padding: 0.5em;
	margin: 1em;
}
.exception strong
{
	color: navy;
}
/* Plugins */
a.openimage
{
	display: inline-block;
}
/* Standard features */
#loading
{
	background: url("/images/global/loading.gif") no-repeat;
	width: 16px;
	height: 16px;
}
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 */
html,body
{
	height: 100%;
	margin: 0;
	padding: 0;
}
html>body
{
	min-height: 100%;
    height: auto;
}
body
{
	position: relative;
	min-width: 1003px;
	text-align: center;
}
#footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	height: 362px;
	text-align:center;
	background: url("/images/bottom-background.gif") repeat-x bottom left;
}
#footerinner
{
	margin: 0 auto;
	width: 1003px;
	height: 100%;
	text-align: left;
}
#main
{
	overflow: hidden;
	padding-bottom: 362px;
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}

#header
{
	zoom: 1;
	height: 128px;
	overflow: hidden;
	text-align: center;
	background: #363636 url("/images/top-background.gif") repeat-x;
}
#headerinner
{
	margin: 0 auto;
	width: 1003px;
	height: 128px;
	text-align: left;
}

#centrecontent
{
	zoom: 1;
	position:relative;
	text-align: center;
}
#centreinner
{
	margin: 0 auto;
	width: 1003px;
	overflow: hidden;
	text-align: left;
}

a#logo:active,a#logo:visited,a#logo:link,a#logo:hover
{
	display: block;
	background: url("/images/logo.jpg") no-repeat;
	width: 123px;
	height: 66px;
	float: left;
	margin: 6px 0 0 42px;
}
* html #logo
{
	display: inline !important;
}
#top
{
	width: 100%;
	overflow: hidden;
}
#topcontacts
{
	float: right;
	overflow: hidden;
	text-align: right;
	line-height: 15px;
	margin: 13px 42px 0 0;
}
* html #topcontacts
{
	display: inline;
}
#topcontacts a:link,#topcontacts a:active,#topcontacts a:visited
{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
#topcontacts a:hover
{
	color: #6090a2;
}
#topcontacts p
{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 13px !important;
}
#topphone
{
	color: #FFF;
	font-size: 23px;
	font-weight: bold;
	text-align: right;
	line-height: 40px;
}
#topphonesmall
{
	font-size: 13px;
}
#topmenu
{
	overflow: hidden;
	width: 100%;
	height: 49px;
	margin: 7px 0 0 0;
}
#topmenu ul
{
	margin: 10px 0 0 42px;
	padding: 0;
	list-style-type: none;
}
#topmenu li
{
	float: left;
	margin: 0 17px 0 0;
}
#topmenu a:link,#topmenu a:active,#topmenu a:visited,#topmenu span
{
	display: inline-block;
	height: 23px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-top: 7px;
}

#toplink1:link,#toplink1:active,#toplink1:visited,span#toplink1 
{
	width: 102px;
}
#toplink1:hover,span#toplink1
{
	background: url("/images/hover1.gif") no-repeat;
}

#toplink2:link,#toplink2:active,#toplink2:visited,span#toplink2 
{
	width: 84px;
}
#toplink2:hover,span#toplink2
{
	background: url("/images/hover2.gif") no-repeat;
}

#toplink3:link,#toplink3:active,#toplink3:visited,span#toplink3 
{
	width: 108px;
}
#toplink3:hover,span#toplink3
{
	background: url("/images/hover3.gif") no-repeat;
}

#toplink4:link,#toplink4:active,#toplink4:visited,span#toplink4 
{
	width: 71px;
}
#toplink4:hover,span#toplink4
{
	background: url("/images/hover4.gif") no-repeat;
}

#toplink5:link,#toplink5:active,#toplink5:visited,span#toplink5
{
	width: 33px;
}
#toplink5:hover,span#toplink5
{
	background: url("/images/hover5.gif") no-repeat;
}

#toplink6:link,#toplink6:active,#toplink6:visited,span#toplink6
{
	width: 95px;
}
#toplink6:hover,span#toplink6
{
	background: url("/images/hover8.gif") no-repeat;
}

#toplink7:link,#toplink7:active,#toplink7:visited,span#toplink7
{
	width: 66px;
}
#toplink7:hover,span#toplink7
{
	background: url("/images/hover7.gif") no-repeat;
}

#toplink8:link,#toplink8:active,#toplink8:visited,span#toplink8
{
	width: 95px;
}
#toplink8:hover,span#toplink8
{
	background: url("/images/hover8.gif") no-repeat;
}

#toplink9:link,#toplink9:active,#toplink9:visited,span#toplink9
{
	width: 95px;
}
#toplink9:hover,span#toplink9
{
	background: url("/images/hover8.gif") no-repeat;
}

#bottomcontacts
{
	background: url("/images/bottom-icons.gif") no-repeat 0px 24px;
	margin: 0px 0 0px 42px;
	padding: 20px 0 0 26px;
	line-height: 20px;
	font-weight: bold;
	color: #848484;
	font-size: 12px;
	overflow: hidden;
	height: 100px;
}
#bottomphone
{
	color: #356a85;
	display: inline-block;
	margin: 2px 0 0 0;
}

#bottommenu
{
	overflow: hidden;
	width: 100%;
	margin: 0 0 0 0;
}
#bottommenu ul
{
	margin: 0 0 0 42px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
}
#bottommenu li
{
	float: left;
	margin: 0 27px 0 0;
}
#bottommenu a:link,#bottommenu a:active,#bottommenu a:visited
{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#bottommenu a:hover
{
	text-decoration: underline;
}
#bottommenu span,#bottommenu span:hover
{
	font-size: 12px;
	color: #356a85;
}
#atributo
{
	float: right;
	background: url("/images/atributo.gif") no-repeat right bottom;
	margin: 15px 41px 0 0;
	width: 130px;
	height: 33px;
}
* html #atributo
{
	display: inline;
}
#atributo a:link,#atributo a:active,#atributo a:visited
{
	color: #b7c9d2;
	display:block;
	height: 33px;
	width: 100%;
	font-size: 11px;
}
#atributo a:hover
{
	color: #356a85;
}
#copyright
{
	float: left;
	color: #FFF;
	font-size: 12px;
	margin: 18px 0 0 42px;
}
* html #copyright
{
	display: inline;
}
#copyright a:link,#copyright a:active,#copyright a:visited
{
	color: #b7c9d2;
}
#copyright a:hover
{
	color: #356a85;
}
.innercenter,.topcenter
{
	background: url("/images/inner-back.gif") repeat-x;
}
.maincenter,.topmaincenter
{
	background: url("/images/main-back.jpg") repeat-x;
}
.mapcenter
{
	background: url("/images/map.jpg") no-repeat;
}
.topmapcenter
{
	background: url("/images/map-back.gif") repeat-x;
}

#maininner
{
	min-height: 431px;
	padding: 0 0 0 42px;
	background: url("/images/main.jpg") no-repeat;
}
* html #maininner
{
	height: 431px;
}
#inner
{
	min-height: 260px; 
	padding: 0 42px 0 42px;
	overflow: hidden;
}
* html #inner
{
	height: 260px;
} 
#maintoptext
{
	color: #FFF;
	font-size: 18px;
	line-height: 22px;
	margin: 0 80px 0 600px;
}
#maintopdetails
{
	margin: 35px 0px 0 600px;
}
#maintopdetails a:link,#maintopdetails a:active,#maintopdetails a:visited
{
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
#maintopdetails a:hover
{
	color: #356a85;
}

.block
{
	width: 541px;
	background: url("/images/block-back.gif") repeat-y;
}
.blocktop
{
	font-size: 1px;
	height: 8px;
	background: url("/images/block-top.gif") no-repeat;
}
.blockbottom
{
	font-size: 1px;
	height: 8px;
	background: url("/images/block-bottom.gif") no-repeat;
}
.blocktitle
{
	color: #717bbf;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 23px;
}
.blocktext
{
	color: #356a85;
	margin: 0 23px 0 23px;
}
.blocktext p
{
	margin: 0;
}
.blockrow
{
	margin: 0 0 0px 139px;
	overflow: hidden;
	height: 35px;
	zoom: 1;
}
.blockimage
{
	vertical-align: middle;
	margin: 0 11px 0 0;
}
a.blocklink:link,a.blocklink:active,a.blocklink:visited,a.blocklink:hover
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	border-bottom: 1px dashed #7699ab;
	padding: 0 0 2px 0;
}
.blockspacer
{
	font-size: 1px;
	height: 8px;
	background: url("/images/block-spacer.gif") no-repeat;
	margin: 13px 0 18px 0;
	overflow: hidden;
	width: 100%;
}

.blockrow2
{
	overflow: hidden;
	width: 100%;
	zoom: 1;
}
.blockimage2
{
	float: left;
	margin: 0 20px 0 21px;
}
span.blocklink
{
	color: #356a85;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	margin: 0 0 10px 0;
}
.blocknotice a:link,.blocknotice a:active,.blocknotice a:visited
{
	color: #000;
}
.blocknotice a:hover
{
	color: #356a85;
}
.blockcontent
{
	width: 100%;
	overflow: hidden;
	line-height: 18px;
}
#mainblock
{
	float: right;
}
#mainblock .blockcontent
{
	height: 460px;
}

#content
{
	overflow: hidden;
	zoom: 1;
	margin: 0 42px 0 42px;
	line-height: 21px;
}
#maintext
{
	float: left;
	padding: 25px 0 0 0;
	width: 332px;
}
.mainphotoimage
{
	float: left;
	width: 176px;
	margin: 0 7px 0 0;
}
* html .mainphotoimage
{
	display: inline;
}
.mainphotodesc
{
	float: left;
	width: 140px;
	margin: 24px 0 0 0;
	line-height: 20px;
}
.mainphotoblock
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 28px 0;
}
#image2
{
	float: left;
	margin: 0 22px 0 0;
}
#infocontent
{
	overflow: hidden;
	width: 900px;
}
* html #infocontent
{
	height: 1%;
}
.stdimage
{
	border: 6px solid #98b9b3;
}
.infoimage
{
	display: block;
	border: 6px solid #98b9b3;
	margin: 0 0 10px 0;
}
#toptext
{
	color: #FFF;
	font-size: 18px;
	margin: 30px 0 0 0;
}
#toptext,#toptext p
{
	line-height: 25px;
}
#abouttable td
{
	vertical-align: top;
}
#orderleft
{
	float: left;
}
.orderleftrow,.orderlefton
{
	padding: 0 0 0 0;
	height: 28px;
	width: 362px;
	margin: 0 0 10px 0;
}
.orderlefton
{
	background: url("/images/arrow.gif") no-repeat right center;
}
a.orderleftlink:link,a.orderleftlink:active,a.orderleftlink:visited,a.orderleftlink2:hover
{
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 21px;
	background: url("/images/oval.gif") no-repeat left center;
	color: #356a85;
}
a.orderleftlink:hover,a.orderleftlink2:link,a.orderleftlink2:active,a.orderleftlink2:visited
{
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 21px;
	background: url("/images/oval2.gif") no-repeat left center;
	color: #f97e8a;
}
.price2
{
	font-size: 12px !important;
	font-weight: normal !important;
	margin: 7px 0 0 0 !important;
	padding: 0 !important;
	color: #f97e8a !important;
	float: right !important;
}
.price
{
	font-size: 12px !important;
	font-weight: normal !important;
	margin: 7px 0 0 0 !important;
	padding: 0 !important;
	color: #356a85 !important;
	float: right !important;
}
.orderightrow
{
	overflow: hidden;
	zoom: 1;
	margin: 0 23px 0 23px;
}

#orderblock
{
	float: right;
}
a.orderleftlink3:link,a.orderleftlink3:active,a.orderleftlink3:visited,label.orderleftlink3
{
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	color: #356a85;
}
#orderssum
{
	float: right;
	color: #f97e8a;
	font-weight: bold;
	font-size: 15px;
	padding-right: 23px;
}


#mapinner
{
	min-height: 590px; 
	padding: 0 42px 0 42px;
	overflow: hidden;
	position: relative;
}
* html #mapinner
{
	height: 590px;
}
a.city:link,a.city:active,a.city:visited
{
	display: inline-block;
	background-image: url("/images/point.png");
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	height: 16px;
	position: absolute;
	background-position: 0px -16px;
}
a.city:hover,a.citys:link,a.citys:active,a.citys:visited
{
	display: inline-block;
	background-image: url("/images/point.png");
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	height: 16px;
	position: absolute;
	background-position: 0px 0px;
	color: #d58080;
}
a.city2:link,a.city2:active,a.city2:visited
{
	display: inline-block;
	background-image: url("/images/point.png");
	background-repeat: no-repeat;
	padding: 0 20px 0 0px;
	height: 16px;
	position: absolute;
	text-align: right;
	background-position: right -16px;
}
a.city2:hover,a.city2s:link,a.city2s:active,a.city2s:visited
{
	display: inline-block;
	background-image: url("/images/point.png");
	background-repeat: no-repeat;
	padding: 0 20px 0 0px;
	height: 16px;
	position: absolute;
	text-align: right;
	background-position: right 0px;
	color: #d58080;
}

.address
{
	margin: 25px 0 16px 0;
}
.addressname
{
	background: url("/images/oval.gif") no-repeat left center;
	font-weight: bold;
	color: #356a85;
	padding: 0 0 0 23px;
	margin: 0 0 5px 0;
}
a#faqall:link,a#faqall:active,a#faqall:visited,a#faqall:hover
{
	display: inline-block;
	float: right;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #356a85;
	line-height: 16px;

}
a.answer:link,a.answer:active,a.answer:visited,.noanswer
{
	color: #356a85;
	display: inline-block;
	float: right;
	font-weight: bold;
	background: url("/images/oval.gif") no-repeat left center;
	padding: 0 0 0 22px;
}
.filesize
{
	color: #98b9b3 !important;
}
.downloadline
{
	color: #98b9b3 !important;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 0 0;
}
.downloadline img
{
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.downloadcontainer
{
	width: 900px;
	zoon: 1;
	overflow: hidden;
	margin: 0 0 42px 0;
}
.downloadrating
{
	float: left;
	width: 120px;
}
.downloadfile
{
	float: left;
	width: 780px;
	overflow: hidden;
}
* html .filedownload
{
	height: 1%;
}
*+html .filedownload
{
	height: 1%;
}
#counters
{
	clear: both;
	padding: 0 0 0 42px;
}

#topbanners
{
}
#bbcont
{
	height: 134px;
	overflow: hidden;
	zoom: 1;
}
#topbanners
{
	padding: 7px 0;
	margin: 0px 0px 0 45px;
	text-align: left;
}

.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;
	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;
}

.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;
	bottom: 0px !important;
	background: #fff;
	height: 40px;
	overflow: hidden;
}
.zoomimage_prev {
	background: url(/images/left.png) no-repeat center;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background: url(/images/right.png) no-repeat center;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}

/* global */
.overlay
{
	background: url("/images/ui/overlay/white.png");
	width: 546px;
	height: 416px;
	padding: 55px;
	display: none;
	overflow: hidden;
}
* 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: 656px;
	height: 174px;
	text-align: center;
}
.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;
}

.form_block
{
	margin: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.formtitle
{
	font: bold 16px Arial;
	color: #2189d4;
	margin: 0 0 13px 0;
}
.formdiv
{
	overflow: hidden;
	width: 410px;
}
.formrow
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 12px 0;
}
.formheader
{
	float: left;
	padding: 15px 0 0 0;
	width: 45%;
	text-align: left;
}
.formheader label
{
	padding: 0px 13px 0px 23px;
	display: inline-block;
	color: #356a85;
	font-weight: bold;
}

.formelement
{
	float: left;
	padding: 15px 0 0 0;
	width: 51%;
}
.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
{
}
.blur
{
}
select
{
	color: #727272;
}
.forminput
{
	color: #000;
}
.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;
	margin: 0 15px 0 0;
}
.formimage-options
{
	float: left;
	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;
}

/* -------------------------------------------------------------------
// 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;
	}



#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;
}

#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;
}

#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_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;
}
.faqtop
{
	background: url("/images/faq-top.gif") no-repeat;
	height: 8px;
	font-size: 1px;
}
.faqbottom
{
	background: url("/images/faq-bottom.gif") no-repeat;
	height: 8px;
	font-size: 1px;
}
.faq_question
{
	width: 841px;
	background: url("/images/faq-back.gif") repeat-y;
	overflow: hidden;
	line-height: 19px;
	margin: 26px 0 0 0;
}
.faqcontent
{
	padding: 0 23px;
}
.faq_answer
{
	width: 841px;
	background: url("/images/faq-back.gif") repeat-y;
	overflow: hidden;
	line-height: 19px;
	color: #356a85;
	display: none;
}


/* 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: 130px;
	height: 240px;
	margin: 26px 39px 39px 0;
	border: 1px solid #d5d5d5;
	background: #f9f9f9;
	padding: 13px;
}
* html .galleryimageblock
{
	width: 156px;
}
.galleryimage
{
	width: 130px;
	height: 130px;
}
.imageprops
{
	clear: both;
	line-height: 15px;
	margin: 3px 0 0 0;
}
.galleryname
{
	margin: 5px 0;
	height: 32px;
}
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;
}

#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
{
	
}

#news_block
{
	float: right;
	margin: 28px 0 0 0;
	width: 500px;
	overflow: hidden;
}
#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;
	line-height: 19px;
}
.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;
}
.newsnotice a:link,.newsnotice a:active,.newsnotice a:visited
{
	color: #848484;
}
.newsnotice a:hover
{
	color: #356a85;
}

.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;
}

#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;
}

/*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;
}

#search_block
{
	white-space: nowrap;
	margin: 0 0 0 13px;
}
* html #search_block
{
	width: 100%;
}
#search_block form
{
	display: inline;
}
.search-compact-query
{
	width: 150px !important;
	margin: 0 0 0 0;
}
.search-compact-submit
{
	vertical-align: middle;
	margin: 0 0 0 12px;
}
.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;
}

#route
{
	padding: 0;
	margin: 0 0 13px 0;
	list-style-type: none;
	color: #a1a1a1;
	overflow: hidden;
	width: 100%;
}
#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: #a1a1a1;
}
a.route:hover
{
	color: #ed9f01;
}
span.route,#route strong,strong.route
{
	color: #ed9f01 !important;
	font-weight: normal;
}

#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;
}

#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;
}

#sub
{
	width: 750px;
	padding: 0;
	margin: 35px 0 0 0;
	list-style-type: none;
	overflow: hidden;
	line-height: 13px;
}
#sub li
{
	display: inline-block;
	float: left;
	margin: 0 0 0 0;
	line-height: 20px;
	width: 250px;
}
#sub a:link,#sub a:active,#sub a:visited,#sub strong
{
	color: #000;
	font-weight: bold;
}
#sub a:hover
{
	color: #427bad;
}
#sub strong
{
	color: #FFF;
}

/*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;
}

#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;
}

.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;
}
	



