fvhtml {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #78797b;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
input[type="radio"], input[type="checkbox"] {margin:0px}
.fs9{ font-size:9px; }
.fs10{ font-size:10px; }
.fs11{ font-size:11px; }
.fs12{ font-size:13px; }
.fs13{ font-size:13px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }
h1, .welcome {
	color: #237b3f;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {

}
.box-content p{margin:10px 20px}
a, a:visited, a b {
	color:#78797b;
}
a:focus {outline:none}

#currency a:hover,#currency a b,
.informations li a:hover,
.product-list .wishlist a:hover,.product-list .compare a:hover,
a:hover, a:focus {
	color: #237b3f;
	text-decoration: none;
	cursor: pointer;
}
.a-button a:hover,
.blog-body h4 a:hover,
.blog-body h4 a:hover,
a.button, input.button:hover,
.box-product .name a:hover{
	color:#ff7800;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	width:90%
}
select {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 5px; height:auto;
	width:auto
}
label {
	cursor: pointer;
}
/* layout */
/*
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}*/
#columns {
	position:relative;

}
#column-left {
	margin-top:-41px 
}
#column-left,
#column-right {
	position:relative;
	z-index:16;	
	zoom:1
}
.page-home #column-right {
	margin:0px
} 
#content {
	min-height: 400px;
	margin: 20px 0; background:#fff;
	z-index:8
}
#content.search {border:none; background:none}
#column-left + #column-right + #content, #column-left + #content {

}
#column-right + #content {
	
}
.container{
	position:relative;
}
/* header */
#header {
	min-height: 133px;
	position: relative;
	z-index: 9;
}
#header .header-top {
	background:#f6f6f6;
	border-bottom:1px solid #dfdfdf;
	line-height:35px;
	min-height:35px;
}
#header .header{
}
#header .header .container {background:#fff}
#header .header-top .top-links{
	float:left;padding:8px 0px 7px
}
#header .header-top .top-links a{
	float:left;
	padding:0px 10px;
	line-height:20px;
	border-left:1px solid #dfdfdf
}
#header .header-top .select-top form {
	float:right; margin-left:20px
}
#header #logo {
	padding:28px 0px;
}
#header .header-right{
	height:96px;
	position:relative;
}
#header .header-right > div{
	position:relative;
}
#language {
	color: #999;
	line-height: 35px;
}
#language img {
	cursor: pointer;
	margin:0 3px;
}
#currency {
	color: #999;
	line-height: 35px;
}
#currency a {
	padding:0px 2px;
	color: #888b8c;
	line-height:25px;
}
#currency a b {
	text-decoration: none;
}

#mainmenu #cart {
	position:relative;
	z-index: 999;
	background:url(../image/shopping-cart.png) 15px center no-repeat #5c9d39;
	padding:2px 20px 0 50px;
	height:45px;
	float:right
}
#mainmenu #cart .heading {
	padding: 0px;
	position: relative;
	z-index: 1;
}
#mainmenu #cart .heading h4 {
	color: #fff;
	font-weight: normal;
	margin:5px 0 0px;
	line-height:19px;
	font-size:15px;
}
#mainmenu #cart .heading a {
	color: #fff;
	text-decoration: none;
	font-size:11px;
}
#mainmenu #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#mainmenu #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 46px;right:0;
	padding: 8px;
	min-height: 50px;
	background: #5c9d39;
	min-width:384px;
	color:#fff;
	z-index:99;
	zoom:1
	
}
#mainmenu #cart .content .empty {
	padding-top: 18px;
	text-align: center;
}
#mainmenu #cart .content a{color:#fff}
#mainmenu #cart .content a:hover{text-decoration: underline;}
#mainmenu #cart .content .checkout {text-align:right; font-size: 16px; font-weight: bold}
#mainmenu #cart .content table {background:none}
#mainmenu #cart.active .heading {

}
#mainmenu #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #fff;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #fff;
}
.mini-cart-info .image {
	min-width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #fff;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #fff;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#mainmenu #search {
	height:32px;padding:7px 0;
	float:left;width:482px;
	position:relative;
}

#mainmenu .button-search:after {
    border-bottom: 17px solid rgba(0, 0, 0, 0);
    border-right: 17px solid #e2eaef;
    border-top: 17px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 0;

}
#mainmenu .button-search {
    background: none repeat scroll 0 0 #E2EAEF;
    cursor: pointer;
    float: right;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding-left: 5px;
    position: absolute;
    right: 3px;
    width: 39px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #237b3f;
    font-size: 15px;
}


#mainmenu #search input {
	width:450px;
	height:28px;
	float:left;
	font-size:13px;
	padding:2px 5px;
	margin:0px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	background:#fcfdfd;
}
#header #welcome {
	text-align: left;
	color: #999999;
	float:left;
	line-height:20px;
	margin-right:10px
}
#header #welcome  a{
	float:none;
	border:none;
	padding:0px;
	font-weight:bold;
}
#header .links {
	
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #237b3f;
	text-decoration: none;
	font-size: 11px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}

#mainmenu{
	height:41px;
	background: none;
	position:relative;
	 
}
#mainmenu .navbar{background:#237b3f;}
#mainmenu .navbar-inner {
	border:none;
	padding:0px;
	background:#237b3f;
/*	margin:1px;*/
	min-height:36px;
    filter: none
}
#mainmenu  ul.nav li.dropdown:hover .dropdown-menu{
    display: block;    
}
.navbar .nav > li:hover > a,
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li.home > a,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover{	
	color:#fff;
}
.dropdown-menu {margin:0px; min-width:100%; padding:5px 10px 10px}
#mainmenu .navbar .nav li.dropdown:hover > .dropdown-toggle .caret {border-bottom-color: #fff;
    border-top-color: #fff;
}
.dropdown-menu  li > a {padding:3px 10px;background: url(../image/bg-li-menu.png) left center no-repeat;
transition:all 0.2s ease-out 0s}
.navbar .nav > li > .dropdown-menu > li {padding:0px 10px}

.navbar .nav > li > a {font-size:14px; text-transform: uppercase;text-shadow: none; padding:18px 20px 18px 10px}


.dropdown-menu  li > a:hover,
.dropdown-menu  li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background:#35c5e7 url(../image/bg-li-menu.png) 10px center no-repeat;
	padding:3px 5px 3px 15px;
}
/*notification**/
#sys-notification {position: absolute;z-index:9990; width:100%}

.breadcrumb {
background:#E8E8E8;
	color: #6e6f70;
	margin: 10px 0 0;
	padding:8px 10px;
}
.breadcrumb a{color:#5d5e60}
.breadcrumb a:hover {color:#237b3f}
.success, .warning, .attention, .information {
	
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {

	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table {background-color:#fff;}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background-color:#fff;
}

table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 93%;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	padding: 10px 20px;
	display: block;
	overflow:hidden;
	margin: 0px;
	background:#fff;
	border-left:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
}
.page-account-order .pagination, .page-account-transaction .pagination{
	border-top: 1px solid #E9E9E9
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button, .product-shop a.button:hover, .product-shop input.button:hover {
	cursor: pointer;
	color: #454545;
	line-height: 12px;
	/*font-family: 'Arbutus Slab', serif;;*/
	font-size: 11px;
	font-weight: normal;
	background:#fff;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #d0d0d0;
	text-transform: uppercase;
}

a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	height: 29px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover,.a-button:hover, .product-shop a.button, .product-shop input.button {
	background:#f37404;
	color: #fff;
	border:1px solid #f37404;
	transition:all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
}
.buttons {
	background: #FFFFFF;
	border-top: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	line-height: 39px;
	background: #f9f9f9;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 0px 20px;
	float: left;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #3e4141;
	display: none;
    background: #f6f6f6;
	
}
.htabs a:first-child{
	border-left: none;
}
.htabs a.selected {
	color:#ff6447;
	border-bottom:1px solid #fff;
    background: #fff;
}
.tab-content {
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: visible;
}

/* box */
.box {
margin-bottom:20px
}
.box .box-heading {
	height:47px;padding:0px;
	background:#f6f6f6;
	font-size: 19px;
	font-weight: normal;
	line-height: 48px;
	padding:0 0 0 20px;
	color:#fc8f1d;
	border: 1px solid #ddd;
	border-bottom: none;
}
.category .box-heading {background: #fc8f1d;border:none;color:#fff}

.box li {line-height:24px}
.sidebar .category .box-heading{background:#ff7800; border:none}
.page .buttons {padding:10px 20px; margin:10px 0px}
.page > h4 {margin:10px 20px}
.sidebar .box .box-heading h2{
	line-height:48px;margin:0px;font-size:19px; 
	color:#ffffff;
}
.page > h2,
.box .box-heading h2{
	line-height:47px;margin:0px;font-size:18px; 
	color:#fc8f1d;
}
.category .box-heading h2{
	color:#fff;
	
}
.page > h2 {padding:0 0 0 20px; border-bottom:1px solid #e7e7e7}
.box .box-content {
	background: #FFFFFF;
	padding: 20px;
}
.home #content .pav-custom .box-content  {padding:0px; border:none}
.box .box-content {padding:0px;overflow: hidden;border: 1px solid #d0d0d0;}
/* box products */
.box-product {
	width: 100%;

}
.box-product > div {
}
 
.box-product .image {
	display: table-cell;
	position: relative;
    vertical-align: middle;
     text-align:  center;
    margin-left: auto;
    margin-right: auto;
}
.produc-grid .box-product .image {
	display: table-cell;
	margin-bottom: 0px;
	position: relative;
    width: 142px;
    height: 142px;
    vertical-align: middle;
    text-align:  center;
}

.box-product .image img {
	
}


.box-product .name a {
	color: #237b3f;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height:16px;  overflow: hidden;
	margin:10px 0 ;
}
.laster .box-product .name a {padding:0px 10px}
.box-product .description{
	color:#818181;
	font-size:11px;
	line-height:16px;
	height:32px; overflow:hidden
}
.box-product .price {
	display: block;
	font-weight:bold;
	color: #fc8f1d;
	font-size:18px;line-height:24px; padding:12px 0px
}


.box-product .price-old {
	color: #b9b9b9;margin:0 5px 0 0;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
}
ul.box-category > li {
	padding:0px;
	line-height:37px;
}
ul.box-category > li:hover,
ul.box-category > li:active {
	background: #fbfbfb;
}
ul.box-category > li + li {
	border-top: 1px solid #ddd;
}
ul.box-category > li > a {
	text-decoration: none;line-height:37px;
	color: #4a4848;height:37px; 
	padding: 0px 0px 0px 28px;
	font-size:14px;
	background:url(../image/list-category.png) 15px center no-repeat;
}

ul.box-category > li > a.active,
ul.box-category > li > a:hover{
	color:#ff7800;
	background:url(../image/list-category-hover.png) 15px center no-repeat;
}

ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px;
	margin: 0 0 0 20px;
	border-top:1px solid #ddd;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;color:#8f8f8f;
}
ul.box-category > li ul > li > a:hover,
ul.box-category > li ul > li > a.active {
	color:#237b3f;
}
div.head a{
	font-size: 11px;
	font-weight: normal;
	margin-right: 10px;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}

.page-title{background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #E7E7E7;
    font-weight: normal;line-height:40px;
    padding: 0 20px;}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-title{
	display:none;
}
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #E7E7E7;
	padding: 5px;
}
.category-info .image {
	float: left;
		
}
.category-info p{padding: 20px; background:#fff; margin:0px}

.category-info .image  img{width:100%}
.refine {
	border:1px solid #E7E7E7;
	background:#fff;
	margin : 0 0 20px;
}
/*
#content h1,
#content h2,
.login h2,
.success-page h2,
.wrap-checkout h2,
.checkout-cart h2,
.wrap-search h2,
.refine h2 {
	
	background:#F9F9F9;
	padding:0px 20px;
}*/
.category-list {
	overflow: auto;
	padding:10px 0 0;
}
.category-list ul {
	float: left;width:95%; list-style-type: none; margin-left: 20px; margin-bottom: 0
}
.category-list ul li {width:50%; float:left; padding-left: 0; margin-left: 0; padding: 12px 0 20px 0 }
.category-list ul li img {margin-right: 12px}
.category-list a {font-size: 15px; line-height: 30px; width:90%; display: block;  }

/**search**/
.wrap-search {background:#fff;border:1px solid #E7E7E7}
.wrap-search b {padding:0px 20px; line-height:32px}
.wrap-search p {overflow: hidden; margin-bottom:5px}
.wrap-search input[type="text"] {width:200px; height:22px}
.wrap-search label,
.wrap-search input[type="checkbox"] {float:left}
#content .wrap-search .content {border:none; margin:0px; padding:0px 20px}
.success-page .buttons,
.wrap-search  .buttons {border:none; border-top:1px solid #E7E7E7;}


#content.page .page-content{padding:20px; margin:0px}
/**checkout-cart**/
#content.page,
.page-product #content,
.login ,
.success-page,
.checkout-cart {
	background:#fff; border:1px solid #E7E7E7;
	padding:0px; border-radius:0px
}
.wrap-success,
.wrap-cart {padding:0 20px}
.wrap-cart h2{border:1px solid #E7E7E7}
#content .wrap-cart .content {padding:20px}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	padding:8px 9px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;line-height:30px;
	background:#f9f9f9;
	border:1px solid #e9e9e9;
}
.product-filter b{color: #808080; font-weight:normal}
.product-filter .display {
	margin-right: 15px;background:fefefe;
	float: left;line-height:30px;
	border:1px solid #e1e1e1;
	color: #434343;padding:1px 10px;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	line-height:27px; 
	padding:1px 7px 2px 7px;

}
.product-filter .sort select{ width:120px }
.product-filter select{
	margin:0px; 
	padding:6px 5px; 
	color:#434343; 
	background-color:#F9F9F9; 
	font-size:100%;

}
 

.product-filter selec::-moz-focus-inner,{
    border: 0;
    padding: 0; margin:0;
}

.product-filter .limit {
	float: right; padding:1px 7px 0 4px;
	color: #808080; 
}
.product-filter .limit select{width:60px}
.product-compare {
	float:left;
	padding:0px 10px;
	border:1px solid #e1e1e1;
	overflow:hidden;
	margin:1px 0
}
.product-compare span {
	padding-right:4px;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list {
	background:#fff;
	padding:20px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
 
.product-list   div.product_block {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list   div.product_block .wrap-infor { text-align: left; }
.product-list div.product_block .wrap-infor .action{
   bottom: 10px;
 
    position: absolute;
    right: 55px;
    top: inherit;left: inherit;
}
.product-list .right {
	float: right;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #4a4b4d;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin: 5px 0px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	height: 50px;margin:5px 0;padding:0px;
}
.product-list .price-old {
	color: #B9B9B9;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	font-weight: bold;
	float:left;line-height:26px;
	padding:0px 10px;
}

.product-list .cart a{
	font-weight: bold;
    text-decoration: none;
}
.product-list .wrap-infor  .action .wishlist, .product-list .wrap-infor  .action  .compare {
	margin:0px 10px; line-height:28px; float:right;
	height:auto; width: auto;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	
	background:#fff;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.product-grid > div {
	display: inline-block;
	vertical-align: top;
}

.product-list .row-fluid  [class*="span"] {
	width:100%;
	margin:0;
	padding:20px 0;
	border-bottom:1px solid #E7E7E7;
}
.product-list .row-fluid [class*="span"]:last-child{
	border:none
}


.product-grid .product_block{border-right:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD} 
.product-grid .product_block.last{border-right:none}
.product_block .product-inner{padding:12px;position: relative;}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	text-align:center;
	position:relative;
} 

.product-label-special{ position: absolute; top: 4px; right: 8px; background:#5c9d39; padding: 12px; color:#FFF; z-index: 10; font-size:24px }
.product_block .colorbox.product-zoom{ position:  absolute; z-index: 10; bottom: 6px; right: 20px; display: none; 	 }
.product_block .colorbox.product-zoom span{ font-size: 20px; color: #666 }
.product_block .image:hover  .colorbox.product-zoom{ display: block }


.product_block .product-inner { text-align:center }
.product_block .product-inner .name {
        height: 45px;
}
.product-grid .image img {
	border: none;
}
.product-grid .name a {
	color: #5D5E60;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
    height: 30px;
}
.product-grid .description {
	text-align:center; margin-bottom:5px
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	color: #fc8f1d;
	text-align:center
}
.product-grid .price-old {
	color: #B9B9B9;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 2px;
	text-align:center
}
/*.product-grid .wrap-infor .action  a {background:none !important}
.product-grid .wrap-infor .action  a:hover{color:#237b3f}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	text-align:center
}*/
.wrap-infor .action {position: absolute;left:55px; top:100px; display:none}
.product_block:hover .wrap-infor .action {display:block}
.wrap-infor .action .wishlist,
.wrap-infor .action .compare{height:30px; width:30px;float:left;}
.wrap-infor .action .wishlist a,
.wrap-infor .action .compare a{
	text-indent:-999em; display:block;
	width:30px; height:30px;transition:all 200ms ease-in-out 0s;
	-webkit-border-radius: 18px;  
    border-radius: 18px;
    display: none;
}
.wrap-infor .action .compare {margin-left:5px; }

.wrap-infor .action .wishlist a{
	background:#B9B9B9 url(../image/wishlist.png) center 11px no-repeat;
}
.wrap-infor .action .compare a{
	background:#B9B9B9 url(../image/compare.png) center center no-repeat;
}
.wrap-infor .action  a:hover {background-color:#ff7800}

/*.product-grid .wishlist a {
	color: #939292;
	text-decoration: none;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}*/
/* Product */
.wrap-product {}
.wrap-product .tags { padding: 16px }
.category #content{}
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .product-img-box {
/*	width:270px !important; //zont*/
    width: 100%;
	position: relative;
/*    padding-top: 20px;*/
    padding-left: 20px;
    vertical-align: middle;
    display: table-cell;
    	
	
}
.product-info .image {
margin:auto;
 vertical-align: middle;
     display: table-cell;
	text-align: center;
	position: relative;
}
.product-info .image-additional {
	width: 270px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border-bottom: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
}


.product-info .image-additional .carousel-control {
		 cursor: pointer;
	    font-size: 21px;
	    height: 20px;
	    line-height: 17px;
	    top: 60%;
	    width: 20px;
	    display: none;
	}
	.product-info .image-additional:hover .carousel-control {
		display: block;
	}

.product-info .quantity-adder  { position: relative; padding-right: 12px;margin-right: 8px; padding-top:4px }
.product-info .quantity-adder .add-action{
	display: block;z-index: 5;
	position:absolute; right: 0; height: 16px; cursor: hand; cursor: pointer;
}
.product-info .quantity-adder .add-up{top: 0;}
.product-info .quantity-adder .add-down{bottom: 0;}

.product-info .image-container { position: relative; }
.product-info .image-container .product-label-special{ top:10px; right: 10px; }

.product-info .product-shop {
	margin:0px;
	width:459px;
	padding:20px 10px 0 30px;
	overflow:hidden;	
}
.product-info .product-shop h1 {
	font-size:24px;
	color:#237b3f;
	line-height:37px;
	padding:0px 20px;
	margin:0px -20px;
	background:none !important;
}
.product-info .description {
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #999;
}
.product-info .description span {
	color: #999;
}
.product-info .description a {
	color: #999;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	padding: 0px 0px 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #237b3f;
}
.product-info .price-old {
	color: #B9B9B9; margin:0px 10px;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 14px;
	font-weight: normal;
	color: #f37913;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .options input {float:left; clear:both; margin-right:10px}
.product-info .options label {float:left}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding: 0px 0px 10px;
	margin-bottom: 10px;
	color: #4D4D4D;
}
.product-info .cart input.qty {width:24px; margin:0px}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #237b3f;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
/* PRODUCT DETAIL ZOOOM */
 .zoomWindow{ border: solid 2px #DDDDDD!important }

.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
#tab-related {
	padding:0px;
	position: relative;
	overflow: visible;
}

#tab-related .carousel-controls {
    height: 17px;
    position: absolute;
    right: 10px;
    top:-23px;
    width: 32px;
    z-index: 11;
}
#tab-related .carousel-control{
    font-size: 30px;
    height: 25px;
    line-height: 18px;
    width: 25px;
}
#tab-related .carousel-controls .left{
	left: auto;
    right: 30px;
}
#tab-related .carousel-controls .right{
	left: 0;
    right:auto;
}
#tab-related .product_block{
    border-right: 1px solid #DDDDDD;
     border-top: 1px solid #DDDDDD;
}
#tab-related .product_block:last-child{
	border-right: none;
}
#tab-related .image { text-align: center;}
#tab-related .box-product .price {margin:5px 0}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
	padding:20px;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.adv-top {background:#237b3f; max-height:100px}
.adv-top p{margin:0}
.adv-top img{max-width:100%}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/**menu*/

.home .columns{min-width:180px;float:left}
.dropdown-menu h2{color:#fff; font-size:14px; font-weight:normal; line-height:24px}
.dropdown-menu a{color:#fff} 
.full{position: relative;}


.full .dropdown-menu {padding:0px; }

.navbar .nav li.home > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;}

.home > a > span{ padding:0 0 0 20px;
	background: url(../image/home.png) left 0px no-repeat;
}

/* footer */ 
#footer {
		clear: both;
		overflow: auto;
		min-height: 100px;

	}
	#footer .footer-top {
	}
	
	#footer .footer-top .wrap-ft{
	}

	#footer .footer-center {
		padding: 20px 0px 40px;
		background:#363636;
	}
	#footer .footer-bottom {
		padding: 20px;

	}

	#footer .box .box-content{
			background:none;
			border:none;
			padding:0;
			margin:0;
	}

#footer h3 {
	color: #999;
	font-size: 16px;
	margin: 0 0 5px;
}
#footer p{margin:0px}
#footer .column {
	color:#78797b;
	border-right:1px solid #555;
}
#footer .column.noborder{border:none}
#footer .column ul {
	margin: 0px;padding:0px;
}
#footer .column ul li {
	margin-bottom: 3px;
	list-style : none;
	
}
#footer .column a {
	text-decoration: none;
	color: #78797b;padding:0 0 0 10px;
	background:url(../image/list-footer.png) left center no-repeat;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
#footer .column a:hover {
	padding:0 0 0 15px;
	color:#ff7800;
}

#footer .social{
	list-style:none;
} 
#footer .column.social ul li {margin:15px 0 0}
#footer .social li a{ height:20px; line-height:20px; padding:0 0 0 30px !important; display:block }
#footer .social li.facebook a{background:url(../image/icon/icon-fb.png) left center no-repeat}
#footer .social li.twitter a{background:url(../image/icon/icon-twitter.png) left center no-repeat}
#footer .social li.google a{background:url(../image/icon/icon-gg.png) left center no-repeat}
#footer .social li.youtube a{background:url(../image/icon/icon-youtube.png) left center no-repeat}
#footer .social li.rss a{background:url(../image/icon/icon-rss.png) left center no-repeat}

#footer .column .email {overflow:hidden; margin:10px 0}
#footer .column .email input {
width:140px; float:left;
height:18px;
border-radius:0;
padding:3px 10px;
}
#footer .column .email .button-email {
	width:30px;height:26px;
	background:url(../image/button-email.png) center center no-repeat;
	float:left;
}


#powered {
	text-align: center;
	clear: both;
	height:30px;color:#818181;
	padding:19px 0 18px;
	background:#ececec;
	border-top:1px solid #e5e5e5
}
/* footer top */

/***free online**/
#header #online {
	position:relative;
	z-index: 9;
	background:url(../image/online.png) left center no-repeat;
	padding:0px 0 0 54px;
	height:46px;
	margin:30px 0 0;
	float:right
}
#header #online .heading {
	padding: 0px;
	position: relative;
	z-index: 1;
}
#header #online .heading h4 {
	color: #4a4b4d;
	font-weight: normal;
	margin:0px;
	line-height:25px;
	font-size:16px
}
#header #online .heading span{
	color: #ff7800;
	font-size:18px;
}
.advertising {}
.advertising a{}
.advertising img {border:1px solid #ddd}
#content .advertising img {padding:1px}

.no-border .box-content{border:none; background:none}
.orange .box-heading h2{color:#ff7800}
.blue .box-heading h2 {color:#309df2}
.red .box-heading h2 {color:#f00}
.black .box-heading h2 {color:#000}


/**pav-promotion**/
#pav-promotion p,
#pav-promotion .box-content{margin:0px; padding:0px}
#pav-promotion .span12 {margin:20px 0}
#pav-promotion .box-content {border:1px solid #E7E7E7}

/***laster***/
.laster {}
.laster .box-product .wrap-infor .action .cart {width:85px}
.product-block {margin-bottom:20px}

/**special**/
.special .box-product > div{
	border-top:1px solid #ddd;
	padding:15px;overflow:hidden;
}
.special .box-product > div:first-child{border:none}
.special .box-product .image{float:left}
.special .box-product .image img{border:1px solid #DDD}
.special .box-product .name {width:100px;float:right;height:20px ; overflow:hidden }
 .special .box-product .name a{margin:0px}
.special .box-product .price {margin:0px; width:100px; float:right}

/*Featured*/
[id*="column-"] .product_block{Width:100%; }
[id*="column-"]  .product_block .product-inner {text-align:left;overflow: hidden;border-bottom:1px solid #ddd}
[id*="column-"]  .product_block .product-inner:last-child{border:none}
[id*="column-"] .product_block .image {width:80px;float:left}
[id*="column-"] .product_block .image img{border:1px solid #DDD}
[id*="column-"] .product_block .name {width:100px;float:left;height:20px ; overflow:hidden; margin-left:10px }
[id*="column-"] .product_block .name a{margin:0px; padding:0px}
[id*="column-"] .product_block .price {margin:0px; width:100px; float:left; margin-left:10px}
[id*="column-"] .product_block .cart{display:none}
[id*="column-"] .product_block .wrap-infor .action {display:none}
/**twitter**/

/**contact**/
.contact .tel {
	background: url(../image/icon/tel.png) left center no-repeat; 
	padding: 10px 0 10px 30px; 
	height:22px;
	font-size:16px; color:#fff
}
/**informations****/
.informations {
	list-style:none;
	margin:0px
}
.informations li {
	float:left;
	padding: 0 20px 0 0;
	line-height:30px
}
.informations li a {color:#a7a9aa}


/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

.a-button{
	font-weight: normal;
	float:left;line-height:26px;
	padding:0px 10px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 4px;  
    border-radius: 4px;
	margin-top:10px
}

.carousel-controls .left{
	float:left;
}

.carousel-controls .right{
	float:right;
}
 

.pattern1{background:url(../image/pattern/pattern1.png);	}
.pattern2{background:url(../image/pattern/pattern2.png);	}
.pattern3{background:url(../image/pattern/pattern3.png);	}
.pattern4{background:url(../image/pattern/pattern4.png);	}
.pattern5{background:url(../image/pattern/pattern5.png);	}
.pattern6{background:url(../image/pattern/pattern6.png);	}
.pattern7{background:url(../image/pattern/pattern7.png);	}
.pattern8{background:url(../image/pattern/pattern8.png);	}
.pattern9{background:url(../image/pattern/pattern9.png);	}
.pattern10{background:url(../image/pattern/pattern10.png);}
.pattern11{background:url(../image/pattern/pattern11.png);}
.pattern12{background:url(../image/pattern/pattern12.png);}
.pattern13{background:url(../image/pattern/pattern13.png);}
.pattern14{background:url(../image/pattern/pattern14.png);}
.pattern15{background:url(../image/pattern/pattern15.png);}
.pattern16{background:url(../image/pattern/pattern16.png);}

.productcarousel {
	position:relative;
	border-bottom:1px solid #E7E7E7;
}
.home #content .box.productcarousel .box-content {border:1px solid #ddd}
.productcarousel .cart,
.productcarousel .price {text-align:center}
.productcarousel .product_block {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.productcarousel .description {text-align:center; display: none}
.last .product_block{border-bottom:none}
.productcarousel .product_block.last {border-right:none}

.productcarousel .carousel-control{
	z-index:10
}
.productcarousel .box-product .name a{text-align:center}
.productcarousel .nav{
	padding:0;
	margin:0
}

.productcarousel .carousel-controls{
	position:absolute;
	top:120px;
	left:0;
	z-index:11;
	width:26px;
	height:61px;padding:1px;
	background:url(../image/bg-carousel-controls.png) top left no-repeat;

}
	.productcarousel .carousel-controls a.carousel-control{
		font-size: 19px;
		font-weight: bold;
		height: 20px;
		line-height: 1em;
		margin: 0;
		text-decoration: none;
		width: 20px;
	}
.productcarousel .tab-content, .producttabs .box-product{
	overflow:inherit
}
.productcarousel .box-product{
	
}
.productcarousel  .carousel-controls a.carousel-control{
	font-size: 19px;
	font-weight: bold;
	height: 29px;
	text-indent:-9999em;
	margin: 0;
	text-decoration: none;
	width: 24px;border:none;
	padding:0px; background:none;border-radius:0;position:static;border-radius:0;
}
.productcarousel  .carousel-controls a.left{background:url(../image/carousel_move.png) top left no-repeat;  }
.productcarousel  .carousel-controls a.right{background:url(../image/carousel_move.png) top right no-repeat; border-top:1px solid #ddd }
.productcarousel  .carousel-controls a.left:hover {background-position:bottom left}
.productcarousel  .carousel-controls a.right:hover {background-position:bottom right}

.box-services .iconbox {
	border-radius: 4px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	position: relative;
	width: 32px;
	z-index: 1;
	border: 1px solid #d9d9d9;
	text-align: center;
	margin: 0 10px 0 0;
	color: #4a4b4d;
	font-size: 15px;
	padding-left: 1px;
}

.carousel-controls .left {
float: left;
}
.carousel-control.right {
left: auto;
right: 15px;
}

.carousel-control {
position: absolute;
top: 40%;
left: 15px;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #ffffff;
text-align: center;
background: #222222;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0.5;
filter: alpha(opacity=50);
}

.product-inner .image {/*width:142px;*/ height: 142px; /* display: table-cell;*/ vertical-align: middle}



#pp .price-tax,
#pp .product-shop .price,
#pp #tabs 
{display: none}
.pkt {
   font-size: 28px;
    font-weight: bold;
    color: #237b3f;
    margin-top: 20px;
    margin-bottom:  20px;
}
#pp {    background: #237b3f url(../image/bg_pp.jpg) center top repeat-x} 
#pp #header .header .container  {background: none}

#pp #logo img {display: none}
 #pp #logo {background: url(../image/logo_budmar2.png) no-repeat; margin: 20px 0}

#pp #header #online .heading h4 {color:#fff}
#pp #content.info {padding:20px;}
#pp .product-info h1 {margin-top:20px}
#pp .description {display: none}
.pkt {color:#FC8F1D; font-size:12px}

.checkout-content label {font-size:13px; margin-bottom: 0; margin-right: 20px}


.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #ccc;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 140px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0;
}
.jcarousel li a {
    display: block;
    margin: 0 auto;
    text-align: center
}


.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
        margin: 0 auto;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 10px;
    height: 10px;
    text-align: center;
    color: #ddd;
    text-decoration: none;
    font: 30px/36px Arial, sans-serif;

}

.jcarousel-control-prev {
    left: 5px;
}

.jcarousel-control-next {
    right: 5px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.product-compare {display: none}

.product-info .description span.zielony {color:#237B3F}
.product-info .description span.czerwony {color: #FF6447}

.katalog {background:#5c9d39; font-size:20px; float: right; padding: 12px 20px; 	-webkit-border-radius: 4px;
    border-radius: 5px; color:#fff!important}

#news {background: #5c9d39 url(../image/bg-news.png) no-repeat center right; color:#fff; font-size: 16px; line-height: 20px; padding-left: 20px; padding-right: 150px; padding-top: 14px; padding-bottom: 4px;}
#news .tytul {float: right; height: 100%;  padding-right: 20px;padding-left: 40px;}
.gg {display: none}