@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap);
:root {
--DROPDOWNCOLORCODE: #fff;
}
/***
 *	StyleSheet, written in CSS with support for !variables!.
 *
 *	General section
 **/
/*Everything that is not otherwize specified*/
* { font-family: Roboto, Lato, Arial, sans-serif; }

/*Pagecontainers*/
html, body , * html,* body{
	font-family:		Roboto, Lato, Arial, sans-serif;
	background:			#FFFFFF;	
	color: 				#000;
	margin: 			0px;
	padding: 			0px;
	height: 			100%;
	min-height:			100%;
	overflow-x:			hidden;
}
/*Images*/
img{border: none; }
img:not([src="images/pixel_trans.gif"]) {
	max-width:100%; 
	height:auto !important;
}
/*General rules for containers*/
table,th,td,tr{
	padding:			0px;
}

/*
	TextSection
*/
h1, h2 { margin:0; padding:0; }
p{		font-size: 14px;	 }

/*Links*/
a{
	color:				#005B99;
	text-decoration:	none;
	font-size: 14px;
	
}
a:hover {
	color: 				#003087;
	text-decoration: 	underline;
}

form {
	display:			inline;
}

hr {
	height: 1px;
	border: 0;
	background-color: #202020;
	color: #202020;
}
checkbox, input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), select {
	padding: 5px 4px;
	font-size: 11px;
	border: 1px solid #bababa;
    border-radius: 0px;
	color: black;
	display:inline-block;
}

input, select {
	outline:none;
}
textarea {
	width: 90%;
	font-size: 11px;	
	padding: 4px;
	font-size: 11px;
	border: 1px solid #ccc;
	border-radius: 0px;
	outline:none;
}

/*
Header / Footer layout design
*/
.logo {
	max-height: 100%;  
	width: auto; 
} 
/*#headerWrapper{
	height: 150px;
}*/
#header{
	margin:0px; padding:0px;
	text-align: center;
}
#header .header {
	margin:0px; padding:0px;
}
#header .header.fullpage{
	background: #F5F6F5;
}
.header_height {
	height: 100px;
}
#header > .header > td{
	text-align: center;
 }
#logoWrapper{
	text-align: left;
	background: #F5F6F5;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*quickfind*/
#headerContent{
	display: inline-block;
	position:relative;
	float:right;
	height: 80px;
}
input.QuickFind{
	width: 180px;
	padding: 9px;
	color: #222;
	font-size: 14px;
}
.QuickFindIcon{
	position: absolute;
	margin-left:-18px;
	margin-top: 3px;
	display:inline-block;
	cursor:hand;
	cursor:pointer;
}
#colleftWrapper input.QuickFind{
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
#colleftWrapper .QuickFindIcon {
	margin-top:5px;
}
#search_header_activate {
	cursor:pointer;	
}
#search_header_activate span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	top: -2px;
    position: relative;
	font-family: Roboto, Lato, Arial, sans-serif;
}

#minicart {
	font-family: 'Roboto Condensed';
}
#minicart, #minicart *{
	font-size: 14px;
	text-align:left;
	color: white;
}
span.minicartItem {
	color: white;
}

.headerMenuWrapper.CSW {
	margin: 0 auto;
}

TD.headerNavigation, span.headerNavigation {
    font-family:		'Roboto Condensed';
	padding-top: 5px;
	color: #fff;
	font-weight : normal;
	height:30px;
	padding-left:15px;
	padding-right:15px;
}
TD.headerNavigation:hover, span.headerNavigation:hover{
background: url(/gradient.svg.php?from=444444&to=4CAF50&p1=30&p2=100&o1=1&o2=1);
		background: linear-gradient(top, rgba(68,68,68, 1) 30%, rgba(76,175,80, 1) 100%);
		background: -o-linear-gradient(top, rgba(68,68,68, 1) 30%, rgba(76,175,80, 1) 100%);
		background: -moz-linear-gradient(top, rgba(68,68,68, 1) 30%, rgba(76,175,80, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(68,68,68, 1) 30%, rgba(76,175,80, 1) 100%);
		background: -ms-linear-gradient(top, rgba(68,68,68, 1) 30%, rgba(76,175,80, 1) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0.3, rgb(68,68,68)),color-stop(1, rgb(76,175,80))	);	
}
span.headerNavigation{
	display:inline-block;
}
.headerNavigation>td{
	text-align:center;
}
A.headerNavigation { 
	font-size: 18px;
	color: #333333; 
	font-family: 'Roboto Condensed';
  	font-weight: bold;
}
.superheader #logoWrapper {
	width: 100%;
	max-width: 1200px;
}
.superheader A.headerNavigation { 
	color: #555555;
	font-size:12px;
	text-transform: uppercase;
}
.superheader .CSW {
	min-width:auto !important;
	width:auto !important;
}

A.headerNavigation:hover {
	text-decoration: none;
	color: #003087;
}

.topmenu {
	position:absolute;
	width:100%;
	z-index:10000;
	display:none;
}
.topmenu > div {
	text-align:left;
	width:1200px;
	border-top:thin solid #eee;
	background-color:#fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.topmenu > div > div {
	padding:20px;
}
.topmenu ul {
	list-style-type:none;
	padding-left:0;
	margin-top:0;
    margin-bottom:0;
}
.topmenu a {
	color:#555555;
	font-size:14px;
	text-transform: uppercase;
}

.HmenuWrapper {
	background-color: #F5F6F5;
}
/*#verticalMenuWrapper *:not(input){
	color: #ffffff;
}*/
#verticalMenuWrapper{
	white-space:nowrap;
}
ul#verticalMenu{ 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#verticalMenu>li.spacer {padding-left:1px;padding-right:1px;}
nav#verticalMenuWrapper>ul#verticalMenu>li {display:inline-block;transition: all 0.5s;}
	ul#verticalMenu li{
		color: white;	
		font-family: 'Roboto, Lato, Arial, sans-serif', sans-serif;
		font-size: 14px;
		font-weight: 300;
		color: #fff;
		text-transform: uppercase;
		float:left;
	}
	ul#verticalMenu li a {
		padding: 5px 15px;
	}
nav#verticalMenuWrapper>ul#verticalMenu ul {
	display: none;
	padding:0px;
	margin: 0px;
	position:absolute;
	z-index: 110; 
	background-color: #005B99;
	padding: 0;
}
	
nav#verticalMenuWrapper ul {
	list-style: none;position: relative;display: inline-table;
	/*float: left;*/
}
	nav#verticalMenuWrapper ul:after {
		content: ""; clear: both; display: block;
	}
		nav#verticalMenuWrapper ul li {transition: all 0.5s;}
		nav#verticalMenuWrapper ul li a {
			display: block; text-decoration: none;
		}
		nav#verticalMenuWrapper ul ul li {
			float: none;  position: relative;
		}	
	nav#verticalMenuWrapper ul ul ul {
		position: absolute; left: 100%; top:0;
	}


/*		LeftMenu		*/
#LeftMenuWrapper{
	vertical-align:top;
	display:table-cell;
	width: 25%;
	/*min-width: 220px;
	float:left;*/
}
#LeftMenu {
	width:100% !important;
}
/*		MainContent		*/
#topTable{
	margin:0px; padding:0px;
	margin-bottom: -150px;/*Footerheight*/
	padding-bottom: 150px;
}

#mainContentWrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*background: ;
	/*box-shadow: 0px 10px 10px #ccc;*/
}

#mainContentWrapper, #mainPageWrapper, .maintable, .maintable>tr>td, #mainContentDiv{
	height: auto;
	height: 100%;
	vertical-align:top;
}
#mainPageWrapper {
	display:flex;
}
#mainContentDiv{    
	/*float:left;*/
	vertical-align: top;
	background-color: white;
	padding:20px;	
	/*box-shadow: 0px 10px 10px #ccc;*/
	height: auto;
	display: table-cell;
}
.maintable, .maintable>tbody>tr>td{
	/*box-shadow: 0px 10px 10px #ccc;*/
}

/*
	FOOTER
*/
#footerWrapper{
	text-align:center;
	width: 100%;
	margin-top: 10px;
}
#footer {
	margin:0px; padding:0px;
	text-align:center;
	color:#ffffff;
	background: #003D66;
	min-height: 150px;	
	box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
	width:100%;
	font-family: Roboto, Lato, Arial, sans-serif;
}
#footer.CSW {
	width: 0;
	margin: 0 auto;
}
.footerImages{ 
	vertical-align: middle;
	margin: 5px 5px; 
	opacity: 0.3; 
	position: relative;	
    transition: opacity 0.5s;
}
.footerImages:hover{ 
	opacity: 0.9; 
}
.footer_boxes {
	width: 1200px;
	display: inline-block;
	font-size: 0px;
}
.footer_boxes > div {
	display: table;
	width: 100%;
}
.footer_boxes > div > div {
	display: table-cell;
	vertical-align: top;
    text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
.footer_box_title {
	border-bottom-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.footer_box_title > div {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
	position: relative;
    z-index: 1;
	background: #003D66;
}
.footer_box_underline {
	height: 1px;
	background-color: #ffffff;
	opacity: 0.1;
	position: relative;
    top: -25px;
}
.boxPages_underline {
	width: 100%;
	height: 1px;
}
.footer_boxes .boxPages_underline {
	background-color: #ffffff;
	opacity: 0.1;
}
.socialmedia_link div {
	display: inline-block;
}
.socialmedia_link i {
	font-size: 14px;
	text-align: center;
    width: 17px;
    padding-right: 10px;
}
.socialmedia_link a {
	display: inline-block;
    color: #ffffff;
    position: relative;
    width: 100%;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.socialmedia_link:last-child .boxPages_underline {
	display: none;
}
.socialmedia_links1 .socialmedia_title, .socialmedia_links1 .boxPages_underline, .socialmedia_links2 .socialmedia_title, .socialmedia_links2 .boxPages_underline {
	display:none;
}
.socialmedia_links1 .socialmedia_link, .socialmedia_links2 .socialmedia_link {
	display:inline-block;
}
.socialmedia_links1 .socialmedia_link i {
	font-size: 18px;
	padding-right: 24px;
	width: auto;
}
.socialmedia_links2 .socialmedia_link i {
	font-size:36px;
	padding-right: 14px;
	width: 40px;
}
.socialmedia_links1 .socialmedia_link:last-child i, .socialmedia_links2 .socialmedia_link:last-child i {
	padding-right: 0px;
}
.subscribe .subscribe_text {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
}
.subscribe #email_address {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	width: 100%;
	height: 32px;
	padding: 5px 20px 5px 10px;
	border-radius: 4px;
	background: #f7f7f7;
    color: #999;
}
#subscribe_button {
	display: none;
	color: #ffffff;
	text-align: left;
}
#subscribe_button a {
	padding: 0px !important;
    width: auto !important;
	font-size: 12px;
}

/*
	Leftmenu
*/
.categoriesContents ol,.categoriesContents ol li{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.categoriesContents a{
	font-size:12px;
	padding: 10px 0px 10px 5px;
	display:block;
}
.categoriesContents a:hover{
	text-decoration: none;
}
.categoriesContents a.vmenuHasSubs{
}

.borderheader {
	background-color: #F5F6F5;
	box-shadow: #666	0px 0px 5px	inset;
}

#minicart{
	margin-top: 4px;
	background-color:  #F5F6F5;
	width: 150px;
	padding: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:hand; cursor:pointer;
}
#minicartshower{
	text-align:left;
	vertical-align:middle;
	background-color: #F5F6F5;
	position:absolute;
	min-height: 20px;
	width: 150px;
	padding: 20px;
	padding-top: 0px;

	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	animation: op0 0.5s;animation-delay: 2s;
	-webkit-animation: op0 0.5s;-webkit-animation-delay: 2s;
}
#minicartshower:hover{
	animation: op0 0.5s;animation-delay: 2s;
	-webkit-animation: op0 0.5s;-webkit-animation-delay: 2s;
}
@keyframes op0{ from{opacity:1;}to {opacity:.0;}}
@-webkit-keyframes op0{ from{opacity:1;}to {opacity:.0;}}

#minicartLinks > div {
	display: inline-block;
	width: 48%;
} 
#minicartLinks > div:nth-child(1) {
	text-align: left;
}
#minicartLinks > div:nth-child(2) {
	text-align: right;
}
#minicartLinks > div a{
	color: white;
}

TR.headerError {
	background: #ff0000;
	margin: 5px;
}

TD.headerError {
    padding: 10px;
	font-size: 12px;
	font-weight : bold;
	text-align : center;
background: url(/gradient.svg.php?from=4CAF50&to=005B99&p1=6&p2=100&o1=1&o2=0.5);
		background: linear-gradient(top, rgba(76,175,80, 1) 6%, rgba(0,91,153, 0.5) 100%);
		background: -o-linear-gradient(top, rgba(76,175,80, 1) 6%, rgba(0,91,153, 0.5) 100%);
		background: -moz-linear-gradient(top, rgba(76,175,80, 1) 6%, rgba(0,91,153, 0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(76,175,80, 1) 6%, rgba(0,91,153, 0.5) 100%);
		background: -ms-linear-gradient(top, rgba(76,175,80, 1) 6%, rgba(0,91,153, 0.5) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0.06, rgb(76,175,80)),color-stop(1, rgb(0,91,153))	);
    color: white;
	
	animation: op8 1s infinite;
	-webkit-animation: op0 1s infinite;
}
@keyframes op8{ from{opacity:1;}to {opacity:.8;}}
@-webkit-keyframes op8{ from{opacity:1;}to {opacity:.8;}}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.infoBox {
	/*background: #202020;*/
}

.infoBoxContents .smallText{
	/*font-size: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
    padding: 5px;
	box-shadow: #BBB 0px 4px 6px;
	min-width: 190px;*/
}

.infoBoxNotice {
	background: #202020;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 11px;
}

TD.infoBoxHeading,div.infoBoxHeading {
	font-family: 'Roboto Condensed';
	font-size: 18px;
	font-weight: bold;
	/*background-color: #202020;*/
	color: #000;
	text-transform: uppercase;
	padding: 4px 0px 4px 0px;
	/*border-radius: 5px;*/
	text-align: center;
	
}
td.infoBoxHeading a,div.infoBoxHeading a {
	font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: bold;
    color:#000;
	text-decoration: none;
}
td.infoBoxHeading a:hover,div.infoBoxHeading a:hover {
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #9b9b9b;
}

.columnInfoBox {
	background: transparent;
}

.columnInfoBoxContents {
	background: #fff;
	font-size: 12px;
}

.box_specials .currency_symbol_right {
	text-transform:uppercase;
	font-size:8px;
}

#footer .infoBoxHeading {
	margin: 0 auto;
	text-align: center;
	color: #F5F6F5;
}
#footer .columnInfoBoxContents {
	background: none;
	color: #F5F6F5;
	text-align:center;
}
#footer .columnInfoBoxContents td {
	padding: 0px;
}
#footer .columnInfoBoxContents a {
	display: inline-block;
	color: #ffffff;
	position: relative;
	width: 100%;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .columnInfoBoxContents a i {
	position: absolute;
	right: 0px;
}
#footer .columnInfoBoxContents br {
	display: none;
}
.boxPage p {
	margin: 0px;
}
.boxContact {
	font-size: 14px;
    line-height: 19px;
    padding-top: 10px;
}

TD.infoBox,div.infoBox, SPAN.infoBox {
	font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #fff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #fff;
}

#cart_quantity > table:nth-child(1){
  border: 1px solid white;  background-color: white;
  padding: 0px;
  /*border-radius: 2em;*/
}

#cart_quantity .infoBoxHeading {
	text-align:center;
}

.productListing {
	/*
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
	*/
}

div.productListing-heading { display:table-cell;}
.productListing-heading {
	font-family: 'Roboto Condensed';
	font-size: 12px;
	font-weight: normal;
	background-color: #4CAF50;
	color: #000;
	text-transform: uppercase;
	padding: 4px;
	/*border-radius: 5px;*/
	/*GRADIENT:#4CAF50:#F5F6F5:63:100:100:100!*/
	white-space: nowrap;
}
div.productListing-data,div.shadeBox{
	display: inline-block;
}
TD.productListing-data A,div.productListing-data A{
	text-decoration:none;
}
TD.productListing-data,div.productListing-data,.shadeBox{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	font-size: 10px;
	border-radius: 0px;
	width: 25%;
    border: 1px solid white;
	background-color: white;
    padding: 20px;
	box-shadow: 0 0px 1px 0px #bcbcbc;
  
}
div.productListing-data:hover, TD.productListing-data:hover ,.shadeBox:hover{
	/*Color from color to percent1 percent2 opacity 1 opacity 2*/
background: url(/gradient.svg.php?from=FFFFFF&to=F4F4F4&p1=90&p2=100&o1=1&o2=1);
		background: linear-gradient(top, rgba(255,255,255, 1) 90%, rgba(244,244,244, 1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255, 1) 90%, rgba(244,244,244, 1) 100%);
		background: -moz-linear-gradient(top, rgba(255,255,255, 1) 90%, rgba(244,244,244, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255, 1) 90%, rgba(244,244,244, 1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255, 1) 90%, rgba(244,244,244, 1) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0.9, rgb(255,255,255)),color-stop(1, rgb(244,244,244))	);
	border: 1px solid #999;
}
td.productListing-dataCart,.productListing-dataCart{	
	padding: 10px;
}
table.productListingList{
	/*Color from color to percent1 percent2 opacity 1 opacity 2*/
	border: 0px solid #fff;
	box-shadow: #EEE 0px 0px 6px;
    margin-bottom: 20px;
}
.productListingList .productListingList-even{
	background-color: #fff;
	box-shadow: inset #FEFEFE 0px 0px 6px;
}
.productListingList .productListingList-odd{
	background-color: #FEFEFE;
	box-shadow: inset #FEFEFE 0px 0px 6px;
}
.productListingList tr:hover,.productListing-dataCart:hover{
	background-color: #F9F9F9;
	box-shadow: inset #F9F9F9 0px 0px 6px;
}
.productListingList .productListingList-data{
	padding:10px;
	font-size: 14px;
}

.boxesWhatsNew .boxText{	transition: all 0.5s; }
.boxesWhatsNew .boxText:hover{ 
	background-color: white;
	border: 1px solid #003D66;
	transform: scale(1.05,1.05) /*rotate( -1deg )*/;
}

.shadeBox .Price {
 	font-family: 'Roboto Condensed'; 
 	font-size: 16px;
	font-weight: bold;
 	color: #000000;
}

.shadeBox .currency_symbol_right {
	text-transform: uppercase;
    font-size: 8px;
}

table.buynow {
}

A.pageResults {
	color: #0000FF;
}

A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}

h2.subcategories {
    font-family: 'Roboto Condensed';
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding: 5px;
}
h2.subcategories a {
	color: #000;
}
h2.subcategories a:hover {
	color: #000;
	text-decoration:none;
}
h2.subcategories img {
	max-width:100%;
	height:auto;
}
h2.subcategories .categories_name {
	background-color:#4CAF50;
}
h2.subcategories .categories_name:hover {
	background-color:#D4D4D4;
}
h2.subcategories .categories_name > div {
	display: table-cell;
	height: 46px;
	vertical-align: middle;
	font-size: 16px;
    font-weight: bold;
}

TD.pageHeading, DIV.pageHeading, h1.pageHeading, h1, h2 {
	font-family: 'Roboto Condensed';
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

TD.pagePrice, DIV.Price {
	font-family: 'Roboto Condensed';
    font-size: 30px;
	font-weight: bold;
	/*color: #666666;*/
	padding-right:10px;
}

.pagePrice s {
	font-family: 'Roboto Condensed';
    font-size: 30px;
	font-weight: bold;
	color: ;
	padding-right:10px;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {

	font-size: 10px;
	color: #000000;
}

TD.main, P.main {
	font-size: 12px;
	line-height: 1.5;
}
.main, .main * {
	word-break: break-word;
}

TD.smallText, SPAN.smallText, P.smallText {

	font-size: 12px;
}

TD.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-size: 12px;
}

TD.tableHeading {
	font-family: 'Roboto Condensed';
	font-size: 12px;
	font-weight: bold;
}

TD.category_desc {
	font-size: 11px;
	line-height: 1.5;
}
SPAN.newItemInCart {
	font-weight:bold;
	font-size: 16px;
	color: white;
}

SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

TABLE.formArea {
	background: #f8f8f8;
	border:1px solid #e0e0e0;
}

TD.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
	/*background: url(default/checkout-heading.jpg) repeat-x;*/
	padding:2 5px;
	height:22px;
}

SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	color: #DD3333;
	font-weight: bold;
	font-size: 20px;
}

.discount_percent {
	color:#fff;
	background-color: #f00;
    padding: 3px;
}
.shadeBox div.discount_percent, .box_specials div.discount_percent {
	background-color:transparent;
	position: relative;
	padding:0px;
}
.shadeBox span.discount_percent, .box_specials span.discount_percent {
	font-size: 14px;
    position: absolute;
    right: 0px;
}

s {
	font-family: 'Roboto Condensed';
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

SPAN.errorText {
	color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */
.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-size: 10px; color: #ff0000; }

.breadcrumbWrapper{
	background-color: #EAEAEA;
	
}
.breadcrumb {
	display: inline-block;
	color: #6e6e6e;
	font-size: 10px;
	line-height: 24px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
}
.breadcrumbWrapper .CSW {
	text-align:left;
}

.languageSelector {
	position: relative;
	max-width: 100%;
	float: left;
}
.languageSelector::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	box-shadow: inset 0 5px 8px rgba(255,255,255,.6),	   0px 0px 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 5px 8px rgba(255,255,255,.6), 0px 0px 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 5px 8px rgba(255,255,255,.6), 0px 0px 1px 1px rgba(0,0,0,0.05);
} 
.languageSelector img {float: left; margin-left: 3px; background-color: transparent; } 
.breadcrumb a {
	color: #6e6e6e;
	text-decoration: none;
	font-family: 'Roboto Condensed';
	font-size: 10px;
	
}
.breadcrumb a:hover {
	color:#000;
	text-decoration:underline;
}

.productsBox {
	font-size: 11px;
	line-height: 1.5;
	background:#efefef;
	border-bottom:1px solid #b4b4b4;
}
.product_info .productSpecialPrice {
	font-size: 30px;
	
}
.paymentShippinhBox {
	border-bottom:1px solid #b4b4b4;
}

.checkoutHeading {
	font-family: 'Roboto Condensed';
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
	/*border-radius: 5px;*/
}

#personnummerPopup {
	position:absolute;
	top:350px;
	left:350px;
}
td.personnummerPopUpTable {
	padding:10px;
	background:url(default/pernum_popup-bg.gif) repeat-y;
}
td.pernumPopUpText {

	font-size: 11px;
	line-height: 1.5;
	font-weight:bold;
}
table.pernumPopUpField {
	background:#fff;
}
#btnClosePopUp, #btnContinue {
	cursor:pointer;
}

#ajaxIndicator {
	position:absolute;
	top:345px;
	left:640px;
}

#captcha {
	display:none;
}

TABLE.popup {
	border-width: 1px;
	border-style: dotted;	
	border-color: #000000;
}

/** Nya kassan 2011-08 **/

div#accountMenu ul li a.active {
	background: #F5F6F5;
	color:#fff;
	font-family: 'Roboto Condensed';
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
div#accountMenu ul li a{
	font-family: 'Roboto Condensed';
	font-size: 12px;
	font-weight: bold;
}
div.accountMenuSection {
	background:#fff;
}

.paymentShippingBoxContent .cssButton[type="submit"], .btnConfirmOrder {
	background: #212121;
	font-family: Arial;
	color: #ffffff;
	font-size:20px;
	padding: 20px 0px;
	border-radius: 3px;
	white-space:nowrap;
	width:320px;
	cursor:pointer;
	display: inline-block;
    font-weight: bold;
}
.paymentShippingBoxContent .cssButton[type="submit"]:hover, .btnConfirmOrder:hover {
	background: #CC8C00;
}

span.cssButton, input.cssButton{
	margin-top: 10px;
    background-color:#005B99;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family: 'Roboto Condensed';
    text-transform: ;
	font-size:14px;
	padding:8px 8px;
	text-decoration:none;
	font-weight: bold;
	white-space:nowrap;
	border: none;
	line-height: normal;
	border-radius: 0px;
	-webkit-appearance: none;
}
.cssButton:hover {
	background-color:#003D66;
}
.cssButton:active {
	position:relative;
	top:1px;
}

}
input[type=submit].cssButton {
	padding:3px 8px;
	white-space:nowrap;
	-webkit-appearance: none;
}
input.cssButton:hover {
	background-color:#003D66;
}
.productListing-data span.cssButton{
	background-color:#4CAF50;
	color:#FFFFFF;
}
.productListing-data span.cssButton:hover{
	background-color:#388E3C;
}
#cart_quantity .cssButton {
	background-color:#4CAF50;
	color:#FFFFFF;
}
#cart_quantity .cssButton:hover {
	background-color:#388E3C;
}

.selected{
	font-weight: bold;
}
.categoriesline {
	border: none;
	height: 1px;
	color: #202020;
	background-color: #202020;	
}
.productlistname {
	font-size: 14px;
	font-weight: bold;
}

#ProductListingListWidthSetter{
	min-width: 600px;
	max-width: 100%;
	width: 100%;
}

.scrollToTop {
    color: #777;
	position: fixed;
	right: 5%;
	bottom: 5%;
	cursor:hand;
	cursor:pointer;
	opacity: 0.5;
	font-size: 48px;
	transition: all 0.5s;
	z-index: 1;
}
.scrollToTop:hover{
	opacity: 1;
}
    #colleftShower {
        display: none;
    }
#colleftWrapper {
	position:relative;
}
#colleftWrapper > table {
	width: 100%;
    padding-right: 10px;
	border-spacing: 0px;
}
#colleftWrapper .boxPages i {
	display:none;
}
	
.FirstPagemodules > div {
	padding-bottom:30px;
	font-size:0;
}

.header_buttons {
	display:none !important;
}
#mobilemenu {
	display:none;
}

.filter {
	text-transform: uppercase;
    font-size: 10px;
}
#filter div {
	display: inline-block;
	padding: 5px 0px 5px 10px;
}

#tell_a_friend #to_email_address {
	width: 90%;
    max-width: 200px;
}

.box_headline {
	display: table-cell;
    height: 51px;
    vertical-align: middle;
}

/*Toadmode*/
@media screen and (max-width: 1200px) {
	.CSW,.maintable, #logoWrapper, #mainContentWrapper{	width: 100%; padding:0px; margin: 0px;	}
	#mainPageWrapper {		display: block;}
	#mainContentDiv{		min-width: 0px; width: 100%; padding:0px; max-width: none !important;}	
	#LeftMenuWrapper{		min-width: 0px; width: 100%; display:inline-block;}
	#LeftMenu{				min-width: 0px; width: 100%; }
	/*#mainContentDiv > * { display:block; margin: 20px;}*/
	.shadeBox .cssButton { white-space:normal;}
	.footer_boxes {width:100%;}
	.footer_boxes > div {display: inline-block;}
	.footer_boxes > div > div {display: inline-block; width:50% !important;}
	#colleftWrapper > table {padding-right:0px;}
}
@media screen and (max-width: 700px) {	
	/*Mobile*/
	
	.nonmobile {
		display:none;
	}
	
	#minicart { 
		padding: 0px;
	} 
	
	#colleftShower {
        display: block;
		margin: 0 auto;
		padding: 10px 0px;
        color: #000;
        font-weight: 900;
        font-size: 22px;
        text-align: center;
        cursor: hand;
        cursor: pointer;
    }
    #colleftWrapper {
        display: none;
    }
    #colleftWrapper > table{
        width: 100%;
    }
	#minicart{
		padding: 10px 0px !important;
		margin: 5px 0px !important;
		text-align: center;
	}
	
	/*tr.infoBoxContents > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td {
		display: block;
		text-align:center;
	} */
	
	.CSW,.maintable, #logoWrapper, #LeftMenuWrapper, #LeftMenu, #mainContentWrapper, #mainContentDiv{
		width:100%;
	}
	#LeftMenuWrapper {
		display: inline-block;
	}
	#mainContentDiv {
		display: inline-block;
		width:100%;
		height: auto;
	}
	#header .header {
		height: 100px;
	}
	.header>td{
		vertical-align: top;
	}
	#logoWrapper{
		text-align:center;
		vertical-align: top;
	}
	#logoWrapper img.logo{
		max-height: none;
	}
	
	#headerContent{
		top: 5px;
	}
	.headerNavigation{
		background:none;
	}
	span.headerNavigation{
		height: 20px;
		text-align:left;
		display:block;
		padding: 3px;
		padding-top: 0px;
	}
	.headerNavigation>td{
		text-align:left;
	}	
	TD.productListing-data,div.productListing-data,.shadeBox{
		width: 50%;/* Because of margin/padding we cannot have 50%. */
		padding:5px;
	
	}
	#ProductListingListWidthSetter{
		min-width: 0px;
	}
	.cartBreak{
		display:	block;
		width:		100%;
		float:		left;
	}
	tr.cartBreak{
		clear:		both;
		width: 		98%;
	}
	#cartWrapper{
		margin-left: -10px;
	}
	#mainContentDiv > * { margin: 0px;}
	
	#cart_quantity table.productListingList {	width: 100%; }
	#cart_quantity table.productListingList > tbody > tr > td:first-of-type,
	#cart_quantity table.productListingList > tr > td:first-of-type{ display: none;	}
	
	#headerContent {
		width: 100%;
		display: block;	
	}
	#minicart{
		width: 100%;
		display: block;		
	}
	#minicartshower {
	opacity:0;
		width: 100%;
		z-index: 1000;
		position: relative;
		background: #F5F6F5
	}
	
	#lightbox #outerImageContainer {
		width:100% !important;
		height:auto !important;
	}
}
@media screen and (max-width: 600px) {
	.KCO {
		width:100% !important;
		padding:10px !important;
	}
	#TalexKCOCheckout {
		width:100% !important;
		float:left;
	}
}
@media screen and (max-width: 500px) {
	.Hmenu {
		margin: 0 auto;
		width: 320px;
	}
	.footerImages { 		vertical-align: middle;
		margin: 5px auto; 
		opacity: 0.5; 
		position: relative;
		display: block;
	}
	TD.productListing-data,div.productListing-data,.shadeBox{
		width: 100%;/* Because of margin/padding we cannot have 100%. */
		padding:5px;
	}
	table.productListingList{
		width: 100%;
	}
	#headerContent {
		float: left;
	}
	#cart_quantity > table:nth-child(1){
		padding: 0px;
	}
	#cart_quantity > table:nth-child(1) img{
		max-width: 100%;
		height: auto;
	}
	ul#verticalMenu li{	
		display:block;
		width: 100%;
		text-align:center;
	}
	nav#verticalMenuWrapper > ul#verticalMenu ul:hover {
		display:block;
		width: 100%;	
		position: initial;
	}
	nav#verticalMenuWrapper > ul#verticalMenu ul {
		width: 100%;	
		position: initial;
	}
	#preprocess {
		width:100% !important;
	}
	#mobilemenu {
		display: block;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.header_buttons {
		display: inline-block !important;
		padding: 0px 10px 0px 10px;
		font-size: 7vw;
	}
	.header_buttons i {
		display: table-cell;
		height:100px;
		vertical-align:middle;
	}
	.header_buttons:first-child {
		float:left;
	}
	.header_buttons:last-child {
		float:right;
	}
	.superheader {
		display:none;
	}
	.categories {
		display:none;
	}
	#headerContent {
		display:none !important;
	}
	.headerMenuWrapper {
		display:none;
	}
	#LeftMenuWrapper {
		display:none;
	}
	.footer_boxes > div > div {
		width:100% !important;
	}
}
@media screen and (min-width: 500px) {
	 .columnInfoBox .columnInfoBoxContents .boxText{ margin: 0px; padding: 0px; }
	.boxPages .columnInfoBox .columnInfoBoxContents .boxText,
	.boxBestSellers .columnInfoBox .columnInfoBoxContents .boxText,
	.boxTellAFriend .columnInfoBox .columnInfoBoxContents .boxText,
	.boxReviews .columnInfoBox .columnInfoBoxContents .boxText{ 
		padding: 5px;
	}

}
@media screen and (min-width: 1200px) {
	.CSW,.maintable, #logoWrapper, #mainContentWrapper{
	min-width: 1200px;
	width: 1200px;
	}
	
	#mainPageWrapper > div:nth-child(2)#mainContentDiv{
	width: 75%;  
	}
}