@font-face {
	font-family: 'helvetica-neue-Light';
	src: url('fonts/helveticaneuelight.eot');
	src: url('fonts/helveticaneuelight.eot?#iefix') format('embedded-opentype'),
			 url('fonts/helveticaneuelight.woff') format('woff'),
			 url('fonts/helveticaneuelight.ttf') format('truetype'),
			 url('fonts/helveticaneuelight.svg#helveticaneuelight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima-nova';
	src: url('fonts/proximanova.eot');
	src: url('fonts/proximanova.eot?#iefix') format('embedded-opentype'),
			 url('fonts/proximanova.woff') format('woff'),
			 url('fonts/proximanova.ttf') format('truetype'),
			 url('fonts/proximanova.svg#proximanova') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {	
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}
p, span, div, td, th, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #133259;
	position: relative;
	width: 100%;
	min-width: 1150px;	
	
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited, a:focus {
	color: #006699;
	text-decoration: none;
	cursor: pointer;
	font-family: proxima-nova, sans-serif;
	
	transition: color .2s ease-in-out;	
	-moz-transition: color .2s ease-in-out;	
	-webkit-transition: color .2s ease-in-out;	
	-o-transition: color .2s ease-in-out;	
}
a:hover {
	color: #990200;
	text-decoration: none;
	font-family: proxima-nova, sans-serif;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#bgcontainer {
	height: 100%;	
	background-color: #133259;
	overflow: hidden;	
}
#container {	
	clear: both;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	background-color: #eef4f8;
}
.clearer {
	clear: both;
	height: 10px;
}
#header {
	padding-top: 1em;
	width: 1100px;
	margin: 0 auto;
	height: 90px;
}
#header .left {
	/*float:left;
	width: 30%;*/
	position: absolute; 
}
#header .right {
	float: right;
	/*width: 70%;*/
	margin-top: 10px;
}
#header .div2 {
	position: relative;	
	z-index: 1;
}
#header .div3 {	
	height: 30px;
	margin-top: -8px;
	position: relative;
	z-index: 5;
	
	background: linear-gradient(top, #ffffff 35%, #feeef8 70%, #bccdec 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.70, #feeef8), to(#bccdec));	
	background: -moz-linear-gradient(top, #ffffff 35%, #feeef8 70%, #bccdec 100%);
	background: -o-linear-gradient(top, #ffffff 35%, #feeef8 70%, #bccdec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bccdec');
}
#header .div4 {
	/*width: 510px;*/
	clear: right;
	float: right;
	height: 32px;
	padding-right: 14px;
}
#header .div4 a {
	float: left;
	margin-right: 2px;
	width: 100px;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
	background: url('../image/tab_1.png') no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#header .div4 a.selected {
	background: url('../image/tab_2.png') no-repeat;
	color: #FFF;
	padding-bottom: 10px;
	z-index: 3;
}
#header .div5 {
	clear: both;
}
#header .div5 .left {
	background: url('../image/header_1_left.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
#header .div5 .right {
	background: url('../image/header_1_right.png') no-repeat;
	width: 5px;
	height: 40px;
	float: right;
}
#header .div5 .center {
	background: url('../image/header_1_center.png') repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
#header .div6 {
	clear: both;
	margin-bottom: 10px;
}
#header .div6 .left {
	background: url('../image/header_2_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#header .div6 .right {
	background: url('../image/header_2_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#header .div6 {
	background-color: #133259;
	
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	
	height: 25px;	
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #999;
}
#header .div7 {
	float: right;
	padding-top: 2px;
}
#header .div8 {
	float: left; margin-top: 6px;
}
#header .div9 {
	float: left;
}
#header .div10 {
	float: left; 
	margin-top: 2px;	
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
.customSearch {
	background-color: white;
	border: 1px solid #AAAAAA;	
	display: inline-block;
	height: 24px;
	margin-top: 2px;
	position: relative;
	width: 47%;
	z-index: 99;
	min-width: 410px;
	
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	
	-box-shadow: inset 0px 1px 1px #555;
	-moz-box-shadow: inset 0px 1px 1px #555;
	-webkit-box-shadow: inset 0px 1px 1px #555;
	-o-box-shadow: inset 0px 1px 1px #555;
}
.customSearch #catc {
	display: inline-block;
	width: auto;
	height: 20px;
	position: relative;
	top: 2px;
	left: 2px;
	float: left;
}
.customSearch #catc #catcContent {
	background-image: url("../image/arrow.png");
	background-repeat: no-repeat;
	background-position: 97% 55%;
	background-color: #4E75BA;
	border: 1px solid #999999;	
	color: white;
	display: inline-block;
	height: 17px;
	padding: 2px 18px 0 7px;
	position: relative;
	z-index: 20;	
	overflow: hidden;
	float: left;

	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
}
.customSearch #catc #catcContent.active {
	background-color: #7A9BD6;
}
.customSearch .inputText {
	position: absolute;
	width: 65%;
	border: none;
	margin-top: 3px;
	margin-left: 5px;
	height: 19px;
	padding-top: 0px;
	z-index: 10;
	float: left;
}
.customSearch .inputText:focus {
	border: none;
	outline: none;
}
.customSearch .searchButton {
	background: linear-gradient(top , #FFFFFF 0%, #BCCDEC 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top , #FFFFFF 0%, #BCCDEC 100%) repeat scroll 0 0 transparent;	
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bccdec));
	background: -o-linear-gradient(top, #ffffff, #bccdec);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bccdec');
	
	border-left: 1px solid #AAAAAA;
	float: right;
	padding: 3px 4px 2px;
	position: relative;
	right: 0;
	top: 0;
}
.customSearch .searchButton img {
	position: relative;
	top: 1px;
}
.customSearch .searchCategory {
	background-color: #4E75BA;
	color: white;
	
	border: none;
	cursor: pointer;
	
	height: 20px;
	left: 0;
	position: absolute;
	top: 0px;
	z-index: 30;
	
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#breadcrumb {
	float: left;
	padding-top: 6px;
	padding-bottom: 11px;
	padding-left: 5px;
	height: 13px;
	margin-bottom: 10px;
	color: #fff;
}
#breadcrumb a {
	color: #FFDB99;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	clear: right;
	float: right;
	width: 23%;
}
#content-login {
	margin-bottom: 65px;
	position: relative;
	clear: both;
	margin-top: 3%;
}
#content-login .bodycontent {
	background-color: #fff;
	border: 1px solid #c2c2c2;
	padding: 10px;
	min-height: 210px;
}
#content-login .left, #content-login .right {
	width: 47%;
	float: left;
	min-height: 210px;
}
#content-login .right {
	float: right;
}
#content, #content-cart {	
	margin-right: 25%;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
}
#content .product-name {
	font-weight: bold;
	font-size: 15px;
}
#content-login .topheading {
	padding: 6px 0 6px 12px;
	color: #555;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
	background: linear-gradient(top, #fff 35%, #feeef8 70%, #bccdec 100%);
	background: -moz-linear-gradient(top, #fff 35%, #feeef8 70%, #bccdec 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.70,#feeef8), to(#bccdec));
	background: -o-linear-gradient(top, #fff 35%, #feeef8 70%, #bccdec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bccdec');
}
#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .review-heading {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	margin: 0px;
	padding-left: 1.5em;
}
.review-section .review-heading {
	color: #333;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
}
.review-heading {
	padding-left: 0;
}
#content .middle, #content .product-list, .box .middle, #content-cart .middle {
	background-color: #fff;
	padding: 4% 13px 1px;
	min-height: 30px;
	position: relative;
}
#content-cart .middle {	
	padding-top: 0;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding: 0;
}
#content .middle {
	padding-top: 3%;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin: 0 5px 10px 5px;
}
.box {
	margin-bottom: 10px;
	
	box-shadow: 2px 3px 12px 2px #555555;
	-moz-box-shadow: 2px 3px 12px 2px #555555;
	-webkit-box-shadow: 2px 3px 12px 2px #555555;
	-o-box-shadow: 2px 3px 12px 2px #555555;
}
.box .top, #content .heading, #content-login .topheading {
	padding: 8px 0px 8px 7px;
	color: #555;
	font-size: 11pt;
	font-family: Helvetica, sans-serif;	
	text-transform: uppercase;
	
	background: -moz-linear-gradient(top, #fff 30%, #e0e0e0);
	background: -ms-linear-gradient(top, #fff 30%, #e0e0e0);
	background: -o-linear-gradient(top, #fff 30%, #e0e0e0);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.3, #fff), to(#e0e0e0));
	background: -webkit-linear-gradient(top, #fff 30%, #e0e0e0);
	background: linear-gradient(top, #fff 30%, #e0e0e0);
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button, .button_color {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.button_color {
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	
	display: inline-block;
	padding: 2px 8px;
	text-decoration: none;	
}
.button_color span {
	background: none;
	color: white;
}
.button_color.black {
	background: none repeat scroll 0 0 #3A3F47;
	border: 1px solid #08090A;
}
.button_color.red {
	background: none repeat scroll 0 0 #CE2D2D;
	border: 1px solid #9B2525;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 1em;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 5px;
	
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
}
.list {
	width: 100%;
	padding: 10px 10px 0;
	border-collapse: collapse;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;	
	height: 30px;
	width: 100%;
	color: #555;	
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	border: 1px solid #999999;
	
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	
	font-size: 11px;
	height: 20px;
	margin: 0;
	padding: 1px;
	position: relative;
	top: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	/*float: left;*/
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	/*float: right;*/
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border: 1px solid #999;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
	background-color: #bfbfbf;
}
.tabs a.selected {
	background-color: #efefef;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border-top: 1px solid #999;
	background: #fff;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 3em;	
	background-color: #133259;
	position: relative;	
	border-top: 1px solid #999;
}
#footer * {
	color: white;
}
#footer a {
	color: #fff;
}
#footer input, #footer textarea, #footer select {
	color: black;
}
#footer .categories th *, #footer .categories th {
	font-size: 12pt;
	text-align: left;
}
#footer.categories th {
	width: 16%;
}
#footer .categories td {
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
}
#footer .categories td a {
	margin-bottom: 5px;
	display: block;
}
#footer .copyright {
	position: relative;
}
#footer .div1 {
	float: left;
	text-align: left;
	position: relative;
	left: 10px;
	top: 5px;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#footer .footer-list {
	margin-top: 0;	
	float: left;
	margin-left: 8em;
}
#footer .footer-list ul {
	margin-top: 5px;
	padding-left: 0;
}
#footer .footer-list ul li {
	display: block;
	border-right: none;
	padding: 0;
}
#footer .social-medias {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#footer .social-medias li {
	display: inline-block;
	margin: 0 5px;
}
#footer .social-medias a {
	display: inline-block;
	width: 52px;
	height: 52px;
}
#footer .social-medias a:hover {
	background-position: 0 -52px;
}
#footer .social-medias .fb-footer {
	background: url(../image/fb_footer.png) no-repeat 0 0;	
}
#footer .social-medias .twt-footer {
	background: url(../image/twt_footer.png) no-repeat 0 0;	
}
#footer .social-medias .amz-footer {
	background: url(../image/amz_footer.png) no-repeat 0 0;	
}
#footer .social-medias .yt-footer {
	background: url(../image/yt_footer.png) no-repeat 0 0;	
}
#footer .social-medias .catalog-footer {
	background: url(../image/catalog_footer.png) no-repeat 0 0;
}
#footer .social-medias .estimate-shipping {
	background: url(../image/estimate_shipping.png) no-repeat 0 0;	
}
#footer .sub-heading {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	font-family: proxima-nova, sans-serif;
}
#container #footer .wrapper {
	margin: 0 auto;
	padding: 0;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 5%;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information {
	margin-top: 9px;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;	
}
#information ul li {
	display: inline;
	border-right: 1px solid #999;
	padding: 0 10px;
}
#information ul li:first-child {
	padding-left: 0px;
}
#information ul li.last {
	border-right: none;
}
.cart {
	border-collapse: collapse;
	width: 100%;	
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px 10px;
	font-weight: normal;
}
.cart td {
	padding: 5px 10px;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}

table.product-bonuses {
	border-collapse: collapse;
}
table.product-bonuses th, table.product-bonuses td {	
	padding: 10px;
}
.social-media {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}
.placeholder {
	color: #a0a2a2 !important;
	font-style: italic !important;
}
.total-reviews * {
	font-size: 11px;
}
.in-stock {
	font-weight: bold;
	color: #090;
}
.limited-stock {
	color: red;
}
.pre-order {
	font-weight: bold;
	color: #f94;
}
.pre-order.small {
	font-weight: bold;
	color: #f94;
	font-size: 12px;
}
.out-of-stock {
	font-weight: bold;
	color: #900;
}
.button-add-cart {
	display: inline-block;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	color: #333;
	
	background: url(../image/add_to_cart.png) no-repeat 5px 4px, -moz-linear-gradient(top, #fff 30%, #dcdcdc);
	background: url(../image/add_to_cart.png) no-repeat 5px 4px, -ms-linear-gradient(top, #fff 30%, #dcdcdc);
	background: url(../image/add_to_cart.png) no-repeat 5px 4px, -o-linear-gradient(top, #fff 30%, #dcdcdc);
	background: url(../image/add_to_cart.png) no-repeat 5px 4px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.3, #fff), to(#dcdcdc));
	background: url(../image/add_to_cart.png) no-repeat 5px 4px, -webkit-linear-gradient(top, #fff 30%, #dcdcdc);
	background: url(../image/add_to_cart.png) no-repeat 5px 4px, linear-gradient(top, #fff 30%, #dcdcdc);
	
	border: 1px solid #888;
	padding: 5px 5px 5px 25px;
	cursor: pointer;
}
.button-add-review {
	display: inline-block;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	color: #333;
	
	background: url(../image/review.png) no-repeat 5px 3px, -moz-linear-gradient(top, #fff 30%, #dcdcdc);
	background: url(../image/review.png) no-repeat 5px 3px, -ms-linear-gradient(top, #fff 30%, #dcdcdc);
	background: url(../image/review.png) no-repeat 5px 3px, -o-linear-gradient(top, #fff 30%, #dcdcdc);
	background: url(../image/review.png) no-repeat 5px 3px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.3, #fff), to(#dcdcdc));
	background: url(../image/review.png) no-repeat 5px 3px, -webkit-linear-gradient(top, #fff 30%, #dcdcdc);
	background: url(../image/review.png) no-repeat 5px 3px, linear-gradient(top, #fff 30%, #dcdcdc);
	
	border: 1px solid #888;
	cursor: pointer;
	padding: 5px 5px 5px 25px;	
}
.button-view-multilingual {
	display: inline-block;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	color: #333;
	
	background: url(../image/multilingual.png) no-repeat 5px 3px, -moz-linear-gradient(top, #fff 30%, #d0d4Ff);
	background: url(../image/multilingual.png) no-repeat 5px 3px, -ms-linear-gradient(top, #fff 30%, #d0d4Ff);
	background: url(../image/multilingual.png) no-repeat 5px 3px, -o-linear-gradient(top, #fff 30%, #d0d4Ff);
	background: url(../image/multilingual.png) no-repeat 5px 3px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.3, #fff), to(#d0d4Ff));
	background: url(../image/multilingual.png) no-repeat 5px 3px, -webkit-linear-gradient(top, #fff 30%, #d0d4Ff);
	background: url(../image/multilingual.png) no-repeat 5px 3px, linear-gradient(top, #fff 30%, #d0d4Ff);
	
	border: 1px solid #888;
	cursor: pointer;
	padding: 5px 5px 5px 28px;	
}
ul.item-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
ul.item-list > li {
	border-bottom: 1px solid #777;
	padding: 20px;
	position: relative;
}
ul.item-list > li:last-child {
	border-bottom: none;
}
ul.item-list .item-details {
	width: 100%;
	position: relative;
}
ul.item-list .item-details td {
	max-height: 70px;
	text-overflow: ellipsis;
	vertical-align: top;
}
ul.item-list .item-details .product-name, ul.item-list .item-details .product-name a {
	font-weight: bold;
	font-size: 14px;
}
ul.item-list .item-details .product-name a {
	color: #333;
}
ul.item-list .item-details .product-price {
	font-weight: bold;
	font-size: 23px;	
}
.old-price {
	color: #000; 
	text-decoration: line-through;	
}
.new-price {
	color: #900;
	font-weight: bold;
}
.price {
	color: #900;
}
.price {
	font-weight: bold;
}
#container .wrapper, 
#header .wrapper, 
#footer .wrapper,
#header .div6 .center,
#container .highlight-screen .wrapper,
#content-login,
#footer .categories {
	width: 1100px;
	margin: 0 auto;	
}
#container .wrapper {
	clear: both;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}
#container .wrapper.special {
	background-color: #D1D9E8;	
	margin: 4em auto 3em;
	padding: 20px;
	
	box-shadow: 2px 2px 12px 3px #808080;
	-moz-box-shadow: 2px 2px 12px 3px #808080;
	-webkit-box-shadow: 2px 2px 12px 3px #808080;
	-o-box-shadow: 2px 2px 12px 3px #808080;
}
.featured_slideshow {
	position: relative;
}


/* CUSTOM STYLES */
.action-container {
	padding-top: 15px;
}

#container .highlight-screen {
	clear: both;
	width: 100%;
	background-color: #003366;
	height: 430px;
	
	box-shadow: 0 3px 8px 5px #A0A0A0;
	-moz-box-shadow: 0 3px 8px 5px #A0A0A0;
	-webkit-box-shadow: 0 3px 8px 5px #A0A0A0;
	-o-box-shadow: 0 3px 8px 5px #A0A0A0;
}

#container .highlight-screen .slideshow-container {
	border: 10px solid #E3F4FC;
	height: 370px;
	position: relative;
	top: 1.5em;
}

#container .highlight-screen .slideshow-container .connect {
	position: absolute;
	width: 59px;
	height: 68px;
	bottom: -78px;
}

#container .highlight-screen .slideshow-container .connect.fb {	
	right: 110px;
	background: url(../image/facebook.png) no-repeat 0 0;
}

#container .highlight-screen .slideshow-container .connect.tw {
	right: 55px;
	background: url(../image/twitter.png) no-repeat 0 0;
}

#container .highlight-screen .slideshow-container .connect.yt {
	right: 0;
	background: url(../image/youtube.png) no-repeat 0 0;
}

#container .highlight-screen .slideshow-container .connect.fb:hover,
#container .highlight-screen .slideshow-container .connect.tw:hover,
#container .highlight-screen .slideshow-container .connect.yt:hover {
	background-position: 0 -68px;
}

.featured_special.home {
	margin-bottom: 30px;
}

.featured_special.home .heading {
	color: white !important;
	background: #E00B0B !important;
	text-align: center;
}

.featured_special.home .new-price,
.featured_special.home .price {
	font-size: 15px;
}

.featured_special.home .new-price {
	color: #900;
	font-size: 17px;
	font-weight: bold;	
}

#header .action-container {
	float: left;
}

#header .action-container ul {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}

#header .action-container li {
	display: inline-block;
	margin-right: 25px;
}

#header .action-container li * {
	color: #666;
	font-size: 12pt;
	letter-spacing: 1px;
}

#header .action-container li a:hover {
	color: #d00;
}

#header .menu-container {
	float: right;
	clear: both;
	margin: 0 0 15px;
	padding-top: 0;	
}

.grouplinks li {
	float: left;
	display: inline-block;
	border-right: 1px solid #4c4d4d;
	margin-right: 20px;
	position: relative;
}

.grouplinks li:last-child {
	border-right: none;
	margin-right: 0;
}

.grouplinks li:last-child a {
	padding-right: 0;
}

.grouplinks li ul.sublinks {
	position: absolute;
	padding-left: 0;
	white-space: nowrap;
	left: -100%;
	top: 140%;
	background-color: #EEF4F8;
	z-index: 20;
	padding: 10px;
	
	border: 1px solid #CFE8F7;
}

/*.grouplinks li ul.sublinks:before {
	content: " ";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-bottom: 10px solid #CFE8F7;
	position: absolute;
	top: -10px;
	left: center;
}

.grouplinks li ul.sublinks:after {
	border-bottom: 8px solid #EEF4F8;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: " ";
	left: center;
	position: absolute;
	top: -8px;
}*/

.grouplinks .sublinks li {
	border: none;	
	float: none;
	position: relative;
	display: block;
	margin: 10px 0;
}

.grouplinks a {
	font-family: helvetica;
	color: #333333;
	font-size: 11pt;
	padding-right: 20px;
	text-transform: uppercase;
	
	transition: color .2s ease-in-out;	
	-moz-transition: color .2s ease-in-out;	
	-webkit-transition: color .2s ease-in-out;	
	-o-transition: color .2s ease-in-out;	
}

.grouplinks a:hover {
	color: #DD0000;
}

.grouplinks li a .new-category {
	background-image: url(../image/new.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 24px;
	position: absolute;
	right: -22px;
	top: -15px;
	width: 24px;
}

.new-releases .heading {
	padding-left: 2em !important;
}

.search-container {	
	float: right;
	padding-top: 15px;
}

.search-container .searchButton {
	background: url("../image/search_button.png") no-repeat scroll -76px 0 transparent;
	
	display: inline-block;
	float: left;
	height: 22px;
	left: 15px;
	position: relative;
	top: 3px;
	width: 76px;
	
	transition: background-position .3s ease-out;
	-moz-transition: background-position .3s ease-out;
	-webkit-transition: background-position .3s ease-out;
	-o-transition: background-position .3s ease-out;
}

.search-container .searchButton:hover {
	background-position: 0 0;
	
	transition: background-position .3s ease-out;
	-moz-transition: background-position .3s ease-out;
	-webkit-transition: background-position .3s ease-out;
	-o-transition: background-position .3s ease-out;
}

.search-container .inputText {
	border-top: 1px solid #d7d9d9;
	border-bottom: 1px solid #d9dcde;
	border-right: 1px solid #d5d7d8;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 15px;
	height: 20px;
	width: 180px;
	color: #777;	
	
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
}

.slideshow-container #nav {	
	min-width: 30px;	
	padding: 0 5px 0 10px;
	position: absolute;	
	right: 10px;
	bottom: 0; 
	z-index: 50;
	opacity: .4; 
  filter: alpha(opacity=40);
  background-color: white;
}

.slideshow-container #nav a {
	font-size: 4.5em; 
	line-height: 0.75em; 
	color:black; 
	text-decoration:none; 
	padding-right: 5px;
	display: inline-block;	
}

.slideshow-container #nav a:hover {
	color: green;
}

.slideshow-container #nav a.activeSlide {
	color: red;
}

.slideshow-container #slideshow {
	margin-left: 0;	
	margin-top: 0;
	padding-left: 0;
}

.slideshow-container #slideshow li {
	list-style-type: none;
}

#testimonyContainer {
	margin-left: 0;
	padding-left: 0;
}

#testimonyContainer li {
	list-style: none;
} 

.author {
	text-align: right;
	font-size: 10pt;
}

.big-promo .new-price {
	font-size: 16pt;
	font-weight: bold;	
}

.author .name {
	font-weight: bold;
}

.testimony {
	font-style: italic;
}

.testimony-container td {
	border-bottom: 1px dotted #CCC;
	padding: 10px 5px 0;
}

.testimony-container tr:last-child td {
	border-bottom: none;
}

.highlight-screen .wrapper {
	width: 1125px !important;
}
.footnotes {
	color: #777;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
}
.add-cart, .view-info {
	background: -moz-linear-gradient(top , white, #AFAFAF);
	background: -moz-linear-gradient(top , white, #AFAFAF);
	background: -ms-linear-gradient(top , white, #AFAFAF);
	background: -o-linear-gradient(top , white, #AFAFAF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#AFAFAF));
	background: -webkit-linear-gradient(top , white, #AFAFAF);
	background: linear-gradient(top , white, #AFAFAF);
	
	border: 1px solid #999999;	
	color: black;
	display: inline-block;
	padding-right: 5px;
	position: relative;
	text-decoration: underline;
	
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
}
.add-cart .image, .view-info .image {
	background: url("../image/basket_transparent.png") no-repeat scroll 1px 1px #133259;
	display: inline-block;
	float: left;
	height: 17px;
	position: relative;
	width: 20px;
	
	border-radius: 1px 0 0 1px;
	-moz-border-radius: 1px 0 0 1px;
	-webkit-border-radius: 1px 0 0 1px;
	-o-border-radius: 1px 0 0 1px;
}
.view-info .image {
	background: url("../image/view_info.png") no-repeat scroll 3px 2px #6B210C;
}
.add-cart .image .border, .view-info .image .border {	
	border-color: transparent transparent transparent #133259;
	border-style: solid;
	border-width: 8px 5px 7px 2px;
	float: right;
	height: 0;
	position: relative;
	right: -7px;
	width: 0;
}
.view-info .image .border {
	border-color: transparent transparent transparent #6B210C;
}
.add-cart .price, .view-info .text {
	color: #444444;
	display: inline-block;
	font-size: 10px;
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.product-description,
.product-description * {
	font-family: proxima-nova, arial !important;
	font-size: 14px;
	line-height: 17px !important;
}

.relevant-section .slider {
	margin-top: 30px;
}

.relevant-section, .review-section {
	border-top: 1px solid #efefef;
	margin-top: 10px;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

/* mobile menu styles */
.mobile .menu-container {
	display: block;
	float: none;
	position: relative;
	width: 100%;
}

.mobile .menu-container [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.mobile .grouplinks {
	float: none !important;
	padding-left: 0;
}

.mobile .grouplinks li {
	border-bottom: 1px solid #4c4d4d;
	border-right: none;
	display: block;
	float: none;
	margin-right: 0;
}

.mobile .grouplinks li a {
	display: block;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
}

.mobile .grouplinks li a:hover {
	background-color: #EFEFEF;
}

.mobile .grouplinks li:first-child {
	border-top: 1px solid #4c4d4d;
}

.mobile .grouplinks .parent > a:after {
	content: '\25b6';
}

.mobile .grouplinks .parent > a.expanded:after {
	content: '\25bc';
}

.mobile .grouplinks li ul.sublinks {
	position: relative;
	padding-left: 0;
	white-space: nowrap;
	left: 0;
	top: 0;
	background-color: #EEF4F8;
	z-index: 20;
	padding: 0;
	margin: 0;
	
	border: none;
}

.mobile .grouplinks li ul.sublinks li {
	margin: 0;
}

.mobile .grouplinks li ul.sublinks li:last-child {
	border-bottom: none;
}

.mobile .grouplinks li ul.sublinks li a {
	padding-left: 40px;
}

/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* width: 1040px; */
  /* fix overflow */

  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.estimate-shipping table {
	border-collapse: collapse;
}

.estimate-shipping table td {
	padding: 3px 0;
	padding-left: 3px;
}

.estimate-shipping .alternate td {
	background-color: #f0f0f0;
}