/* Start: Heading ******************************************/

div#header
{
    /*height: 199px;*/
	 height: 222px;
    background: url(../images/header.jpg) no-repeat right top;
}
div#header div.menu
{
	float: right;
	width: 300px;
	height: 222px;
	position: relative;
}
div#header div.menu div.links
{
    position: absolute;
	 top: 201px;
	 left: 29px;
    display: block;
    width: 30px;
    height: 16px;
	 z-index: 10;
}
div#header div.menu div.links a
{
    padding: 4px 14px;
	 text-decoration: none;
	 border-style: none;
}
div#header div.menu div.links span
{
    border-right: solid 1px #a6a6a6;
}
div#header div.menu div.links a.home
{
	background: url(../images/icons/home.gif) no-repeat center;
}
div#header div.menu div.links a.contacts
{
	background: url(../images/icons/contacts.gif) no-repeat center;
}
div#header div.menu ul.menu
{
	 position: absolute;
	 left: 87px;
	 top: 12px;
	 padding: 0;
	 margin: 0 0 0 0;
	 width: 190px;
	 z-index: 20;
}
div#header div.menu ul.menu li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
}
div#header div.menu ul.menu li a
{
    color: #616161;
    display: block;
    width: 100%;
    padding: 3px 0;
    font: normal 11px Verdana, Tahoma;
    text-align: right;
    text-decoration: none;
	 border-style: none;
}
div#header div.menu ul.menu li a:hover
{
    color: #414141;
}
div#header div.menu ul.menu li a.logo
{
    height: 48px;
    margin-bottom: 7px;
    /*background-color: Red;
    opacity: 0.2;
    filter: alpha(opacity = 20);*/
}
div#header div.menu ul.menu li a.highlight
{
    font-size: 16px;
    color: #ed7b00;
	 padding: 1px 0;
}
div#header div.menu ul.menu li a span
{
    font-size: 8px !important;
    color: #30796c;
    vertical-align: middle;
    padding-left: 4px;
}
div#header div.menu ul.menu li a.highlight span, div#header div.menu ul.menu li a:hover span
{
	color: #ed7b00;
}

/* End: Heading ********************************************/


table.layout tr.row1 td
{
	height: 47px;
}
table.layout tr.row1 td.col1
{
	background: url(../images/line_bg_01.gif) repeat-x bottom;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 10px;
	vertical-align: top;
}
table.layout tr.row1 td.col1 h1
{
	color: #30796c;
	font: normal 30px/30px "Trebuchet MS", Verdana, Tahoma, Sans-Serif;
	letter-spacing: 1px;
	border-style: none;
	display: inline;
	float: left;
	margin: 4px 0 0 30px;
	margin-bottom: 5px;
}
table.layout tr.row1 td.col1 span, table.layout tr.row1 td.col1 a
{
	margin-top: 18px;
	margin-left: 5px;
	float: right;
}
table.layout tr.row1 td.col2
{
	width: 22px;
	background: url(../images/cross_bg_01.gif) no-repeat bottom center;
}
table.layout tr.row1 td.col3, table.layout tr.row2 td.col3, table.layout tr.row3 td.col3
{
	width: 204px;
}
table.layout tr.row1 td.col3
{
	background: url(../images/line_bg_02.gif) repeat-x bottom;
	text-align: right;
	padding: 0 20px 0 0;
	vertical-align: middle;
}
table.layout tr.row1 td.col3 a.ruOn, table.layout tr.row1 td.col3 a.ruOff, table.layout tr.row1 td.col3 a.enOn, table.layout tr.row1 td.col3 a.enOff
{
	display: block;
	float: right;
	width: 32px;
	height: 20px;
	margin-left: 1px;
	border-style: none;
	text-decoration: none;
}
table.layout tr.row1 td.col3 a.ruOn
{
	background: url(../images/flags/ru_on.gif) no-repeat;
}
table.layout tr.row1 td.col3 a.ruOff
{
	background: url(../images/flags/ru_off.gif) no-repeat;
}
table.layout tr.row1 td.col3 a.enOn
{
	background: url(../images/flags/en_on.gif) no-repeat;
}
table.layout tr.row1 td.col3 a.enOff
{
	background: url(../images/flags/en_off.gif) no-repeat;
}
table.layout tr.row2 td.col1
{
	padding: 10px 10px 10px 60px;
	vertical-align: top;
}
table.layout tr.row2 td.col2
{
	background: url(../images/line_bg_03.gif) repeat-y;
}
table.layout tr.row2 td.col3
{
	vertical-align: top;
	text-align: center;
	padding: 10px 10px 10px 0;
}
table.layout tr.row3 td.col1
{
	background: url(../images/line_bg_02.gif) repeat-x top;
	padding-left: 30px;
}
table.layout tr.row3 td.col2
{
	background: url(../images/cross_bg_02.gif) no-repeat top;
}
table.layout tr.row3 td.col3
{
	background: url(../images/line_bg_01.gif) repeat-x top;
	padding-right: 20px;
	text-align: right;
}
table.layout tr.row3 td
{
	font-size: 0;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.layout table td
{
	background-image: none;
}

div.latestNews
{
	text-align: left;
	width: 190px;
}
div.latestNews h1
{
	font: normal 18px Verdana, Arial;
	color: #30796c;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-style: none !important;
	text-align: left;
}
div.latestNews div.block
{
	margin: 0 0 8px;
	font: normal 11px Verdana, Arial;
	color: #616161;
}



a.tarkus
{
	display: block;
	width: 99px;
	height: 14px;
	background: url(../images/tarkus.gif) no-repeat center center;
	border-style: none;
	float: right;
	margin: 0;
}
p.copy
{
	font-size: 10px;
	height: 10px;
	float: left;
	padding: 0;
	margin: 0;
}
p.copy a
{
	color: #778899;
	text-decoration: none;
	border-bottom-style: none;
	margin: 0;
	padding: 0;
}
p.copy a:hover
{
	border-bottom: dotted 1px #778899;
}

div.buttons
{
	padding: 0;
	margin: 8px 0;
}
a.addButton, a.editButton
{
	font-size: 10px;
	margin: 0;
	text-decoration: none;
	border-style: none;
	padding: 2px 0 2px 20px;
	background: url(../images/icons/edit.gif) no-repeat;
	background-repeat: no-repeat;
}
a.addButton:hover, a.editButton:hover
{
	text-decoration: underline;
	border-style: none;
}
a.addButton
{
	background-image: url(../images/icons/edit.gif);
}
a.editButton
{
	background-image: url(../images/icons/edit.gif);
}


table.form1 th, table.form1 td
{
	padding-bottom: 2px;
}
table.form1 th
{
	text-align: right;
	font-weight: normal;
	padding-right: 8px;
	white-space: nowrap;
	font-size: 11px;
}
table.form1 input.field, table.form1 textarea.field, table.table2 input.field, table.table2 textarea.field, div.field input.field, div.field textarea.field, div.field select.field option
{
	font: bold 12px Tahoma, Arial;
	padding-left: 2px !important;
	color: #30796C;
}
div.field select.field
{
	font: bold 12px Tahoma, Arial;
	color: #30796C;
}
table.form1 input.button, table.table2 input.button, div.field input.button
{
	font: normal 11px Tahoma, Arial;
	letter-spacing: 1px;
	color: #414141;
}
table.form1 span.err
{
	color: #FF4444 !important;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}
table.form1 span.progressIcon
{
	font: normal 14px Arial;
	padding: 0 8px 2px 8px;
	background: url(../images/icons/ajax_01.gif) no-repeat center -1px;
	margin-left: 3px;
}
table.form1 th.top
{
	vertical-align: top;
	padding-top: 5px;
}
div.valSummary
{
	color: #FF4444 !important;
	border: dotted 1px #FF4444;
	background-color: #F5F5F5;
	padding: 5px 10px 0 10px;
	font: normal 11px Arial;
	margin-bottom: 8px;
}
div.valSummary ul
{
	margin: 2px 0 5px;
	padding: 0;
}
div.valSummary ul li
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: square inside;
}
div.field
{
	margin: 0 0 4px;
	font-size: 11px;
}








table.table1 td
{
	vertical-align: top;
	background-image: none !important;
}
table.table1 td.col1
{
	border-right: dotted 1px #A6A6A6;
	padding-left: 0 !important;
	padding-right: 20px;
	padding-top: 0 !important;
	width: 50%;
}
table.table1 td.col2
{
	padding-left: 20px;
	padding-top: 0 !important;
	padding-right: 0;
	width: 50%;
}
table.login td, table.recovery td
{
	vertical-align: middle;
}
table.login td.title, table.recovery td.title
{
	font-weight: bolder;
	padding-bottom: 8px;
}
table.recovery td.instraction
{
	padding-bottom: 8px;
}
table.table2 th.c1, table.table2 td.c2
{
	vertical-align: top;
	padding-bottom: 3px;
}
table.table2 th.c1
{
	white-space: nowrap;
	padding-right: 6px;
	text-align: right;
	padding-top: 4px;
	font: normal 11px Verdana;
}
table.table2 td.c2
{
	width: 100%;
}
.cbRight
{
	float: right;
	font: normal 11px Verdana;
}


h1.newsTitle
{
	color: #30796C;
	font: normal 18px Verdana, Arial;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	border-style: none !important;
}
h1.newsTitle span
{
	float: right;
	font-size: 10px;
	padding-top: 7px;
	color: #A6A6A6;
}
div.newsBlock
{
	margin: 0 0 10px;
}




table.table3
{
	margin: 5px 0 8px;
	font-size: 11px;
	border-bottom: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
}
table.table3 th
{
	white-space: nowrap;
	background-color: #DBDBDB;
	padding: 2px;
}
table.table3 th, table.table3 td
{
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-right-style: none;
	border-bottom-style: none;
}
table.table3 td
{
	padding: 1px 5px;
}

.center
{
	text-align: center;
}
.right
{
	text-align: right;
}



div.categories
{
	margin: 0;
	padding: 0;
}
div.categories div.cat1
{
	margin: 0 0 10px;
	padding: 0;
}
div.categories div.cat1 h1
{
	font: bold 12px Verdana, Arial;
	color: #616161;
	padding: 0;
	margin: 0;
	border-style: none;
}
div.categories div.cat1 h1 a
{
	color: #616161;
	text-decoration: none;
	border-style: none;
}
div.categories div.cat1 h1 a:hover
{
	color: #ED7B00;
	border-style: none;
}
div.categories div.cat1 h1 span.title, div.categories div.prod h2 span.title
{
	padding: 2px;
	width: 100%;
	display: block;
	margin-left: -2px;
}
div.categories div.cat1 p.desc
{
	padding: 0;
	margin: 0;
	font: normal 11px Arial;
	color: #A6A6A6;
}
div.categories div.prod
{
	margin: 0 0 10px;
}
div.categories div.prod h2
{
	font: normal 11px Verdana, Arial;
	color: #414141;
	padding: 0 0 0 10px;
	border-style: none;
	margin: 0 0 2px;
	border-left: dotted 1px #414141;
}
div.categories ul.prod
{
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}
div.categories ul.prod li
{
	list-style-type: square;
	font-size: 11px;
}
div.categories ul.prod li a
{
	border-style: none;
}
div.categories ul.prod li a:hover
{
	text-decoration: underline;
}



div.category div.desc, div.product div.desc
{
	margin: 10px 0 16px;
}
div.category div.prodDesc
{
	margin: 0 0 10px 20px;
}
div.category div.prodDesc h2
{
	color: #414141;
	font: bold 12px Verdana, Arial;
	padding: 0 0 2px;
	border-bottom: dotted 1px #A6A6A6;
	margin: 0 0 8px;
}
div.category div.prodDesc div.shortDesc
{
	font-size: 11px;
}

span.smallButtons
{
	display: block;
	margin: 4px 0 10px;
	font-size: 11px;
}





.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font: normal 11px Tahoma;
}
.ContextMenuBreak
{
	margin: 1px 1px 1px 32px;
	padding: 0;
	height: 1px;
	overflow: hidden;
	display: block;
	border-top: 1px solid #C5C5C5;	
}
a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #ED7B00;
	text-decoration: none;
	cursor: pointer;	
	padding: 2px 6px 2px 6px;
	white-space: nowrap;
	border-style: none;
}
a.ContextMenuItem-Selected
{
	font-weight: bold;
}
a.ContextMenuItem:hover
{
	background-color: #ED7B00;
	color: #FAFAFA !important;
	border: 1px solid #C46700 !important;
	padding: 1px 5px 1px 5px;
}

.shaddow
{
	color: #A6A6A6;
}