.clearfix:after{content:".";display:block;height:0;line-height:0px;clear:both;visibility:hidden}
.clearfix{display:inline-table}

/* IE7 */
*+html .clearfix {min-height:1px;}
*+html table {border-collapse: collapse;}

/* BEGIN: hide from IE Mac \*/
* html .clearfix{height:1%}
.clearfix{display:block}
/* END */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body,form,ul,h1{
	margin:0;
	padding:0
}
body{
	color: #6b6857;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(../img/bg.gif);
}
a:link{
	color: #0e84c2;
	text-decoration: underline;
}
a:visited{
	color: #005a98;
	text-decoration: underline;	
}
a:hover{
	color: #0e84c2;
	text-decoration: none;	
}
img{
	border:0;
}
#required{
	height 0px;
	display: none;
}
#outer{
	min-height:100%;
	height:auto;
	width:995px;
	position:relative;
	text-align:left;
	background-color: #fcfbf7;
	border-right: 4px solid #d6d7bb;
}
* html #outer{
	height:100%;
	width:995px;/* box model hack for ie5.+*/
	w\idth:995px
}
#clearfooter{
	clear:both;
	height:64px;
	width:100%
}

#clearcontent{
	clear:both;
	height:34px;
	width:100%
}

/* @group Heading */

#header{
/*	background: url(../img/hdr_bg.gif) repeat-x 0 top;*/
	height: 73px;
	display: block;
	width: 100%;
}

#header img{
	padding: 10px 0 0 22px;
	float: left;
}

#header .lng_switch{
	display: block;
	float: right;
	white-space: nowrap;
	padding: 10px 20px 0 0;
}

/* @end */

/* @group Login */

#login{
	height: 38px;
	width: 100%;
	display: block;
	background: url(../img/login_bg.png) repeat-x;
	color: #66656a;
}
.subnav{
	height: 24px;
	background: url(../img/subnav_bg.png) no-repeat left;
	display: block;
	padding: 14px 0 0 213px;
	font-size: 10px;
	float: left;
}

.subnav img{
	padding: 0 3px 0 0;
}
form.login{
	float: right;
	display: block;
	padding: 8px 20px 0 0;
	margin: 0 !important;
}

form.login label{
	font-weight: bold;
}

form.login input{
	background-color: #fbfbfa;
	border: 1px solid #aeaeaf;
	font-size: 11px;
	padding-left: 9px;
	margin-left: 5px;
	height: 14px;
	width: 120px
}

form.login input.button{
	border: 0px;
	font-size: 11px;
	color: #f7f7f5;
	height: 20px;
	width: 39px;
	background: url(../img/login_bu_bg.png) no-repeat 0 0;
	padding: 0;
	cursor: pointer;
	margin:0 0 0 5px;
}

/* @end */

/* @group Footer */

#footer {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:64px;
	background: url(../img/footer_bg.gif) repeat-x;
	background-color: #fcfbf7;
}
.scaido{
	padding: 26px 0 0 50px;
	float: left;
}
.copyright{
	padding: 5px 0 0;
	width: 100%;
	text-align: center;
	font-size: 11px;
}

#footer ul{
	padding: 23px 0 0;
	text-align: center;
}

#footer ul li{
	display: inline;
	list-style-type: none;
	padding: 0 2px;
	font-size: 11px;
}

#footer ul li.active{
	display: inline;
	list-style-type: none;
	text-decoration: underline;
	color: #005f9b;
	font-weight: bold;
}

/* @end */
#content{
	padding: 0 18px 10px 40px;
}
#hdr{
	background: url(../img/hdr_l.png) no-repeat left top;
	height: 27px;
}

#hdr h1{
	background: #2f84c2 url(../img/hdr_r.png) no-repeat right top;
	height: 27px;
	color: #f8f5ec;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	line-height: 27px;
	margin-left: 6px;
	padding: 0 26px 0 20px;
}
#rcont{
	float: left;
	width: 592px;
}
#rcont ul{
	margin-left: 35px;
}
#rcont p{
	margin: 5px 0;
}
#rcont.wide{
 width: 937px;
}
#lcont{
	float: left;
	margin-left: 40px;
	width: 305px;
}
.pad{
	padding-left: 9px;
	padding-bottom: 9px;
	padding-right: 9px;
	padding-top: 9px;
}
form.order{
	background-color: #f7f4e9;
	padding: 0 15px 10px;
	margin: 15px 0 !important;
	font-size: 10px;
}

form.order p{
	margin: 0px;
	padding: 0px;
}

form.order input{
	background-color: #fbfbfa;
	border: 1px solid #aeaeaf;
	font-size: 12px;
	width: 250px;
}

form.order select{
	background-color: #fbfbfa;
	border: 1px solid #aeaeaf;
	font-size: 12px;
	width: 250px;
}

form.order label{
	color: #0e84c2;
	padding-top: 10px;
	display: block;
	font-size: 12px;
}

form.order .error{
	color: #bb3c32;
	padding-top: 10px;
	display: block;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
form.order input.button{
	border: 0px;
	font-size: 12px;
	color: #f7f4e9;
	height: 27px;
	width: 154px;
	background: url(../img/order_bu_bg.png) no-repeat 0 0;
	padding: 0;
	cursor: pointer;
	margin: 15px 0 0 50px;
}
#main{
	height: 375px;
}

#menu{
	height: 365px;
	width: 202px;
	background-color: #0e84c2;
	float: left;
	padding-top: 10px;
}

#menu ul{
	width: 202px;
	background: url(../img/menu_bg.gif) repeat left top;
	list-style-type: none;
	z-index: 4;
	position: absolute;
}

#menu ul li{
	color: #fff;
	line-height: 27px;
	padding-left: 20px;
	background: url(../img/li.gif) no-repeat left center;
	margin-left: 20px;
}

#menu a:link, #menu a:visited, #menu a:hover{
	color: #fff;
}
#main .title{
	background: url(../img/main_bg.png) no-repeat left top;
	behavior: url('/css/iepngfix.htc');
	width: 995px;
	height: 178px;
	position: absolute;
	top: 308px;
	display: block;
	z-index: 1;
	color: #116592;
}
.title .book{
	padding: 91px 0 0 26px;
	float: left;
	z-index: 2;
}

.text_ru{
	float: left;
	width: 700px;
	padding: 100px 0 10px 73px;
	background: url(../img/D.gif) no-repeat 50px 80px;
	z-index: 3;
}

.title .text_ru h1, .title .text_lv h1, .title .text_en h1{
	font: italic 23px Georgia, "Times New Roman", Times, serif;
	color: #116592;
	padding: 0 0 3px 30px;
}
.text_lv{
	float: left;
	width: 700px;
	padding: 100px 0 10px 83px;
	background: url(../img/l.gif) no-repeat 50px 80px;
	z-index: 3;
}
.text_en{
	float: left;
	width: 700px;
	padding: 100px 0 10px 73px;
	background: url(../img/w.gif) no-repeat 50px 80px;
	z-index: 3;
}


#main .banner{
	background: url(../img/banner.jpg) no-repeat right top;
	width: 793px;
	height: 255px;
	display: block;
	float: left;
}
form{
	margin: 15px 0;
}
form .row{
	background-color: #f7f4e9;
	clear: both;
	margin-bottom: 2px;
	display: block;
	padding-bottom:2px;
}
form .row .r_title{
	float: left;
	padding: 5px 5px 5px 10px;
	width: 120px;
	display: block;
	font-weight:bold;
}
form .row .r_desc{
	display: block;
	float: left;
	width: 450px;
}
form .row .r_desc .left{
	float: left;
	display: block;
	width:220px;
}
form .row .r_desc .rigth{
	float: left;
	display: table-cell;
	width:220px;
}
form .row .r_desc1 .left{
	float: left;
	display: block;
	width:146px;
}
form .row .r_desc1 .right{
	float: left;
	display: block;
	width:146px
}
form .row .r_desc1 .middle{
	float: left;
	display: block;
	width:146px
}
form .row .r_desc2 .left{
	float: left;
	display: block;
	width:300px;
}
form .row .r_desc2 .right{
	float: left;
	display: block;
	width:300px
}
form .row .r_desc2 select{
	width:250px;
	margin-top:0;
}
form .row .r_desc1 .textinput{
	width:140px;
	margin-top:0;
}
form .row .r_desc1 select{
	width:140px;
	margin-top:0;
}
form .row .r_desc1 .add{
	float: right;
	white-space:nowrap;
	padding-right: 25px;
}
form .row .r_desc1 label, form .row .r_desc2 label{
	display:block;
}
form label{
	padding-right: 5px;
}
form .note{
	font-size: 10px;
	line-height: 14px;
	padding: 5px;
}
form input.button{
	border: 0px;
	font-size: 12px;
	color: #f7f4e9;
	height: 27px;
	width: 154px;
	background: url(../img/order_bu_bg.png) no-repeat 0 0;
	padding: 0;
	cursor: pointer;
	margin: 5px 0 0 23%;
}
.textinput{
	font-size: 12px;
	border: 1px solid #cbb945;
	height: 17px;
	background-color: #ffffff;
	width: 443px;
	margin-top: 5px;
}
.radiobutton{
	margin-top: 5px;
	padding-top:5px;
}
select{
	font-size: 12px;
	border: 1px solid #cbb945;
	background-color: #ffffff;
	width: 448px;
	margin-top: 5px;
}
textarea{
	font-size: 12px;
	border: 1px solid #cbb945;
	line-height: 17px;
	background-color: #ffffff;
	width: 443px;
	margin-top: 5px;
}
.obligatory{
	background-color: #fffadb;
}
.unfiled{
	border: 1px solid #CC0033;
}
form .error{
	color: #bb3c32;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
.error{
	color: #bb3c32;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
#clients{
	padding: 15px
}
#clients .row{
/*	border-bottom: 1px solid #aeaeaf; */
}
#clients .row.last{
	border-bottom: none;
}
#clients .row .client{
	float: left;
	width: 150px;
	text-align: center;
	padding: 15px;
/*	border-right: 1px solid #aeaeaf; */
}
#clients .row .client.last{
	border-right: none;

}
#colleague{
	padding:15px
	clear: both;
	margin-bottom:2px;
}
#colleague.next{
	background-color: #f7f4e9;
}
#colleague .photo{
	padding-right:10px;
	float: left;
}
#colleague .description h1{
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #116592;
	padding-bottom:5px;
}
.png{
	/*background-image: none ! important;*/
	behavior: url('/css/iepngfix.htc');
}
#adminmenu{
	float: right;
	display: block;
	padding: 10px 20px 0 0;
	margin: 0 !important;
}
#adminmenu ul{
	padding: 0;
	text-align: center;
}

#adminmenu ul li{
	display: inline;
	list-style-type: none;
	padding: 0 2px;
	font-size: 11px;
}

#adminmenu ul li.active{
	display: inline;
	list-style-type: none;
	text-decoration: underline;
	color: #005f9b;
	font-weight: bold;
}

#orderlist{
	margin-top:15px;
}
#orderlist .row{
	height: 30px;
	clear: both;
	display: block;
	width: 100%;
	border-bottom: 1px solid #aeaeaf;
	line-height:30px;
}
#orderlist .row.heading{
	height: 30px;
	clear: both;
	display: block;
	width: 100%;
	font-weight:bold;
	font-size: 14px;
	background-color: #f7f4e9;
	line-height:30px;
	border-bottom: none;
}
#orderlist .row .name{
	float:left;
	width:25%;
	padding-left: 5px;
}
#orderlist .row .date{
	float:left;
	width:20%;
	padding-left: 5px;
}
#orderlist .row .lng{
	float:left;
	width:20%;
	padding-left: 5px;
}
#orderlist .row .status{
	float:left;
	width:25%;
	padding-left: 5px;
}
fieldset{
	border: 1px solid #aeaeaf;
}
dd {
	margin-left: 2em;
	margin-top: -1.2em;
}
dl.right dd {
margin-left: 12em;
}
dt{
	font-weight: bold;
}
#inbox{
 	padding: 9px;
 	margin-bottom: 2px;
}

.outcome{
 	background-color: #EBD0CC;
}
.system{
 	background-color: #CCDEEB;
}
.income{
 	background-color: #CCEBD1;
}
#inbox. date{
	font-size:11px;
}
#inbox .title{
	font-weight:bold;
	padding: 5px 0;
}
#inbox. message{
	font-size:11px;
}
form.sendmail{
	background-color: #f7f4e9;
	padding: 0 15px 10px;
	margin: 15px 0 !important;
	font-size: 10px;
}

form.sendmail p{
	margin: 0px;
	padding: 0px;
}

form.sendmail input{
	background-color: #fbfbfa;
	border: 1px solid #aeaeaf;
	font-size: 12px;
	width: 250px;
}
form.sendmail textarea{
	background-color: #fbfbfa;
	border: 1px solid #aeaeaf;
	font-size: 12px;
	width: 250px;
}

form.sendmail label{
	color: #0e84c2;
	padding-top: 10px;
	display: block;
	font-size: 12px;
}

form.sendmail .error{
	color: #bb3c32;
	padding-top: 10px;
	display: block;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
form.sendmail input.button{
	border: 0px;
	font-size: 12px;
	color: #f7f4e9;
	height: 27px;
	width: 154px;
	background: url(../img/order_bu_bg.png) no-repeat 0 0;
	padding: 0;
	cursor: pointer;
	margin: 15px 0 0 50px;
}
#filelist{
	margin-top:15px;
}
#filelist .row{
	clear: both;
	display: block;
	width: 100%;
	border-bottom: 1px solid #aeaeaf;
	font-size: 10px;
	background-color: #fcfbf7;
	padding-top: 5px;
	padding-bottom: 5px;
}
#filelist .row.heading{
	height: 30px;
	clear: both;
	display: block;
	width: 100%;
	font-weight:bold;
	font-size: 12px;
	background-color: #f7f4e9;
	line-height:30px;
	border-bottom: none;
}
#filelist .row .name{
	float:left;
	width:15%;
	padding-left: 5px;
}
#filelist .row .date{
	float:left;
	width:12%;
	padding-left: 5px;
}
#filelist .row .status{
	float:left;
	width:55%;
	padding-left: 5px;
}
#filelist .row.button{
	float:left;
	padding: 5px;
	border-bottom: none;
}
#filelist form{
	margin:5px 0 0;
}
#filelist input.price{
	width: 50px;
}
#filelist input{
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#filelist input.button{
	border: 0px;
	font-size: 12px;
	color: #f7f4e9;
	height: 27px;
	width: 154px;
	background: url(../img/order_bu_bg.png) no-repeat 0 0;
	padding: 0;
	cursor: pointer;
	margin: 0 0 0 15%;
}
.separator h1{
	margin-left: 5px;
	padding: 0px;
	margin-bottom: 2px;
	margin-top: 10px;
	color: #2f84c2;
	font-size: 14px;
}
h1, .header1{
	color: #2f84c2;
	font-size: 14px;
	font-weight: bold;
}
h2, .header2{
	color: #2f84c2;
	font-size: 13px;
	font-weight: bold;
}
h, .header3{
	color: #2f84c2;
	font-size: 12px;
	font-weight: normal;
}