
/* 002-main.css */
/*   ==reset==   */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	outline:0;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Pages stile */
body{
	font-family: Verdana;
	font-size: 12px;
	width: 1020px;
	padding: 30px;
	margin: 0 auto;
}
body a{
	text-decoration: none;
}
.title{
	width: 100%;
	display: block;
	float:none;
	clear: both;
	border-top: 1px solid #ccc;
	margin: 30px 0 15px;
	position: relative;
}
h1{
	font-size: 20px;
	display: inline-block;
	position: relative;
	padding-right: 15px;
	top: -14px;
	line-height: 22px;
	background: #fff;
	font-weight: bold;
}
h2{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	color: #000;
	display: block;
}
a{
	color: #000;
}
a:hover{
	text-decoration: underline;
}
p{
	margin: 5px 0;
}
.outer{
	width: 1020px;
	margin: 0 auto;
}
.nline{
	clear: both;
	float: none;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}

#logo{
	height: 70px;
}
#logo img{
	height: 30px;
}

#storage{
	color: #444;
	font-family: Arial;
	font-size: 12px;
}
#storage a{
	color: #444;
	text-decoration: underline;
}

#leftcolumn{
	width: 150px;
	color: #252525;
	font-family: 'Cuprum', sans-serif;
}
	#menu{
		list-style: none;
		font-size: 18px;
	}
		#menu a{
			font-weight: bold;
			color: #111;
			text-decoration: none;
			display: block;
			padding: 5px;
			margin: 5px 0;
		}
		#menu .sel > a,
		#menu a:hover {
			background: #00aeef;
			color: #fff;
		}
		.submenu{
			list-style: none;
			font-size: 16px
		}
			#menu .submenu a{
				width: 120px;
				margin-left: 20px;
			}
	#leftcolumn .info{
		border-top: 1px solid #ccc;
		width: 100%;
		margin: 10px 0;
		font-size: 13px;
		font-weight: bold;
	}
	#leftcolumn .search{
		margin: 15px 0;
		position: relative;
	}
	#leftcolumn .search input{
		padding: 4px 21px 4px 5px;
		width: 122px;
		border: 1px solid #ccc;
		color: #969696;
		font-size: 12px;
		font-style: italic;
	}
	#leftcolumn .search .btn_search{
		display: block;
		width: 13px;
		height: 13px;
		background: url("img/ico_search.png") no-repeat;
		position: absolute;
		right: 7px;
		top: 8px;
		border: none;
		font-size: 0;
		cursor: pointer;
		padding: 0;
	}
	#ship_info{
		margin: 15px 0;
	}
	#ship_info .head{
		text-decoration: underline;
		color: #484747;
		margin: 10px 0;
		cursor: pointer;
		font-size: 14px;
		font-weight: bold;
	}
	#ship_info .text{
		display: none;
		margin: 12px 0px;
		width: 150px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 8px;
		font-size: 12px;
	}
	#paymethod{
		margin-top: 20px;
	}
	#paymethod span{
		color: #a1a1a1;
		font-size: 12px;
		font-family: Arial;
		font-style: italic;
	}
	#paymethod img{
		margin: 10px;
	}

#rightcolumn{
	width: 775px;
	font-family: 'Cuprum', sans-serif;
}

#topslider{
	position: relative;
	color: #fff;
	border: 1px solid #ccc;
	font-family: 'Cambria', sans-serif;
}
	#topslider .description{
		position: absolute;
		left: 0px;
		bottom: 15px;
		background: #38b64a;
		padding: 10px 20px;
		z-index: 100;
	}
		#topslider .description a{
			color: #fff;
			font-size: 21px;
		}
	#topslider .nav{
		position: absolute;
		right: 1px;
		bottom: 15px;
		background: #38b64a;
		text-align: center;
		line-height: 45px;
		height: 45px;
		font-size: 21px;
		z-index: 100;
		width: 65px;
	}
	#topslider .slidesjs-previous,
	#topslider .slidesjs-next{
		position: absolute;
		font-size: 21px;
		display: block;
		width: 16px;
		height: 16px;
		bottom: 33px;
		right: 11px;
		z-index: 101;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
	}
		#topslider .slidesjs-previous{
			right: 34px;
		}
	#topslider .desc{
		display: none;
	}
#leftcolumn .info p,
#com_info p,
#infoblock p{
	margin: 15px 0;
	line-height: 16px;
}

#com_info{
	width: 450px;
	font-family: Arial;
}
	#com_info h2{
		margin-left: 40px;
	}
	#com_info span{
		display: block;
		padding-left: 40px;
	}
		#com_info span.ico_phone{
			background: url("..img/ico_phone.jpg") no-repeat 10px 0;
		}
		#com_info span.ico_email{
			background: url("..img/ico_email.jpg") no-repeat 10px 2px;
		}
		#com_info span.ico_addr{
			background: url("..img/ico_addr.jpg") no-repeat 10px 6px;
		}
		#com_info span.ico_privacy{
			background: url("..img/ico_privacy.png") no-repeat 10px -1px;
		}

#news_list{
	padding-left: 17px;
	font-family: Arial;
}
	#news_list li{
		margin: 5px 0;
	}

#infoblock{
	width: 500px;
	font-family: Arial;
}

#footline{
	padding-top: 2px;
	border-top: 1px solid #d6d6d6;
	color: #7f7f7f;
	margin-left: 40px;
	font-family: Arial;
	font-size: 11px;
}
#footmenu ul{
	list-style: none;
	margin-top: 5px;
}
	#footmenu ul li{
		display: inline-block;
		margin-right: 10px;
	}
		#footmenu ul li a{
			color: #7f7f7f;
		}

.product{
	width: 178px;
	height: 260px;
	border: 1px solid #00aeef;
	float: left;
	position: relative;
	margin-bottom: 35px;
}
	.product .img{
		width: 100%;
		height: 176px;
		overflow: hidden;
		display: block;
	}
		.product .img img{
			max-width: 176px;
			max-height: 176px;
		}
	.product .name{
		width: 100%;
		height: 60px;
		line-height: 20px;
		text-align: center;
		display: block;
	}
		.product .name a{
			text-decoration: none;
			color: #4d4d4d;
			font-size: 12px;
			font-weight: bold;
		}
		.product .name a:hover{
			text-decoration: underline;
		}
	.product .pay_btn{
		position: absolute;
		width: 100%;
		height: 22px;
		bottom: 0;
		background: #00aeef;
		text-align: center;
		line-height: 22px;
		color: #fff;
		font-size: 14px;
		cursor: pointer;
		font-weight: bold
	}
		.product .pay_btn .pay_ico{
			position: absolute;	
			width: 33px;
			height: 33px;
			right: 15px;
			top: -5px;
			background: green;
			display: block;
			background: url("..img/ico_pay.png") no-repeat;
		}
.product_separator{
	display: block;
	height: 250px;
	width: 17px;
	float: left;
}

#prodpage{
	margin: 15px 0;
}
	#prodpage .imgcolumn{
		width: 215px;
	}
		#prodpage .imgbox{
			width: 194px;
			min-height: 250px;
			border: 1px solid #ccc;
		}
			#prodpage .imgbox img{
				width: 194px;
			}
		.ex_img{
			width: 194px;
			margin-top: 15px;
		}
			.ex_img img{
				display: block;
				width: 49%;
				border: 1px solid #ccc;
			}
	#prodpage .infobox{
		width: 530px;
	}
		#prodpage .info{
			min-height: 207px;
		}
			#prodpage .info p{
				margin: 0 0 15px;
			}
		#prodpage .pay_btn{
			position: relative;
			width: 217px;
			height: 30px;
			background: #00aeef;
			text-align: center;
			line-height: 30px;
			color: #fff;
			font-size: 23px;
			cursor: pointer;
			font-weight: bold;
		}
			#prodpage .pay_btn .pay_ico{
				position: absolute;	
				width: 43px;
				height: 41px;
				right: 15px;
				top: -5px;
				background: green;
				display: block;
				background: url("..img/ico_pay_big.png") no-repeat;
			}
.related_products .product{
	margin-left: 11px;
}

.pager{
	text-align: center;
}
	.pager span{
		padding: 5px 1px;
		margin: 0 7px;
	}
		.pager span.pagesel{
			border-bottom: 2px solid #19a1d3;
		}
#storage_page,
#order{
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#storage_page .prod{
	float: left;
	width: 143px;
	height: 315px;
	position: relative;
}
	#storage_page .prod .name{
		height: 80px;
		font-size: 14px;
		font-weight: bold;
	}
	#storage_page .prod .btn_del{
		font-family: Arial;
		cursor: pointer;
		position: absolute;
		background: #f00;
		border-radius: 50%;
		width: 18px;
		height: 18px;
		text-align: center;
		line-height: 18px;
		color: #fff;
		font-size: 11px;
		top: 71px;		
		right: -9px;
		font-weight: bold;
	}
	#storage_page .prod .img{
		border: 1px solid #ccc;
		width: 141px;
		height: 176px;
	}
		#storage_page .prod .img img{
			width: 141px;
			max-height: 176px;
		}
	#storage_page .prod .price{
		font-size: 25px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		letter-spacing: -1px;
	}
#storage_page .sep{
	display: block;
	float: left;
	width: 35px;
	text-align: center;
	padding-top: 153px;
	font-size: 24px;
}
#storage_page .prod .full_price{
	margin: 152px 0 18px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -1px;
}
#storage_page .prod .btn{
	font-weight: bold;
	width: 100%;
	background: #00aeef;
	color: #fff;
	border: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	padding: 0;
}
#order p{
	margin-bottom: 10px;
}
#order label{
	display: block;
	float: left;
	width: 100px;
	line-height: 34px;
}
#order input[type="text"]{
	display: block;
	float: left;
	width: 432px;
}
#order p.price_info{
	margin: 10px 0;
	font-size: 16px;
	color: #000;
}
	#order p.price_info .price{
		font-weight: bold;
	}
#order .info{
	color: #444;
}
#order #postOrder{
	display: block;
	width: 200px;
	background: #00aeef;
	color: #fff;
	border: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	margin: 10px 293px;
}

@media (max-width:48em){
.menu-toggle{display:block;}
.main-navigation:not(:focus-within) .menu-maun_menu-container{max-height:0;overflow:hidden;}
.main-navigation:focus-within .menu-maun_menu-container{max-height:600px;}
}
@media (min-width:48em){
.menu-toggle{display:none;}
.menu-maun_menu-container{display:block!important;}
}

#slider > div{display:block;}
#topslider .description{display:none;}
