@charset 'utf-8';
/*
	Miva Merchant Bootstrap Supplimental Styles
	Author: Matt Zimmermann
	Updated: 02/17/2014
	
	+-+-+-+-+-+-+ GLOBAL STYLES +-+-+-+-+-+-+
		=GLOBAL ELEMENTS
		=GLOBAL CLASSES
		=HEADER
		=NAVIGATION BAR
		=BREADCRUMBS
		=CATEGORY TREE
		=FOOTER
	+-+-+-+-+-+-+ PAGE SPECIFIC STYLES +-+-+-+-+-+-+
		=SFNT PAGE
		=CTGY PAGE
		=PROD AND PATR PAGES
		=CHECKOUT PAGES
	+-+-+-+-+-+-+ MEDIA QUERIES +-+-+-+-+-+-+
		=DEVICE MEDIA QUERIES
		=PRINT STYLES
*/

/*
------------------------ GLOBAL ELEMENTS ------------------------ */
body {
	color: #666;
	font: 12px/22px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 1px 0;
	padding: 1px 0;
}
h2 {
	font-size: 25px;
	line-height: 35px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
}
h4 {
	font-size: 16px;
	line-height: 28px;
}
h5,
h6 {
	color: #444;
	font-weight: 600;
}
h5 {
	font-size: 14px;
	line-height: 22px;
}
h6 {
	font-size: 13px;
	line-height: 25px;
}
p {
	margin: 0;
	padding: 0;
}
a:hover,
a:active,
a:focus {
	outline: 0;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
hr {
	border-top: 0;
	border-bottom: 1px solid #f4f4f4;
	height: 0;
	margin: 15px 0 10px 0;
	padding: 0;
}


/*
------------------------ =GLOBAL CLASSES ------------------------ */
.bold {
	font-weight: normal;
}
.sep {
	height: 5px;
	background: url(../../graphics/00000001/images/sep.png) repeat;
}
.bor {
	background: url(../../graphics/00000001/images/sep.png) repeat-x;
	height: 5px;
	margin: 10px 0 10px 0;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic !important;
	font-weight: normal !important;
}
.required {
	font-weight: 600 !important;
}
.horizontal-links a {
	margin-right: 20px;
}
.well {
	background: #fafafa;
	border: 1px solid #eee;
	box-shadow: inset 0 0 2px #eee;
	margin: 20px 0;
	padding: 10px 15px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.onethree-left {
	float: left;
	width: 23%;
}
.onethree-right {
	float: right;
	width: 76%;
}
.col-left {
	width: 48%;
	float: left;
}
.col-right {
	width: 48%;
	float: right;
}
.title {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
	.title i {
		margin-right: 3px;
	}
.page-head {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 0 4px #bbb;
	padding: 20px 0;
}
.page-head h2 {
	color: #777;
	font-size: 23px;
	line-height: 33px;
}
.page-head h4 {
	color: #999;
	font-size: 15px;
}
.content {
	margin: 20px 0px;
}
.content ul li {
	list-style-type: circle;
	margin: 0;
	padding: 1px 0;
}
.lists ul {
	margin: 0;
	margin-left: -15px;
}
.tab-pane ul {
	margin: 0;
	margin-left: 25px;
	padding: 0;
}

	/* ------------------------ font colors ------------------------ */
	.red,
	.error,
	.invalid {
		color: #f00 !important;
	}

	/* ------------------------ buttons ------------------------ */
	a.btn,
	a.btn:visited,
	a.btn:hover {
		/*color: #333 !important;*/
	}
		a.btn-primary,
		a.btn-primary:visited,
		a.btn-primary:hover,
		a.btn-warning,
		a.btn-warning:visited,
		a.btn-warning:hover,
		a.btn-danger,
		a.btn-danger:visited,
		a.btn-danger:hover,
		a.btn-success,
		a.btn-success:visited,
		a.btn-success:hover,
		a.btn-info,
		a.btn-info:visited,
		a.btn-info:hover,
		a.btn-inverse,
		a.btn-inverse:visited,
		a.btn-inverse:hover {
			/*color: #fff !important;*/
		}
	.button {
		margin: 10px 0 5px 0;
	}
		.button a,
		.button a:visited {
			border: 0 !important;
			color: #fff;
			font: 13px 'Open Sans', Arial, Helvetica, sans-serif !important;
			padding: 5px 10px;
			text-decoration: none !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}
		.button a:hover {
			color: #fff;
			text-decoration: none;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}
		button.close {
			font-size: 16px !important;
		}

	/* ------------------------ back to top link ------------------------ */
	.totop {
		display: none;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 104400;
	}
		.totop a,
		.totop a:visited {
			color: #fff;
			display: inline-block;
			line-height: 30px;
			text-align: center;
			text-decoration: none;
			width: 30px;
			height: 30px;
		}
		.totop a:hover {
			color: #fff;
			text-decoration: none;
		}


/*
------------------------------- =HEADER ------------------------------- */
header {
	/*background: #fafafa url(../../graphics/00000001/images/cream.png) repeat;*/
	background: #fafafa;
	color: #777;
	padding: 8px 0px 20px 0px;
}
	header .logo {
		padding: 0;
		padding-top: 15px; 
	}
		header .logo h1 a,
		header .logo h1 a:visited,
		header .logo h1 a:hover {
			color: #777;
			font-size: 35px;
			font-weight: 400;
			text-decoration: none;
		}
		header .logo .meta {
			color: #888;
			line-height: 15px;
			margin: 0;
			padding: 0;
		}
		header .logo img {
			max-width: 100%;
		}
	header .hlinks > span {
		border-radius: 3px;
		color: #fff;
		padding: 5px 7px;
	}
		header .hlinks a,
		header .hlinks a:visited {
			color: #fff;
			text-decoration: none;
		}
		header .hlinks a:hover {
			border-bottom: 1px dotted #fff;
			color: #fff;
		}
	header .lr {
		/*margin-left: 10px;*/
	}
	header form input,
	header form button {
		margin-bottom: 10px !important;
	}
	
	.carousel-control  {background:none!important;}
	
	
	
	
	
	
	
	
	
	/* ------------------------ global mini-basket ------------------------ */
	.cart {
		margin: 20px 0;
	}
		#cart a {
			color: inherit;
		}
		.cart .tcart img {
			max-height: 50px;
		}
		.tcart thead th {
			white-space: normal;
		}
		.cart td.item-name {
			width: 100%;
		}


/*
------------------------------- =NAVIGATION BAR ------------------------------- */
.navbar {
	background-image: none;
	background-repeat: no-repeat;
	border-radius: 0;
	border-right: 0 !important;
	border-left: 0 !important;
	filter: none !important;
	font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 !important;
	padding-left: 10px;
	text-transform: uppercase;
}
	.navbar ul {
		margin: 0;
		padding: 0;
	}
		.navbar ul li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
	.navbar button {
		font-size: 13px;
	}
		.navbar-toggle .icon-bar {
			background: #fff;
		}
	.navbar .caret {
		border-top-color: #fff !important;
		border-bottom-color: #fff !important;
	}
	.navbar .nav {
		margin-left: 5px;
	}
		.navbar .nav > li > a {
			color: #fff !important;
			padding: 14px 15px 14px;
			text-shadow: none !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}
		.navbar .nav > li > a:hover {
			color: #fff !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}
		.navbar .nav .active > a,
		.navbar .nav .active > a:hover,
		.navbar .nav .active > a:focus {
			box-shadow: none;
			color: #ffffff;
		}
	.dropdown-toggle {
		z-index: 1000;
	}
	.nav-collapse a {
		font-weight: normal !important;
		text-shadow: none !important;
	}
	.dropdown-menu {
		background: #fafafa !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		border-top: none !important;
		border-bottom: none !important;
		margin: 0;
		/*margin-top: 1px !important;*/
		padding: 0;
		z-index: 1000;
	}
		.dropdown-menu a {
			background: #fafafa !important;
			border-bottom: 1px solid #ddd;
			color: #666 !important;
			padding: 10px 10px !important;
			text-shadow: none !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}
		.dropdown-menu a:hover,
		.dropdown-menu a:focus {
			background: #f3f3f3 !important;
			filter: none !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}
			.dropdown-menu::after,
			.dropdown-menu::before {
				border: none !important;
			}
		.nav-collapse .nav > li > a,
		.nav-collapse .dropdown-menu a {
			border-radius: 0 !important;
		}
		.nav-collapse .dropdown-menu li + li a {
			margin-bottom: 0 !important;
		}


/*
------------------------ =BREADCRUMBS ------------------------ */


/*
------------------------ =CATEGORY TREE ------------------------ */
.category-tree { 
	background: transparent;
	display: block; 
	margin: 0 auto 10px; 
	padding: 0px;
	width: 100%; 
}
	ul.category-tree li {
		list-style-type: none;
		padding: 0;
	}
		.category-tree > li > a { 
			background-color: #fafafa;
			border-bottom: 1px solid #eee;
			color: #777;
			display: block; 
			padding: 10px;
			text-decoration: none;
		}
		/*
			.category-tree li.level-2 {
				padding-left: 40px;
			}
				.category-tree li.level-2 a { 
					background: #fafafa;
					border-bottom: 1px solid #eee;
					border-left: 1px solid #eee;
					color: #777;
					display: block; 
					padding: 10px 0 10px 15px;
					text-decoration: none;
				}
				.category-tree li.level-2 a:hover {
					background: #f3f3f3;
				}
			*/
			
			.category-tree > li > a:hover { 
				background-color: #f3f3f3;
				border-bottom: 1px solid #ddd;
				color: #666;
			}
			


/*
------------------------ =FOOTER ------------------------ */
footer {
	background: #65605c url(../../graphics/00000001/images/footer.png) repeat;
	background: #171717;
	box-shadow: inset 0 0 10px #000;
	color: #aaa;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 0;
}
	footer a,
	footer a:visited {
		color: #ddd;
	}
	footer a:hover {
		color: #ccc;
		text-decoration: underline;
	}
	footer hr {
		border-top: 1px solid #111;
		border-bottom: 1px solid #222;
		margin: 5px 0;
		padding: 0;
		height: 0;
	}
	footer h5 {
		color: #fff;
	}
	footer h6 {
		color: #fff;
	}
	footer ul,
	footer .widget ul {
		margin: 0;
		padding: 0;
	}
		footer ul li {
			list-style-type: none;
			margin-bottom: 5px;
		}
		footer .widget {
			margin-bottom: 20px;
		}
	footer .copy {
		font-size: 11px;
		margin-bottom: 5px;
	}
	footer .payment-icons img {
		margin-right: 5px;
		max-width: 35px;
	}

	/* ------------------------ social ------------------------ */
	.social {
		font-size: 13px;
		margin: 5px 0;
	}
		.social i {
			border-radius: 3px;
			box-shadow: inset 0 0 1px #333;
			color: #fff;
			display: inline-block;
			line-height: 25px;
			margin: 0 5px 0 0;
			text-align: center;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
			width: 25px;
			height: 25px;
		}
		.social i.facebook {
			background: #3c5b9b;
		}
		.social i.twitter {
			background: #2daae1;
		}
		.social i.google-plus {
			background: #f63e28;
		}
		i.pinterest {
			background: #cb2027;
		}
		.social i.linkedin {
			background: #0173b2;
		}
			.social i:hover {
				background: #2b2e2e;
				-moz-transition: background 1s ease;
				-o-transition: background 1s ease;
				-webkit-transition: background 1s ease;
				transition: background 1s ease;
			}
		.social a,
		.social a:visited,
		.social a:hover {
			color: #fff;
			text-decoration: none;
		}


/*
------------------------ =SFNT PAGE ------------------------ */
	/* ------------------------ carousel ------------------------ */
	.SFNT .carousel {
		margin-top: 20px;
	}

	/* ------------------------ promotion boxes ------------------------ */
	.promo {
		margin: 10px 0;
	}
		.promo .pcol-left {
			float: left;
			text-align: center;
			width: 38%;
		}
		.promo .pcol-right {
			float: right;
			width: 58%;
		}
		.promo .pbox {
			border: 1px solid #fff;
			box-shadow: 0 0 4px #888;
			font-family: 'Open Sans', Arial, Helvetica, sans-serif;
			margin: 10px 0px;
			min-height: 130px;
			max-height: 250px;
			padding: 25px 25px;
		}
		.promo a,
		.promo a:visited,
		.promo a:hover {
			color: #fff;
			text-decoration: none;
		}
		.promo img {
			max-width: 70px;
		}
		.promo .rcolor {
			background: #ff5d5e;
			color: #fff;
		}
		.promo .bcolor {
			background: #5eb2d9;
			color: #fff;
		}
		.promo .gcolor {
			background: #54da4d;
			color: #fff;
		}
		.promo .pmed {
			font-size: 17px;
			font-weight: 600;
			line-height: 27px;
			text-transform: uppercase;
		}
		.promo .psmall {
			font-size: 13px;
			line-height: 20px;
		}

	/* ------------------------ featured products ------------------------ */


/*
------------------------ =CTGY PAGE ------------------------ */
.category-items {
	margin: 20px 0;
}
	.category-item {
		min-height: 330px;
		max-height: 350px;
		max-width: 250px;
		margin: 10px auto;
		padding: 10px 10px;
		border: 1px solid #f3f3f3;
		box-shadow: inset 0px 0px 1px #ddd;
		-webkit-transition: box-shadow 1s ease;
		-moz-transition: box-shadow 1s ease;
		-o-transition: box-shadow 1s ease;
		transition: box-shadow 1s ease;
	}
		.category-item:hover {
			box-shadow: inset 0 0 5px #ccc;
			-moz-transition: box-shadow 1s ease;
			-o-transition: box-shadow 1s ease;
			-webkit-transition: box-shadow 1s ease;
			transition: box-shadow 1s ease;
		}
		.category-item .ico {
			color: #fff;
			display: inline-block;
			margin-left: 5px;
			width: 35px;
			height: 20px;
		}
		.category-item hr {
			margin: 5px 0;
		}
		.category-item .item-image {
			max-height: 150px;
		}
			.category-item .item-image img {
				display: block;
				margin: 0 auto;
				padding: 5px 0;
				width: auto;
				height: 140px;
			}
		.category-item .item-details h5 {
			text-align: center;
		}
		.category-item .item-details h5 a {
			color: #666;
		}
		.category-item .item-details h5 a:hover {
			text-decoration: none;
		}
		.category-item .item-details p {
			text-align: center;
		}
		.category-item .item-price {
			background: #f3f3f3;
			border: 1px solid #eee;
			box-shadow: inset 0 0 1px #888;
			border-radius: 5px;
			display: inline-block;
			font: bold 14px Arial, Helvetica, sans-serif;
			line-height: 20px;
			margin: 7px 0;
			padding: 2px 5px !important;
		}

	/* ------------------------ pagination ------------------------ */
	.paging {

	}
		.paging span,
		.paging a {
			background: #fff;
			border: 1px solid #ddd;
			color: #666;
			display: block;
			float: left;
			font-size: 14px;
			font-weight: normal;
			line-height: 1.428571429;
			margin: 0 0 0 5px;
			padding: 6px 8px;
			text-decoration: none;
			width: auto;
		}
		.paging a:hover,
		.paging .current {
			background: #4e5555;
			color: #fff;
		}


/*
------------------------ =PROD PAGE ------------------------ */

	/* ------------------------ product images ------------------------ */
	.product-images {
		text-align: center;
	}
	
	.thumbnails {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		ul.thumbnails li {
			cursor: pointer;
			display: inline-block;
			margin: 5px;
			padding: 4px;
		}

	/* ------------------------ closeup image ------------------------ */
	.closeup {
		background: #fff;
		border: 1px solid #333;
		display: none;
		min-width: 274px;
		min-height: 274px;
		padding: 10px 10px 5px 10px;
		position: absolute;
		top: 75px;
		text-align: center;
		z-index: 9999;
	}
		.closeup a {
			cursor: pointer;
			margin: 5px 0 0 0;
			z-index: 10000;
		}
	.closeup_backing {
		background: #333;
		display: none;
		filter: alpha(opacity=75);
		opacity: 0.75;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9990;
	}

	/* ------------------------ swatches ------------------------ */
	.swatches ul {
		padding: 0;
	}
		.swatches li {
			cursor: pointer;
			display: inline-block;
			margin: 0 5px !important;
			padding: 0;
			text-align: center;
			width: 50px;
			height: 50px;
		}

	/* ------------------------ related products ------------------------ */
	.PROD .category-item {
		min-height: 240px;
		max-height: 266px;
	}

	/* ------------------------ product tabs ------------------------ */
	.nav-tabs {
		margin-bottom: 10px;
	}


/*
------------------------ =CHECKOUT PAGES ------------------------ */
.controls {
	visibility: hidden;
}
#opay_form #js-cc_exp {
	color: transparent;
}
	#opay_form #js-cc_exp label {
		color: #666;
	}


/* ======================== DEVICE MEDIA QUERIES ======================== */

@media (max-width: 480px) {
	.col-left,
	.promo .pcol-left {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.col-right,
	.promo .pcol-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
		.promo .pcol-right {
			text-align: center;
		}
		.promo .pbox {
			height: auto !important;
		}
		
	.col-md-12 {
		/*padding-right:5px !important;
		padding-left:5px !important;*/
		}
	
	.container {
		/*padding-right:10px !important;
		padding-left:10px !important;*/
		}
	.tcart {
	padding:2px !important;
	}
	
		
	header ul.breadcrumb { padding:5px!important; } 
	header ul.breadcrumb li { display:none!important; }
	header ul.breadcrumb li.active {display:inline!important;content:none!important;}
	.breadcrumb > li + li:before {content:none!important;}
	
	.to_cart_button .form-group #product-quantity, .to_cart_button .form-group .btn-primary {margin: 0 auto!important; width: 200px!important;}
	
	#basket-contents .row .col-md-12 {padding:0!important;}
	
	.OSEL #basket-contents .row  {margin:0!important;padding:0!important;}
	
	.content h2.page_title {line-height:16px!important;font-size:16px!important;}
	
	#basket-contents {border:none;}
	
	header .crumbs-bar  { background:url("../../graphics/00000001/design/crumbs-bar.png") repeat-x scroll left bottom rgba(0, 0, 0, 0)!important; height: 45px!important; }
	
	.form-horizontal .control-label {text-align:center!important;}
	
	.to_cart_button .form-group div {padding-left:0!important; padding-right:0!important;}
	
	
	
}




@media (max-width: 767px) {


	.container {
		margin: 0 auto;
		width: 100%;
		max-width: 550px;
	}
	footer,
	.page-head,
	.navbar-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	header {
		padding: 10px 20px 20px !important;
		text-align: center;
	}
		header .logo {
			text-align: center;
			margin-bottom: 10px;
		}
		header form {
			margin: 0 auto;
			width: 100%;
			max-width: 600px;
		}
	.navbar .nav {
		border: 0 !important;
		border-left: 0 !important;
		margin-left: 0 !important;
	}
		.navbar .nav > li > a {
			border: 0 !important;
		}
	.dropdown-menu {
		border: 0 !important;
	}
	.page-head {
		text-align: center;
	}
	.form-inline button {
		margin-left: 0;
	}
	
	.carousel-control {
		width:50%!important;
	}
	
	.carousel-control span.icon-prev {
		font-size: 30px!important;
		left: 10px!important;
		top: 70px!important;
	}

	.carousel-control span.icon-next {
		font-size: 30px!important;
		right: 0!important;
		top: 70px!important;
		left:auto!important;
	}
	
	.slidertext {min-height:200px!important;}
	
	.category_list .ptext {float:left; min-height:0!important;}
	
	.category_list .mehr {float:left!important; clear:both;}
	
	.form-group .sorting {float:none!important;}
	.form-group .paging {float:right!important;margin-top:15px;}
	
	.product-main .price_display {float:none!important; margin:15px 0!important;}
	.product-main .to_cart_button {float:none!important;}
	.product-main .product-cart {position:relative!important;}
	.height250 {height:auto!important;}
	.product-main .product-row {text-align:center;}
	.product-main .product-code {text-align:left;}
	
	.related-items .item-image {height:auto!important;}
	
	
	header ul.breadcrumb { padding:5px!important; } 
	header ul.breadcrumb li { display:none!important; }
	header ul.breadcrumb li.active {display:inline!important;content:none!important;}
	.breadcrumb > li + li:before {content:none!important;}

	
	.to_cart_button .form-group #product-quantity, .to_cart_button .form-group .btn-primary, .play_button {margin: 0 auto!important; width: 200px!important;margin-top:15px!important;float:none!important;}
	
	header .crumbs-bar  { background:url("../../graphics/00000001/design/crumbs-bar.png") repeat-x scroll left bottom rgba(0, 0, 0, 0)!important; height: 45px!important; }
	
	.carousel-control {top:0!important;}
	
	
#events table thead, #events table th {display:none;}
#events table tr {padding-bottom:15px;}
#events table tr td {display:block; float:left;clear:both;border:none;width:100%;}
#events table tr td.event-name {padding-top:15px;margin-top:15px;border-top:1px solid #eee;}
#events table tr:first-child td.event-name {border:none;padding-top:5px;}
	
		
	
	
	
}

@media (min-width: 768px) {
	header .hlinks span.hidden-xs {
		display: inline !important;
	}
	

	

	
	
}



@media (min-width: 991px) and (max-width: 1200px) {

.category-tree > li > a {line-height:15px!important; background: url("../../graphics/00000001/design/list.png") no-repeat scroll 15px 11px #000!important; }
.category-tree > li > a:hover {background: url("../../graphics/00000001/design/list.png") no-repeat scroll 15px 11px #fff!important; }

.graphics .hold_height {height:80px; overflow:hidden;}
.graphics .hold_height img {max-width:155px;}

body.marine .category_list .pbox {
    min-height: 363px!important;
}
}

/* COL-SM */

@media (max-width: 991px) {

	.container {
		width: 100% !important;
	}
	header {
		padding: 10px 20px 20px !important;
		text-align: center;
	}
	
	header .breadcrumb { text-align: left; }
	
	.highlights, .highlights_2 { padding-right: 20px !important; padding-left: 20px !important; }
	.category_list { padding-right: 20px !important; padding-left: 20px !important; }
	
		header .logo {
			text-align: center;
		}
		header form {
			margin: 7px auto 0;
			width: 100%;
			max-width: 300px;
		}
		
.highlights_2 .box-8 {padding:inherit!important; border:none!important;}
.highlights_2 .hold_border { border:none!important; }
.highlights_2 .box { border:none!important; }
.highlights_2 .box-12 {padding:0 15px 0 15px!important;}

.cat_tree {position:relative!important; margin:0!important;border:none!important;} 
.cat_tree .logo {background:none!important;} 

header .tree_wrap {border:none!important;}

.related-items .item-image {height:auto!important;}

.highlights .mehr {padding-left:10px!important; padding-right:40px!important;}
.btn {font-size:12px!important;}

.to_cart_button {margin-top:0px!important;}

.form-horizontal .control-label {text-align:left!important;}

body.marine .category_list .pbox {
    min-height: auto!important;
}

}


/* ======================== PRINT STYLES (Inlined to avoid required HTTP connection:  www.phpied.com/delay-loading-your-print-css/) ======================== */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		-ms-filter: none !important;
		filter: none !important;
		text-shadow: none !important;
	}
	body {
		-webkit-filter: grayscale(100%) !important;
		filter: grayscale(100%) !important;
	}
	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "\0020";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}



@media (max-width: 480px) {

	.form-horizontal .control-label {text-align:center!important;}
}

@media (max-width: 767px) {

	.form-horizontal .control-label {text-align:center!important;}
}