header, .link-list-heading, .link-list, .banner, .trail, footer,
#view-big-img, #slideshow-thumbs{
	display: none;
}

.trail{
	padding: 5px 0 15px;
	margin: 0 0 30px;
	background: url('../img/spacer-gradient.png') left bottom no-repeat;
}
.trail a{
	color: #000;
	text-decoration: none;
}
.trail .current{
	color: #0096cd;
}

.product-single .top{
	margin-bottom: 30px;
}
.product-single .product-image{
	margin-bottom: 30px;
	max-width: 100%;
}
.product-single .product-details{
	padding: 30px;
	background: #e7e7e7;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.product-single .name{
	padding-right: 30px;
}
.product-single .row {
	margin-right: -15px;
	margin-left: -15px;
}
.row{
	float: left;
}
.row:before, .row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.col-lg-4{
	width: 33.33333333333333%;
	float: left;
}
 .col-lg-8{
	width: 66.66666666666666%;
	float: left;
}
.col-lg-4, .col-lg-8, .col-xs-12{
	/*position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;*/
}
.col-xs-12{
	width: 100%;
}

