/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600);*/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color:#f2faff;
	color:#484848;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	    color: #484848;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color:#e6009e;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
input[type='text'], input[type='password'], textarea {
	background: #FFF;
	border: 1px solid #cee4f0;
	padding:8px;
	margin-left: 0px;
	margin-right: 0px;
	display:inline-block;
	margin:0 0 0 0;
}
select {
	background: #FFF;
	border: 1px solid #cee4f0;
	padding:6px;
}
label {
	cursor: pointer;
}
/* layout */

#container {
	width:940px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	clear: both;
}
#column-left {
	float: left;
	width:220px;
}
#column-right {
	float:right;
	width:220px;
	margin-bottom:30px;
}
#column-right .box-heading{
	color: #484848;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 800;
	line-height: 22px;
	border-bottom: 1px solid #c1d1e1;
	padding-bottom: 10px;
	margin: 0 0 9px;
	text-align:left;
	top:inherit;
	}
#column-right .box{
	background-color:inherit;
	margin:0px 0 0 0;	
	border: 0px;
    padding-top: 0px;
	}
#column-right ul {
	list-style: none;
	margin:0;
	padding:0;
}
#column-right ul > li:first-child{
	padding:0;
	background:url(../image/leftCat_pointer.png) no-repeat 96% 14px;
}
#column-right ul > li:first-child a{
	display:inline-block;
	background:none;
	}
#column-right ul > li:first-child:hover{
	background:url(../image/leftCat_pointerhov.png) no-repeat 96% 14px #e6009e;
	color:#fff;
	}
#column-right ul > li:first-child a:hover{
	background:none;
	}
#column-right ul > li {
	font-size:12px;
	font-weight:400;
	color:#55602f;
	text-transform:uppercase;	
}
#column-right ul > li + li {
	border-top: 1px solid #c1d1e1;
}
#column-right ul > li > a {
	text-decoration: none;
	color:#55602f;
	padding:9px;
	display:block;
	background:url(../image/leftCat_pointer.png) no-repeat 96% 14px;
}
#column-right ul > li > a:hover{
	background:url(../image/leftCat_pointerhov.png) no-repeat 96% 14px #e6009e;
	color:#fff;
	}
#content {
	min-height: 400px;
	/*margin-bottom: 25px;*/
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left:240px;
}
#column-right + #content {
	margin-right:240px;
}
.newsl{
	width:827px;
	margin:0 auto;
	}
/* header */

#header{
	padding:5px 0 5px;
}
#header #logo {
	float:left;
	margin-top:10px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
	display:none;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
.cartSearch{
	float:right;
	width:/*443px*/ 495px;
	padding: 26px 0px 0px 0px;
	}
#header #cart {
	background: URL(../image/top_cart_icon.png) no-repeat 0 0;
	padding: 0px 0px 0px 55px;
	/*position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;*/
}
#header #cart .heading {
	/*float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;*/
	position: relative;
	/*z-index: 1;*/
}
#header #cart .heading h4 {
	color:#080905;
	font-size:14px;
	font-weight:700;
	margin-top:0px;
	margin-bottom:0;
	text-transform:uppercase;
}
#header #cart .heading a {
	color:#2b3c55;
	text-decoration: none;
}
#header #cart .heading a span {
	background:url('../image/arrow_down.gif') 100% 5px no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position:absolute;
	top:37px;
	padding: 8px;
	/*min-height: 150px;*/
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
	background:#156bea;
	color:#FFF;
	z-index:200;
}
#header #cart.active .heading {
	/*margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;*/
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom:1px solid #0646a3;
}
.mini-cart-info .image {
	width: 1px;
	display: none;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	/*color: #666;*/
}
.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;
	width:7px;
	height: 7px;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	/*padding-top: 50px;*/
	text-align: center;
}
#header #search {
	/*position: absolute;
	top: 15px;
	right: 0px;*/
	/*width: 298px;*/
	/*z-index: 15;*/
	float:right;
	margin:10px 0 0;
}
#header .button-search {
	/*position: absolute;
	left: 0px;*/
	background: url('../image/magnify.png') 0 0 no-repeat;
	/*width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;*/
	cursor: pointer;
	width:47px;
	height:43px;
	float:right;
}
#header #search input {
	background: #ffffff;
	padding:0 0 0 20px;
	width: 232px;
	height:41px;
	border: 1px solid #c6cad1;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-khtml-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	-ms-border-radius:4px 0 0 4px;
	color:#888888;
	font-size:12px;
	float:left;
}
.headerTop{
	background:#FFF URL(../image/topheader_bg.jpg) repeat-x left bottom;
	padding:15px 0 15px;
	}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}
#welcome {
	float:left;
	color:#484848;
	background:url(../image/welcomeicon.gif) no-repeat 0 50%;
	padding-left:31px;
}
#welcome a{
	color:#484848;
	text-decoration:none;
	}
#welcome a:hover{
	color: #e6009e;
	text-decoration:none;
	}
.maincontainer{
	background:#f2faff;
	}
.callEmail{
	float:right;
	}
.callEmail p{
	display:inline-block;
	margin:0;
	color:#484848;
	font-size:12px;
	line-height:16px;
	}
.call{
	background:url(../image/callicon.gif) no-repeat 0 50%;
	padding:0 0 0 22px;
	margin-right:17px !important;
	}
.call span{
	font-weight:700;
	}
.fax{
	background:url(../image/faxicon.png) no-repeat 0 50%;
	padding:0 0 0 22px;
	margin-right:17px !important;
	}
.fax span{
	font-weight:700;
	}
.email{
	background:url(../image/emailicon.gif) no-repeat 0 50%;
	padding:0 0 0 22px;	
	}
.email a{
	color:#e826a5;
	text-decoration: underline;
	}
.email a:hover{
	text-decoration:none;
	}
.fbicon {
	width: 14px;
	height: 14px;
	display: inline-block;
	background:url(../image/iconFb.png) 0 0 no-repeat;
	padding: 0;
	margin-right:17px !important;
	}
.cartleft{
	float:left;
	margin:30px 0 0 0;
	position: relative;
	}
.itemtotal {
	background: #e6009e;
    color: #FFF;
    height: 20px;
    float: left;
    display: block;
    line-height: 19px;
    padding: 1px 6px;
    border-radius: 20px;
    border: #fff 1px solid;
    position: absolute;
    left: 22px;
    top: 0px;
    font-size: 11px;
}
.linksearch{
	float:right;
	width:321px;
	}
#header .links {
	/*position: absolute;
	right: 0px;
	bottom: 3px;*/
	font-size: 10px;
	/*padding-right: 10px;*/
	float:right;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #2b3c55;
	text-decoration: none;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:400;
}
#header .links a + a {
	margin-left:6px;
	border-left: 1px solid #55602f;
}
/* menu */

#menu {
	background:#000000;
	margin-bottom:1px;
	height: 49px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu > ul > li {
	position:relative;
	/*float:left;*/
	display: inline-block;
	z-index:20;
	background:url(../image/divider.gif) repeat-y 100% 0;
	padding-right:1px;
}
#menu > ul > li:last-child{
	background:none;
	padding-right:0;
	}
#menu > ul > li:last-child a{
	padding:0 21px;
	}
#menu > ul > li:hover{
}
#menu > ul > li > a {
	font-size:14px;
	color:#FFF;
	line-height:44px;
	text-decoration:none;
	display:block;
	position:relative;
	padding:0 18px;
	text-transform:uppercase;
	background:#000000;
	border-bottom: 5px solid #151905;
}
#menu > ul > li:hover > a {
	background: #156bea;
	border-bottom:5px solid #2469b5;
}
#menu > ul > li > div {
	/*display: none;*/
	visibility:hidden;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	/*display: table;*/
	visibility:visible;
}
#menu > ul > li > div > ul {
	display:table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	text-align: left;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb{
	color:#929292;
	margin-bottom:10px;
	border-bottom:1px solid #c1d1e1;
	font-weight:700;
	font-size:12px;
	margin-bottom:27px;
}
.breadcrumb a {
	padding: 10px 0;
	line-height: 30px;
	color:#080905;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:400;
	}	
.breadcrumb a:hover, .breadcrumb a:last-child{
	color:#e6009e;
	}
.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: #e6f6ff url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #a6cbdf;
	
}
.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: #F00;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0px;
}
table.form input{
	width:96%;
	}
table.form select{
	width:100%;
	}
.regisRadio .form input{
	width:auto;
	}
table.form input[type="radio"]{
	width:auto!important;
	}	
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:80%;
}
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 td{
	background-color:#ffffff;	
	}
table.list thead td {
	background-color: #156bea;
	padding: 0px 5px;
	border-top:1px solid #156bea;
	border-bottom:1px solid #156bea;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
}
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: #e3f5ff;
	cursor: pointer;
}
.pagination {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid #cee4f0;
}
.pagination .links {
	float: left;
	margin:10px 0 0 10px;
}
.pagination .links a {
	display:inline-block;
	border:1px solid #cee4f0;
	padding:2px 7px;
	text-decoration: none;
	color:#A3A3A3;
}
.pagination .links a:hover{
	border:1px solid #cee4f0;
	background: #FFFFFF;
	color: #e6009e;
	}
.pagination .links b{
	display:inline-block;
	border:1px solid #cee4f0;
	padding:2px 7px;
	font-weight:normal;
	text-decoration: none;
	color: #e6009e;
	background: #FFFFFF;
}
.pagination .results {
	text-align:right;
	line-height:42px;
	color:#5c5c5c;
	font-size:12px;
	font-weight:400;
	padding:0 10px;
	float:right;
}
/* button */

a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height:27px;
	font-family: 'Arvo', serif;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	background: #e6009e;
	display: inline-block;
	border:none;
	padding:6px 8px;
	-webkit-appearance: none;
}
.fetrBt{
	cursor: pointer;
	color: #FFFFFF;
	line-height:15px;
	font-family: 'Arvo', serif;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	background:#e6009e;
	display: inline-block;
	border:none;
	padding:8px 18px;
	-webkit-appearance: none;
	}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	-webkit-appearance: none;
}
input.button {
	margin: 0;
	border: 0;
	/*height: 24px;*/
	padding:1px 20px;
	-webkit-appearance: none;
}
.box-product .cart{
	margin:15px 0 0 0;
	}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
.buttons {
	/*background: #FFFFFF;
	border: 1px solid #EEEEEE;*/
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.checkout-content .buttons {
	    padding: 15px 3px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: right;
    margin-left: auto;
    margin-right: 10px;
    float: right;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom:4px solid #156bea;
}
.htabs a {
	border-top: 1px solid #cee4f0;
	border-left: 1px solid #cee4f0;
	border-right: 1px solid #cee4f0;
	padding: 7px 15px 6px 15px;
	float: left;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color:#4f5c25;
	margin-right:10px;
	display: none;
	text-transform:uppercase;
}
.htabs a.selected {
	padding-bottom: 7px;
	background:#156bea;
	color:#fff;
}
.tab-content {
	border-left: 1px solid #cee4f0;
	border-right: 1px solid #cee4f0;
	border-bottom: 1px solid #cee4f0;
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}

.tab-content p{
	font-size:12px;
	color:#848484;
	line-height:16px;
	margin:0 0 8px;
	}
.tab-content ul{
	margin:0 0 24px;
	}
/* box */

.box {
	margin-bottom:20px;
	background-color:#fff;
	margin-top:50px;
	border: #cee4f0 1px solid;
	padding-top: 23px;
}
.box-heading{
	text-align:center;
	top:-40px;
	position:relative;
	}
.box-heading h3{
	font-size:13px;
	line-height:33px;
	font-weight:normal;
	color:#ffffff;
	background-color:#2d2d2d;
	display:inline-block;
	padding:0 22px;
	margin:0 0 0 0;	
	text-transform:uppercase;
}
.box .box-content {
	/*padding: 10px;*/
}
/* box products */

.box-product {
	width: 100%;
	overflow: hidden;
	text-align:center;
	font-size:0;
}
.slick-dots{
	bottom: -15px !important;
}
.slick-dots li{
	width: 10px !important;
	height: 10px !important;
}
.slick-dots li button::before{
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -2000px !important;
	background-color: #666 !important;
	border-radius: 50% !important;
	width: 10px !important;
	height: 10px !important;
	opacity: 1 !important;
}
.slick-dots li.slick-active button::before{
	background-color: #000 !important;
	opacity: 1 !important;
}
.boxPan {
	/*width:231px!important;*/
	display:inline-block;
	vertical-align: top;
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	background:url(../image/dottedline.gif) repeat-y 100% 0;
	padding-bottom:12px;
}
.about_as h3{
	color:#484848;
	font-size:27px;
	font-weight:800;
	line-height:30px;
	margin:45px 0 18px;
	text-align:center;
	}
.about_as p{
	color:#484848;
	font-size:13px;
	line-height:20px;
	text-align:center;
	}
#column-left + #column-right + #content .box-product > div.boxPan {
	width: 119px;
}
.latestpost{
	background:#e4f2ff;
	border-top:1px solid #abdbf6;
	padding:19px 0 0 0;
	margin-top:54px;
	display: none;
	}
.lateHead{
	text-align:center;
	position:relative;
	top:-36px;
	}
.latestpost h3{
	font-size: 13px;
	line-height: 33px;
	font-weight: normal;
	color: #ffffff;
	background-color: #2d2d2d;
	display: inline-block;
	padding: 0 22px;
	margin: 0 0 0 0;
	text-transform: uppercase;
	}
.home_blog{
	padding-right: 26px;
	height: 100%;
	overflow: hidden;
	float: left;
	width: 414px;
	padding-left: 30px;
	}
.blogImage{
	    background-color: #FFF;
    width: 110px;
    height: 105px;
    border: 1px solid #cfdbe7;
    float: left;
    text-align: center;
    padding-top: 16px;
	}
.blogImage img { 
	width: 80%;
	margin: auto;
}
.postright{
	width:282px;
	float:right;
	}
.postright a{
	color:#e6009e;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
	}
.postright h4{
	color:#484848;
	font-size:15px;
	font-weight:800;
	text-transform:uppercase;
	margin:0;
	}
.postright h4 a{
	color:#01569e;
	font-size:15px;
	font-weight:800;
	}
.postright h4 span{
	font-size:12px;
	color:#01569e;
	font-family: 'Arvo', serif;
	text-transform:none;
	display:block;
	font-weight:normal;
	}
.postright p{
	color:#04111c;
	font-weight:normal;
	font-size:13px;
	line-height:20px;
	padding-top: 12px;
	margin-bottom: 7px;
	}
.nomrg{
	padding:0;
	margin:0;
	border:none;
	}
.box-product .image {
	display: inline-block;
	margin-bottom: 0px;
}
.box-product .image img {
	/*padding: 3px;
	border: 1px solid #E7E7E7;*/
}
.box-product .name a {
	color: #484848;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	font-size:14px;
}
.box-product .price {
	display: block;
	font-weight: 400;
	color: #1d1d1d;
	font-size:19px;
	margin-bottom: 4px;
	font-family: 'Arvo', serif;
}
.box-product .price-old {
	color: #F00;
	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 {
	padding:0;
}
ul.box-category > li {
	font-size:12px;
	font-weight:400;
	color:#55602f;
	text-transform:uppercase;	
	border-bottom: 1px solid #c1d1e1;
}
ul.box-category > li + li {
	
}
ul.box-category > li > a {
	text-decoration: none;
	color:#55602f;
	padding:9px;
	display:block;
	background:url(../image/leftCat_pointer.png) no-repeat 96% 14px;
}
ul.box-category > li > a:hover{
	background:url(../image/leftCat_pointerhov.png) no-repeat 96% 14px #e6009e;
	color:#FFF;
	}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: 400;
}
ul.box-category > li a.active + ul {
	display: block;
	padding-bottom:10px;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
	background:none;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
	color:#55602f;
	font-size:11px;
}
ul.box-category > li ul > li > a.active {
	font-weight: normal;
	color:#e6009e;
}
/* 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;
}
/* content */

#content .content {
	padding: 10px;
	/*overflow: auto;*/
	margin-bottom: 20px;
	/*border: 1px solid #EEEEEE;*/
	background-color:#FFF;
}
#content .content .left {
	/*float: left;*/
	/*width: 49%;*/
}
#content .content .right {
	/*float: right;*/
	/*width: 49%;*/
}
/* category */

.category-info {
	overflow: auto;
	/*margin-bottom: 20px;*/
}
.category-info .image {
	float: left;
	/*padding: 5px;*/
	margin-right: 15px;
	/*border: 1px solid #E7E7E7;*/
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width:25%;
}
/* 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 {
	/*border-bottom: 1px solid #EEEEEE;*/
	padding-bottom: 5px;
	overflow: auto;
	background-color:#fff;
	border:1px solid #cee4f0;
	padding:10px;
	margin-bottom:22px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top:7px;
	color: #333;
}
.product-filter .display b{
	font-size:12px;
	color:#5c5c5c;
	font-weight:400;
	line-height:13px;
	text-transform:uppercase;	
	}
.product-filter .display a {
	font-weight: normal;
	color:#e6009e;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .sort b{
	font-size:12px;
	color:#5c5c5c;
	font-weight:400;
	line-height:13px;
	text-transform:uppercase;	
	}
	
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-filter .limit b{
	font-size:12px;
	color:#5c5c5c;
	font-weight:400;
	line-height:13px;
	text-transform:uppercase;	
	}
.product-compare {
	padding-top: 6px;
	margin-bottom:12px;
	font-weight: 600;
}
.product-compare a {
	text-decoration:none;
	font-weight:600;
	font-size:16px;
	line-height:20px;
	color:#000;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	background-color:#ffffff;
	padding:20px 20px 7px;
	box-shadow:0 0 3px #c4cab1;
	-moz-box-shadow:0 0 3px #c4cab1;
	-webkit-box-shadow:0 0 3px #c4cab1;
	-o-box-shadow:0 0 3px #c4cab1;
	-ms-box-shadow:0 0 3px #c4cab1;
}
.product-list .right {
	/*float: right;*/
	/*margin-left: 15px;*/
	border-top:1px solid #cee4f0;
	margin-top:10px;
}
.product-list > div + div {
	/*border-top: 1px solid #EEEEEE;*/
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right:20px;
}
.product-list .image img {
	padding: 8px;
    border: 1px solid #cee4f0;

}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color:#eb58b4;
	font-weight: bold;
	text-decoration: none;
	font-size:15px;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	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 {
	margin-bottom:14px;
	display:inline-block;
	margin-right:10px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom:5px;
	padding-top:10px;
	display:inline-block;
	margin-right:10px;
}
.product-list .wishlist a{
	color:#0058d9;
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left center no-repeat;
	font-size:12px;
	font-weight:400;
	line-height:17px;
	text-transform:uppercase;
}
.product-list .wishlist{
	border:none;
	}
.product-list .compare a {
	color:#0058d9;
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left center no-repeat;
	font-size:12px;
	font-weight:400;
	line-height:17px;
	text-transform:uppercase;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width:32%;
	display: inline-block;
	vertical-align: top;
	margin-right:6px;
	margin-bottom: 15px;
	background-color:#ffffff;
	/*box-shadow:0 0 3px #c4cab1;
	-moz-box-shadow:0 0 3px #c4cab1;
	-webkit-box-shadow:0 0 3px #c4cab1;
	-o-box-shadow:0 0 3px #c4cab1;
	-ms-box-shadow:0 0 3px #c4cab1;*/
	border: #cee4f0 1px solid;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}
.product-grid > div:nth-child(3n+3) {
	margin-right: 0px;	
}
.product-grid > div.lastThird{
	margin-right:0;
	}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	/*border: 1px solid #E7E7E7;*/
}
.product-grid .name a {
	color:#373737;
	font-size:14px;
	font-weight:400;
	line-height:17px;
	margin-bottom:6px;
	text-decoration:none;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display:block;
	font-weight: normal;
	color: #333333;
	margin-bottom: 4px;
	font-size:17px;
	font-family: 'Arvo', serif;
	line-height:23px;
	padding:0 0 9px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
}
.product-grid .price .price-tax {
	display: none;
}
.price:hover{
	background:none !important;
	color:#333333 !important;
	}
.product-grid .cart {
	margin-bottom:15px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color:#373737;
	text-decoration:none;
	display:inline-block;
	background:url(../image/plusicon_hov.png) 18px center no-repeat #fff;
	font-size:12px;
	line-height:30px;
	font-weight:400;
	padding:0 19px 0 36px;
	position:relative;
	top:-16px;
	border:1px solid #cee4f0;
}
.price:hover, .compare:hover {
	background:none !important;
	color:#fff;
}
.product-grid .wishlist a:hover{
	background:url(../image/plus_icon.png) 18px center no-repeat #2d2d2d;
	color:#ffffff;
}
.product-grid .compare a {
	color:#0058d9;
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left center no-repeat;
	font-size:12px;
	text-transform:uppercase;
}
/* Product */

.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	/*margin-right: 15px;*/
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 242px;
    margin-left: 0;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-info .image-additional li {
	float: left;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
	padding: 3px;
	width: 48px;
	float: left;
	display: block;
	margin: 0 2px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 73px;
}
.product-info .description {
	border-bottom: 1px solid #cee4f0;
	padding:0 5px 10px 0;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
	height:100%;
	overflow:hidden;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow:auto;
	border-bottom: 1px solid #cee4f0;
	padding: 0px 5px 18px 0;
	margin-bottom: 19px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.product-info .priceLft {
	float:left;
	width: 65%;
	}
	.product-info .priceLft span {
		font-weight: 400;
		}
.product-info .priceRgt {
	float:right;
	text-align: right;
	width: 35%;
	}
	.product-info .priceRgt span {
		font-weight: 400;
		}

.description_details {
	font-size: 13px;
	margin-bottom: 20px;
	}

.product-info .price-old {
	color: #F00;
	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: 12px;
	font-weight: normal;
	color: #999;
}
.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 .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 5px 10px 5px;
	margin-bottom:14px;
	color: #4D4D4D;
}
.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 #cee4f0;
	border-bottom: 1px solid #cee4f0;
	margin-bottom: 10px;
	background-color:#fbfcf7;
}
.product-info .review > div {
	/*padding: 8px;*/
	line-height: 20px;
	padding:0 20px;
}
.product-info .review > div img{
	margin:13px 5px 0 0;
	float:left;
	}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.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;
}
.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 #cee4f0;
	border-left: 1px solid #cee4f0;
	margin-bottom: 20px;
	background-color: #fff;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #FFF;
	font-size: 13px;
	font-weight:600;
	background: #156bea;
	text-align: left;
	border: 1px solid #156bea;
	line-height: 26px;
	text-transform: uppercase;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight:600;
	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;
}
.blogpostitem { 
	display: block;
	margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #cee4f0; 
	padding: 12px;
}
.blogpostitem h3 {  
	margin-top: 0px;
}
.blogpostitem h5 {  
	margin-top: 0px;
	margin-bottom: 7px;
}
.blogpostitem p { 
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.blogpostitem div p { 
	padding-bottom: 12px;
	margin-bottom: 0px;
}

.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #FFF;
	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;*/
	background-color:#ffffff;
}
.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;
}
.login-content .left {
	/*float: left;*/
	/*width: 48%;*/
	padding:0;
}
.login-content .right {
	/*float: right;*/
	/*width: 48%*/
	padding:0;
}
.login-content .accntPan input{
	width:50%;
	}
.login-content .accntPan input.button{
	width:auto;
	}
.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 {
	margin-bottom: 20px;
}
.return-name {
	/*float: left;
	width: 31%;*/
	/*margin-right: 15px;*/
	margin-bottom:10px;
}
.return-model {
	/*float: left;
	width: 31%;*/
	/*margin-right: 15px;*/
	margin-bottom:10px;
}
.return-quantity {
	f/*loat: left;
	width: 31%;*/
}
.return-detail {
	overflow: hidden;
	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 #cee4f0;
	border-left: 1px solid #cee4f0;
	border-right: 1px solid #cee4f0;
	border-bottom: 1px solid #cee4f0;
}
.cart-info td {
	padding:9px;
}
.cart-info thead td {
	color: #FFF;
    font-weight: bold;
    background-color: #156bea;
    border-bottom: 1px solid #156bea;
    border-top: 1px solid #156bea;
    font-size: 13px;
    font-weight: 600;
}
.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 {
	background: #fff;
	vertical-align: top;
}
.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;
}
/* checkout */

.checkout-heading {
	background: #156bea;
    border: 1px solid #156bea;
    padding: 8px;
    font-weight: 600;
    font-size: 13px;
    color: #FFF;
    margin-bottom: 0px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF !important;
}
.checkout-content {
	padding: 10px 10px 15px 20px;
    display: none;
    overflow: auto;
    background: #FFF;
    border: #cee4f0 1px solid;
}
.checkout-content .left {
	float: left;
	width: 47%;
}
.checkout-content .right {
	float: right;
	width: 47%;
}
.checkout-content .buttons {
	clear: both;
}
#login p {
	margin-bottom: 0px;
}
#login input[type="text"], #login input[type="password"] {
	width: 70%;
	margin-bottom: 10px;
	background: #FFF;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	/*border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
	border: none;
	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 #bcc59d;
}
.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;*/
	border-bottom: none;
}
.contact-info {
	/*overflow: auto;*/
	background-color:#ffffff;
}
.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%;
}
/* footer */ 

#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 42px;
	/*border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;*/
	background: #F8F8F8;
	background:url(../image/footerlinkbg.gif) repeat 0 0;
}
#footer h3 {
	color: #ffffff;
	font-size: 13px;
	margin-top: 0px;
	font-weight:400;
	margin-bottom:7px;
	text-transform:uppercase;
}
#footer .column {
	float: left;
	width: 22%;
	min-height: 100px;
}
#footer #first.column {
	width: 34%;	
}
#footer .column ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer .column ul li {
	font-size:11px;
	font-weight:400;
	color:#c3e0ff;
	text-transform:uppercase;
	line-height:14px;
	background:url(../image/footerbullet.png) no-repeat 0 3px;
	padding:0 0 0 14px;
	margin-bottom:5px;
}
#footer .column a {
	text-decoration: none;
	color:#c3e0fe;
	font-size:11px;
}
#footer .column a:hover {
	color:#d6eaff;
}
.ftr_addrs { background: none!important; padding-left: 0px!important; font-size: 12px!important; padding-bottom: 2px!important;}
.ftr_call  { background: URL(../image/phicon.png) no-repeat!important; font-size: 12px!important; padding-bottom: 2px!important;
    padding-left: 22px!important;}
.ftr_call span { color: #FFFFFF; font-size: 11px; }
.ftr_email { background: URL(../image/emailicon.png) no-repeat!important; font-size: 12px!important; padding-bottom: 2px!important;
    padding-left: 22px!important;}
.ftr_email a { color: #c3e0fe!important; text-decoration: underline!important; text-transform: none!important; }
.ftr_email a:hover { text-decoration: none!important; }
#powered {
	background:url(../image/copyright_Bg.gif) repeat 0 0;
	border-top:1px dashed #475226;
	height:100%;
	overflow:hidden;
}
#powered p{
	font-size:13px;
	line-height:17px;
	padding:18px 0;
	text-transform:uppercase;
	float:left;
	margin:0;
	color:#b0d6fe;
	}
#powered .payment-icon {
        float: left;
        margin: 12px 10px 8px 0;
        }
.social{
	float:right;
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	}
	
.social li{
	display:inline-block;
	font-size:0;
	line-height:0;
	text-indent:-20000px;
	}
	
.social li a{
	display:block;
	width:30px;
	height:30px;
	}
	
.social li.facebook a{
	background:url(../image/facebook_icon.png) no-repeat 0 0;	
	}
	
.social li.twitter a{
	background:url(../image/twitter_icon.png) no-repeat 0 0;
	}
/* banner */

.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

.newsbox{
	background:url(../image/newsltrbg.gif) repeat 0 0;
	border-top:1px solid #386fa2;
	border-bottom:1px solid #0b1d41;
	padding:34px 0 24px;
}

.news-heading{
	width:402px;
	float:left;
	}
	
.news-heading h3{
	color:#ffffff;
	font-size:15px;
	font-weight:800;
	line-height:19px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	}
	
.news-heading p{
	color:#ffffff;
	font-size:13px;
	line-height:20px;
	}
	
.subseml{
	background:url(../image/emailleftbg.png) no-repeat 0 0;
	padding:0 0 0 45px;
	height:38px;
	margin:10px 0 0 0;
	}
	
.subseml input{
	width:250px;
	height: 38px;
	border:none;
	background-color:#FFF;
	border-radius: 0;
	color:#71736c;
	font-size:12px;
	line-height:14px;
	font-weight:400;
	float:left;
	padding:/*12px 0*/ 0;
	}
	
.subsem_bt{
	background-color:#e6009e;
	font-size:13px;
	font-family: 'Arvo', serif;
	color:#ffffff;
	display:inline-block;
	line-height:38px;
	border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-ms-border-radius:0 4px 4px 0;
	-o-border-radius:0 4px 4px 0;
	text-decoration:none;
	padding:0 15px;
	}
	
.slideshow{
	width:940px;
	height:374px;
	position:relative;
	}
	
.captionbox{
	position:absolute;
	bottom:82px;
	right:-10px;
	padding:28px 30px;
	background:url(../image/caption_bg.png) repeat 0 0;
	border-right:10px solid #156bea;
	text-align:center;
	width: 363px;
	}
	
.captionbox h1{
	color:#ffffff;
	font-size:32px;
	font-weight:800;
	color:#ffffff;
	line-height:30px;
	text-transform:uppercase;
	margin:0 0px 18px;

	}
	
.captionbox p{
	font-size:12px;
	font-weight:normal;
	font-family: 'Arvo', serif;
	color:#ffffff;
	line-height: 15px;
    text-transform: uppercase;
    margin: 5px 0 33px;
	}
	
.captionbox a{
	background-color: #e6009e;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Arvo', serif;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	text-decoration:none;
	}
	
#slideshow0{
	width:940px;
	height:374px;
	position:relative;
	}
	
.catLeft{
	margin:0;
	background:none;
	border: 0px!important;
    padding: 0px!importANT;
	}
.cattiel {
	border-bottom: 1px solid #c1d1e1;
	display:block;	
}
.cattiel h3{
	color:#484848;
	text-transform:uppercase;
	font-size:19px;
	font-weight:800;
	line-height:22px;
	padding-bottom:10px;
	margin:0 0 9px;
	}
	
.product-filter select{
	margin-left:6px;
	}
	
.proddetTit{
	color:#484848;
	font-size:20px;
	font-weight:700;
	line-height:23px;
	}
#tab-related .box-product > div {
	border: 1px solid #c1d1e1;
	width: 28%;
	margin-right: 15px;
	float:left;
	padding: 20px 10px;
}
#tab-related .box-product > div:last-child {
	margin-right: 0px;
	}
#tab-related .box-product > div .name a {
	text-transform: none;
}
#review .content {
    padding: 0px;
    }
.tab-content input[type="text"] {
    width: 98%;
}
.grid_bot{
	}	
.name{
	color:#373737;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	margin-bottom:0px;
	margin-top: 0px;
	padding: 0 10px;
	}
.name a{
	color:#373737;
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	display:inline-block;
	margin-bottom:5px;
	}
.dimensions{
	color:#848484;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	margin-bottom:34px;
	}
.learn_more{
	display:inline-block;
	margin-right:5px;
	}
.learn_more a{
	cursor: pointer;
	color: #FFFFFF;
	line-height: 27px;
	font-family: 'Arvo', serif;
	font-size: 13px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color: #156bea;
	padding:4px 18px;
	text-decoration:none;
	display:inline-block;
	}
	
.product-grid .cart{
	display:inline-block;
	}
	
.wishlist{
	border-top:1px solid #cee4f0;
	margin-bottom:0;
	margin-top:23px;
	}
	
.prod-detls{
	background-color:#ffffff;
	-moz-box-shadow:0 0 3px #cee4f0;
	-webkit-box-shadow:0 0 3px #cee4f0;
	-o-box-shadow:0 0 3px #cee4f0;
	-ms-box-shadow:0 0 3px #cee4f0;
	padding:20px;
	}
	
.prod-detls h3{
	font-size:24px;
	font-weight:700;
	line-height:27px;
	color:#484848;
	margin:0;
	border-bottom:1px solid #cee4f0;
	padding-bottom:14px;
	margin-bottom:24px;
	}

.share{
	height:100%;
	overflow:hidden;
	}

.wish_social{
	height:100%;
	overflow:hidden;
	}	
.wish_social p{
	float:left;
	margin-right:15px;
	}	
.share{
	float:left;
	margin-top:6px;
	}	
.description p{
	margin-bottom:10px;
	}	
.wish_social .wishlist{
	color:#373737;
	text-decoration:none;
	display:inline-block;
	background:url(../image/plusicon_hov.png) 18px center no-repeat #fff;
	font-size:12px;
	line-height:30px;
	font-weight:400;
	padding:0 19px 0 36px;
	border:1px solid #cee4f0;
}
.wish_social .wishlist:hover{
	background:url(../image/plus_icon.png) 18px center no-repeat #2d2d2d;
	color:#ffffff;
}
.price p{
	color:#1d1d1d;
	font-size:19px;
	font-weight:normal;
	line-height:22px;
	color:#1d1d1d;
	font-family: 'Arvo', serif;
	margin:0;
	}	
.price p span{
	color:#848484;
	padding-right:3px;
	}	
.cart p{
	margin:0;
	}
.cart input.button{
	padding:3px 20px;
	font-size: 13px;
	}
	
.addcomp{
	margin:10px 0 0 !important;
	color:#5c5c5c;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	}
.addcomp a{
	color:#0058d9;
	text-decoration:none;
	}
.review a{
	color:#4f5c25;
	font-size:12px;
	color:#4f5c25;
	font-weight:normal;
	text-transform:uppercase;
	line-height:41px;
	display:inline-block;
	text-decoration:none;
	}	
.cart input{
	margin-top:5px;
	}	
.tab-content input{
	margin:5px 0 0 0;
	}	
.tab-content textarea{
	margin:5px 0 0 0;
	}	
.tab-content img#captcha{
	margin:5px 0 0 0;
	}	
.tab-content .buttons{
	border:none;
	padding:0;
	}	
.tab-content .buttons .right{
	padding-left:0;
	float: none;
	text-align:left;
	}	
.contactPan iframe{
	width:100%;
	}
.contMain{
	height:100%;
	overflow:hidden;
	margin:20px 0 0 0;
	}	
.contMain h2{
	font-size:20px;
	font-weight:700;
	}
.conLeft{
	float:left;
	width:30%;
	}
.conLeft .contact-info .content{
	overflow:auto;
	border:none;
	padding:16px !important;
	}
.conRight{
	float:right;
	width:65%;
	}
.conRight .content{
	border:none;
	background-color:#ffffff;
	padding:16px !important;
	}
.conRight .content .error {
	color: #F00;
	}
.contact-info .left b{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 5px;
	display: block;
	}
.conRight .right b{
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	padding-bottom:5px;
	display:block;
	}
.conRight .content b{
	font-size:12px;
	font-weight:400;
	display:block;
	margin-bottom:3px;
	}
.conRight .content input{
	width:97%;
	}
.conRight .content textarea{
	width:97% !important;
	}
.conRight .content input[name="captcha"]{
	margin-bottom: 15px;
}
.contactPan .buttons{
	background:none;
	padding:0;
	border:none;
	}
.contactPan .buttons input{
	padding:5px 20px;
	}
.mini-cart-info td{
	color:#ffffff;
	}
.mini-cart-info td a{
	color:#ffffff;
	}
.mini-cart-total td{
	color:#ffffff;
	font-size:13px;
	}
.mini-cart-total td a{
	color:#ffffff;
	}
.mini-cart-total td b{
	color:#cee4f0;
	font-weight:600;
	}
.checkout a{
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	}
.checkout #login  a {
	color: #e6009e;
}
.cartCont{
	background-color:#fff;
	-moz-box-shadow:0 0 3px #c4cab1;
	-webkit-box-shadow:0 0 3px #c4cab1;
	-o-box-shadow:0 0 3px #c4cab1;
	-ms-box-shadow:0 0 3px #c4cab1;
	padding:3px 10px;
	}
.cartCont h2{
	margin:10px 0 0 0;
	}
.cartCont .content{
	border:none !important;
	}
.cart-module{
	background-color:#fff;
	-moz-box-shadow:0 0 3px #c4cab1;
	-webkit-box-shadow:0 0 3px #c4cab1;
	-o-box-shadow:0 0 3px #c4cab1;
	-ms-box-shadow:0 0 3px #c4cab1;
	margin-top:16px;
	}
.cart-module .content{
	border:none !important;
	}
.cart-module .error{
	color:#FF0000;
	}
.wishFirst{
	border-collapse:collapse;
	background-color:#156bea;
	border-top:1px solid #156bea;
	border-bottom:1px solid #156bea;
	}
.wishFirst td{
	font-size:13px;
	font-weight:600 !important;
	}
.accntPan{
	background-color:#ffffff;
	border: #cee4f0 1px solid;
	padding:10px 20px;
	margin-bottom:20px;
	}
.accntPan h2{
	font-size:20px;
	font-weight:700;
	margin:0 0 10px;
	}
.accntPan .content{
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	}
.accntPan .content ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.accntPan .content ul li{
	background:url(../image/leftCat_pointer.png) no-repeat 0 5px;
	margin-bottom:5px;
	padding:0 0 0 15px;
	}
.accntPan .content ul li a{
	color:#e6009e;
	text-decoration:none;
	}
.editaccnt{
	padding:0;
	}
.editaccnt .left a{
	padding: 0 12px 0 12px;
	}
.accntPan p b{
	font-size:13px;
	font-weight:600;
	}
.refinPan .category-list ul li{
	background:url(../image/leftCat_pointer.png) no-repeat 0 5px;
	padding:0 0 0 15px;
	}
.refinPan .category-list ul{
	list-style-type:none;
	/*float:left;
	width:auto;*/
	padding:0;
	margin:0;
	}
.refinPan .category-list ul li a{
	color:#55602f;
	text-decoration:none;
	}
.infrmCont{
	box-shadow:0 0 3px #c4cab1;
	-moz-box-shadow:0 0 3px #c4cab1;
	-webkit-box-shadow:0 0 3px #c4cab1;
	-o-box-shadow:0 0 3px #c4cab1;
	-ms-box-shadow:0 0 3px #c4cab1;
	padding:20px;
	background-color:#ffffff;
	margin-bottom:20px;
	}
.prod_cat_list .left{
	height:100%;
	overflow:hidden;
	}
.success a{
	}
.product-container {
    height:100%;
    overflow: hidden;
   /* padding: 0px 0px 10px;*/
   box-shadow:0 0 3px #cee4f0;
	-moz-box-shadow:0 0 3px #cee4f0;
	-webkit-box-shadow:0 0 3px #cee4f0;
	-o-box-shadow:0 0 3px #cee4f0;
	-ms-box-shadow:0 0 3px #cee4f0;
	padding:20px 5px;
	background-color:#ffffff;
}
.feature-header h4, .popular-header h4 {
    text-transform: uppercase;
}
.popular-header h4{
	color: #484848;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 800;
	line-height: 22px;
	
	border-bottom: 1px solid #c1d1e1;
	padding-bottom: 10px;
	margin:30px 0 9px;
	}
.poduct-desc{
	text-align:center;
	margin: 10px 0 5px;
	}
.image-container img {
    max-height: 100%;
    max-width: 100%;
    background: none repeat scroll 0 0 #f5f5f5;
    display: block;
    cursor: default;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}
.rating {
    position: relative;
    left: 151px;
    top: -40px;
}
.item-desc {
	margin-bottom:11px;
}
.item-desc a {
        color: #484848;
    font-size: 13px;
    text-align: center;
    text-transform: none;
}
.price, .compare {
    border-radius: 0px;
}
.price:hover, .compare:hover {
    background: #333333;
    color: #fff;
}
/* ####### POPULAR PRODUCT SLIDER CODE ##################*/

.clear-left {
    clear: left;
}
.controls {
    margin-top: 20px;
}
[data-slide="prev"] {
    margin-right: 10px;
}
#popular-head {
    margin-bottom: 10px;
}
.left, .right {
    padding: 0px 0 0;
}
#return-product input{
	width:80%;
	}
#return-product textarea{
	width:81%;
	}
.return-reason{
	margin-bottom:20px;
	}
.return-reason input{
	width:auto !important;
	}
.return-opened{
	margin-bottom:20px;
	}
.return-opened input{
	width:auto !important;
	}
.col-item {
    /*height: 370px;*/
}
/* ####################### PRODUCT PAGE ###################*/

#breadcrumb li {
    border-radius: 0px !important;
}
#breadcrumb {
    margin-left: -41px;
    list-style: none;
    display: inline-block;
}
#breadcrumb .icon {
    font-size: 14px;
}
#breadcrumb li {
    float: left;
}
#breadcrumb li a {
    color: #FFF;
    display: block;
    background: #3498db;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
}
#breadcrumb li:nth-child(even) a {
    background-color: #2980b9;
}
#breadcrumb li:nth-child(even) a:before {
    border-color: #2980b9;
    border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
    border-left-color: #2980b9;
}
#breadcrumb li:first-child a {
    padding-left: 15px;
    background: #E5A139;
}
#breadcrumb li:first-child a:before {
    border: none;
}
#breadcrumb li:last-child a {
    padding-right: 15px;
}
#breadcrumb li:last-child a:after {
    border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #3498db;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}
#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}
#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #E5A139;
}
#breadcrumb li a:hover {
    background-color: #E5A139;
}
#breadcrumb li a:hover:before {
    border-color: #E5A139;
    border-left-color: transparent;
}
#breadcrumb li a:hover:after {
    border-left-color: #E5A139;
}
#breadcrumb li a:active {
    background-color: #E5A139;
}
#breadcrumb li a:active:before {
    border-color: #E5A139;
    border-left-color: transparent;
}
#breadcrumb li a:active:after {
    border-left-color: #E5A139;
}
/*################## Accordion Menu #########################*/

.category-header {
    height: 52px;
    background: rgba(190, 202, 202, 0.54);
    text-align: center;
    padding: 7px 0 2px 0px;
    text-transform: uppercase;
}
.category-header h4 {
    vertical-align: middle;
}
#leftMenu {
    padding-left: 37px;
}
#leftMenu .accordion-group {
    margin-bottom: 0px;
}
#leftMenu .accordion-heading {
    height: 34px;
    list-style-type: none;
}
#leftMenu .accordion-heading a {
    color: rgb(51, 51, 51);
    /* text color */
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
#leftMenu .accordion-heading a:hover {
    color: rgb(51, 51, 51);
}
#leftMenu .accordion-heading .active {
    width: 182px;
    height: 34px;
}
#leftMenu {
    background: rgb(243, 243, 243);
    padding-top: 18px;
    padding-bottom: 9px;
}
/*##################FEATURED MENU ###############################*/

.featured-header {
    height: 52px;
    margin-top: 20px;
    background: rgba(190, 202, 202, 0.54);
    text-align: center;
    padding: 7px 0 2px 0px;
    text-transform: uppercase;
}
#featured-menu .item {
    height: 253px;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid rgba(207, 201, 201, 0.13);
    box-shadow: 0px 0px 1px rgba(129, 104, 104, 0.67);
    margin-bottom: 10px;
}
#featured-menu img {
    width: 100%;
}
#featured-menu .featured-desc {
    float: right;
    position: relative;
    top: -82px;
    width: 222px;
    left: -25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

#featured-menu .featured-cost {
    position: relative;
    float: right;
   	top: -48px;
    left: 7px;
}
.btn-group .btn{
	cursor: pointer;
	color: #FFFFFF;
	line-height: 27px;
	font-family: 'Arvo', serif;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border:none;
	}
.btn-group .price{
	background-color:#156bea;
	}
.btn-group .price:hover{
	background-color:#156bea !important;
	color:#fff !important;
	}
.btn-group .buy{
	background-color:#e6009e;
	}
	
.visible-xs, .visible-sm, .visible-md, .visible-lg{
	display:none;
	}
	
.pull-right {
	float: right !important;
}

#content .content .left label{
	display:inline-block;
	width:100px;
	}
	
#content .content .right label{
	display:inline-block;
	width:100px;
	}

.return-product label{
	display:inline-block;
	width:100px;
	}
	
.return-captcha label{
	display:inline-block;
	width:100px;
	vertical-align:top;
	}

.capbox{
	display:inline-block;
	width:525px;
	}
	
.capbox input{
	margin-bottom:5px;
	width:100%;
	}
	
.description .wishlist{
	margin:0;
	}
#_atssh{
	display:none;
	}


/*10-12-14*/
hr {
	display: block;
	margin-top: 40px;
	border: none;
	border-bottom: 1px solid #bcc59d; 
	}
/*10-12-14*/

/* START POPUP */
.pop-inner {
	padding: 6px 10px 8px; 
	background: #fff;
	font-family:'Open Sans', sans-serif;
	}
	
	.pop-inner h2 {
		font-family:'Open Sans', sans-serif;
		color: #484848;
		font-size: 20px;
		font-weight: 800;
		text-align: center;
		line-height: 24px;
		margin: 0 0 10px;
		}
		.pop-contactform label {
			display: block;
			font-size: 13px;
			font-weight: 400;
			margin-bottom: 3px;
			}
		.pop-contactform input[type='text'], 
		.pop-contactform input[type='password'], 
		.pop-contactform textarea {
			display: block;
			width: 94.3333%;
			margin-bottom: 8px;
			}
		.pop-contactform .errormsg {
			color: #F00;
			font-size: 11px;
			margin-top: -3px;
			margin-bottom: 5px;
			display: block;
			}
		
		
/* END POPUP */

#notification {
margin-top: 0px!important;

}
.success {
	background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #cee4f0;
	
	padding-top:0;
	text-align:center;
}

.success > h2 {
    background-color: #156bea;
    color: #fff;
    margin: 0 -10px 0 -33px;
    padding: 9px;
    text-align: center;
}

.success > p {
    background: #ecf4ff none repeat scroll 0 0;
    font-size: 13px;
    margin: 0 -10px 20px -33px;
    padding: 20px 11px;
}
.pop_checkout ,
.pop_continue{
     background: #e6009e ;
    border: medium none;
    border-radius: 4px;
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Arvo', serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    padding: 8px 12px;
	margin:0 8px;
}
.button_checkout{
     background: #e6009e ;
    border: medium none;
    border-radius: 4px;
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Arvo', serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    padding: 8px 12px;
	margin:0 8px;
}
.mini-cart-info {
    width: 280px;
}
.credit-cards {
    margin-top: 10px;
    position: relative;
    width: 332px;
    height: 26px;
}
.credit-cards:before, .credit-cards:after {
    background-image: url(../image/stripe-cc-logos.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}
.credit-cards:before {
    z-index: 1;
    opacity: 0.3;
}
.credit-cards:after {
    z-index: 2;
    opacity: 1;
    background-clip: content-box;
    padding: 0;
    width: 0;
}
.credit-cards.visa:after {
    width: 60px;
}
.credit-cards.mastercard:after {
    width: 48px;
    padding-left: 60px;
}
.credit-cards.americanexpress:after {
    width: 46px;
    padding-left: 108px;
}
.credit-cards.jcb:after {
    width: 46px;
    padding-left: 154px;
}
.credit-cards.discover:after {
    width: 46px;
    padding-left: 202px;
}
.credit-cards.dinersclub:after {
    width: 84px;
    padding-left: 248px;
}


.nbs-flexisel-container {
    position: relative;
    max-width: 100%;    
    padding: 0 30px;
    box-sizing:border-box;
}
.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    
}
.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 27px;
	height: 23px;
	display: block;
	position: absolute;
	top: 17px !important;
	cursor: pointer;
}
.nbs-flexisel-nav-left {
	background: url(../image/arw-prev.jpg) 0 0 no-repeat;
	left: 0;
}
.nbs-flexisel-nav-right {
	background: url(../image/arw-next.jpg) 0 0 no-repeat;
	right: 0;
}

#cboxCurrent {
	display: none !important;
}

/* --- Home Latest Post --- */

.latestpost .nbs-flexisel-inner {
	background: url(../image/slider-sep.jpg) center center no-repeat;
}

.latestpost .nbs-flexisel-ul {
	text-align: left;
}
.latestpost .nbs-flexisel-item img {
	width: 80%;
}
.latestpost .nbs-flexisel-item {
	line-height:normal;
}
.latestpost .nbs-flexisel-container {
	padding: 0 0 60px;
	overflow: hidden;
}
.latestpost .nbs-flexisel-nav-left, 
.latestpost .nbs-flexisel-nav-right {
	bottom: 15px;
	top: auto !important;
}
.latestpost .nbs-flexisel-nav-left {
	left: 50%;
	margin-left: -27px;
}
.latestpost .nbs-flexisel-nav-left::before {
	content: "";
	width: 30px;
	height: 1px;
	background: #c1d1e1;
	display: block;
	position: absolute;
	left: -30px;
	top: 11px;
}
.latestpost .nbs-flexisel-nav-right {
	right: 50%;
	margin-right: -27px;
}
.latestpost .nbs-flexisel-nav-right::before {
	content: "";
	width: 30px;
	height: 1px;
	background: #c1d1e1;
	display: block;
	position: absolute;
	right: -30px;
	top: 11px;
}

/* --- Retailers Page ---- */

.retailer-cont {
	overflow: hidden;
}
.retailer-cont h3 {
	font-size: 20px;
	color: #484848;
	line-height: 24px;
	display: block;
	padding: 13px 0 13px 55px;
	margin-bottom: 20px;
}
.retailer-cont .retailer-box {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.retailer-cont .retailer-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.retailer-cont .retailer-box ul li {
	color: #484848;
	font-size: 13px;
	line-height: 22px;
}
.retailer-cont .retailerList {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.retailer-cont .retailerList.right {
	margin-right: 0;
}

.retailer-box.nsw h3 {
	background: url(../image/mapicon-1.png) 0 center no-repeat;
}
.retailer-box.northterritory h3 {
	background: url(../image/mapicon-2.png) 0 center no-repeat;
}
.retailer-box.qld h3 {
	background: url(../image/mapicon-3.png) 0 center no-repeat;
}
.retailer-box.sa h3 {
	background: url(../image/mapicon-4.png) 0 center no-repeat;
}
.retailer-box.tas h3 {
	background: url(../image/mapicon-5.png) 0 center no-repeat;
}
.retailer-box.vic h3 {
	background: url(../image/mapicon-6.png) 0 center no-repeat;
}
.retailer-box.wa h3 {
	background: url(../image/mapicon-7.png) 0 center no-repeat;
}


div#payment input#cc_number{width: 190px !important;}
div#payment input[name="cc_cvv2"]{width: 80px !important;}
div#payment select{width: 100px !important;}

/*#popular.mobile_show{display: none;}*/

@media screen and (max-width: 939px) {

}

/*@media screen and (max-width: 868px) {
#column-left #popular{display: none;}
#popular.mobile_show{display: block; margin: 0 20px;}
}*/

.freseller {
	clear: both;
    float: left;
    margin: 30px 0 50px;
    text-align: center;
    width: 100%;
}
.freseller h3 {
	background: #156bea none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 -10px;
    padding: 10px 60px;
    position: relative;
    text-transform: uppercase;
    top: -41px;
}
.freseller p {
	font-size: 13px;
	color: #484848;
	line-height: 22px;
	margin: 0;
}
.freseller p a {
	color: #484848;
}
.freseller p a:hover {
	text-decoration: underline;
}

