html, body{
	margin:0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	min-width:1015px;
}
div#mainContentBlock{
	margin:0px auto;
	width:1015px;
	background:url('../images/main_content_bg_left.jpg') repeat-y left;
}
div#mainContentBlock div#mainContentBlockLayer2{
	width:983px;
	background:url('../images/main_content_bg_right.jpg') repeat-y right top;	
	padding:0px 16px;

}
div#headerBlock{
	height:252px;
}
div#headerTop{
	height:64px;
}
div#headerTop img{
	margin:11px 0px 0px 113px;
	float:left;
}

div#navigationIcons{
	float:right;
	width:160px;
	padding-top:20px;
	height:15px;
}
div#navigationIcons img{
	float:left;
	margin:0px 10px 0px 10px;
}

div#headerBottom{
	height:188px;
}
div#headerBottom img{
	float:left;
}

div#menuBlock{
	height:35px;
	background:url('../images/menu_bg.jpg') repeat-x;
}
div#menuBlock ul {
	margin:0px;
	margin-left:22px;
	padding-top:10px;
	height:24px;
}
div#menuBlock ul li{
	list-style:none;
	display:block;
	float:left;
	padding:0px 12px;
	text-transform:uppercase;
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url('../images/separate.gif') no-repeat 0px 3px;
}

div#menuBlock ul li div.selectedTab{
	float:left;
	background-color:#FFFFFF;
	margin-top:-3px;
	padding:2px 10px;
	height:23px;
	border:1px solid #D0D0D2;
	border-bottom:0px;
	color:#E30C15;
}

div#menuBlock ul li a{
	text-decoration:none;
	color:#7F8081;
}

div#languageBlock{
	float:right;
	margin:12px 13px 0px 0px;
}
div#languageBlock img {
	margin:0px 10px;
}

div#leftBlock{
	width:270px;
	padding-left:22px;
	float:left;
}

div#subMenu{
	width:60%;
	background:#65D117 url('../images/submenu_corner.gif') no-repeat 21px 0px;
	padding: 30px 15px 15px 15px;
}

div#subMenu div.leftMenuItem, 
div#subMenu div.leftMenuItemSel{
	width:auto;
	padding:5px 0px 5px 28px;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
	background:url('../images/marker_submenu.gif') no-repeat 10px 50%;
}

div#subMenu div.leftMenuItemSel{
	background:url('../images/marker_submenu_s.gif') no-repeat 10px 50%;
	color:#5D5D68;
}

div#leftBlock h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#9B9B9B;
	padding-left:10px;
}

div.leftMenuItem , 
div.leftMenuItemSel {
	width:60%;
	padding:5px 0px 5px 28px;
	border-bottom:1px solid #D0D0D2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background:url('../images/productions/marker_left_menu.gif') no-repeat 10px 50%;
	font-weight:bold;
}
div.leftMenuItemSel{
	background:url('../images/productions/marker_left_menu_s.gif') no-repeat 10px 50%;
	color: #E30C15;
}

div.leftMenuItem a{
	color:#5D5D68;
	text-decoration:none;
}

div.leftSubMenuItem,
div.leftSubMenuItemSel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 40px;
	background:url('../images/productions/marker_left_submenu.gif') no-repeat 27px 50%;
}

div.leftSubMenuItemSel{
	background:url('../images/productions/marker_left_submenu_s.gif') no-repeat 27px 50%;
	color: #E30C15;
	font-weight:bold;
}

div.leftSubMenuItem a{
	color:#8A8A8B;
	text-decoration:none;
	font-weight:bold;
}
div#basketBlock{
	color:#7F8081;
	padding-left:0px;
}

div#basketBlock h1{
	padding-left:0px;
	margin:0px;
}

div#infoBlock{
	margin-top:10px;
	margin-left:-15px;
	height:190px;
	overflow:hidden;
}

div#infoBlock img#title{
	float:left;
	width:105px;
	height:190px;
}

div#infoBlock div#cards{
	margin-left:107px;
	margin-top:0px;
	font-weight:bold;
	color:#7F8081;
}
div#infoBlock div#cards img{
	margin-top:10px;
	margin-left:2px;
	float:left;
}

div#rightBlock{
	margin-left:292px;
	padding-left:39px;
}

div#rightBlock div.titleGreenBlock, 
div#rightBlock div.titleOrangeBlock, 
div#rightBlock div.titleRedBlock {
	height:45px;
	margin-left:-39px;
	overflow:hidden;
	background:url('../images/titles/title_green_corner.gif') no-repeat ;
}

div#rightBlock div.titleOrangeBlock{
	background:url('../images/titles/title_orange_corner.gif') no-repeat ;
}

div#rightBlock div.titleRedBlock{
	background:url('../images/titles/title_red_corner.gif') no-repeat ;
}

div.titleGreenBlock div.title,
div.titleOrangeBlock div.title,
div.titleRedBlock div.title{
	height:27px;
	margin:16px 0px 0px 39px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	background:#006F00 url('../images/titles/title_green_bg.jpg') repeat-y;
	padding-left:20px;
	padding-top:2px;
}

div.titleOrangeBlock div.title{
	background:#FAA102 url('../images/titles/title_orange_bg.jpg') repeat-y;
}

div.titleRedBlock div.title {
	background:#fc9e01 url('../images/titles/title_red_bg.jpg') repeat-y;
}

div#footerBlock{
	clear:left;
	background-color:#D4D4D7;
	height:90px;
	color:#898989;
	font-size:11px;
	padding:18px 30px;
}

div#footerBlock a{
	color:#898989;
	font-size:11px;
}

div#leftFooterBlock{
	width:250px;
	float:left;
}
div#rightFooterBlock{
	margin-left:260px;
	padding-left:40px;
}

div#rightFooterBlock ul{
	margin:0px;
}

div#rightFooterBlock ul li{
	text-transform:uppercase;
	display:inline;
	padding:0px 5px;
}

.gray{
	color:#7F8081;
}

.red{
	color:#E9040C;
}

.small11{
	font-size:11px;
}

.big22{
	font-size:22px;
}

a.black{
	color:#000000;
	text-decoration:none;
}

div.itemList{
	background:url('../images/marker_news.gif') no-repeat 0px 5px;
	padding:3px 0px 3px 15px;
	font-size:11px;
}

div.back{
	background:url('../images/marker_news_back.gif') no-repeat 0px 5px;
	padding:3px 0px 3px 15px;
	font-size:14px;
	margin:5px 0px;
}

table.showcase{
	border-collapse:collapse;
	width:99%;
	margin-top:10px;
}

table.showcase td{
	padding:5px;
	width:33%;
	vertical-align:top;
}

table.showcase td img{
	float:left;
}

table.showcase td div.info{
	margin-left:100px;
}

div.info div.priceBlock span.throughLine{
	text-decoration: line-through;
}

div.info div.priceBlock div.selGreen,
div.info div.priceBlock div.selOrange{
	margin-left:-5px;
	background-color:#187E01;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	padding:5px;
}

div.info div.priceBlock div.selOrange{
	background-color:#FEB900;
}

a img{
	border:0px;
}

/* basket */
table#basketTable{
	border-collapse:collapse;
	width:95%;
}

table#basketTable th{
	background-color:#006F00;
	color:#FFFFFF;
	text-align:left;
	padding:6px 7px;
	border:1px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}

table#basketTable tr.light th{
	padding:6px 7px;
	background-color:#4FB902;
	border:0px;
	border-top:2px solid #FFFFFF;
}

table#basketTable td{
	color:#000000;
	padding:6px 7px;
	background-color:#D4D4D7;
	border:1px solid #FFFFFF;
}

table#basketTable td.leftAlign{
	text-align:left;
}

table#basketTable td.rightAlign{
	text-align:right;
}

table#basketTable td.centerAlign{
	text-align:center;
}

table#basketTable td input{
	width:30px;
	text-align:right;
}

label{
	width:200px;
	float:left;
	text-align:right;
	margin:8px 5px 0px 0px
}

label.noMargin{
	margin:2px 5px 0px 0px;
}

input,
textarea,
select
{
	width:400px;
	border:1px solid #A7A6AA;
	margin:4px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

select{
	width:auto;
}

select.money{
	width:auto;
	margin:0px;
}

input.noresize{
	margin:2px 2px 0px 2px;
	width:auto;
	border:0px;
}

input.button,
input.bigButton, 
input.buttonGreen
{
	background: url('../images/button.gif') no-repeat left 6px;
	border:0px;
	width:99px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.bigButton{
	background: url('../images/big_button.gif') no-repeat left 6px;
	width:175px;
}

input.buttonGreen{
	background: url('../images/green_button.gif') no-repeat left 6px;
	width:220px;
}

input.moneyButton{
	background: url('../images/productions/money_button.gif') no-repeat;
	width:17px;
	height:17px;
	margin:1px 0px 2px 0px;
	border:0px;
}

div.grayMarker{
	background: url('../images/gray_marker.gif') no-repeat 0px 50% ;
	padding: 0px 0px 0px 10px;
	
}

div.back{
	padding:5px 20px;
	background:none;
}
div.back a{
	font-weight:bold;
}

/* --- find --------*/
form#find{
   height:30px;
}

form#find input{
    width:195px;
    float:left;
    margin-right:10px;
    border:1px solid #D0D0D2;
    color:#6E6E6E;
}

form#find input.button{
    width:21px;
    border:0px;
    background:url('../images/find_button.gif') no-repeat;
}

div.sitemapItem{
	font-weight:bold;
	margin:8px 0px;
	background:url('../images/site_map_red_marker.gif') 0px 50% no-repeat;
	padding-left:10px;
}

div.sitemapSubItem{
	background:url('../images/site_map_green_marker.gif') 0px 50% no-repeat;
	margin-left:10px;
	padding-left:10px;
}