﻿/* shop home */
#btn-banner{
	margin-left:38%;margin-top:440px;font-size:150%;background:#f63d40;padding:12px;
}
#btn-banner:hover,#btn-banner:active{
	background:#f54a4d;
}
#top-sellers{
	z-index:900;width:100%;max-width:1000px;margin:0 auto;display:block;background:#fff;margin-bottom:25px;text-align:center;height:82px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(1, 1, 1, .3);
	box-shadow: 0px 2px 6px 0px rgba(1, 1, 1, .3);
}
.shophome #top-sellers{
	max-width:1024px;margin-top:25px;height:85px;
}
#top-sellers a{
	transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
}
#top-sellers a img{
	width:16.6666666666666667%;height:auto;
}
#shop-subnav{
	font-size:90%;float:right;margin-top:-25px;
}
#shop-subnav li{
	margin-left:20px;display:table;float:left;
}
#shop-subnav li a{
	color:#85a615;height:18px;display:table-cell;vertical-align:bottom;
}
#shop-subnav li a:hover,#shop-subnav li a:active{
	color:#a9c648;
}
#shop-subnav li a.cart{
	background:url(/img/shop-cart.png) no-repeat;width:58px;text-align:right;
}
#shop .right-col{
	text-align:center;
}
.form-wrapper{
	width:80%;
	background:#f3f5ef;padding:20px;color:#3d3f3d;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(23, 25, 26, .1),  0px 1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 8px 0px rgba(23, 25, 26, .1), 0px 1px 1px 0px rgba(255, 255, 255, 1);
	border-radius:5px;	
}
label{
	display:block;
	float:none;
	width:auto;
	font-size:14px;
}
form input{
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	color:#333;
	margin-bottom:20px;
}
form input[type="image"]{
	border:0;padding:0;
}
form select{
	padding:5px;
}
form textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:50%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	width:92%;
}
h1{
	font-size:200%;font-weight:400;
}
.tbl-cart{
	margin:30px auto;
}
.tbl-cart img{
	padding:0 10px;
}
.h2{
	font-weight:600;margin:20px 0;
}
p.ac{
	line-height:150%;margin-top:10px;
}
.imgbtn{
	margin:25px 0 40px 0;
}
#textarea{
	font-size:13px;
}