/* ==========================================================================
   Base
   ========================================================================== */

html {
	font-family: Arial, sans-serif;
	font-size: 13px;
	overflow-y: scroll; 
}

body {
	background: #D3D0C9;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

h3, h4, h5, h6 {
	font-weight: bold;
}

select {
	font-size: 15px;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.l-holder {
	position: relative;

	width: 950px;
	margin: 0 auto;
	padding-top: 25px;

	border-radius: 0;

	background: #fff;
	box-shadow: 0 0 15px #b5b5b5;
}

.l-constrained {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.l-header {
	background: #fff;
	box-shadow: 0 0 15px #b5b5b5;
	margin: 0 auto;
}

.l-menubar {
	min-height: 0;
	height: 30px;
	margin: 0;

	border-style: none;
	border-radius: 0;

	background: #D40019 url(../design/menubar_bg.png) no-repeat bottom center;
}

.l-product-col-1 {
	width: 360px;
}

.l-product-col-2 {
	border-radius: 8px;
	border: 2px solid #CCC;
	padding: 15px;
}

/* ==========================================================================
   Modules
   ========================================================================== */
.site-banner {
	display: none;
}

.site-logo {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 45px;
}

.site-nav {
	padding-left: 30px;
}
.site-nav li:after {
	content: "|";
	font-size: 8px;
	vertical-align: middle;
	font-weight: 400;
	color: #fff;
	margin-left: 1px;
	margin-right: 2px;
}
.site-nav li:last-child:after {
	content: "";
}
.site-nav > li > a {
	padding-left: 15px;
	padding-right: 15px;

	border-right-style: none;
	box-shadow: none;

	line-height: 30px;
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	vertical-align: middle;
}
.site-nav > li > a:hover {
	background-color: #eee;
	color: #333;
	text-decoration: none;
}
.site-nav__home {
	padding-left: 20px;
	padding-right: 20px;
}
.site-nav__home .wgr-icon {
	font-size: 17px;
}

.module__heading {
	background: #45438A url(../design/module_heading_bg.png) repeat-x bottom;
	font-size: 14px;
}

.btn {
	padding: 3px 7px;
	font-size: 14px;
}

.btn--primary {
	border: 1px solid #C20006;

	background-image: url(../design/btn_primary_bg.png);
	background-color: #E3001E;
}

.btn--primary--large {
	padding: 10px 14px;
	font-size: 20px;
	background-image: url(../design/btn_primary_large_bg.png);
}

.product-carousel {
	height: 300px;
	line-height: 300px;
}
.product-carousel img {
	max-height: 300px;
}

.price {
	color: #333;
}

.wgr-production {
	margin-top: 15px;
}

div#topcart-holder {
	height: 30px;
	margin-top: 1px;
}

div#topcart-area {
	background: #fff;
	box-shadow: none;
	height: 28px;
	margin-right: 60px;
	font-size: 13px;
	line-height: 27px;
	border-radius: 0; 
}

div#popCartShipping {
	background: #E3E3E3;
	color: #666;
}

div#popCartShipping a, div#popCartShipping a:hover {
	color: #333;
}

div#popcart {
	right: 64px;
	top: 32px;
}

.graybg a {
	color: #222;
	text-decoration: underline;
}

.graybg a.wgr-icon {
	text-decoration: none;
}

th {
	font-size: 14px;
	color: #222;
	height: 35px;
}

td img {
	max-width: none;
}

.startpage-bar {
    color: #000;
}


.toolate {
color: #d40019;
}