* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
.address {
        width:220px;
        float:left;
        margin-bottom:20px;
    }
    .address h2 {
        text-transform:uppercase;
        font-size:12px;
        color:white;
    }
body {
	background:#333 /*url(/img/headerBackground.gif) left top repeat-x*/;
}
.clear {
	clear:both;
}
.width {
	width:976px;
	/*width:857px;*/
	margin:0 auto;
}
div.middle {width:100%; background-color:#fff;padding-bottom:20px;}
div#preloaderBG {
        background:black;
       opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
       filter: alpha(opacity=75); /* IE lt 8 */
       -ms-filter: "alpha(opacity=75)"; /* IE 8 */
       -khtml-opacity: .75; /* Safari 1.x */
       -moz-opacity: .75; /* FF lt 1.5, Netscape */
       width:100%;
       height:100%;
       position:fixed;
       z-index:998;
}
#preloader {
	float:left;
	position:fixed;
	z-index:999;
	padding:20px;
	width:100%;
	height:100%;
	vertical-align:middle;
	margin:0 auto;
	text-align:center;
}
#preloaderContent {
	padding:0;
	background:#1A1B1D;
	width:140px;
	margin:0 auto;
	text-align:center
}
#header {padding-top:30px;}
#header a#headerHomeLink img {
	border:none;
}
#header a#headerHomeLink {
	display:inline;
	position:relative;
	z-index:2;
}
#header ul {
	list-style-type:none;
	background-color:#333;
	margin:15px 0;
	/*border-top:2px solid #333;
	border-bottom:2px solid #333;*/
}
#header ul li {
	display:inline;
}
#header ul li a {
	/*display:block;
	float:left;*/
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:0px 10px;
	font-size:12px;
	font-weight:bold
	/*margin-right:60px;*/
}
#header ul li a:hover {
	/*display:block;
	float:left;*/
	color:#999;
}
#header ul li a.last {
	margin-right:0;
}
#header ul li a.active {
	color:#EE3124;
	/*border-bottom:2px solid #EE3124;*/
}
div#container {
	padding-top:17px;
	clear:both;
}
#leftColumn {
	float:left;
	font-size:11px;
}
#centerColumn {
	float:right;
	font-size:11px;
    width:710px;
}
#leftColumn {
	width:250px;
	text-align:right;
}
#centerColumn h1 {
	font-family: 'GillSansStdLight'; font-size:18px !important;
	text-transform:uppercase;
	font-weight:normal;
	color:#999;
	border-left:2px solid #EE3124;
	padding-left:11px;
}
#subMenu li.active {
	/*border-left:2px solid #EE3124;*/
}
#subMenu li.active>a {
	font-size:26px;
	padding-right:20px;
}
#subMenu ul li ul li {
	border-bottom:1px solid #ccc;
}
#subMenu ul li ul li {
	border-left:none;
	margin-left:0;
}
#subMenu ul {
	list-style-type:none;
    font-family: 'GillSansStdLight';
}
#subMenu ul li  {
	text-align:right;
	padding-right:20px;
    font-family: 'GillSansStdLight';
}
#subMenu ul li a {
	display:block;
	text-transform:uppercase;/**/
	font-size:16px;
	margin:5px 0;
	text-decoration:none;
    font-family: 'GillSansStdLight';
}
#subMenu li ul {
	margin:20px 0;
        padding-right:0px;
}
#subMenu ul li a:hover {
	/*padding-left:13px;*/
	color:#999;
}
.basket {
	/*background:url(/img/bagHeader.jpg) left top repeat-x;*/
	padding-bottom:0px;
	margin-top:20px;
	width:250px;
	float:right;
   	font-size:12px;
	margin-right:20px;
	position:relative;
}
.basket img.bag{ position:absolute; top:0; right:0;}
.basket p.basketHead {
	color:white;
	text-align:right;
	padding-right:120px;
	margin-top:55px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	font-size:12px;
	background-color:#333;
	
}
div#preloaderContent .basket p.basketHead {
	color:black;
	text-align:right;
	padding-right:120px;
	margin-top:55px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	font-size:12px;
	background-color:#fff;
	
}

.basket p {
	padding:2px 0;
}
.basket p.basketSummary {
	padding:8px 120px 8px 8px;
	color:#333;
}
div#preloaderContent .basket p.basketSummary {
	color:#ccc;
	font-weight:bold;
}
.basket p.basketSummary span {
	color:#ccc;
}
.basket a {
	display:block;
	text-decoration:none;
	color:#999 !important;
	margin:0 8px;
	padding:8px 112px 8px 0px;
	border-top:1px solid #999;
	color:#ccc;
	font-weight:bold;
	/*background:url(/img/linkBack.gif) left center no-repeat;*/
}
.basket a:hover {color:#ccc !important;}
div#preloaderContent .basket a { color:#fff !important;}
div#preloaderContent .basket a:hover { color:#999;}
#topStrip form {
	/*float:left;*/
}
#topStrip input#query, #topStrip input#query:focus {
	background:none;
	height:20px;
	display:block;
	float:left;
	width:135px;
	border:none;
}
#crumbs {
	color:#EE3124;
}
#crumbs a, #crumbs span {
	color:white;
	text-decoration:none;
	text-transform:capitalize;
}
#topStrip {
	clear:both;
	width:100%;
	font-size:13px;
	text-transform:uppercase;
}
#topStrip label {
	margin-right:10px;
}
#topStrip label span {
	margin-left:10px;
}
div#footer {
	color:#999;
	font-size:11px;
	clear:both;
	text-align:center;
	padding:13px 0;
	line-height:15px;
	/*border-top:1px solid #999;*/
	margin-top:0px;
	margin-bottom:20px;
}
div#footer b {color:#fff;}
div#bottomdiv {
	color:#fff;
	width:100%;
	text-align:center;
	/*position:absolute;
	bottom:0;
	position: fixed;
	height:88px;
	background-image: url(../img/blackTrans.png);
	background-repeat: repeat;
	border-top: 2px solid #EE3124;
	z-index:1000;
	*/
}
div#bottomdiv div.width {
	margin:0 auto;
	padding:15px 0;
	font-size: 11px;
	color:#fff;
	text-align:center;
}
div#bottomdiv div.width strong { font-size:11px; color:#fff;}
div#bottomdiv div.width form {margin-top:10px;}
div#bottomdiv div.width form, div#bottomdiv div.width form label {color:#fff;}
div#bottomdiv div.width form input { 
	margin: 5px 0;
	border: 1px solid #999;
	padding: 3px;
	/*background-image:url(../img/inputBG.png);
	background-repeat:repeat;
	*/
	background-color:#666;
	margin:0 15px 0px 5px;
	color:#fff;
	width:120px;
}
div#bottomdiv div.width form input.submit { 
	margin: 5px 0;
	border: 1px solid #EE3124;
	padding: 3px;
	background-image:none;
	margin:0 15px 0px 5px;
	color:#fff;
	font-weight:bold;
	background-color:#900;
}

div#footer span {
	color:#666;
}
form#search button {
	background:none;
	border:none;
	height:20px;
	display:block;
	float:left;
}
form#search {
	margin-left:10px;
	/*border:1px solid #EE3124;*/
	border:1px solid #ccc;
    float:right;
}
#topStrip {
	border-bottom:1px solid #999;
	margin-bottom:15px;
	padding-bottom:10px;
}
#topStrip a {
	display:inline;
	font-size:12px;
	color:#EE3124;
	text-transform:none;
	margin-left:10px;
}
#content {
	/*padding-top:32px;*/
}
#content h2 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:13px;
	margin-top:20px;
	margin-left:20px;
}
#content ul {
	margin-left:20px;
	padding-left:30px;
	border-bottom:1px solid #999;
	padding-bottom:20px;
}
#content ul.last {
	border-bottom:none;	
}
#content ul li {
	margin-top:10px;
	color:white;
}
#content li span, #content li i, #content li a {
	float:left;
	display:block;
	color:#999;
	text-decoration:none;
}
span.name {
	width:280px;	
}
i.domain {
	width:174px;	
}
img.color {
	margin-right:58px;
	float:left;
	display:block;
}
span.price {
	width:80px;
        padding-left:10px;
}
#content li a img {
	border:none;
}
/* ==============  FORMS   =================== */
input[type=text], input[type=text]:focus, input[type=password], input[type=password]:focus {
    width: 240px;
	height:12px;
    padding:3px;
    color:white;
    background:#666;
    border:1px solid white;
}
dt#nummer-label {
    display:none;
}
dt#postbus-label {
    display:none;
}
dd#nummer-element input {
    margin-right:10px;
}
dd#nummer-element, dd#nummer-element input {
    float:left;
    width:40px;
}
dd#nummer element input {
}
dd#postbus-element input {
    margin-left:14px;
}
dd#postbus-element, dd#postbus-element input {
    float:left;
    width:40px;
}
dd#straat-element {
    float:left;
    width:130px;
    margin-right:14px;
}
dd#straat-element input {
    width:130px;
}
dt#stad-label {
    clear:both;
}
dt {
    margin-bottom:3px;
}
dd {
    margin-bottom:8px;
}
dd#submit-element input {
    color:white;
    background:  url("/img/bagHeader.jpg")  left top repeat-x;
    border:1px solid white;
    padding:5px;
}
#leftForm {
    float:left;
    width:250px;
}
#rightForm {
    float:right;
    margin-left:20px;
}
#rightForm h2, #leftForm h2 {
    border-left:2px solid #EE3124;
    color:#999;
    font-size:14px;
    font-weight:normal;
    padding-left:11px;
    text-transform:uppercase;
    margin-bottom:20px;
}
dd#optin-element {
    width:20px;
}
dt#optin-label {
    width:290px;
    float:right;
}
select, select option {
    color:#333;
}
ul.errors li {
    color:#EE3124;
    list-style-type: none;
}
dl.zend_form {
    margin-top:20px;
}
h2 strong#detail {
    color:#EE3124;
}
   #productinfo {
            float:left;
            width:400px;
            margin-left:20px;
            margin-top:10px;
}
#productinfo ul {
    margin-left:20px;
    padding-left:0px;
    border:0 none;
}
#productimage {
    max-height:300px;

}
a.productimagecontainer {
    float:right;
}
a.productimagecontainer img {
    border:none;
}
#fancybox-title {
    min-width:310px !important;
}
#productinfo h2 {
    padding-left:0;
    margin-left:0;
    margin-bottom:10px;
}
.extradetails {
    margin-left:20px;
    border-top:1px solid #999;
    padding-top:20px;
	float:left;
	margin-top:20px;
}
.extradetails strong {
    text-transform: uppercase;
    font-weight: normal;
    font-size:12px;
    float:left;
    width:153px;
}
.extradetails p {
    clear:both;
    margin-bottom:5px;
}
a img {
    border:0 none;
}
    table#cart {
        border-left:1px solid #999;
        border-top:1px solid #999;
        /*width:680px;*/
    }
    table#cart td, table#cart th {
        border-bottom:1px solid #999;
        border-right:1px solid #999;
        padding:3px;
    }
    table#cart input {
        width:40px;
    }
    table#cart .deleteCol {
        width:50px;
    }
    .priceCol {
        width:80px;
}
.prodCol {
    padding:5px;
}
.codeCol {
    width:45px;
}
tr.grijs td {
    /*background:#353638;*/
}
#nextStep {
    /*background:#e72f23 url("/img/bagHeader.jpg") left top  repeat-x;
    border:1px solid #EE3124;
	*/
	background-color:#000;
    color:white;
    text-decoration: none;
    padding:3px 5px 3px 5px;
    cursor:pointer;
    color:white !important;
}
#nextStep img {position:absolute; top:-1px; right:2px;}
#nextStep * {
    color:white !important;
}
div.shopsteps {
   position: relative;
   top:25px;
}
#shopMenu li {
    padding-left:5px;
    font-size:14px;
}
#shopMenu li.active {
    color:#999;
}
#members {
    position: absolute;
	margin-top:20px;
    font-size:11px;
    padding:5px 0;
    text-align: right;
}
#members a {
    color:#333;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:40px;
}
#members a:hover {
    color:#999 !important;
}
.wineIcon {
    float:left;
}
#wowslider-container .ws-title{
}
div#bradcrumbs {margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ccc;}
h2.nogvandit {font-family: 'GillSansStdLight'; font-size:16px !important; width:710px;}
div.infoDescr, div.infoDescr p {font-family: 'GillSansStdLight'; font-size:13px !important; line-height:18px;}
a.back {font-family: 'GillSansStdLight'; font-size:14px !important; color:#999; text-decoration:none; float:right; height:30px; margin-right:10px;}
a.back:hover {color:#000;}
h3.extraTitle {margin:10px 0; font-family: 'GillSansStdLight'; color:#900; font-size:18px;}
div#centerColumn div#contentLeft {width:420px; float:left;}
div#centerColumn div#contentRight {width:260px; float:right; border-left:1px solid #ccc; padding-left:10px;}
div#centerColumn div#contentRight img.gastro{margin-bottom:15px; border:2px solid #000;}
div#centerColumn div#contentRight p.ingr {font-family: 'GillSansStdLight'; color:#900; font-size:15px;}
div#centerColumn div#contentRight ul {
	padding-left:10px;
	list-style-type: none;
	list-style-image: url(/img/listBullet.png);
}
div#centerColumn div#contentRight ul li {
	margin-left:7px;
	padding-bottom:2px;
}
#subMenu > h2 {
	font-weight:normal;
	color:#ccc;
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	padding-right: 20px;
	margin: 5px 0;
	text-decoration: none;
	font-family: 'GillSansStdLight';
}
h2.iets {
	margin: 10px 0;
	font-family: 'GillSansStdLight';
	color: #900;
	font-size: 18px;
}
h3.CT {
	font-family: 'GillSansStdLight';
	font-size: 18px !important;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
	margin-bottom:15px;
}
