* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

body{
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background: #fff;
	color: #333;
	font: normal 87.5%/140% Arial, Tahoma, Verdana, sans;
}

a{
	color: #506f8c;
	text-decoration: underline;
}

a img{border:0}
a:hover{text-decoration: none}

p{
	margin: 1em 0;
	line-height: 140%;
}

h1,h2{
	font: normal 1.4em/120% Arial, Tahoma, Verdana, sans;
	color: #000;
	margin: 1.2em 0 0.6em 0;
}

h2{
	font-size: 1.4em;
	line-height: 100%;
	margin: 0 0 0.8em 0;
}

/*
 *	header
 */

.header{
	width: 84%;
	margin: 0 auto;
	padding: 2em 0;
}

.logo{
	float: left;
	display: block;
	font-size: 0.85em;
	color: #666;
	text-decoration: none;
}

.logo img{
	position: relative;
	left: -49px;
	width: 149px;
	height: 62px;
}

.logo em{display: block;}

.wrapper{
	width: 70%;
	margin: 0 0 0 auto;
}

.wrapper div{
	height: 3em;
}

.wrapper span.auth{
	float: left;
	position: relative;
	left: -18px;
	padding-left: 18px;
	background: transparent url(i/auth.png) no-repeat center left;
	height: auto !important;
	height: 13px;
	min-height: 13px;
}

.wrapper .auth{color: #698a44;}
.wrapper .auth a:last-child{color: #900 !important; margin-left: 10px;}

.wrapper span.auth a{
	color: #698a44;
	text-decoration: none !important;
	border-bottom: 1px dashed;
}

.wrapper .auth a:hover{border:0;}

.wrapper .nav{
	float: right;
	width: 30%;
	margin: 0;
}
a.return{
	text-decoration: none !important;
	border-bottom: 1px dashed;
}
.wrapper .nav a{
	display: block;
	float: left;
	height:0;
	line-height: 0;
	font-size: 0;
	width: 14px;
	height: 12px;
	background: transparent url(i/icons.png) no-repeat top left;
	margin-right: 30px;
	text-indent: -900px;
	overflow: hidden;
}

.wrapper .nav a.skype:hover{background-position: bottom left;}
.wrapper .nav a.icq{background-position: top center;}
.wrapper .nav a.icq:hover{background-position: bottom center;}
.wrapper .nav a.mail{background-position: top right;}
.wrapper .nav a.mail:hover{background-position: bottom right;}

ul.menu{
	list-style: none;
	width: 100%;
	overflow: hidden;
	font-size: 1.2em;
}
a.auth{text-decoration:none !important; position:relative; border-bottom:1px dashed;}
a.reg{text-decoration:none !important; position:relative; border-bottom:1px dashed;}

ul.menu li{
	float: left;
	margin-right: 1em;
	padding-top: 17px;
}


ul.menu li.op{
	float: left;
	margin-right: 0;
	width: 30%;
	background: transparent url(i/op.png) no-repeat 7em 0;
}

ul.menu li.op a{color: #f06000}
/*menu*/

ul.submenu{
	list-style: none;
	overflow: hidden;
	padding-top: 0.60em;
	margin-left: 30%;
}
ul.submenu li{
	float: left;
	margin-right: 1em;
}

/*
 *	container
 */

.container{
	height: 42em;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 3em;
}

.container .bg{
	height: 335px;
	width: 300%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background: transparent url(i/bg.png) repeat-x 0 0;
}

/*
 *	container1
 */

.container1{
	height: 32em;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 3em;
}

.container1 .bg{
	height: 335px;
	width: 300%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background: transparent url(i/bg.png) repeat-x 0 0;
}

.block{
	width: 84%;
	position: absolute;
	padding: 0 8%;
	z-index: 1;
}

.block .nm{
	position: absolute;
	height: 29px;
	width: 28px;
	display: block;
	top: 15px;
	left: 20px;
	background: transparent url(i/123.png) no-repeat top left;
}

.b2 .nm{background-position: left center}
.b3 .nm{background-position: left bottom}

.b1, .b4{left: 0%;}
.b2{left: 100%;}
.b3{left: 200%;}

.trb1{left: 0%;}
.trb3{left: 100%;}


a#example{
	color: #666;
	border-bottom: 1px dashed;
	text-decoration: none;
}
a#example:hover{border:0;}

.block .left{
	float: left;
	width: 15%;
	margin: 3em 0 0 0;
}

.block .left cite{
	color: #999;
	font-size: 0.85em;
}

.block .left a{
	font-size: 1.4em;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.block .left a:hover{border: 0}

.block .left1{
	float: left;
	width: 15%;
	margin: 3em 0 0 0;
}

.block .left1 cite{
	color: #999;
	font-size: 0.85em;
}

.block .left1 a{
	font-size: 1.4em;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.block .left1 a:hover{border: 0}
.block .right{
	float: right;
	width: 21%;
	margin: 4em 0 0 0;
	font-size: 0.85em;
}

div.form{
	width: 359px;
	height: 349px;
	margin: 0 auto;
	padding: 10px 50px;
	background: transparent url(i/form.png) no-repeat top left;
	position: relative;
}

* html div.form{
	background: transparent url(i/form-ie.png) no-repeat top left;
}

input#name{
	width: 98%;
	border: 1px solid #d4d0c8;
	border-top: 1px solid #787571;
	padding: 0.1em 0.2em;
	font: normal 1.4em/120% Arial, Tahoma, Verdana, sans;
}

div.form cite{
	color: #666;
	font-size: 0.85em;
	line-height: 120%;
}

/*
 *	birk
 */

div.br{
	width: 100%;
	overflow: hidden;
}

div.br cite{
	clear: both;
	display: block;
	color: #999
}

p.button{text-align: center;}
p.button input{margin: 0 auto;}

.b2 p.button,
.b3 p.button{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 45px;
	margin: 0;
}

div#br-cnt{
	float: left;
	width: 145px;
	height: 120px;
	background: transparent url(i/m.png) no-repeat center left;
}

.br-ds{
	margin: 55px 0 0 150px;
	color: #666;
	font-style: italic;
}

div.birk{
	width: 100px;
	height: 32px;
	padding-top: 4px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 100%;
	font: bold 0.9em/100% Tahoma, Arial, Verdana, sans;
	position: absolute;
	cursor: move;
	color: #000;
}

div.checked{color: #666;}

.br1{
	background-image: url(i/pl/1.png);
	top: 425px;
	left: 80%;
}

.br2{
	background-image: url(i/pl/2.png);
	top: 387px;
	left: 19%;
}
.br3{
	background-image: url(i/pl/3.png);
	top: 437px;
	left: 9%;
}
.br4{
	background-image: url(i/pl/4.png);
	top: 415px;
	left: 32%;
}
.br5{
	background-image: url(i/pl/5.png);
	top: 380px;
	left: 45%;
}
.br6{
	background-image: url(i/pl/6.png);
	top: 440px;
	left: 50%;
}
.br7{
	background-image: url(i/pl/7.png);
	top: 384px;
	left: 68%;
}
.br8{
	background-image: url(i/pl/8.png);
	top: 319px;
	left: 80%;
}
.br9{
	background-image: url(i/pl/9.png);
	top: 436px;
	left: 78%;
}
.br10{
	background-image: url(i/pl/1.png);
	top: 264px;
	left: 70%;
}
.br11{
	background-image: url(i/pl/2.png);
	top: 280px;
	left: 23%;
}



* html .br1{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/1.png",sizingMethod="crop");
}
* html .br2{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/2.png",sizingMethod="crop");
}
* html .br3{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/3.png",sizingMethod="crop");
}
* html .br4{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/4.png",sizingMethod="crop");
}
* html .br5{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/5.png",sizingMethod="crop");
}
* html .br6{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/6.png",sizingMethod="crop");
}
* html .br7{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/7.png",sizingMethod="crop");
}
* html .br8{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/8.png",sizingMethod="crop");
}
* html .br9{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/9.png",sizingMethod="crop");
}
* html .br10{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/1.png",sizingMethod="crop");
}
* html .br11{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/pl/2.png",sizingMethod="crop");
}

/*
 *	content
 */

.block .content{
	width: 100%;
	margin: 2em 0 0 0;
}

.block .content p.st{
	float: left;
	width: 97px;
	font-size: 0.8em;
	line-height: 100%;
	font-style: italic;
	color: #333;
	background: #efefef url(i/st.png) no-repeat top right;
	height: 37px;
	padding: 3px 18px 0 15px;
	left: -15px;
	position: relative;
	margin: 30px 0 0 0;
	text-align:left;
}

.block .content img{vertical-align: middle}

.b2 .content p{
	height: 100px;
	margin: 0;
	text-align:center;
}

.b3 .content p{
	height: 40px;
	padding-top: 30px;
	text-align:center;
}


/*
 *	b2
 */

 .needauthorization a:last-child{
	color: #900 !important;
 }
 
.form  table{
	border-collapse: collapse;
	width: 100%;
}

.form  table.loading, .form  div.loading{
	height: 20px;
	display: block;
	background: transparent url(i/load.gif) no-repeat top left;
}

.form  table input{vertical-align: middle;}

.form  table tr:hover td{background: #efefef;}
.form  table td{
	color: #000;
	padding: 0.1em 10px;
	cursor: pointer;
}
.form  table th{
	padding: 0.2em 1.25em;
	font-size: 80%;
	color: #999;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
}
.form  table td.chb{
	width: 0.8em;
	padding-right: 0;
}

.form  table tr.busy td,
.form  table tr.busy td.price{color:#999}

.form  table tr.selected td span{color: #000}

.form  table td span{color: #999}
.form  table td.price{color: #666;padding-right: 120px;}

.form  table td.price a,
.form  table td.price span{color: #666}
.form  table tr.selected td.price{color: #000}

.b2 p.nv{
	position: absolute;
	right: 30px;
	top: 15px;
	margin: 0;
	font-size: 0.8em;
}

.b2 p.nv a{
	border-bottom: 1px dashed;
	text-decoration: none;
	color:#698a44;
}

.b2 p.nv a:hover{border:0}

/*
 *	b3
 */
 
.b3 blockquote, .trb1 blockquote{
	background: #f9f9f9;
	font-size: 0.85em;
	color: #333;
	padding: 0.8em 0;
	text-align: center;
	font-style: italic;
}
.b3 blockquote{
	margin-left:-25px;
}

.b3 blockquote a, .trb1 blockquote a{
	text-decoration: none;
	border-bottom: 1px dashed;
}
.b3 blockquote a.auth, .trb1 blockquote a.auth{color:#698a44}
.b3 blockquote a:hover, .trb1 blockquote a:hover{border: 0;}

.b3 blockquote p, .trb1 blockquote p{margin: 0;}

.b3 dl.result, .trb1 dl.result{
	width: 100%;
	overflow: hidden;
	margin: 0.6em 0;
}

.b3 dl.result dt, .trb1 dl.result dt{
	clear: both;
	float: left;
	width: 210px;
	overflow: hidden;
	text-indent: nowrap;
	color: #000;
	font-size: 0.9em;
	margin: 0;
	height: 1.4em;
}

.b3 dl.result dt span, .trb1 dl.result dt span{color: #999}

.b3 dl.result dd, .trb1 dl.result dd{
	margin: 0 0 0 245px;
	height: 1.4em;
	width: 90px;
	padding: 0 1em;
	color: #666;
	font-size: 0.9em;
	text-align: right;
}

.b3 dl.result dd.total, .trb1 dl.result dd.total{
	color: #000;
	border-top: 1px solid #ccc;
	font-size: 1em;
	padding-top: 5px;
	margin-top: 5px;
}

a.writeM{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #333;
}

a.writeM:hover{
	border: 0;
}

/*
 *	wrap
 */ 

div.wrap{
	width: 84%;
	margin: 0 auto;
	padding-bottom: 10em;
}

div.wrap div.content{
	width: 70%;
	margin: 0 0 0 auto;
}

div.wrap div.content h1,
div.wrap div.content h2{
	font: normal 1.6em/120% Arial, Tahoma, Verdana, sans;
	color: #000;
	margin: 1.2em 0 0.6em 0;
}

div.wrap div.content h2{
	font-size: 1.2em;
	line-height: 120%;
	margin: 1.6em 0 0.8em 0;
}

div.wrap div.content ul{
	margin: 1em 0 1em 1.2em;
	list-style: none;
	list-style-type: disc;
}

div.wrap div.content table{
	border-collapse: collapse;
	position: relative;
	left: -1em;
}

div.wrap div.content td{
	padding: 0.4em 1em;
}

div.wrap div.content th{
	padding: 0.2em 1.25em;
	font-size: 80%;
	color: #999;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
}

div.wrap div.content blockquote{
	background: #f9f9f9;
	color: #333;
	font-style: italic;
	padding: 0.1em 1.4em;
	width: 60%;
	position: relative;
	left: -1.4em;
}

/*
 *	form-container
 */
 
.form-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

.form-container .bg{
	width: 100%;
	height: 100%;
	background: #ccc;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.form-container form{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30em;
	border: 0.2em solid #787571;
	padding: 2em 3em 1.4em 3em;
	background: #fff;
	margin: 0 0 0 -18em;
}

.authorization .v2{display: none;}

.authorization .v1 a,
.authorization .v2 a{
	font-size:0.85em;
	color: #900;
	border-bottom: 1px dashed;
	text-decoration: none;
}

.authorization .v1 a{
	color: #090;
}

.authorization .v1 a:hover,
.authorization .v2 a:hover{border: 0}

.form-container form span.error{
	color: #900;
	font-size: 0.85em;
}

.register form{margin-top: -20em;}

.authorization form{margin-top: -10em;}
.nform form{margin-top: -10em;}
.form-container form span.close{
	position: absolute;
	right: 2em;
	top: 1em;
	color: #900;
	font-size: 0.8em;
}

.form-container form span.close a{
	color: #900;
	text-decoration: none;
	border-bottom: 1px dashed;
	line-height: 120%;
}

.form-container form span.close a:hover{border:0}
.form-container label{float: left;}
.form-container p{margin: 0 0 0.6em 10em;}
.nform p{margin-left:0}

.form-container .text{
	border: 1px solid #d4d0c8;
	border-top: 1px solid #787571;
	width: 18em;
	padding: 0.1em 0.2em;
	font: normal 1em/120% Arial, Tahoma, Verdana, sans;
	vertical-align: middle;
}

.form-container textarea.text{height: 6em;}

/*
 *	footer
 */

.footer{
	position: absolute;
	width: 84%;
	left: 8%;
	bottom: 3em;
	font-size: 0.8em;
	color: #999;
}

.footer .copy{float: left;}
.footer .copy span{margin-left: -1.1em;}
.footer .developer{
	float: right;
	position: relative;
}
.footer a{color: #999;}
.footer span.sl{
	position: absolute;
	top: -5px;
	left:-30px;
	width: 25px;
	height: 29px;
	background: transparent url(i/sl.png) no-repeat top left;
}

p.nv span a:last-child{
	color: #900;
}

.redX{
	color: #900 !important;
}

.footer a.sl{
	border-bottom: 1px dashed;
	text-decoration: none;
}

.footer a.sl:hover{border: 0;}

.footer div.sl{
	width: 14em;
	padding: 0.6em 1.2em;
	position: absolute;
	right: 4em;
	background: #ccc;
	color: #000;
	bottom: 7em;
	z-index: 100;
	display: none;
}

.footer div.sl a{color: #000;}

.footer div.sl p{margin: 0;}

.footer div.sl span.st{
	position: absolute;
	display: block;
	bottom: -10px;
	right: 10%;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-right: 10px solid #ccc;
	border-bottom: 10px solid transparent;
	//border-bottom: 10px solid #fff;
}

.footerlogos a{
	margin: 0 10px;
}

input.sitename {
	font: normal 1.4em/120% Arial, Tahoma, Verdana, sans;
	width: 12em;
}
input.sitename {
	font: normal 1.4em/120% Arial, Tahoma, Verdana, sans;
	width: 12em;
}
select.sitezones {
	font: normal 1.4em/120% Arial, Tahoma, Verdana, sans;
}

form.contactform label {
	float:left;
	width: 7em;
}
div.editprofile  label {
	float:left;
	width: 7em;
}
span.contacttitle {
	float:left;
	width: 7em;
}

div.content blockquote {
	text-align: center;
}
