.features-box {
	clear: both;
}
.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
    position: relative;
    min-height: 1px;
	border:0px;
}
@media(min-width: 750px){
	.column-1{width:8.3335%}.column-2{width:19%}.column-3{width:25%}.column-4{width:33.33333%}.column-5{width:41.6666%}.column-6{width:50%}.column-7{width:58.3333%}.column-8{width:66.6666%}.column-9{width:75%}.column-10{width:83.3333%}.column-11{width:91.6667%}.column-12{width:100%}
	.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {float:left}
	}

.btn {
	display: inline-block;	
}

.logo {
	margin: 0;
	font-size: 1.6em;
	position: relative;
	z-index: 1;
}
.logo a {
	display: block;
	width: 120px;
	height: auto;
	padding: 0.6em 1em 0.4em 0.7em;
}
.logo img {
	width: 120px;
	height: auto;	
}
.nav-anchors {
	display: none;
}
.nav {

}
header[role="vendere-banner"] .nav {
	float: left;
	clear: none;
	margin: 0;
	border-top: 0;
}
.search {
	border: 0;
	padding: 0;
	position: absolute;
	top: 0.8em;
	right: 1em;
	width: 10em;
}
.queryselectorall .search, .queryselectorall [role="vendere-banner"] .nav {
	display: block;
}
.product-main {
	padding-bottom: 0em;
}
.product-img {
	float: left;
	width: 50%;
	height: auto;
	margin-top: -4.8em;
}
.product-main > header {
	padding-top: 1em;
}
.product-main > header, .product-desc, .product-form, .product-description {
	padding-left: 2em;
	margin-left: 50%;
}

.vendere-content {
	padding: 1em 0;
}
.vendere-content header {
	cursor: default;
	border: 0;
	
}
.vendere-content header a:after, .vendere-content header a.open:after {
	content: "";
}
[aria-hidden="true"] {
	display: block;
}
.product-description header {
	display: none;
}

.footer ul {
	margin: 0;	
}
.footer .nav {
	float: left;	
}
.footer .nav li a {
	padding: 1.0em 0.2em 1.0em;
	line-height: 1;
}
.footer ul.service-links {
	float: right;
	margin-top: 0.9em;
}
.service-links li {
	display: inline-block;
}	
.service-links li{
	display: inline;	
}
/************End Structure**************/
@media screen and (min-width: 40.5em) and (max-width: 60em) {
	.product-img {
		width: 60%;
	}
	.product-main > header, .product-desc, .product-form, .product-utils, .product-description {
		margin-left: 60%;
		padding-left: 1em;
	}
}
@media screen and (min-width: 60em) {
	.product-img {
		width: 67%;
	}
	.product-main > header, .product-desc, .product-form, .product-utils, .product-description {
		padding-left: 2em;
		margin-left: 67%;
	}
	.img-container {
		margin-left: 7em;
	}
	.product-img nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 6em;
	}
	.product-img nav li {
		display: block;
		margin: 0 0 0.8em;
	}
	.product-img nav img {
		width: auto;
	}
}
/* For IE 7, which doesn't support display: inline-block; */
label, input,textarea, .nav-anchors li, .nav li, .price, .star, .star li, .product-img nav, .product-img nav li, .product-utils a, .reviews header h2, .footer li {
	zoom: 1;
	*display: inline;
}