.tabs {
	margin: 0px 0 0 0;
	overflow:hidden;
	width: 99%;
	overflow: hidden;
	padding: 0.5%;
	border-radius: 3px 3px 0px 0px;
}
.tabs li.last {
	border-right:0;
}
.tabs li a:link, .tabs li a:visited {
	font-size: 16px;
	font-weight: normal;
	font-family: "Oswald", Arial, sans-serif;
	text-transform: uppercase;
	float: left;
	text-align: center;
	outline: none;
	text-decoration:none;
 -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
	display: block;
	border-radius: 3px;
}
.tabs li a:hover {
	text-decoration:none;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 )"; /* IE6-9 */
}
@media all and (min-width:800px) {
.tabs li {
 float:left;
 display: block;
}
.tabs li a:link, .tabs li a:visited {
 padding: 6px 10px;
}
.padder {
 border-width: 1px;
 border-style: solid;
 border-radius: 0px 2px 2px 2px;
 padding: 5px 10px 5px 10px;
 text-align: left;
}
}
@media all and (max-width:799px) {
.tabs li {
 width: 100%;
}
.tabs li.active a, .tabs li.active a:hover, .tabs a {
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tabs li a:after {
 content: "";
 width: 0;
 height: 0;
 border-left: 5px solid transparent !important;
 border-right: 5px solid transparent !important;
 margin: 0px 5px 0px 5px;
 padding: 0;
 font-size: 0;
}
.tabs li.active a:after {
 content: "  ";
 border: 0;
}
}
#product_tabs_tags_tabbed_contents.input-box input {
	width: 300px;
}
#product_tabs_related_tabbed_contents li {
	float:left;
	margin-right: 10px;
}
#product_tabs_related_tabbed_contents ol {
	clear: both;
}
.product-collateral:after {
	content:".";
	display:block;
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
.box-description img {
	max-width: 100%;
	height: auto;
}
