@import "reset.css";
@font-face{
	font-family: Seg; 
	src: url(/fonts/SEGOEUI.TTF); /* Для IE5-8 */
	src: local(SEGOEUI.TTF), url(/fonts/SEGOEUI.TTF) format('truetype');
}
@font-face{
	font-family: SegBolder; 
	src: url(/fonts/SEGOEUIB.TTF); 
	src: local(SEGOEUIB.TTF), url(/fonts/SEGOEUIB.TTF) format('truetype');
}
@font-face{
	font-family: SegBold; 
	src: url(/fonts/SEGUISB_0.TTF); /*SEGOEUIB.TTF*/
	src: local(SEGUISB_0.TTF), url(/fonts/SEGUISB_0.TTF) format('truetype');
}
@font-face{
	font-family: SegItal; 
	src: url(/fonts/SEGOEUII.TTF); 
	src: local(SEGOEUII.TTF), url(/fonts/SEGOEUII.TTF) format('truetype');
}
@font-face{
	font-family: SegLight; 
	src: url(/fonts/SEGOEUIL_0.TTF); 
	src: local(SEGOEUIL_0.TTF), url(/fonts/SEGOEUIL_0.TTF) format('truetype');
}
@font-face{
	font-family: SegBoldItal; 
	src: url(/fonts/SEGOEUIZ.TTF); 
	src: local(SEGOEUIZ.TTF), url(/fonts/SEGOEUIZ.TTF) format('truetype');
}
@font-face{
	font-family: SegBoldItal; 
	src: url(/fonts/SEGOEUIZ.TTF); 
	src: local(SEGOEUIZ.TTF), url(/fonts/SEGOEUIZ.TTF) format('truetype');
}
html {
	background-color: #fff ;
	font-family:Seg,Tahoma, Arial, Verdana ;
	color:#645f66;
	font-size: 14px;
}


a {
    outline: none;
    color:#49bce5;
}
a:hover {color:#49bce5; text-decoration: underline;}	


.left {float:left;}
.right {float:right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text16 {font-size:16px;}
.text14 {font-size:15px;}
.text12 {font-size:13px;}
.text11 {font-size:11px;}
.text10 {font-size:10px;}
.del {text-decoration: line-through !important;}
.bold {font-face:SegBold;}
.italic {font-face:SegItal;}
.nobg {background:none !important;}
.underline {text-decoration: underline;}
.pb0 {padding-bottom:0px !important;}
.h10 {height:10px;}
.h15 {height:15px;}
.h20 {height:20px;}
.hide {display:none;}

h1, h2, h3, h4,  h5 {
		font-family:Seg,Tahoma, Arial, Verdana ;
		font-size:22px;	
		margin-bottom:7px;
	}
h2 {/*padding-top:15px;*/}
h3 {font-size:19px;}
h2 span , h3 span , h3.green{color:#618f22;}
h4 {font-size:15px;}
h5 {font-size:13px;}
.blue{color:#4bbde5;}
.green {color:#618f22;}	
	
	
.clear {
	clear:both;
}

	/*Opera Fix*/
body:before {
		content:"";
		height:100%;
		float:left;
		width:0;
		margin-top:-32767px;
}
/****/

.wrap {
	width:100%;
	margin: auto;
	background:#FFF;
	min-height: 100%;
	/*background: url(img/bg_top.jpg) center top no-repeat;*/
	background: url(img/bg_top_wp_.jpg) center top no-repeat;
}

#main {
	overflow:auto;
	padding-bottom: 164px;  /* must be same height as the footer*/
	min-width: 1236px;
	width:1236px !important;

	}

.content {
	position:relative;
	min-height:500px;
	text-align:left;
}
div.cont_l {
	float: left;
	width:281px; 

	}
div.cont_r {
	float:right;
	width:945px; 

	}
	div.cont_r p {
		margin:15px 0;
		
	}

div.cont_l ul, div.cont_l ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer {
	width:1236px;
	height:150px; 

		position:relative;
		margin:auto;
		margin-top: -150px; /* negative value of footer height */
		clear:both; 
		text-align: left;
		font-size:14px;
}
.footer a {
	color:#4bbde5;
}
.footer a:hover {
	text-decoration: none;
}
.footer span {
	font-size:20px;
	color:#645f66;
	font-family: SegBold;
	position:relative; top:-5px;
}	
.footer span a {color:#645f66; text-decoration: none;}
.footer_l {
		float:left;
		margin-left:30px;
}
	
.footer_r {
		float:right;
		text-align: right;
		margin-right:12px;
		padding-right: 42px;
		background: url(img/ic_top.gif) no-repeat right top;
		
}
.footer_r p {
	text-align: left;
}
/********/

.header {
	position:relative;
	height:420px;
	text-align:left;

}
.logo {
	width:120px;    
	height:120px;  
	position:absolute; top:45px; left:580px;
	cursor:pointer;
}

.top_phone {
	position: absolute;
	left:21px; top:24px; 
	color:#fff;
	font-family:SegBold,Tahoma,Arial;
	text-shadow: 1px 1px 2px #060606; 
	font-size:24px;
	line-height:34px;
}
.top_phone span {
	font-size:40px;
	font-family: SegBold,Tahoma;
}

.auth {
	position: absolute; top:10px; right:41px;
	color: #0a9ad8;
	font-size:14px;
	font-family:SegBold,Tahoma,Arial;
	}
	.auth a {
	color: #0a9ad8;	
	}
.menu_top {
	position: absolute; top:245px; left:-3px; 
	margin: 0px;
	padding: 0;
	list-style: none;	
	font-family:SegBold,Tahoma,Arial;
	text-shadow: 1px 1px 2px #4e9eb7; 
	font-size:17px;	
}
.menu_top li{
	float:left;
}
.menu_top li a{
	display:block;
	padding:0px 35px 0 15px;
	text-decoration:none;
	color:#fff;
	font-family:SegBold,Tahoma,Arial;

}
.menu_top li a:hover, .menu_top li a.on{
	display:block;
	color:#fff100;
	text-decoration:none;
}

.input_partners {
	position: absolute;
	top:302px; left:250px;
	}
	.input_partners a {
		color: #fff;
		text-shadow: 1px 1px 2px #717171;
		font-size:14px;
		font-family: SegLight;
		text-decoration: none;
	}
	
.top_basket {
	position: absolute;
	top:232px; left:663px;	
	color:#fff;
	font-family: SegBold;
	font-size:20px;
	text-shadow: 1px 1px 2px #717171;
	line-height:30px;
	}
	.top_basket a {
		color:#fff;
		font-size:14px;
		font-family: SegBold;
		position: relative; left:60px; top:-5px;
	}	
	.top_basket span {
		position: relative; left:20px;
		font-family: SegBold;
		font-size:20px;
	}
.soc {
		position: absolute;
		top:325px; left:22px;
}
.soc div {
	float:left;
	width: 31px; height: 31px;
	margin-right: 2px;
}
.soc .cards {
	position: absolute; top:34px; left:-1px;
	width:133px; height:40px;
	background: url(/img/cards_top1.png) -4px bottom no-repeat;
	font-size:11px;
}		
/*************/

.plashka_left, .plashka_middle, .plashka_bottom {
	width:251px; height:26px; /*271*/
	background: url(img/plashka_left.png) left top no-repeat;
	color: #fff;
	font-family: SegLight;
	text-shadow: 1px 1px 1px #818181; 
	font-size:15px;	
	margin-bottom:0px;
	padding:3px 0 6px 20px;
	
}
.plashka_middle {
	width:924px;   /*944*/
	background: url(img/plashka_middle.jpg) left top no-repeat;
	text-align: center;
	margin-bottom:10px;
	}
	.plashka_middle h1 {
		color: #fff;
		font-family: SegLight;
		text-shadow: 1px 1px 1px #818181; 
		font-size:15px;			
			margin:0px;
			padding:0px;
	}

.plashka_bottom {
	width:100%;
	background: url(img/plashka_bottom.jpg) left top no-repeat;
	text-align: center;
	margin-bottom:5px;
}
/******** Menu Catalog *********/
ul.menu_left {
	margin-top:0px;
	margin-bottom:10px;
	color:#645f66;
	line-height:15px;
	font-size:15px;
	
}
ul.menu_left h1 {font-size:15px; margin-bottom:0px;}
ul.menu_left li {
	position:relative;
	width:259px;
	line-height:15px;
	padding:8px 0px 9px 0px;
	background: url(img/bg_delimeter_h.gif) left bottom repeat-x;

	}

ul.menu_left li a {
	color:#4bbde5;
	text-decoration:underline;
	padding-left:45px;
	font-family: SegBold;

	}
	ul.menu_left li a.off {
		color:#645f66;
		text-decoration: none;
		
	}

ul.menu_left li img.icon{
	position:absolute;
	top:7px; left:15px;
}
ul.menu_left li ul {margin-top:7px; margin-bottom: 0px !important;}
ul.menu_left li ul li {
	font-family:SegItal;
	background: url(img/bg_delimeter_h.gif) left top repeat-x;
	margin:0px;
	padding:6px 0 1px 0;
}
ul.menu_left li ul li a {
	padding-left:65px;
	font-family:Seg; /*SegItal*/
	font-style: italic;
	font-size:15px;
}
ul.menu_left .arr_down_blue, ul.menu_left .arr_right_gray, ul.menu_left .arr_down_gray {
	position:absolute;
	top:8px; right:-3px;
	width:15px; height:12px;
	background: url(img/arr_on.png) left top no-repeat;
}
ul.menu_left .arr_down_blue {top:10px;}
ul.menu_left .arr_right_gray  {background: url(img/arr_off_gray.png) left top no-repeat; right:-5px;}
ul.menu_left .arr_down_gray  {background: url(img/arr_on_gray.png) left top no-repeat; top:12px; right:-1px;}
ul.nrm a {
	font-family:Seg!important;
}

/************/
ul.breadcrumb {
	padding: 0;
	list-style: none;

	color:#4bbde5;
	margin:10px 0px 10px 0px;
	font-size:14px;
	font-family: SegBoldItal;
	width:880px;

	
	}	
	ul.breadcrumb li {
		float:left;
		margin-right:5px;
		
	}
	ul.breadcrumb li a {
		color:#4bbde5;
		text-decoration: underline;
		font-family: SegBold;
	}

/****************/
.bx_item_detail {}

.item_l {
	float:left;
	width:640px;
	line-height:20px;
	
}
.item_l .item_pic {
	float:left;
	margin:0px 0px 20px 20px;
}
.item_l .item_text {
	margin:0 0 0 280px;
	position: relative; top:-15px;

}
.item_l .pics {margin:17px 0;}
.item_l .pics div{
	float:left;
	width:71px; height:82px; /*81*/
	background: url(img/bg_item_pic.png) left top no-repeat;	
	padding:6px 0 0 6px;
}
.item_r {
	margin-left:670px;
	width:270px; overflow: hidden;
	
}

/****** mini zakaz *****/
.item_buttons {
	width:100%;
	text-align: center;

}

.item_buttons div.price {
	font-family: SegBold;
	color:#6bbf24;
	font-size: 26px;
	margin-bottom:15px;
}
.item_buttons_counter_block {margin:0 0 20px 0;}
.item_buttons_counter_block a {text-decoration: none;}
a.but_minus, a.but_plus{
	position:relative; left:9px; top:3px;
	width:20px; height:20px;
	font-size:15px; letter-spacing: 8px; line-height:24px;
	padding:1px 0;
	background: url(img/but_minus.gif) no-repeat left top;
}
a.but_plus{
	background: url(img/but_plus.jpg) no-repeat left top;
	left:1px;
}
.discount {
		font-family: SegBold;
		color:#ff8a00;
		font-size:18px;
		margin-bottom:0px;
}
.sertif {
	font-size:11px;
	color:#4bbde5;
	text-align: center;
	margin-top:10px;
	font-family: SegBold;
}
a.bx_bt_button {
	background-color: #76ca2a;
	color:#fff;
	font-family:SegLight,Tahoma,Arial;
	text-shadow: 1px 1px 2px #5b9b20; 
	font-size:16px;
	line-height:34px;
	padding:7px 25px 10px 25px;;	
	text-decoration: none;
}

.review {
	margin:30px 10px 0 0;
	line-height: 18px;
	
}
.review dt {
	float: left;
	width:58px;
	
}
.review dd {
	width:200px; overflow:hidden;
	padding: left:60px;
	font-style: italic;
	font-size:12px;
	line-height: 20px;
	}
	.review dd span {
		color:#4bbde5;
		font-style: normal;
		font-size:16px;
	}
.review div {margin:10px 0 20px 0;}

/*************/
.see_also {
	background: url(img/bg_delimeter_v.gif) repeat-y left top;
	margin: 0px;
}	
.item_also {
	width:280px;
	float:left;
	background: url(img/bg_delimeter_v.gif) repeat-y right top;
	padding:0 15px;
}
.item_also h2 {
	font-family: SegBold;
	font-size:20px;
	color:#645f66;
	margin:0px 0 15px 0 ;
	text-transform: uppercase;
	text-align: center;
	padding:0px;
}
.item_also .pic {
	float:left;

}
.item_also p {
	text-align: justify;
	font-size: 15px;

}
.item_also .item_buttons {
	float:right;
	width:150px;
}






/**********  popup on click buy item ************/
.popup-viewer {
    position:fixed;
    top:50%;
    left:50%;
    z-index:999999999;
    text-align:center;
    width:328px;
    min-height:150px;
    height:150px;
    height: auto !important;
    padding:10px 20px 20px 20px;
    margin:-117px 0 0 -184px;
    background-color:#fff;
    border-radius: 10px;
    border:1px solid #e3e3e3;
}
.close-popup-viewer {
    position:absolute;
    right:8px;
    top:8px;
    cursor:pointer;
    z-index:2;
    height:16px;
    width:13px;
    
}
.popup-goods {
    margin: 5px auto 20px;
    text-align:center;
    width:230px;
}
.popup-icon {margin:10px 0 10px;}
.popup-viewer h3 {
    margin:5px 0 10px 0;

    }
.popup-items {
   text-align: center;
}
.popup-items img {
    display:block; 
    
}
.popup-info {
	text-align: center;
}
.popup-info h5 {
	margin-top:10px;
	text-align: center;
}
.popup-many {font-family: Seg,Arial, sans-serif; font-size:12px; text-align:left;}
.popup-many .del {text-decoration: line-through; color:#898989;}
.popup-many .price {color:#898989;font-size:15px;display:inline;font-size:12px;}
.popup-many .discount {color:#a3dc2e;font-size:15px; margin-left: 10px;font-size:12px; }


.popup-btn a, .popup-btn a.con-shopping , .popup-btn a.issue{
    display:inline-block;
    height:25px;
    width:155px;
    text-align:center;
    line-height:25px;
    color:#fff;
    font-style: italic;
    text-decoration:none;
    margin:0 2px;
    font-size:13px;
}
.popup-btn a:hover {
    text-decoration:none;
    color:#fff100;
}

.popup-btn a.issue {background:#65a509;}
.popup-btn a.con-shopping {background:#f16e13;}

/*************/						



input[type='text'], input[type='password'], .inputtextarea , textarea{
	border:1px solid #c7d5e0;
	padding:3px 9px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
	height:25px;
	width:200px;
}	
textarea, .inputtextarea {height:100px;}
.transparent_input {
	border: 1px solid #d5d5d5;
	border-radius:0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important;
	background: none;
	color: #000;
	font-size: 11px;
	display: inline-block;
	width: 20px !important; height:18px !important;
	text-align: center;
		padding: 0px !important;
		margin: 0px !important;

}
input[type='text']:focus{
	 outline: none; 
	 border:1px solid #45b6b0;	
}
input[type='submit'], a.checkout {
 		min-width:137px;
 		height:31px;
	border:1px solid #3d9cd4;
	padding:1px 10px 2px 10px;
	margin:10px 0 ;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	 		
 	color:#fff;	
 	text-shadow: 1px 1px 2px #3b7a8e;
 	text-align: center;
 	background: #93e3f3 !important; /* Для старых браузеров */
    background: linear-gradient(to top, #4ebfe6, #93e3f3);
 	font-size:15px;
 	font-family:SegLight;
}
input[type='reset'] {
 		min-width:137px;
 		margin:auto !important;
 		height:31px;
	border:1px solid #d43d3d;
	padding:1px 10px 2px 10px;
	margin:5px 0 ;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	 		
 	color:#fff;	
 	text-shadow: 1px 1px 2px #3b7a8e;
 	text-align: center;
 	background: #f39191; 
    background: linear-gradient(to top, #e75454, #f39191);
 	font-size:15px;
 	font-family:SegLight;
}		

