body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
fieldset,img { 
	border:0;
}

body {
  width: 100%;
  font: 11px Tahoma;
  color: #4C3F39;
}

a {color:#8EA436;text-decoration:underline}
a:hover {text-decoration:none;}


/***********************************/

#main {
  width:1000px;
  margin: 10px auto;
}

#logo {
  float: left;
  width: 256px;
  height: 110px;
  margin: 0 20px 0;
}


/*****************= Menu =******************/

.menu {
  float: left;
  width: 655px;
  height: 82px;
  margin: 21px 0 20px 10px;
  background: url('menu.jpg') no-repeat;
}
.menu ul.menu_ulli {
	float:left;
	margin-left:70px;
}
.menu ul.menu_ulli li {
	background:url('menu_li.gif') 0 60% no-repeat;
	float:left;
	padding-left: 10px;
	margin: 15px 7px 15px 11px;
}
.menu ul.menu_ulli li a {
    text-decoration: none;
	color:#41342e;
	font-size:11px;
	border-bottom:dotted 1px #41342e;
}
.menu ul.menu_ulli li a:hover {color:#8EA436;border-bottom:none;}

.menu div.menubottom {
	float: left;
	margin: 8px 0 0 85px;
	width:502px;
}
.menu div.menubottom input.login {
	width:114px;
	padding:3px;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#b1b1b1;
	border:none;
	float:right;
	margin-left:5px;
}
.menu div.menubottom input.login_ok {
	float:right;
	margin:-2px 10px 0 12px;
}

.menu div.menubottom span.del {
    float: left;
    margin: 2px 11px;
}
.menu div.menubottom span.review {
	float: right;
	width: 5px;
	height: 27px;
	margin: -4px 11px 0 0px;
	background: url('menu_del.png') left no-repeat;
}
.menu div.menubottom a {
	float: left;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
 	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding:2px 5px 3px;
}
.menu div.menubottom a:hover {background:#FFF;}

.in_login {margin: 1px 0 0 85px !important;}
.in_login a {padding:1px 5px 2px !important;}

.menu ul.menu_ulli li .podmenu {
	width:154px;
	height: auto;
	position:absolute;
	margin:-2px 0 0 0px;
	padding:5px 0 0;
}
.menu ul.menu_ulli li .podmenu .podmenu_c {
	background:url('top_v_menu_r.png') right top repeat-y;
	float:right;
}
.menu ul.menu_ulli li .podmenu ul {
	background:#edeaea;
	width:124px;
	margin:-4px 7px 0 3px;
	padding:0;
	float:right;
}
.menu ul.menu_ulli li .podmenu ul li {
	background:none;
	float:none;
	padding:2px 0 2px 8px;
	margin:0;
}
.menu ul.menu_ulli li .podmenu ul li a {
	background:url('podmenu_kv_1.gif') left 7px no-repeat;
	text-decoration:none;
	border:none;
	display:block;
	padding-left:8px;
}
.menu ul.menu_ulli li .podmenu ul li a:hover {
	background-image:url('podmenu_kv.gif');
	color:#5b8600;
}
.podmenu_t {
	background:url('top_v_menu_t.png');
	width:134px;
	height:11px;
	float:right;
}
.podmenu_b {
	background:url('top_v_menu_b.png');
	width:131px;
	height:13px;
	margin-left:3px;
	float:right;
}


/*****************= Block =******************/

.block {
	margin-bottom:20px;
}
.block  h4.bl_title {
	background:url('block_title.jpg');
	width:170px;
	height:24px;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	padding:12px 0 0 25px;
	margin-bottom:9px;
}
.block p.bl_c {margin-left:10px;width:177px;}


/****************= Left colum =*******************/

#left {
  float: left;
  width: 200px;
  margin: 10px 15px 0 45px;
}

ul.left_menu {margin-left:10px;}
ul.left_menu li {
	background:url('left_menu.jpg') left top no-repeat;
	width:179px;
	min-height:17px;
	margin-bottom:4px;
}
ul.left_menu li a {
	display:block;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding-left:24px;
}
ul.left_menu li ul {margin-left:27px; margin-top:5px;}
ul.left_menu li ul li {
	background: none;
	width:135px;
	height: auto;
	margin-bottom:0;
	border-bottom:1px dashed #000;
}
ul.left_menu li ul li a {
	color:#41342e;
	padding:1px 0 3px;
}
ul.left_menu li ul li a:hover {color:#728d06;} /* íàâèãàöèÿ */

ul.other {width:170px; margin-left:15px;}
ul.other li {background:url('bl_left_1.gif') left center no-repeat;	margin:5px 0;}
ul.other li.bl_left_2 {background-image:url('bl_left_2.gif');}
ul.other li.bl_left_3 {background-image:url('bl_left_3.gif');}
ul.other li a {
	display:block;
	color:#41342e;
	padding-left:30px;
	text-decoration:none;
}
ul.other li a:hover {color:#728d06;} /* ÐÀÇÍÎÅ */

div.service {
	text-align:center;
	width:200px;
}
div.service a {
	color:#728d06;
	border-bottom:dashed 1px #728d06;
	text-decoration:none;
}
div.service a:hover {
	color:#41342e;
	border-bottom:none;
}
div.service div {
	background:url('service_line.gif') top center no-repeat;
	text-align:left;
	color:#6f615b;
	margin:6px 0 20px;
	padding-top:6px;
	padding-left:15px;
} /* ÑÅÐÂÈÑÛ */

div.service div.partner {text-align:center !important; padding:5px 0;}
div.service div.partner img {margin:6px 0;}
div.service div.partner a {color:#41342e; border-bottom-color:#41342e;}
div.service div.partner a:hover {color:#728d06;} /* ÏÀÐÒÍÅÐÊÈ */


/****************= Center =*******************/

#center {
  float: left;
  width: 480px;
  margin: 10px 15px 0 0;
}

.search_form {
	height:23px;
	width:347px;
	border: 1px solid #e3e3e3;
 	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding:0 4px;
	margin:7px 0 0 17px;
	color:#bbb8b7;
	float:left;
	
	/* For IE */
	border-left:none\0/;
	border-right:none\0/;
	margin-left:0\0/;
	height:19px\0/;
	padding-top:3px\0/;
}
.search_left {/* For IE */
	float:left;
	background:url('search_left.gif') left center no-repeat;
	height:24px;
	width:8px;
	margin-top:7px;
}
.search_right {/* For IE */
	float:left;
	background:url('search_right.gif') left center no-repeat;
	height:24px;
	width:8px;
	margin-top:7px;
}
.search_buttom {
	width:74px;
	height:23px;
	border:0;
	float:left;
	margin:8px 0 15px 10px;
}

.c_serv_left {
	background:url('content_serv_left.gif');
	width:50px;
	height:31px;
	float:left;
	margin:-5px 0 0 0;
}
.c_serv_bg {
	background:url('content_serv_bg.gif') repeat-x;
	height:22px;
	margin:0 0 -3px 0;
}
.c_serv_bg a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
	font-size:14px;
	margin-left:-10px;
}
.c_serv_right {
	background:url('content_serv_right.jpg');
	width:13px;
	height:22px;
	float:right;
}
.c_serv_cont {
	background:#f1efeb;
	border:2px solid #edece6;
	padding:8px 13px;
	margin:-10px 6px 10px 34px;
}
.c_s_c_b_left {
	background: url('content_serv_bottom_left.gif') left bottom no-repeat;
	width:13px;
	height:13px;
	position:absolute;
	margin:-3px 0 0 -15px;
}
.c_s_c_b_right {
	background: url('content_serv_bottom_right.gif') left bottom no-repeat;
	width:13px;
	height:13px;
	position:absolute;
	margin:-3px 0 0 412px;
}

.c_links {margin:7px 0 13px; height:18px;}
.c_links span {	
	color:#41342e;
	text-decoration:none;
	font-size:14px;
	border-bottom:1px dashed #41342e;
	float:left;
}
.c_links a {
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	border:none;
	display:block;
}
.c_link_r {
	background:url(c_link_buttom.jpg);
	width:100px;
	height:16px;
	padding-top:1px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	float:right;
}

.hosting_left {
	width:252px;
	border-right:1px dashed #c6c4c0;
	float:left;
	margin-top:25px;
}
.hosting_left .c_links {margin-top:-25px;}
.hosting_left  ul li {
	background:left top no-repeat;
	padding-left:35px;
	color:#6f625d;
	font-size:12px;
	margin:9px 0;
}
.hosting_left  ul li .host_ball {
	width:22px;
	height:22px;
	float:right;
	margin-right:5px;
}
.hosting_left  ul li.host_1 {background-image:url('hosting-1.jpg');}
.hosting_left  ul li.host_1 .host_ball {background-image:url('h_ball-1.jpg');}
.hosting_left  ul li.host_2 {background-image:url('hosting-2.jpg');}
.hosting_left  ul li.host_2 .host_ball {background-image:url('h_ball-2.jpg');}
.hosting_left  ul li.host_3 {background-image:url('hosting-3.jpg');}
.hosting_left  ul li.host_3 .host_ball {background-image:url('h_ball-3.jpg');}
.hosting_left  ul li.host_4 {background-image:url('hosting-4.jpg');}
.hosting_left  ul li.host_4 .host_ball {background-image:url('h_ball-4.jpg');}
.hosting_left  ul li.host_5 {background-image:url('hosting-5.jpg');}
.hosting_left  ul li.host_5 .host_ball {background-image:url('h_ball-5.jpg');}
.hosting_left  ul li span {color:#97948d;font-size:11px;}
.hosting_left  ul li .host_zakaz {
	background:url('h_zakaz.gif');
	width:80px;
	height:17px;
	float:right;
	margin:5px 20px 0 0;
}

.hosting_right {
	width:210px;
	margin-left:16px;
	float:left;
	margin-top:25px;
}
.hosting_right .c_links {margin-top:-25px;}
.hosting_right a {
	text-decoration:none;
	border-bottom:1px dotted #728d06;
	color:#728d06;
}
.hosting_right a:hover {border:none;}
.hosting_right table {width:210px;}
.hosting_right table tr td {
	height:30px;
	text-align:center;
}
.hosting_right ul li {
	background:url('menu_li.gif') left 5px no-repeat;
	padding-left:12px;
	margin:5px 0 14px 9px;
}
.hosting_right ul li p {
	margin:8px 0 0 0;
}
.hosting_right ul li span {color:#728d06;}
.hosting_right .host_price {
	float:left;
	margin-left:40px;
}

ul.c_ob {margin-bottom:20px;}
ul.c_ob li {
	border-bottom:1px dashed #c6c4c0;
	margin:5px 0;
	padding-bottom:5px;
}
ul.c_ob li a {
	font-size:12px;
	color:#728d06;
	text-decoration:none;
}
ul.c_ob li a.c_ob_user {color:#97948d;}
ul.c_ob li a:hover {text-decoration:underline;}

ul.c_bottom {
	margin:-40px 0 0 310px;
	float:left;
	position:absolute;
}
ul.c_bottom li {
	background:url('c_bottom_bg.gif') left top repeat-x;
	height:17px;
	padding:5px 10px 0;
	float:left;
}
ul.c_bottom li.c_b_line {
	background:url('c_bottom_line.png');
	width:3px;
	height:22px;
	padding:0;
}
ul.c_bottom li a {
	color:#594e37;
	text-decoration:none;
}
ul.c_bottom li a:hover {text-decoration:underline;}
.c_b_left {
	background:url('c_bottom_left.jpg');
	width:13px;
	height:22px;
	float:left;
	margin:-5px 0 0 -10px;
}
.c_b_right {
	background:url('c_bottom_right.jpg');
	width:12px;
	height:22px;
	float:right;
	margin:-5px -10px 0 0;
}


/********= Short & Full story =********/

ul.post_header li {float:left; padding:1px 0;}
ul.post_header li.title {
	background:url('square.png') 0 5px no-repeat;
	width:369px;
	padding:0 4px 0 10px;
}
ul.post_header li.title a {
	font-size:12px;
	color:#000;
	text-decoration:none;
}
ul.post_header li.title a:hover {border-bottom:1px dashed #000;}
ul.post_header li.post_date {
	background:url('c_date.gif') left center no-repeat;
	padding-left:21px;
	padding-right:10px;
}
ul.post_header li.comm {
	background:url('c_comm.jpg') left center no-repeat;
	padding-left:21px;
}

.post_text {margin:10px 0; color:#6f625d;}

.post_footer {
	margin:0 20px 40px; 
	border-top:1px dashed #bebab8;
	padding:7px 0 0;
}
.post_footer .p_f_link {
	background:url('post_link.png');
	width:82px;
	height:16px;
	padding-top:2px;
	float:left;
	margin:0 6px;
	color:#FFF;
	text-align:center;
}
.post_footer .p_f_full_link {
	background:url('post_full_link.png');
	float:right;
	margin:0;
}


.fullstory_img {
  width: 464px;
  height: 157px;
  background: url(fullstory.png) no-repeat;
  padding-top: 6px;
}
.fullstory_img p {
  margin: 5px 0 0 240px;
  padding: 0;
}
.fullstory2_img {
  width: 364px;
  height: 107px;
  background: url('fullstory.png') no-repeat;
  padding-top: 6px;
}
.fullstory2_img p {
  margin: 240px 0 0 5px;
  padding: 0;
}
p.storytitle {
  color: #8DB000;
  margin: 5px 0;
  font-weight: Bold;
  text-transform: uppercase;
  font-size: 16px;
}

div.dashpx {
  float: left;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  border-bottom: 1px dotted #BEBAB8;
}

div.premiumAccount {
  width: 464px;
  height: 201px;
  background: url('premium.jpg');
  margin: 10px auto;
  float: left;
}
div.sameAccount {
  float: left;
  width: 464px;
  height: 172px;
  background: url('same.png');
  margin: 10px auto;
}
div.sameAccount li {
  list-style-type: none;
  margin-left: 110px;
  margin-top: 17px;
}

p.error {
	background: url(error.gif) no-repeat top left;
	color: #CC0000;
	padding-left: 25px;
}

p.message {
	background: url(info.gif) no-repeat top left;
	color: #2C79B3;
	padding-left: 25px;
}
p.tips {
	background: url(tips.gif) no-repeat top left;
	color: #E58C00;
	padding-left: 25px;
}


/*******= Comments =********/

table.dashTable
{
  width: 416px;
  margin: 0 auto;
}
table.dashTable tr.top {
  height: 17px;
  background: url('dashtop.png') no-repeat;
}
table.dashTable tr.middle {
  background: url('dashcenter.png');
}
table.dashTable tr.bottom {
  height: 17px;
  background: url('dashbottom.png') no-repeat;
}
table.dashTable p {
  margin: 0 10px;
}


/****************= Right colum =*******************/

#right {
  float: left;
  width: 220px;
  margin: 10px 20px 0 0;
}

#right .block  h4.bl_title {margin-bottom:16px;}

#right ul.support {margin-left:15px;}
#right ul.support li {
	background:url('support.jpg') left center no-repeat;
	height:25px;
	padding:5px 0 0 33px;
	margin-bottom:10px;
}
#right ul.support li a {
	text-decoration:none;
	color:#41342e;
	border-bottom:1px dashed #41342e;
}
#right ul.support li a:hover {border-bottom:none;} /* ÏÎÄÄÅÐÆÊÀ */

#right ul.block_comm {margin:0 10px 0 7px;}
#right ul.block_comm li div {
	float:left; 
	width:153px;
	margin-bottom:15px;
}
#right ul.block_comm li a {text-decoration:none;}
#right ul.block_comm li a:hover {text-decoration:underline;}
#right ul.block_comm li a img.b_c_img {
	float:left;
	width:40px;
	margin-right:10px;
} /* ÊÎÌÌÅÍÒÀÐÈÈ & ÎÒÇÛÂÛ */

#right ul.b_stats {margin:0 0 0 30px;}
#right ul.b_stats li {
	background:url('menu_li.gif') 0 5px no-repeat;
	font-size:12px;
	padding-left:10px;
	margin-bottom:15px;
}
#right ul.b_stats li span {color:#728d06;}
#right ul.b_stats li ul {}
#right ul.b_stats li ul li {
	background:url('b_stats_plus.gif') 0 7px no-repeat;
	padding-left:7px;
	margin-bottom:0;
} /* ÑÒÀÒÈÑÒÈÊÀ */

#right ul.top_product {margin:0 29px 0 10px;}
#right ul.top_product li {
	background:url('top_shop.jpg') left center no-repeat;
	min-height:30px;
	padding-left:37px;
	padding-top:2px;
	margin-bottom:6px;
}
#right ul.top_product li a {
	color:#41342e;
	text-decoration:none;
	padding-bottom:1px;
}
#right ul.top_product li a:hover {
	background:url('shop_top_line.gif') left bottom repeat-x;
	color:#577b00;
}
#right ul.top_product li span {color:#577b00; border:1px dotted #000;} /* ÒÎÏ ÒÎÂÀÐÎÂ */

#right ul.bests {margin:0 22px 0 15px;}
#right ul.bests li {
	background:right top no-repeat;
	margin-bottom:20px;
	padding-top:10px;
}
#right ul.bests li div {margin:0 0 6px 0;}
#right ul.bests li.num1 {background-image:url('num1.jpg');}
#right ul.bests li.num1 div {
	background:url('bodyclick.gif'); 
	width:153px; 
	height:22px;
}
#right ul.bests li.num2 {background-image:url('num2.jpg');}
#right ul.bests li.num2 div {
	background:url('indek.jpg');
	width:84px; 
	height:18px;
}
#right ul.bests li.num3 {background-image:url('num3.jpg');}
#right ul.bests li.num3 div {
	background:url('mainlink.jpg'); 
	width:113px;
	height:24px;
} /* ËÓ×ØÈÅ */


/****************= Footer =*******************/

#footer {
  float: left;
  width: 100%;
  height: 66px;
  margin: 55px 0 10px;
  background: url('footer.jpg') center center no-repeat;
}
p.foote_img a img {
	float: right;
	margin:20px 15px 0 23px;
}


/* ========== Ðåéòèíã ñòàòüè  ========== */

.rating {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 85px;
	height: 16px;
	margin-right:10px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 16px;
	position: relative;
	background-image: url('rating.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 17px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url('rating.jpg');
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }	
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
	background-image: url('rating.jpg');
	background-position: left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}


/* ========== Íàâèãàöèÿ  ========== */

.navigation {
	color:#000; 
	border:0px;
}
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #000;
	background:url('navigation.jpg') center center no-repeat;
	padding:5px 8px;
	font-size:11px
}
.navigation a:hover {
	color:#8ca100;
}
.navigation span {
	background:url('navigation.jpg') center center no-repeat;
	text-decoration:none;
	padding:5px 8px;
	color:#8ca100;
	font-size:11px;
}
.navigation span.nav_ext {
        border: none;
        background: transparent;
}


/********************************************/

.quote {
	color: #000000;
	FONT: 9pt Verdana; 
	text-align:justify;
	background-color: lightyellow; 
	border: 1px dotted rgb(190,190,190);
	padding: 5px;
}

.infobox { background: url(infob.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

#top a {float:left;margin:5px;text-decoration:none;}
.best {display:block;width:37px;height:40px;background:url(/images/best.jpg) 0 0 no-repeat;color:#fff;}
.new {display:block;width:37px;height:40px;background:url(/images/new.jpg) 0 0 no-repeat;color:#fff;}
.akciya {display:block;width:52px;height:16px;background:url(/images/akciya.jpg) 0 0 no-repeat;color:#fff;}
.but {display:block;width:60px;height:17px;background:url(/images/but.jpg) 0 0 no-repeat;padding:0 0 0 20px;color:#fff;}
.all {display:block;width:33px;height:14px;background:url(/images/all.jpg) 0 0 no-repeat;color:#fff;}

.clear {clear:both;}
.dist {margin:30px 0;clear:both;}
.top1 {font-size:120%;border-bottom:2px dotted;display:inline;font-weight:normal;}
.top2 {font-size:100%;font-weight:normal;color:#fff;background:url(/images/style2.jpg) 0 0 no-repeat;padding:2px 1px 3px 9px;margin:10px 0;}
.top3 {font-size:100%;font-weight:normal;border-bottom:2px dotted;display:inline;}
.list {margin:10px;list-style:none}
.list li{background:url(/images/mark.gif) 0 8px no-repeat;padding:3px 0 0 10px;position:relative;}
.news {font-size:100%;font-weight:normal;background:url(/images/newsmark.gif) 0 6px no-repeat;padding:0 0 0 10px;}

img {border:0}
.comment {width:453px;}
.user {float:left;width:90px;font-size:90%;text-align:center;}
.text {float:left;width:343px;font-size:90%;position:relative;left:-5px}
.username {font-size:100%;color:#728d06;text-decoration:none;padding:0}
.info {float:left;text-align:left;padding:0 0 0 5px}
.user img {margin:5px 0;}
.date {text-align:right;color:#728d06;font-size:90%;padding:0 5px 3px 0;}
.text a {float:right;margin:0 10px 0 0;text-decoration:none;border-bottom:1px dotted #9a8f8f;color:#9a8f8f;}

.important {padding:0 32px 7px 0;background:url(/images/znak.png) 100% 100% no-repeat;width:364px;margin:10px 0 0 35px;}
.important p {width:342px;background:#eae9e4;padding:11px;font-size:90%;}

.tags {background:url(/images/tags.png) 0 0 repeat-y;}
.intags {background:url(/images/tags-top.jpg) 0 0 no-repeat;}
.intags2 {width:416px;background:url(/images/tags-bot.jpg) 0 100% no-repeat;padding:7px 12px;}
.tags a {color:#678100;display:block;float:left;padding:3px;text-decoration:none}
.tags a:hover {color:#211b0c;}


.podskazka {background:#ebeae6 url(/images/ltc.gif) 0 0 no-repeat;width:152px;}
.podskazka .in1 {background: url(/images/rtc.gif) 100% 0 no-repeat;width:152px;}
.podskazka .in2 {background: url(/images/rbc.gif) 100% 100% no-repeat;width:132px;padding:10px;}
.podskazka p {font-size:90%;}

.webmoney {background:url(/images/webmoney.png) 0 0 no-repeat;width:42px;height:66px;}
.note {background:url(/images/note.jpg) 0 0 no-repeat;width:48px;height:47px;}
.cash {display:block;background:url(/images/cash.jpg) 0 0 no-repeat;width:94px;height:25px;text-decoration:none;color:#fff;text-align:center;padding:3px 0 0 0;}
.take {display:block;background:url(/images/take.jpg) 0 0 no-repeat;width:94px;height:25px;color:#fff;text-align:center;padding:3px 0 0 0;text-decoration:none;}

.brain a {background:url(/images/brain.gif) 100% 2px no-repeat;padding:0 15px 0 0;color:#728d06;text-decoration:none;border-bottom:1px dotted #c6c4c0;}
.brain li {background:none;line-height:150%;}
.brain span {color:#97948d;}

.preim {height:183px;position:relative;background: url(/images/plus.jpg) 253px 78px no-repeat;}

.plus {background:#f0f0ee url(/images/pltc.gif) 0 0 no-repeat;}
.plus .in1 {background: url(/images/prtc.gif) 100% 0 no-repeat;}
.plus .in2 {background: url(/images/prbc.gif) 100% 100% no-repeat;}
.plus .in3 {background: url(/images/plbc.gif) 0 100% no-repeat;}
.plus p {font-size:90%;padding:6px 20px 6px 10px;width:196px;}


.pr1 {position:absolute;top:16px;left:155px}
.pr2 {position:absolute;top:66px;left:311px}
.pr3 {position:absolute;top:127px;left:288px}
.pr4 {position:absolute;top:126px;left:28px}
.pr5 {position:absolute;top:67px;left:12px}


.bonus {height:188px;position:relative;background: url(/images/bonus.jpg) 243px 64px no-repeat;}

.bon {background:#f0f0ee url(/images/pltc.gif) 0 0 no-repeat;}
.bon .in1 {background: url(/images/prtc.gif) 100% 0 no-repeat;}
.bon .in2 {background: url(/images/prbc.gif) 100% 100% no-repeat;}
.bon .in3 {background: url(/images/plbc.gif) 0 100% no-repeat;}
.bon p {font-size:90%;padding:6px 20px 6px 10px;width:196px;}

.b1 {position:absolute;top:9px;left:177px}
.b2 {position:absolute;top:66px;left:311px}
.b3 {position:absolute;top:127px;left:288px}
.b4 {position:absolute;top:126px;left:28px}
.b5 {position:absolute;top:59px;left:12px}

.rand h1 {background: url(/images/rand.png) 0 100% no-repeat;color:#678706;font-size:200%;font-weight:normal;padding:0 0 5px 0;margin:0 0 5px 0;}
.rand ul {list-style:none}
.rand li {background: url(/images/newsmark.gif) 0 7px no-repeat;padding:0 0 0 10px;line-height:150%; margin:0px;}

.garant {width:368px;height:64px;background: url(/images/garant.png) 0 0 no-repeat; margin-left:50px;} 
.garant p {padding:0px 10px 11px 59px;font-size:90%;line-height:100%;color:#414141;} 
.garant span {font-weight:bold;color:#678706}
.garant a {text-decoration:none;border-bottom:1px dotted;color:#414141;}

.teaser {width:456px;height:112px;background: url(/images/teaser.png) 0 0 no-repeat;}
.teaser h1 {color:#fff;font-weight:bold;font-size:100%;text-align:right;padding:7px 35px 10px 0;}
.teaser p {color:#fff;font-size:90%;padding:0 20px 10px 250px;line-height:100%;}
.teaser a {color:#f61c1c;text-decoration:none;}

.ban {background: url(/images/ban.png) 0 0 repeat-y; margin:7px 0 0 25px;}
.ban .in1{background: url(/images/ban-top.png) 0 0 no-repeat;}
.ban .in2{width:378px;background: url(/images/ban-bot.png) 0 100% no-repeat;padding:16px;font-size:90%;}
.ban p {color:#414141}
.dot {text-decoration:none;border-bottom:1px dotted;color:#414141;}
.red {color:#de6e01;}

.aten {width:207px;height:187px;background: url(/images/atention.png) 0 0 no-repeat;padding:41px 10px 0 10px;}
.aten  h1 {color:#ff0000;font-weight:bold;font-size:90%;text-align:center;}
.aten p {font-size:90%;padding:5px 20px 0 45px;line-height:100%;}

.aten2 {width:188px;height:187px;background: url(/images/aten2.png) 0 0 no-repeat;padding:52px 10px 0 10px; margin-top:15px;}
.aten2 p {font-size:90%;padding:5px 20px 0 20px;line-height:100%;color:#fff}
.yteas {text-align:center;width:380px;height:52px;background:url(/images/yteas.png) 0 0 no-repeat;padding:15px 11px;font-size:90%;color:#fff;line-height:100%;margin-left:35px;}
.yteas span {border-bottom:1px dotted}

.ch_header {
  text-align: center;
}
.ch_left {
  width: 226px;
  min-height: 43px;
  background: #EBE9DD url('ch_topleft.png') no-repeat;
  margin: -10px auto 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.ch_right {
  width: 226px;
  min-height: 41px;
  background: #EBE9DD url('ch_topright.png') no-repeat;
  margin: -10px auto 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.ch_footer {
  width: 226px;
  min-height: 29px;
  background: url('ch_bottom.png') no-repeat;
  margin: 0 auto 20px auto;
}
div.icon p {
  padding: 10px 15px 0 0;
}
div.icon p.icon {
  padding: 3px 0 5px 20px;
  border-bottom: 1px dashed #D2D0C6;
}
div.discounts p.header {
  color: #94AC32;
  font-size: 16px;
  padding: 5px 0 5px 20px;
}
div.discounts p.content {
  font-size: 12px;
  padding-left: 40px;
}
div.discounts p.content a {
  color: #000000;
}
#left div.top p.topimg, #right div.top p.topimg {
	color: #4C3F39;
	margin-top: 5px;
	text-align: center;
	padding: 0;
}
#left div.top p, #right div.top p {
  padding: 5px 10px 0 15px;
}
.left_blok_alling {margin-left:-20px;}

.fast_comm a {
	color:#999;
	border-bottom:1px dotted #999;
	text-decoration:none;
	float:right;
}
.fast_comm a:hover {border-bottom:none;}