* {
	padding: 0px;
    margin: 0px;
}

html, body{

}

body {

}

body, td, p {
	font: normal 14px arial, tahoma; 
	color: #333333;
	line-height: 150%;
}

p{
	margin-bottom: 20px;
}

option{
	padding-left: 3px;
}

tr, td {
    vertical-align: top;
}

ul{
	margin: 3px 0px 20px 10px;
	list-style: square;
	display: block;
}

ul li ul{
	margin: 0px 0px 0px 10px;
}

li{
	margin: 5px 0px 5px 15px;
	line-height: 18px;
}

ol{
	margin: 0px 0px 0px 30px;
}

ol li{
	margin: 0px 0px 8px 0px;
}

img{
	border: none;
	margin: 0px;
}

a {
	color: #B30000;
}

hr {
	background: url(hr.jpg) repeat-x left top;
    margin: 0px 0px 5px 0px;
    height: 1px;
	border: none;
}


input.text_h1{
    color: #333333;
	font: normal 30px 'trebuchet ms', 'times new roman', georgia, arial; 
	letter-spacing: -1px;
	height: 38px;
	width: 100%;
}

h1, h1 a{
    color: #B30000;
	font: normal 30px 'trebuchet ms', 'times new roman', georgia, arial; 
    margin: 0px 0px 15px 0px;
	line-height: 28px;
	letter-spacing: -1px;
	border-bottom: 1px solid #CCCCCC;
	height: 38px;
	padding: 0px;
	line-height: normal;
}

h1 span{
	padding: 0px;
	border-bottom: 1px solid #B30000;
	height: 38px;
}

h1 span.small{
	font-size: 25px; 
	border-bottom: none;
}

h1 a, h2 a{
	text-decoration: none;
	border: none;
}

h1 a:hover, h2 a:hover{
	text-decoration: underline;
}

h2, h2 a{
	color: #333333;
	font: normal 20px 'trebuchet ms', 'times new roman', georgia, arial; 
    margin: 5px 0px 10px 0px;
}

h3, h3 a{
	color: #333333;
	font: normal 18px 'trebuchet ms', 'times new roman', georgia, arial; 
    margin: 5px 0px 10px 0px;
}

h4, h4 a{
	color: #B30000;
	font: normal 17px 'trebuchet ms', arial, tahoma; 
    margin: 5px 0px 5px 0px;
}

h5, h5 a{
	color: #333333;
	font: bold 15px arial, tahoma; 
    margin: 5px 0px 5px 0px;
}

h6, h6 a{
	color: #333333;
	font: bold 14px arial, tahoma; 
    margin: 5px 0px 5px 0px;
}

/** colors **/

select.mistake, 
input.mistake,
.mistake{
	border-bottom: 5px solid #AA0000;
	outline: 5px solid #AA0000;
}

checkbox.mistake{
	outline: 5px solid #AA0000;
}

select.no_mistake, 
input.no_mistake,
.no_mistake{
	border-bottom: 5px solid #00AA00;
}

checkbox.mistake{
	outline: 5px solid #00AA00;
}

.color_hight{
	color: #AA0000;
}

.color_medium{
	color: #FF9900;
}

.color_minimum{
	color: #00AA00;
}


/** END colors **/


.hidden{
	display: none;
}

div.scroll {
    overflow: auto;
}


/** input **/

fieldset{
	border: none;
}

input.button{
	background: #B30000;
	font: bold 12px arial, tahoma;
	color: #FFFFFF;
	height: 18px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	border: none;
}

a.button{
	display: block;
	float: left;
	background: #B30000;
	font: bold 12px arial, tahoma;
	color: #FFFFFF;
	height: 16px;
	text-decoration: none;
	padding: 2px 10px 1px 10px;
	border: none;
	text-align: center;
	margin-right: 10px;
}

a.button2{
	display: block;
	float: left;
	background: #999999;
	font: bold 12px arial, tahoma;
	color: #FFFFFF;
	height: 16px;
	text-decoration: none;
	padding: 2px 10px 1px 10px;
	border: none;
	text-align: center;
	margin-right: 10px;
}

input.file,
input.text {
    width: 100%;
}

input.text_short {
    width: 46%;
}

input.text_short2 {
	width: 20%;
}

textarea {
    width: 100%;
    height: 120px;
}

textarea.short {
    width: 46%;
}

select{
    width: 100%;
}

select.short{
    width: 46%;
}

/** END input **/



/** form **/


div.form{
	float: left;
	width: 100%;
	display: block;
}

div.form div.brick{
	float: left;
	width: 100%;
	display: block;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed #CCCCCC;
}

div.form div.brick:hover{

}

div.form div.brick label{
    margin-right: 5px;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
}

div.form div.brick div.field{
}

div.form div.brick div.hidden{
	display: none;
}

div.form div.brick div.field img{
	float: left;
	width: auto;
}

div.form div.brick div.expand{
	text-align: right;
	margin-right: 20px;
}

div.form div.brick div.expand a{
	font-weight: bold;
}

div.form div.brick div.second{
	margin-left: 105px;
}

div.form div.brick div.submit{
	margin-left: 0px;
	text-align: right;
}

div#form_details{
	display: none;
}

/** END form **/


/** com=sheets **/

div.sheets_item{
	display: block;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

body.sheets_item img.sheets_image, 
div.sheets_item img.sheets_image{
	float: right;
	width: auto;
	margin: 0px 0px 20px 10px;
}

img.left,
img.float_left{
	float: left;
	width: auto;
	margin: 0px 10px 15px 0px;
}

img.right,
img.float_right{
	float: right;
	width: auto;
	margin: 0px 0px 15px 10px;
}

div.sheets_list h2 span.date{
	display: block;
	float: right;
	width: 60px;
	font-size: 10px;
	padding-top: 6px;
	color: #999999;
}

div.sheets_list div.item{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.sheets_list div.item h2{
	margin-bottom: 2px;
}

div.sheets_list div.item:hover h2 a{
	text-decoration: underline;
	color: #B30000;
}

div.sheets_list div.item img{
	display: block;
	float: left;
	width: auto;
	margin: 3px 10px 0px 0px;
}

div.sheets_list div.item p{
	line-height: 18px;
}


/** END com=sheets **/




/** table.grid **/

table.grid{
    width: 100%;
    border-top: 1px dotted #999999;
    border-right: 1px dotted #999999;
    border-left: 1px dotted #999999;
}

table.grid th,
table.grid td{
    padding: 5px;
    text-align: center;
	vertical-align: middle;
    border-bottom: 1px dotted #999999;
}

table.grid th{
    border-right: 1px dotted #999999;
	font-size: 12px;
	background: #DDDDDD;
}

fieldset{
	clear: both;
}

table.table{
	display: block;
    width: 100%;
    border-top: 1px dotted #999999;
    border-right: 1px dotted #999999;
    border-left: 1px dotted #999999;
}

table.table th,
table.table td{
    padding: 5px;
    text-align: center;
	vertical-align: middle;
    border-bottom: 1px dotted #999999;
}

table.table tr:hover td{
	background: #F0F0F0;
}

table.table th{
    border-right: 1px dotted #999999;
	font-size: 12px;
	background: #DDDDDD;
	font-weight: bold;
}

table.table th.item_order{
	width: 90px;
}

table.table td input.text{
	width: 40px;
}

table.table td div.depth{
	width: 50px;
}

table.table tr.fresh td div.depth_0, 
table.table tr.fresh td{
	background: #FFF2AA;
}

table.table div.depth_0,
table.table div.depth_1,
table.table div.depth_2,
table.table div.depth_3,
table.table div.depth_4{
	text-align: left;
}

table.table div.depth_0{
	font-size: 15px;
	font-weight: bold;
}

table.table div.depth_1{
	font-weight: bold;
	margin-left: 15px;
}

table.table div.depth_2{
	margin-left: 30px;
}

table.table div.depth_3{
	margin-left: 45px;
}

table.table div.depth_4{
	margin-left: 60px;
}


/** END table.grid **/
body.sheets_item table.invisible, 
div.sheets_item table.invisible{
	border: none;
}

body.sheets_item table.invisible td,
div.sheets_item table.invisible td{
	border: none;
	padding: 5px;
}

/**
body.sheets_item table, 
div.sheets_item table, 
table.default{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

body.sheets_item table td, 
div.sheets_item table td, 
table.default td{
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: auto;
}

**/

/** admin menu **/

div#menu_member {
	float: left;
    margin: 0px 25px 0px 20px;
	width: 100%;
	border-top: 1px solid #D2C69B;
}

div#menu_member a  {
    font: bold 11px tahoma, arial, helvetica, sans-serif;
    display: block;
    text-decoration: none;
    border-left: 1px solid #D2C69B;
	border-bottom: 2px solid #D2C69B;
    padding: 5px 10px 5px 10px;
	width: 100%;
}

div#menu_member a:hover {
	text-decoration: underline;
}

div#menu_member ul{
    float: left;
	width: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
	z-index: 999;
}

div#menu_member ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
}

div#menu_member li {
    list-style: none;
    position: relative;
    margin: 0px;
    padding: 0px;
}

div#menu_member ul ul {
	display: none;
}

div#menu_member ul ul,
div#menu_member ul ul li {
	width: 100%;
}

div#menu_member ul li.jshover ul,  
div#menu_member ul li:hover ul{
display: block;
}

div#menu_member ul li.jshover ul ul,
div#menu_member ul li:hover ul ul{
display: none;
}

div#menu_member ul ul li.jshover ul,
div#menu_member ul ul li:hover ul{
display: block;
}

div#menu_member ul ul li.jshover ul ul,
div#menu_member ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul li.jshover ul,
div#menu_member ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul li.jshover ul ul,
div#menu_member ul ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul ul li.jshover ul,
div#menu_member ul ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul ul li.jshover ul ul,
div#menu_member ul ul ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul ul ul li.jshover ul,
div#menu_member ul ul ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul ul ul li.jshover ul ul,
div#menu_member ul ul ul ul ul li:hover ul ul{
display: none;
}

/** END admin menu **/




/** members tools **/

div#member_tools{
	background: #FFFFE1;
	display: block;
	padding: 5px 0px 0px 15px;
	height: 31px;
}

div#member_tools div.brick{
    float: left;
	width: auto;
	display: block;
}

div#member_tools div.brick input.text{
	width: 100px;
}

div#member_tools input.text{
    margin-right: 5px;
}

div#member_tools input.button{
	margin: 2px 5px 0px 0px;
}

/** END members tools **/



/** START poll ??????????????????  **/

div.poll{
	width: 204px;
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 0px 5px;
	background: url(hr_right.jpg) no-repeat right top;
}

div.poll_item{
	padding-top: 11px;
}

div.poll_item div.view,
div.poll_item div.results{
	padding: 5px 0px 16px 0px;
}

div.poll_item a{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

div.poll_item a:hover{
	text-decoration: underline;
}

div.poll_item h3{
	margin: 0px 0px 7px 18px;
}

div.poll_item h3 a{
	color: #11487B;
	font: bold 15px arial, tahoma;
}

div.poll_item h3 a{
	color: #11487B;
	text-decoration: none;
}

div.poll_item div.answer{
	margin-bottom: 4px;
}

div.poll_item div.answer{
	padding: 5px 15px 2px 15px; 
}

div.poll_item div.msg{
	padding: 5px 15px 2px 15px; 
	text-align: center;
	color: #990000;
}

div.poll_item div.result{
	display: block;
	height: 20px;
	font: normal 9px arial, tahoma;
}

div.poll_item div.result div.bar{
	background: #990000;
	height: 5px;
	float: left;
}

div.poll_item div.result div.proc{
	float: left;
	color: #990000;
	margin: -3px 0px 0px 3px;
}


/** END poll **/


/** START gallery **/

div.gallery_list{
	display: block;
}

div.gallery_list h1{
    margin-bottom: 5px;
}

div.gallery_list a.new{
	color: #2C7431;
	display: block;
	width: 100px;
	margin: 0px 0px 15px 0px;
	padding: 1px 8px 2px 27px;
	clear: both;
	background: url(gallery_new_bg.gif) no-repeat left center #D9F0D9;
	text-decoration: none;
}

div.gallery_list a.new:hover{
	text-decoration: underline;
}

div.gallery_list p.description{
	background: #FFFFE1;
	border: 1px solid #EECF95;
	padding: 8px 12px 12px 12px;
}

div.gallery_list div.item{
    float: left;
    text-align: center;
    margin: 0px 6px 12px 0px;
    border: 1px solid #DDDDDD;
}

div.gallery_list div.item div.admin_tools{
	position: absolute;
	text-align: right;
	width: 205px;
}

div.gallery_list div.item div.admin_tools a{
	display: inline;
	height: auto;
}

div.gallery_list div.item a{
	display: block;
	width: 205px;
	height: 153px;
}

div.gallery_list div.item a img.thumb{
	margin-top: expression(((153-this.height)/2)+'px');
}

div.gallery_list div.item div.admin_tools{

}

div.gallery_list div.item img{
    margin: 0px 0px 0px 0px;
}

div.gallery_item{

}

div.gallery_item div.image {
    margin: 0px;
	text-align: center;
}

div.gallery_item table.navigation{
	width: 100%;
	margin: 10px 0px 30px 0px;
}

div.gallery_item table.navigation td.prev, 
div.gallery_item table.navigation td.next{
	width: 100px;
	text-align: center;
	text-transform: capitalize;
}

div.gallery_module{
	width: 184px;
	padding: 20px 15px 0px 20px;
	margin: 30px 0px 0px 0px;
	background: url(hr_right.jpg) no-repeat right top;
}

div.gallery_module h3{
	margin-bottom: 3px;
}

div.gallery_module h3 a{
	text-decoration: none;
}

div.gallery_module div.image{
	text-align: center;
	background: #CCCCCC;
}

div.gallery_module div.description{
	display: block;
	padding: 5px 0px 0px 0px;
	line-height: 13px;
	font: 11px tahoma, arial;
}

div.gallery_module a.more{
	display: block;
	margin-top: 8px;
	clear: both;
	text-align: right;
}

/** END gallery **/

/** START bannes **/

div.banners_list div.item{
	text-align: center;
}

/** END banners**/


/** START comments classes **/


div.comments_list div.item{
	padding: 10px 0px 10px 0px;
	background: url(hr_bg.gif) repeat-x left top;
}

div.comments_list div.item span.date{
	font: normal 10px arial; 
	float: right;
	width: auto;
	color: #999999;
}

div.comments_list div.item div.admin_tools{
	float: right;
	width: auto;
}

div.comments_list div.item div.name a,
div.comments_list div.item div.name{
    color: #19507E;
	font-weight: bold;
}

div.comments_form{
	background: url(hr_bg.gif) repeat-x left top;
	padding-top: 20px;
}


/** END comments classes **/


div.dev div.item{
	padding: 10px;
}


div.dev div.item:hover{
	background: #EEEEEE;
}


/* Design classes  */

div.design_0{
	background: url(design_0_bg.gif) repeat-y center top #124E89;
}

div.design_1{
	background: url(bottom_bg.jpg) no-repeat center bottom;
}

div.design_ru{
	background: url(header_bg_ru.jpg) no-repeat center top;
}

div.design_en{
	background: url(header_bg_en.jpg) no-repeat center top;
}

div.design_lt{
	background: url(header_bg_lt.jpg) no-repeat center top;
}

table.design{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

table.design td{
	vertical-align: top;
}

table.design td.header{
	height: 190px;
}

table.design td.header a.logo{
	display: block;
	width: 350px;
	height: 190px;
}

table.design td.left{
	width: 300px;
}

table.design td.center{
	width: 700px;
}

div.langs{
	height: 32px;
	display: block;
	padding-left: 18px;
}

div.langs a{
	float: left;
	display: block;
	height: 16px;
	padding: 8px 8px 8px 8px;
	margin-right: 3px;
}

div.langs a.current{
	background: #FFFFFF;
}

div.menu{
	clear: both;
}


div.center{
	padding: 75px 30px 0px 30px;
}

div#menu{
	width: 260px;
	margin: 10px 20px 0px 20px;
}

div#menu ul,
div#menu ul li,
div#menu ul li ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#menu ul li a{
	font: normal 17px 'trebuchet ms', 'times new roman', georgia;
	color: #333333;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	display: block;
	padding: 6px 0px 6px 0px;
}

div#menu ul li:first-child a{
	border-top: none;
}

div#menu ul ul li a{
	font: normal 14px arial, tahoma;
	color: #333333;
	border-top: none;
	height: 37px;
	padding: 3px 0px 0px 50px;
	margin: 5px 0px 8px 5px;
	width: 200px;
}

div#menu ul ul li a.icon_1{
	background: url(../cache/uploads/image/menu_icons/menu_icon_1.gif) no-repeat left center;
}

div#menu ul ul li a.icon_2{
	background: url(../cache/uploads/image/menu_icons/menu_icon_2.gif) no-repeat left center;
}

div#menu ul ul li a.icon_3{
	background: url(../cache/uploads/image/menu_icons/menu_icon_3.gif) no-repeat left center;
}

div#menu ul ul li a.icon_4{
	background: url(../cache/uploads/image/menu_icons/menu_icon_4.gif) no-repeat left center;
}

div#menu ul li a.current, 
div#menu ul li a:hover{
	color: #990000;
}

div#menu ul li a:hover{
	text-decoration: underline;
}

div.clients_login{
	background: url(clients_login_bg.jpg) no-repeat left top #FFFFE1;
	margin-top: 20px;
	padding-top: 11px;
	float: left;
	width: 640px;
	display: block;
	border-bottom: 1px solid #EECF95;
}

div.clients_login p{
	background: url(icon_stop.gif) no-repeat 14px 6px;
	text-indent: 28px;
	width: 610px;
	margin: 0px;
	padding: 12px 15px 0px 15px;
	border-left: 1px solid #EECF95;
	border-right: 1px solid #EECF95;
	line-height: 18px;
}

div.clients_login div.form{
	width: 610px;
	margin: 0px;
	padding: 20px 15px 25px 15px;
	border-left: 1px solid #EECF95;
	border-right: 1px solid #EECF95;
}

div.clients_login div.brick{
	float: left;
	width: 240px;
	display: block;
	margin-right: 10px;
	border: none;
	padding: 0px;
}

div.clients_login table.login{
	width: auto;
	border: none;
}

div.clients_login table.login td{
	border: none;
}


div.clients_login label{
	font-weight: bold;
}

div.clients_login input.text{
	width: 150px;
	border: 1px solid #AAAAAA;
	margin-left: 0px;
}

div.clients_login input.button{
	width: 100px;
}

div.clients_tools{
	float: left;
	display: block;
	width: 230px;
	margin: 60px 20px 0px 20px;
	padding: 10px 15px 10px 15px;
	background: #FFFFE1;
	border: 1px solid #EECF95;
}

div.clients_tools p{
	float: left;
	width: 100%;
	padding-bottom: 15px;
	display: block;
	background: url(icon_forklift.gif) no-repeat left 6px;
	text-align: right;
	margin-bottom: 10px;
}

div.clients_tools a.button{
	float: right;
	margin: 0px;
}

div.search{
	float: left;
	display: block;
	width: 260px;
	margin: 50px 20px 0px 20px;
	background: url(search_bg.gif) no-repeat left top;
	padding-top: 20px;
}

div.search input.text{
	width: 185px;
	border: 1px solid #AAAAAA;
}

div.footer{
	width: 680px;
	margin: 120px 0px 50px 320px;
	background: url(footer_bg.jpg) repeat-y right top;
	padding: 20px 0px 20px 0px;
}

div.copyright{
	clear: both;
	height: 78px;
	padding: 10px 0px 0px 0px;
	color: #B0EDFF;
}

div.copyright a{
	color: #B0EDFF;
}

div.copyright div.company{
	float: left;
	width: 450px;
	padding-left: 20px;
}

div.copyright div.solution{
	float: right;
	width: 450px;
	text-align: right;
	padding-right: 20px;
}

a.attachment{
	background: url(icons/icon_attachment.gif) no-repeat 8px 5px #F0FFF0;
	border: 1px solid #BDD8BC;
	color: #006600;
	padding: 2px 7px 3px 20px;
	margin-right: 5px;
}

div.left div.sheets_list{
	float: left;
	width: 260px;
	display: block;
	margin: 40px 20px 20px 20px;
}

div.left div.sheets_list h2,
div.left div.sheets_list h2 a{
	font: normal 17px 'trebuchet ms', 'times new roman', georgia, arial; 
}

div.left div.sheets_list h3,
div.left div.sheets_list h3 a{
	font: normal 14px arial, tahoma;
}



/* End design classes  */
