HTML, BODY {
	margin: 0;
	padding: 0; 
	height: 100%;
	width: 100%;
	background: #fff url(images/bg.jpg) repeat-x top;
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

#main { 
	height: 100%; 
	min-height: 100%; 
	margin: 0 auto -69px auto;
	width: 878px;
	background: #fff url(images/text_bg.gif) repeat-y;
}
html>body #main { height: auto; }
A IMG { border: none; }


/* HEAD BLOCK */

DIV#head {
	width: 878px;
	height: 98px;
	margin: 0 auto;
	background: transparent url(images/head_bg.jpg) repeat-x bottom;
	padding-top: 43px;
}

DIV.head_left, DIV.head_right, DIV.head_data {
	width: 878px;
	height: 98px;
	margin: 0;
	padding: 0;
}
DIV.head_left {	background: transparent url(images/head_bg_left.jpg) no-repeat left; }
DIV.head_right { background: transparent url(images/head_bg_right.jpg) no-repeat right; }

DIV#head_data { overflow: hidden; text-align: left; }

DIV.logo {
	float: left;
	height: 54px;
	background: transparent url(images/logo.jpg) no-repeat left;
	margin: 26px 0 0 26px;
	padding-left: 57px;
}
DIV.logo A { font-size: 18px; font-weight: bold; color: #0099cc; }

DIV.top_menu { float: right; margin: 38px 35px 0 0; }
DIV.top_menu A { display: block; float: left; font-size: 12px; color: #000; text-decoration: none; padding: 5px 15px 0 15px; }
.top_menu a b {font-weight:normal;}
DIV.top_menu #active {
	background: transparent url(images/topmenu_bg.jpg) no-repeat left;
	height: 26px;
	float: left;
	padding:0;
}
DIV.top_menu #active B {
	display: block;
	background: transparent url(images/topmenu_bg_right.jpg) no-repeat right;
	height: 21px;
	padding: 5px 15px 0 15px;
	font-weight: normal;
	float: left;
}
DIV.top_menu A:hover { text-decoration: underline; }


DIV#text {
	width: 856px;
	margin: 0 auto;
	padding: 11px 9px;
	text-align: left;
	overflow: hidden;
	padding-bottom: 69px;
}

DIV#left_block { float: left;  width: 600px; overflow:hidden;}

DIV.afisha {
	background: transparent url(images/main_image.jpg) no-repeat;
	background: url(images/afisha2.jpg) no-repeat 100% 0 transparent;
	padding:0;
	height: 179px;
	height: 230px;
	width: auto;
	margin-bottom: 5px;
}

DIV.sl_1 { font-size: 26px; color: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 20px; letter-spacing: 2px; }
DIV.sl_2 { font-size: 17px; color: #fff; font-family: Arial, Helvetica, sans-serif; margin-top: 8px; margin-bottom: 29px; }
DIV.sl_2 SPAN { color: #006699; }

DIV.afisha A {
	font-size: 17px; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.afisha_in {
	padding: 51px 0 0 50px;	
	background: url(images/afisha1.jpg) no-repeat 0 0 transparent;;
}
DIV.news_block { width: 600px; margin-bottom: 5px; }

DIV.news_block .xb1, 
DIV.news_block .xb2, 
DIV.news_block .xb3 { display: block; overflow: hidden; font-size: 0; height: 1px; }

DIV.news_block .xb2, 
DIV.news_block .xb3 { border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; }

DIV.news_block .xb1 {margin: 0 3px; background: #dfdfdf;}
DIV.news_block .xb2 {margin: 0 1px; background: #fff; border-width: 0 2px;}
DIV.news_block .xb3 {margin: 0 1px; background: #fff; border-width: 0 1px;}

DIV.text_block_inner { background-color: #fff; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; padding: 5px 17px; }

H2 { font-size: 18px; color: #333; margin: 0; padding: 0; font-weight: normal; }
H2 A { color: #333; text-decoration: none; }
DIV.text H2 { margin: 10px 0; }

DIV.article_detail { margin: 5px 0; }

DIV.article_detail .xb1, 
DIV.article_detail .xb2, 
DIV.article_detail .xb3 { display: block; overflow: hidden; font-size: 0; height: 1px; }

DIV.article_detail .xb2, 
DIV.article_detail .xb3 { border-left: 1px solid #ccc; border-right: 1px solid #ccc; }

DIV.article_detail .xb1 {margin: 0 3px; background: #ccc;}
DIV.article_detail .xb2 {margin: 0 1px; background: #66cccc; border-width: 0 2px;}
DIV.article_detail .xb3 {margin: 0 1px; background: #66cccc; border-width: 0 1px;}

DIV.ad_text { 
	background-color: #66cccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	color: #fff;
	font-size: 11px;
	padding: 2px 5px;
}
DIV.ad_text A { color: #fff; font-size: 11px; margin: 0 5px; text-decoration: none; }

DIV.text_block_inner DIV.text { margin: 0; font-size: 12px; color: #000; line-height: 18px; }
DIV.text_block_inner DIV.text IMG { float: left; clear: right; margin: 0 10px 0 0; border: solid 1px #dadada; }
DIV.text_block_inner DIV.text A { color: #000; }
DIV.text_block_inner DIV.text TABLE TR TD STRONG { margin: 0 !important; padding: 0 !important; float: left; width: 100%; text-align: center; }
DIV.text_block_inner DIV.text UL { margin: 10px 15px; }

DIV.text_detail {
	clear: both;
	margin: 0;
	color: #dfc899;
	font-size: 11px;
	overflow: hidden;
	height: 30px;
	padding: 7px 0 0 0;
}
A.readmore { 
	color: #333;
	font-size: 12px;
	display: block;
	background: transparent url(images/readmore.jpg) no-repeat;
	width: 120px;
	height: 21px;
	padding: 6px 0 0 12px;
	text-decoration: none;
	float: left;
}
DIV.text_detail DIV { padding: 5px 0 0 20px; color: #cc6600; }
DIV.text_detail DIV A { color: #0099cc; }

DIV.page_nav { font-weight: bold; color: #0099cc; width: 600px; text-align: center; margin: 20px 0; word-spacing: 5px; }
DIV.page_nav A { color: #0099cc; }
DIV.page_nav SPAN { color: #ff6600; }


/* TEXT BLOCK - RIGHT */

DIV#right_block {
	float: right;
	width: 250px;
}

DIV.nav_block { margin-bottom: 10px; }
DIV.tabs { float: right; height: 35px; }
DIV.tabs A {
	display: block;
	float: left;
	width: 125px;
	background: transparent url(images/disactive_tab.jpg) repeat-x;
	height: 25px;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
}
DIV.tabs A.active { background: transparent url(images/active_tab.jpg) no-repeat; }

DIV.text_block_inner { clear: both; }
DIV.text_block_inner UL { margin: 0; padding: 0 0 0 10px; }
DIV.text_block_inner UL LI { list-style-type: none; height: auto; margin-top: 5px; }
DIV.text_block_inner UL LI A {
	display: block;
	background: transparent url(images/menu_point.jpg) no-repeat left top;
	padding: 0 0 0 20px;
	color: #003399;
	text-decoration: none;
	line-height: 18px;
}

DIV.text_block_inner UL LI A {
	display: block;
	background: transparent url(images/menu_point.jpg) no-repeat left top;
	padding: 0 0 0 20px;
	color: #003399;
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
}

* HTML DIV.text_block_inner UL LI A { height: 15px; }
DIV.text_block_inner UL LI A:hover { text-decoration: underline; }

DIV.banner { margin-bottom: 10px; float: right; }

DIV.nav_block { width: 250px; }
.nav_block .widgettitle {display:none;}
.nav_block.bascket .widgettitle {display:block;}
DIV.nav_block .xb1, 
DIV.nav_block .xb2, 
DIV.nav_block .xb3 { display: block; overflow: hidden; font-size: 0; height: 1px; }

DIV.nav_block .xb2, 
DIV.nav_block .xb3 { border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; }

DIV.nav_block .xb1 {margin: 0 3px; background: #dfdfdf;}
DIV.nav_block .xb2 {margin: 0 1px; background: #fff; border-width: 0 2px;}
DIV.nav_block .xb3 {margin: 0 1px; background: #fff; border-width: 0 1px;}


IMG.alignleft { float: left !important; margin-right: 10px !important; }
IMG.alignright { float: right !important; margin-left: 10px !important; }
DIV.text Ul LI { list-style-type: disc; }


/* FOOTER BLOCK */

DIV#footer {
	height: 69px;
	background-color: #fafafa;
	width: 100%;
}

DIV.inner_footer { width: 860px; margin: 0 auto; overflow: hidden; height: 49px; padding: 20px 9px 0 9px; text-align: left; }

DIV.copyright { float: left; font-size: 11px; color: #333; }
DIV.counter { float: right; }

.b-cat_grid_item {
	display:inline-block;
	margin: 2em 0 0;
	overflow:hidden;
	*display: inline;
	min-height: 40px;
	width: 195px;
	min-width: 195px;
	vertical-align: top;
	zoom:1;
}
.b-cat_grid_item h6 {
	color:#000;
	font-size: 14px;
	font-weight:bold;
	margin: 1em 0 0.5em;
	text-align:center;
}
.b-cat_grid_item h6 a {color:#000;}
.b-cat_grid_item.sub h6 {font-weight:normal;}
.b-cat_grid_item .wpsc_category_grid_item {float:none; margin: 0 auto;}

.wpsc-breadcrumbs {margin: 1em 0;}
.productcol {clear:left;}
.nav_block.bascket .text_block_inner {
	padding: 5px 10px;
}
.nav_block .shoppingcart {
	padding: 5px 0;
	margin-top: 5px;
}

.b-bt {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #87f56c;
	display:inline-block;
	*display: block;
	color:#fff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #666;
}

.b-bt:active {
	position:relative;
	top:1px;
}
.b-bt.green {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #97da00), color-stop(1, #7bc003) );
	background:-moz-linear-gradient( center top, #97da00 5%, #7bc003 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#97da00', endColorstr='#7bc003');
	background-color:#97da00;	
}
.b-bt.green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7bc003), color-stop(1, #97da00) );
	background:-moz-linear-gradient( center top, #7bc003 5%, #97da00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bc003', endColorstr='#97da00');
	background-color:#7bc003;
}
.b-bt.red {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc0511), color-stop(1, #85131e) );
	background:-moz-linear-gradient( center top, #fc0511 5%, #85131e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0511', endColorstr='#85131e');
	background-color:#fc0511;	
}
.b-bt.red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #85131e), color-stop(1, #fc0511) );
	background:-moz-linear-gradient( center top, #85131e 5%, #fc0511 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#85131e', endColorstr='#fc0511');
	background-color:#85131e;	
}
#cart-widget-links .b-bt.green {float:left;}
#cart-widget-links .wpsc_empty_the_cart {float:right;}
