@font-face {
    font-family: "Conv_Arial_Narrow";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/Arial_Narrow.woff") format("woff"), url("/themes/default/fonts/Arial_Narrow.ttf") format("truetype"), url("/themes/default/fonts/Arial_Narrow.svg") format("svg");
}

@font-face {
    font-family: "Conv_Constantia";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/Constantia.woff") format("woff"), url("/themes/default/fonts/Constantia.ttf") format("truetype"), url("/themes/default/fonts/Constantia.svg") format("svg");
}

position: relative; * { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: tahoma, arial; font-size: 14px; color: #010101; background: url("../images/fon.jpg") repeat scroll 0 center transparent; }



a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0; line-height: 0; height: 0; }

*html #main { height: 100%; }


p { margin: 15px 0; line-height: 1.4; font-size: 14px; }
a { text-decoration: underline; color: #000000; }
a:hover { text-decoration: none; }

/* ----- h1- h6 ----- */
h1 { font-size: 24px; color: #000000; margin: 0 0 8px 0; line-height: 1.2; font-weight: normal; font-family: Conv_Arial_Narrow; }
h2 { font-size: 22px; color: #000; margin: 15px 0; line-height: 1.2; font-weight: normal; font-family: Conv_Arial_Narrow; }

h3 { color: #000000;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    margin: 13px 0 8px;
	font-family: Conv_Arial_Narrow;}
    
h4 { font-size: 14px; color: #000000; margin: 0 0 21px 0; line-height: 1.2; font-weight: bold; }

table { border-collapse: collapse; }
input { font-family: arial; font-size: 8pt; color: #000; }
textarea { font-family: arial; font-size: 8pt; color: #000; }
ul {margin: 0px; padding: 0px;  }

 /* ----- header ----- */

#header{
    height: 165px;
    margin: 0 auto;
    overflow: hidden;
    width: 1250px;
    position: relative;
}

#fon_header{
	background: url("../images/fon_header.png") repeat-x scroll 0 10px transparent;
	width: 100%
	}
 
#fon_footer{
	background: url("../images/fon_footer.png") repeat-x scroll 0 50% transparent;
	position: relative;
	}
/* ----- logo ----- */

.logo_bazar{
    left: 18px;
    position: absolute;
}
  
/* ----- adress ----- */
.logo_lakomka{
    left: 324px;
    position: absolute;
	display:block;
	width:159px;
	height:87px;
	background:url('/themes/default/images/sweet.png');
}
.logo_lakomka:hover{
background:url('/themes/default/images/sweet_a.png');

}
.logo_meet:hover{
background:url('/themes/default/images/meet_a.png');
}
.logo_meet{
    left: 310px;
    position: absolute;
	display:block;
	width:159px;
	height:87px;
	background:url('/themes/default/images/meet.png');
	}
	
/* ----- regime ----- */  
.header_phone{
	font-family: Conv_Arial_Narrow;
	font-size: 19px;
	position: absolute;
	right: 5px;
	top: 23px;
	z-index: 10;
}

.header_phone span{
    color: #FFFFFF;
    font-size: 16px;
	}
	
.header_phone b{
    font-family: Conv_Constantia;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
	}	
	
.header_phone a{
    background: url("../images/call.png") no-repeat scroll 0 center transparent;
    color: #FFFFFF;
    font-size: 14px;
    padding: 15px 31px 14px;
    text-align: center;
    text-decoration: none;
	}
		
.header_adress{
    background: url("../images/adress.png") no-repeat scroll 0 0 transparent;
    font-family: Conv_Arial_Narrow;
    height: 145px;
    position: absolute;
    right: 7px;
	z-index:3;
    width: 218px;}
    
.header_adress a{
	color: #ffffff;}
	
.header_adress span {
    font-size: 26px;
	font-family: Conv_Constantia;
}
	
.header_adress p {
    line-height: 1.1;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 84px;
    width: 218px;
}
/* ----- menu_header ----- */ 
.fon_menu{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 60px;
    width: 100%;
}

.menu_header {
  margin: 0 auto;
  padding: 17px 0;
  text-align: center;
  width: 850px;
}


.menu_header li{
    background: url("../images/li_menu.png") no-repeat scroll left 50% transparent;
    float: left;
    list-style: none outside none;
    padding: 2px 30px 2px 36px;
    position: relative;
}
	
.menu_header a{
    border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    font-size: 18px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
	font-family:  Conv_Arial_Narrow;;
	}

.menu_header a:hover{
color: #C30003;}

.menu_header li:first-child {
    background: 0 none;
}
/* ----- main ----- */ 
#main{
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 17px auto 0;
    overflow: hidden;
    width: 1250px;
	min-height:500px;
}


#left_content {
    float: left;
    width: 250px;
}

#center_content {
    float: left;
    margin: 0 auto;
    width: 730px;
	padding: 20px;
}


#right_content {
    float: left;
    width: 229px;
}
.right_b img {
border: 1px solid #F0A326;
margin: 5px 3px;
padding: 2px;
background: #fff;
}
.more {
    background-color: #F0A326;
    border: 1px solid #F0A326;
    border-radius: 7px;
    display: inline-block;
    margin: 10px 0;
}
.more:hover {
    background-color: #E09316;
    border: 1px solid #F0A326;
}
.more a {
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    display: block;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.catalog_item table td img {
    border: 1px solid #F0A326;
    margin-top: 18px;
    padding: 2px;
}
.catalog_one img {
    border: 1px solid #F0A326;
    margin: 0 18px 12px 0;
    padding: 2px;
}

/* ----- left_menu ----- */ 
.left_menu{
    float: left;
    overflow: hidden;
}
.left_menu h3 {
    background: none repeat scroll 0 0 #97A188;
    border: 1px solid #828D6F;
    color: #000000;
    font-family: Conv_Arial_Narrow;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 13px 0 0;
    padding: 10px 0 10px;
    text-align: center;
}

.left_menu li{
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #ebece7 0%, #ebece8 1%, #fdfdfd 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ebece7 0%, #ebece8 1%, #fdfdfd 51%, #ffffff 100%);
    background: -o-linear-gradient(top, #ebece7 0%, #ebece8 1%,  #fdfdfd 51%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ebece7 0%, #ebece8 1%, #fdfdfd 51%, #ffffff 100%);
    background: linear-gradient(top, #ebece7 0%, #ebece8 1%,  #fdfdfd 51%, #ffffff 100%);
	border-bottom: 1px solid #ccc;
	}
	
.left_menu a{
    border-top: 1px solid #EBECE8;
    font-family: Conv_Arial_Narrow;
    font-size: 16px;
    height: 66px;
    padding: 0 0 0 115px;
    text-decoration: none;
	}	
	
.left_menu span{
    position: relative;
    top: 25%;
}
.left_news h3 {
    background: none repeat scroll 0 0 #97A188;
    border: 1px solid #828D6F;
    color: #000000;
    font-family: Conv_Arial_Narrow;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 13px 0 0;
    padding: 10px 0 10px;
    text-align: center;
}
.lm0{
	background: url("../images/obed.png") no-repeat scroll left 0% transparent;
    display: block;
	}
	
.lm1{
	background: url("../images/bliny.png") no-repeat scroll left 0% transparent;
    display: block;
	}	
	
.lm2{
	background: url("../images/pizza.png") no-repeat scroll left 50% transparent;
    display: block;

	}	
	
.lm3{
	background: url("../images/egg.png") no-repeat scroll left 50% transparent;
    display: block;

	}	
	
.lm4{
	background: url("../images/pasta.png") no-repeat scroll left 50% transparent;
    display: block;

	}	
	
.lm5{
	background: url("../images/beef.png") no-repeat scroll left 50% transparent;
    display: block;

	}	
	
.lm6{
	background: url("../images/potato.png") no-repeat scroll left 50% transparent;
    display: block;
    height: 62px;
	}		
	
.lm7{
	background: url("../images/salad.png") no-repeat scroll left 50% transparent;
    display: block;

	}	
	
.lm8{
	background: url("../images/soup.png") no-repeat scroll left 50% transparent;
    display: block;

	}	
	
.lm9{
	background: url("../images/desert.png") no-repeat scroll left 50% transparent;
    display: block;

	}	
	
.lm10{
	background: url("../images/oil.png") no-repeat scroll left 50% transparent;
    display: block;

	}	
	
.lm11{
	background: url("../images/tea.png") no-repeat scroll left 50% transparent;
    display: block;

	}	
		
/* ----- info ----- */ 
.shop_one_rightside textarea {
	border: 1px solid #C8C8C8;
	font-size: 14px;
	height: 65px;
	padding: 3px;
	width: 240px;
}
.shop_one_rightside input[type="text"] {
  border: 1px solid #C8C8C8;
  float: left;
  font-size: 14px;
  padding: 2px;
  text-align: center;
  width: 18px;
}
.comments {
	font-size: 10px;
	padding-right: 5px;
}
.shop_one_rightside .inbasket {
	border: none;
	margin: -7px 0 15px 10px;
}
.shop_addonfield, .shop_properties  {
	line-height: 1.2;
	margin-bottom: 15px;
}
.shop_addonfield span, .shop_properties span {
	float: left;
	line-height: 1.2;
	margin-right: 12px;
	color: #AB7013;
}
.shop_addonfield p, .shop_properties p {
	display: inline;
	line-height: 1.2;
}
.catalog_item {
  padding: 15px 0;
}

.left_news img {
	border: 1px solid #F0A326;
	margin: 5px 3px;
	padding: 2px;
}
.left_news a {
	font-weight: bold;
	margin-top: 3px;
}
.left_news .more {
	text-align: center;
	margin: 10px 45px 30px;
}
.left_news .more a {
	margin: 0;
}
.left_news .catalog_item, .left_news .catalog_item td, .left_news .catalog_item table {
	text-align: center;
}

.catalog_pathway {
    font-size: 14px;
    margin: 14px 27px 5px;
}

.catalog_pathway a {
    color: #4B4F7E;
}

.menu_hit {
    float: left;
    font-family: arial;
    margin-top: 3px;
	width: 730px;
}

.food {
	margin-bottom: 20px;
}
	
.menu_hit h3 {
    background: url("../images/line.png") repeat-x scroll 0 59% transparent;
    color: #000000;
    font-family: Conv_Arial_Narrow;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin: 13px 0 8px;
    text-align: center;

}
	
.menu_hit h3 span{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 13px;
    text-transform: uppercase;
}



.catalog_is_hit {
    background: url("../images/hit.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    padding: 10px 0;
    position: absolute;
    right: 122px;
    top: 100px;
    width: 52px;
}

.menu_sale {
    float: left;
    font-family: arial;
    margin-top: 3px;
	width: 730px;
}

.menu_new {
    float: left;
    font-family: arial;
    margin-top: 3px;
	width: 730px;
}

.catalog_is_sale {
    background: url("../images/sale.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    padding: 10px 0;
    position: absolute;
    right: 122px;
    top: 95px;
    width: 52px;
}

.catalog_is_new {
    background: url("../images/new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    padding: 10px 0;
    position: absolute;
    right: 122px;
    top: 103px;
    width: 52px;
}

.menu_new h3 {
    background: url("../images/line.png") repeat-x scroll 0 59% transparent;
    color: #000000;
    font-family: Conv_Arial_Narrow;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin: 13px 0 8px;
    text-align: center;

}
.menu_new h3 span{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 13px;
    text-transform: uppercase;
}	
.menu_new span{

}
.menu_new span .price, .menu_sale span .price, .menu_hit span .price{
    text-transform: none;
}

.menu_sale h3 {
    background: url("../images/line.png") repeat-x scroll 0 59% transparent;
    color: #000000;
    font-family: Conv_Arial_Narrow;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin: 13px 0 8px;
    text-align: center;

}
	
.menu_sale h3 span{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 13px;
    text-transform: uppercase;
}

.block_main {
    background: none repeat scroll 0 0 #EBECE8;
    min-height: 248px;
    padding: 15px 5px 0 17px;
}	



.food {
border-bottom: 1px solid #C5C5C5;
float: left;
font-size: 16px;
padding-bottom: 17px;
position: relative;
width: 175px;
}
  
.food a{
	color: #000000;
    text-decoration: none;}

.food p{
    1border-bottom: 1px solid #C5C5C5;
    font-size: 14px;
    margin: 0;}
    
.inbasket{
	position: relative;
    top: 5px;
}    
/* ----- basket ----- */
.right_ban {
    float: left;
    margin-top: 14px;
}

.right_ban li{
    list-style: none outside none;
    padding: 0 0 9px;
}


.basket {
  bottom: 0;
  position: fixed;
  right: 0;
  width: 225px;
  z-index: 150;
}

.basket li{
    list-style: none outside none;
    padding: 7px 0;
	position:relative;
	}
.last_basket_img{
position:absolute;
left:-183px;
top:-80px;
display:none;
border: 1px solid #F0A326;
padding: 2px;
background: #fff;
}

.last_basket_img.show{
display:block;
}

.last_basket_link{
cursor:default;
}
.basket a{
	color: #c40001;
	text-decoration: none;
	font-size: 14px;
	font-family: arial;}

.basket p{
	margin: 0px;
	font-size: 14px;
	}

.sum_line{
    background: url("../images/line_basket.png") repeat-x scroll 50% 84% transparent;
    border-top: 1px solid #C5C5C5;
    float: left;
    font-size: 16px;
    margin-top: 16px;
    padding: 16px 0 0;
    width: 100%;
	}

.sum_kol{
	color: #c40001;
    background: none repeat scroll 0 0 #F3F3F3;
    float: left;
	padding: 0 5px 0px 0px;}
	
.sum_price{
background: none repeat scroll 0 0 #F3F3F3;
    float: right;
    padding: 0 5px;
}	

.basket span{
	color: #c40001;}

.basket_line{
    background: url("../images/line_basket.png") repeat-x scroll 50% 84% transparent;
    float: left;
    width: 100%;
}	
	
.kol_basket	{
    background: none repeat scroll 0 0 #F3F3F3;
    float: left;
	padding: 0 5px 0px 0px;}

.sum_basket{
    background: none repeat scroll 0 0 #F3F3F3;
    float: right;
    padding: 0 5px;
}

	
.zakaz{
    left: 27px;
    position: relative;
    text-align: center;
    top: 19px;
}	
	
.top_basket{
    background: url("../images/top_basket.png") no-repeat scroll 0 0;
    height: 74px;
		cursor:pointer;
	}

.center_basket{
    background: url("../images/fon_basket.png") repeat-y scroll 0 0;
    padding: 5px 15px 0 19px;}

.bottom_basket{
   background: url("../images/bottom_basket.png") no-repeat scroll 0 0;
    height: 47px;}
	
.basket_small{
  background: url("../images/basket_small.png") no-repeat scroll 0 0;
    height: 66px;
	cursor:pointer;
}
.basket_small .sum_line{
border: medium none;
margin-left: 10px;
margin-top: 7px;
padding: 0;
width: 200px;
}
	
/* ----- text ----- */
#center_content ul.albums {
    list-style: none outside none;
    overflow: hidden;
    padding: 0 0 15px;
	
}
.albums li {
    float: left;
    margin: 0 15px 0 0;
    padding: 7px 14px;
}
.active_album {
    background: none repeat scroll 0 0 #F0A326;
    border-radius: 14px;
    padding: 3px 5px;
}
.shop_my_basket {
	width: 730px;
}

.shop_my_basket th, .shop_my_basket td {
	border: 1px solid #c8c8c8;
	text-align: center;
	padding: 5px;
}
.shop_my_basket .left {
	text-align: left;
	vertical-align: middle;
}
.shop_my_basket .left span {
	display: block;
	margin: 20px 0 10px;
}
.basket-img-d {
	width: 70px;
	float: left;
	margin: 5px 10px 5px 5px;
}
#center_content {
  text-align: justify;
}
	
#center_content h1 {
    background: url("../images/l.png") no-repeat scroll 100% 59% #FFFFFF;
    color: #C30003;
    display: inline-block;
    font-family: Conv_Arial_Narrow;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 8px;
    padding: 0 23px 0 0;
    position: relative;
    z-index: 2;
}
#center_content ul  {
    padding-left: 50px;
}
#center_content #jslidernews1 ul {
    padding-left: 0;
}
#center_content .shop_basket_btns {
    padding-left: 10px;
}
.shop_user_data th, .shop_user_data td {
	padding: 10px;
	border-bottom: 1px dotted #c8c8c8;
	text-align: left;
}
.error {
	background-color: #ffd400;
	padding: 10px;
	font-weight: bold;
	border: 1px solid red;
}
.shop_user_data input[type="text"] {
  border: 1px solid #C8C8C8;
  float: left;
  font-size: 16px;
  padding: 2px 3px;
  width: 300px;
}
#comment_area {
  border: 1px solid #C8C8C8;
  float: left;
  font-size: 16px;
  padding: 2px 3px;
  width: 300px;
  height: 90px;
}
.shop_send_button  {
  background-color: #F0A326;
  border: 1px solid #F0A326;
  border-radius: 7px;
  display: inline-block;
  margin: 10px 0 10px 210px;
}
.shop_send_button input {
border: 2px solid #FFFFFF;
border-radius: 7px;
display: block;
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
padding: 5px 10px;
text-decoration: none;
background-color: #F0A326;
cursor: pointer;
}
.forbtnMos .more {
	float: right;
	margin: 15px 3px 0 0;
}
.shop_send_button input:hover {
    background-color: #E09316;
}
#top_line {
    border-top: 1px solid #CACACA;
    height: 1px;
    position: relative;
    top: 16px;
    width: 100%;
    z-index: 1;
}
	
#center_content p{
text-indent:20px;
}
#center_content .food p{
font-size: 12px;
line-height: 1;
min-height: 36px;
padding-right: 10px;
text-align: left;
text-indent: 0;
}
.shop_items {
	overflow: hidden;
}
#center_content .food p.price {
	border: none;
	float: left;
	margin-top: 10px;
	min-height: 18px;
}
#center_content .food input {
	float: left;
	margin: 7px 4px 0;
	border: 1px solid #C8C8C8;
	padding: 2px 2px;
	font-size: 14px;
	text-align: center;
	width: 18px;
}
#center_content .food img {
	border: 1px solid #C8C8C8;
}
#center_content .food img.inbasket {
	border: none;
}
/* ----- footer ----- */ 
#footer{
    background: url("../images/footer.png") no-repeat scroll 50% 20% #FFFFFF;
    height: 134px;
    margin: 33px auto 10px;
    overflow: hidden;
    position: relative;
    width: 1250px;
	}
/* ----- menu_footer ----- */ 
.menu_footer{
    position: absolute;
    right: 25px;
    top: 24px;
	}
	
.menu_footer li {
  border-left: 1px solid #000000;
  float: left;
  font-size: 12px;
  list-style: none outside none;
  padding: 0 5px;
}
.menu_footer ul{
padding:0;
}
.menu_footer li:first-child {
    border-left: 0 none;
}
/* ----- logo_footer ----- */ 
.logo_footer{
    height: 127px;
    left: 565px;
    position: absolute;
    top: 0;
    width: 177px;
}

.logo_footer a{
    height: 113px;
    left: 400px;
    position: absolute;
    top: 75px;
    width: 192px;
}

/* ----- contact_footer ----- */ 
.contact_footer{
    left: 28px;
    position: absolute;
    top: 18px;
}
	
.contact_footer p{
	margin: 5px 0px;
	font-size: 12px;
}

/* ----- adress_footer ----- */ 
.adress_footer{
    font-family: Arial;
    left: 28px;
    position: absolute;
    top: 102px;
}
	
.lcount {
    margin-top: 104px;
    position: absolute;
    left: 246px;
}

.adress_footer a{
    font-weight: bold;
    text-decoration: none;
	}
/* ----- eo ----- */ 
.eo {
  font-family: Tahoma;
  font-size: 13px;
  margin-left: 1008px;
  position: absolute;
  text-decoration: none;
  top: 102px;
}

.eo span{
	text-decoration: underline;
}

#trink_quick{
	background: #fff;
	border: 2px solid #FFD186;
	border-radius: 10px 10px 10px 10px;
	height: 420px;
	left: 50%;
	margin: -0px 0 0 -400px;
	position: absolute;
	top: 30%;
	width: 800px;
	z-index: 4321;
}

#blackwrap {
  background-color: #000000;
  left: 0;
  opacity: 0.6;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 2000;
}

#abbclose {
  background: url("/themes/default/images/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #666666;
  display: block;
  font-size: 21px;
  height: 20px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 5px;
  width: 20px;
}

.shop_one {
  padding-left: 40px;
  position: relative;
  width: 730px;
}

.shop_one img {
	border: 1px solid #c8c8c8;
}
.shop_one_leftside {
  float: left;
  min-height: 600px;
  width: 430px;
}

.shop_one_rightside {
  float: left;
  position: relative;
  width: 300px;
}

#shop_add_to_basket_window {
  background-color: #FFFFFF;
  border: 4px solid #C87809;
  display: none;
  left: 36%;
  padding: 20px;
  position: fixed;
  top: 30%;
  width: 300px;
  z-index: 3000;
}
#shop_add_to_basket_window h3 {
  color: #C87809;
}
#shop_add_to_basket_window p {
  color: #000000;
  font-size: 13px;
  margin: 20px 0;
}

#shop_add_to_basket_window a {
  color: #000000;
  font-size: 17px;
  margin: 0;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 7px;
}

.shop_add_photos {
  min-height: 370px;
  overflow: hidden;
}

.slide {
  margin: 15px auto 0;
  width: 100%;
}
/*
#slider-code {
  height: 1%;
  padding: 0;
}

#slider-code .viewport {
  float: left;
  height: 298px;
  overflow: hidden;
  position: relative;
  width: 1250px;
}

#slider-code .overview {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1250px;
}

#slider-code .overview li {
  float: left;
  1height: 300px;
  1margin: 0 20px 0 0;
  1padding: 1px;
  1width: 1250px;
}

#slider-code .pager {
  clear: both;
  list-style: none outside none;
  margin: 0 0 0 243px;
  overflow: hidden;
}

#slider-code .pager li {
  float: left;
}

#slider-code .active {
  background-color: #555555;
  border-radius: 15px;
  color: #FFFFFF;
  opacity: 0.5;
}

#slider-code .pagenum {
  background-color: #FFFFFF;
  color: #555555;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
  padding: 2px 2px 4px 3px;
  text-align: center;
  text-decoration: none;
  width: 15px;
}
*/
.menu_header ul li ul {
  background: none repeat scroll 0 0 #FFFFFF;
  left: 33px;
  padding: 10px;
  position: absolute;
  top: 30px;
  z-index: 10;
  min-width: 220px;
  display: none;
}
.menu_header ul li ul li {
	float: none;
	border: 0;
	background: #fff;
	padding: 10px 0;
	text-align: left;
}

.menu_header ul li ul li a {
	border: 0;
	padding: 5px 0;
}


.call {
    margin-left: -170px !important;
    width: 340px !important;
}
#blackwrap {
    background-color: #000000;
    left: 0;
    opacity: 0.6;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 2000;
}
#wraptrink {
    overflow: hidden;
    width: 100%;
}
#wraptrink_left {
    float: left;
    width: 415px;
}
#divabbclose {
    overflow: hidden;
    text-align: right;
}
#abbclose {
    color: #000000;
display: block;
font-size: 20px;
position: absolute;
right: 9px;
text-decoration: none;
top: 4px;
}
#abbclose:hover {
    text-decoration: none;
}
#wraptrink_left .show_imp_img {
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    margin: 50px 0 0 10px;
    padding: 10px;
    width: 275px;
}
#wraptrink_left .show_imp_descr {
    float: right;
    width: 665px;
}
#trink {
    background-color: #FFFFFF;
    border: 2px solid #C5C5C5;
    border-radius: 8px;
    left: 50%;
    margin: -150px 0 0 -210px;
    position: fixed;
    top: 50%;
    width: 430px;
    z-index: 4321;
}
.mailinput {
    border: 1px solid #C5C5C5;
    margin: 5px;
    padding: 3px 5px;
    width: 220px;
}

.shop_basket_btns {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    width: 75px;
}
.tss .col-count .shop_basket_btns {
    float: left;
    margin-left: 8px;
    width: 30px;
}
.shop_basket_btns li {
    float: left;
    list-style: none outside none;
    margin: 0 2px;
}
.shop_basket_btns a {
    background: url("/themes/default/images/catalog-btns.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 21px;
    text-indent: -9999px;
    width: 21px;
}
.shop_basket_btns a.basket {
    background-position: 0 0;
    width: 26px;
}
.shop_basket_btns a.plus {
    background-position: -26px 0;
}
.shop_basket_btns a.minus {
    background-position: -47px 0;
}
.shop_basket_btns a.delete {
    background-position: -68px 0;
}

.page_basket .basket{
display:none !important;

}
.basket_list_edit{
 border: 1px solid #C8C8C8;
  padding: 2px 3px;
  height:70px;
  width:160px;
  }
  
  .one_photos img{
  margin-right:16px;
  }
  
  #min_price {
	display: none;
  }
  
.text_banner{
  background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #F0A326;
margin: 5px 3px;
padding: 2px;
}
.text_banner h3{
font-size:19px;
}
.text_banner ol{
margin-left: 12px;
padding-left: 15px;
}

.text_banner ol li{
list-style:decimal !important;
}
.catalog_add_photos{
overflow:hidden;
}
.one_photo_list{
float:left;
margin:10px;
}