/*
* Cache van main.style.css
* Created: 2011-12-13 13:47:12
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

.clear {clear: both; line-height: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
ul {
	list-style: disc;
	margin: 2px 12px;
}


/**
 * LAYOUT CSS
 */
 body{
	 background-color: #4A4A4A;
	 background-image: url( /images/interface/back.gif );
	 background-repeat: repeat-x;
	 font-family:Geneva,Arial,Helvetica,sans-serif;
	 font-size: 11px;
 }

 div#wrapper{
	 padding: 0;
	 margin: 0 auto;
	 width: 750px;
	 position: relative;
 }

 div#header{
	 background-image: url( /images/interface/header.jpg );
	 height: 130px;
	 padding: 0;
	 margin: 0;
	 width: 750px;
 }

 div#contentWrapper{
	 background-color: #000000;
	 width: 750px;
	 padding: 10px 0px;
 }

 div#left_column{
	 float: left;
	 width: 200px;
 }

 div.sidebar_box{
	 background-image: url( /images/interface/sidebar_box_bg.gif );
	 background-repeat:repeat;
	 color: #ffffff;
	 margin: 0px 10px 10px 10px ;
	 padding:10px;
	 line-height: 18px;
}

div.sidebar_box h3{
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
}

div#content{
	float: left;
	margin-left: 10px;
	width: 530px;
}

div#content form,
div#content div,
div#content h2,
div#content p,
div#content table,
div#content ul{
	background-color:#333333;
	margin: 0px;
	color:#EAEAEA;
	line-height:18px;
}

div#content a, #infoform a{
	color:#FF9900;
	padding: 0px;
	text-decoration:none;
}

div.infobutton{
	text-align: right;
}
.info,
.order,
.delete,
.shoppingcart,
.sc-empty,
.sc-order,
.sc-update,
.sc-back {
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	padding: 7px 0 0 23px !important;
	display: inline-block;
	height: 21px;
	border: 0;
	background-color: transparent;
	color:#FF9900;
	font-size: 11px;
	cursor: pointer;
}
.button:hover {
	text-decoration: underline;
}
.info {
	background-position: 0 -30px;
	padding-left: 28px !important;
	margin-right: 10px;
}
.order {
	background-position: 0 -106px;
}
.sc-empty {
	background-position: 0 -69px;
	float: right;
}
.sc-order {
	background-position: 0 -258px;
	margin-left: 10px;
}
.sc-update {
	background-position: 0 -143px;
}
.sc-back {
	background-position: 0 -295px;
	margin-left: 10px;
}
.shoppingcart {
	background-position: right -174px;
	padding: 0 45px 0 0 !important;
	position: absolute;
	top: 150px;
	right: 20px;
	height: 38px;
	line-height: 38px;
}
.shoppingcart-back {
	background-position: right -211px;
}
.delete {
	text-indent: -300px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	background-position: 0 0;
	position: relative;
	top: 4px;
}
.mybasket-list li {
	border-bottom: 1px dotted #666;
	padding-bottom: 8px !important;
	padding-top: 5px !important;
	background-position: 10px 9px !important;
}
.mybasket-list li.no-arrow {
	background-image: none !important;
}
.mybasket-list li.lastrow {
	border-bottom: 0;
}
.mybasket-list li.buttons {
	padding-top: 10px !important;
	background-image: none !important;
}
.mybasket-list input.qty {
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding: 2px 3px;
	width: 100px;
	border: 1px solid #666;
}
.blockheader {
	margin-bottom: -5px !important;
	padding-top: 10px !important;
}
.greyblock {
	padding: 7px 30px !important;
	border: 0 solid #333;
	border-width: 0 12px;
	background-color: #4d4d4d !important;
}
form .greyblock {
	border-width: 0 3px;
}
.label {
	display: inline-block;
	width: 100px;
}
.paymentmethod-ideal-label {
	background-image: url( /images/ideal.png );
	background-repeat: no-repeat;
	background-position: 150px 0;
}

div#content a:hover, #infoform a:hover{
	text-decoration:underline;
}

#infoform a{
	margin-left: 20px;
}

div#content p{
	padding: 7px 10px;
}

div#content ul,
div#content ul.products li ul{
	padding: 0px;
	padding-left: 15px;
}

div#content ul li,
div#content ul.products li ul li{
	background-image: url( /images/interface/li-arrows.gif );
	background-repeat: no-repeat;
	background-position: 10px 4px;
	font-style: italic;
	list-style: none;
	padding: 0px;
	padding-left: 25px;
}

div#content img{
	border: 1px solid #666666;
	padding:2px;
}
div#content img.zoom{
	display: block;
}
div#content img.zoom-icon {
	border: none;
	padding: 0px;
}
div#content img.floatright{
	margin: 0px 0px 0px 10px;
}

div#content img.floatleft{
	margin: 0px 10px 0px 0px;
}

div#content h1{
	background-image: url( /images/interface/content_header1_bg.gif );
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:10px;
	margin: 10px 0px 1px 0px;
}

div#content h2, #infoform h2, div#content h2 a {
	color:#999999;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding: 5px 10px;
}
div#content h2 a{
	padding: 0;
}

div#content h2.subcat, #infoform h2 {
	background-image: url( /images/interface/content_header1_bg.gif );
	padding:10px;
	margin: 10px 0px 1px 0px;
}
#infoform h2 {
	margin: 0;
	padding-left: 40px;
}


div#content table{
	padding:10px;
	width: 100%;
}

div#content table tr, div#content table tr td{
	padding: 0px;
}

div#content form{
	margin-bottom: 20px;
	padding: 10px;

}

fieldset.buttons{
	margin-top: 10px;
}

label{
	display: block;
	color: #FF9900;
	font-size:12px;
	margin-top: 5px;
}

label.error{
	color: #ff0000;
}


div#photobar{
	float: right;
	padding: 7px 10px;
	width: 170px;
}


div#content input.text,
div#content textarea,
div#content input.button,
div#infoform input.text,
#infoform input.button,
#infoform textarea{
	background-color: #CCCCCC;
	color:#333333;
	font-size:11px;
	display: block;
	padding: 3px;
	width: 300px;
}
#infoform textarea{
	height: 165px;
}

label.radiobutton{
	display: inline;
	padding:0 5px;
	position:relative;
	top:-2px;
}

div#content form#contact input.button,
form#newsletter-subscription input.button{
	width: 100px;
}

div.sidebar_box fieldset{
	padding-top: 5px;
}

.singleinput {
	margin: 0px;
	padding: 0px;
}

.singleinput fieldset,
.singleinput fieldset legend{
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.singleinput input.text {
	background-color: #CCCCCC;
	color:#333333;
	float:left;
	font-family:"Arial";
	font-size:11px;
	height:11px;
	margin:5px 0px 0px;
	padding:5px 6px 5px;
	width:119px;
}

.singleinput input.submit {
	cursor:pointer;
	margin-top:5px;
}

#infoform input.button{
	width: 100px;
	display: inline-block;
}

div#content ul.products{
	background-color: #000000;
	padding: 0px;
}

div#content ul.products li{
	background-color:#333333;
	background-image: none;
	margin-bottom: 10px;
	padding: 0px 10px;
	font-style: normal;
}

div#content ul.products li ul li{
	margin-bottom: 0px;
}

div#content div.image-bar{
	float: left;
	margin: 0px 10px;
	padding-top: 8px;
}

div#content ul.products li div.with-image{
	margin-left: 120px;
}


span.stock,
span.date{
	color: #FF9900;
	font-size: 10px;
	padding-left: 10px;
}

p span.date{
	padding-left: 0px;
}

span.price{
	color: #FF9900;
}

 /**
  * Navigation CSS
  */
  ul#mainmenu{
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  margin-bottom: 10px;
  }

  ul#mainmenu li{
	  border-bottom:1px solid #666666;
	  font-family:Arial,Helvetica,sans-serif;
      letter-spacing:1px; 
  }

  ul#mainmenu li.first{
	  border-top:1px solid #666666;
	  margin-top: 10px;
  }
  
  ul#mainmenu li.current a,
  ul#mainmenu li.current ul li.current a {
	  color: #FF9900;
  }
  ul#mainmenu li a{
	  color:#999999;
	  display: block;
	  padding: 3px 10px;
	  text-decoration: none;
  }

  ul#mainmenu li a:hover{
	  background-color: #666666;
	  color: #FF9900;
  }

  ul#mainmenu li ul{
	  display: none;
  }

  ul#mainmenu li.current ul{
	  display: block;
  }

  ul#mainmenu li ul li{
	  border: none;
  }

  ul#mainmenu li.current ul li a,
  ul#mainmenu li.current ul li.current ul li a{
	  color:#999999;
  }

  ul#mainmenu li.current ul li a:hover{
	  background-color: #000000;
	   color: #FF9900;
  }

/* Imagezoom */
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000000;
	z-index: 10;
}
div#zoomdiv {
	background-color: #000000;
	background-image: url( /images/interface/content_header1_bg.gif );
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
div#zoomdiv a {
  background-repeat: no-repeat;
	text-decoration: none;
	color:#FF9900;
}
div#zoomdiv a.close {
	position: absolute;
	top: 5px;
	right: 10px;
	text-transform: lowercase;
	height: 18px;
	line-height: 18px;
	/*background-image: url(/images/navigation/close.png);*/
	padding-right: 22px;
	background-position: right center;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 13px;
	/*background-image: url(/images/navigation/back.png);*/
	background-position: left center;
}
div#zoomdiv a.previous:hover {
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 13px;
	/*background-image: url(/images/navigation/next.png);*/
	background-position: right center;
}
div#zoomdiv a.next:hover {
}
div#zoomdiv_img {
	position: relative;
	top: 15px;
}
div#zoomdiv_img img {
	position: absolute;
}
div#zoomdiv span.info {
	display: none;
}
/* Imagezoom */

div#content ul.error,
div#content ul.success{
    margin: 10px 0px;
    padding: 10px;
}

div#content ul.success-inline{
	margin: 0px 10px;
    padding: 10px;
}
div#content ul.error{
    background: #FCC;
    border: #C33 1px solid;
}
div#content ul.error li{
	background-image: url( /images/interface/exclamation.png );
	background-repeat: no-repeat;
	color: #000000;
	font-style: normal;
	list-style: none;
	padding: 3px 30px;
	
}
div#content ul.success,
div#content ul.success-inline{
	background: #CFC;
    border: #3C3 1px solid;
}
div#content ul.success li,
div#content ul.success-inline li{
	background-image: url( /images/interface/accept.png );
	background-repeat: no-repeat;
	color: #000000;
	font-style: normal;
	height: 15px;
	list-style: none;
	padding: 3px 30px;
	
}

.deal {
	float: left;
	width: 248px;
	background: #666 !important;
	padding: 1px 1px 0 1px;
	margin-left: 10px !important;
}

.dealinfo {
	min-height: 220px;
	background: #666 !important;
}

.column2 {
	background: #333;
}

div#content .deal a img {
	border: solid 2px #333;
	padding: 0px;
	margin-bottom: 5px;
}
div#content .deal a img.zoom-icon {
	border: none;
}

.deal p {
	background: none !important;
	padding: 2px 11px 0 11px !important;
}

.readmore {
	background: #333;
	display: block;
	height: 25px;
	width: 226px;
	margin-left: -1px !important;
	padding: 5px 12px 0 !important;
}

.deals {
	width: 100%;
	background: #333;
	padding-top: 5px;
}

/* WYMeditor */
/* Afb: Omloop rechts */
img.floatleft /* img */ {
  /* border-right: 2px dashed blue; */
	float: left;
	margin: 5px 5px 5px 0px;
}
/* Afb: Omloop links */
img.floatright /* img */ {
  /* border-left: 2px dashed blue; */
	float: right;
	margin: 5px 0px 5px 5px;
}
/* Tekst rechts uitlijnen */
p.alignright /* p */ {
  /* text-align: right; */
	text-align: right;
}
/* Tekst uitvullen */
p.alignjustify /* p */ {
  /* text-align: justify; */
	text-align: justify;
}

/* Oranje tekst */
span.orange /* span */ {
  /* color: #FF9900; */
	color: #FF9900;
}
/* /WYMeditor */

