/* Cascading Style Sheet */
html {
  margin: 0px;
  height: 100%;
  font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#036;
	background-color: #333;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #036;
}

a:hover {
	background: #333;
	text-decoration: underline;
	color: #036;
}


#container {
  margin: 0 auto;/* align for good browsers */
  text-align: left;/* counter the body center */
  width: 95%;
  position: relative;
  min-height: 100%;
  height: auto;/* voor moderne browsers */
  height: 100%;/* voor IE */
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #FFFFFF;
}

#header {
	width: 95%;
	height: 90px;
	margin: 0 auto;
}

#subheader {
  padding: 5px;
  background-color: #EDEDED;
  border-bottom: 1px solid #CCCCCC;
}

.list_menu{
  border: 1px solid #999999;
  height: 18px;
  width: 180px;
  font: Verdana;
  font-size: 12px;
}

.text_menu{
  border: 1px solid #999999;
  height: 16px;
  width: 180px;
  font: Verdana;
  font-size: 12px;
}

.zoek_menu{
  border: 1px solid #999999;
  height: 20px;
  background-color: #EDEDED;
  font: Verdana;
  font-size: 12px;
  margin: 0;
}

#menu_box{
  width: 200px;
  float: left;
}

.H_menu_item{
  background-color: #EDEDED;
  border-right: 1px solid #CCCCCC;
  overflow: hidden;
}

.H_menu_item, .H_menu_item a, .H_menu_item a:visited{
  padding: 5px 0px 6px 4px;
  border-bottom: 1px solid #CCCCCC;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

.H_menu_item a:hover{
  padding: 5px 0px 6px 4px;
  border-bottom: 1px solid #CCCCCC;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.S_menu_item, .S_menu_item a, .S_menu_item a:visited{
  padding: 5px 0px 6px 8px;
  border-bottom: 1px solid #CCCCCC;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #666666;
  overflow: hidden;
}

.S_menu_item a:hover{
  padding: 5px 0px 6px 8px;
  border-bottom: 1px solid #CCCCCC;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #666666;
}

#content_box{
  float: right;
  padding: 24px;
  width: 640px;
  text-align: left;
}

.button{
  padding: 2px;
  background-color: #EDEDED;
  border: 1px solid #CCCCCC;
  height: 12px;
  text-decoration: none;
}

.button a, .button a:visited, .button a:hover{
  text-align: center;
  text-decoration: none;
  font: Verdana;
  font-size: 10px;
  color: #000000;
}

.b_button{
  color: #666666;
  background-color: #EDEDED;
  border: 1px solid #CCCCCC;
  font-size: 10px;
  font-family: Verdana;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  height: 15px;
  cursor: pointer;
}

.s_button{
  color: #666666;
  background-color: #EDEDED;
  border: 1px solid #CCCCCC;
  font-size: 10px;
  font-family: Verdana;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  height: 20px;
  cursor: pointer;
}

.body_title{
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
}

.tr_even{
  background-color: #EDEDED;
}

.tr_oneven{
  border-top: 1px solid #EDEDED;
}

#hot_item_container{
  width: 639px;
}

#hot_item_container td{
  width: 213px;
}

#hot_item_container a, #hot_item_container a:visited{
  text-decoration: none;
}

.text_10, .text_10 a, .text_10 a:visited{
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.header_10, .header_10 a, .header_10 a:visited{
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.form_text{
  padding-bottom: 10px;
}

.org_price{
  font-size: 10px;
  font-family: Verdana;
  text-decoration: line-through;
  color: #FF0000;
}

.prijsvoordeel{
  font-size: 11px;
  font-family: Verdana;
  color: #0066CC;
}

.product, .product a, .product a:visited {
  font-size: 11px;
  font-family: Verdana;
  color: #336699;
}

.product a:hover{
  color: #6699cc;
}

.item_container{
  width: 182px;
  margin: 5px 15px 30px 0;
  float: left;
  padding: 6px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}

.foto{
  text-align: center;
  border: 1px solid #EDEDED;
  width: 99%;
  background-color: #FFFFFF;
  height: 100px;
  overflow: hidden;
}

.prijs{
  color: #336699;
  font-size: 14px;
  font-weight: bold;
  float: right;
}

.icon_box {
  float: left;
  margin-left: 2px;
  height: 13px;
}

.icon_box ul {
  list-style: none;
  line-height: 13px;
  margin: 0;
  padding: 0;
  width: auto;
}

.icon_box li {
  list-style-type: none;
  float: left;
}

.stock_icon {
  margin-left: 8px;
}

.hover{
  background-color: #FEFFEC;
  border: 1px solid #E8E1BB;
  cursor: pointer;
}

.artikel_txt{
  height: 40px;
  overflow: hidden;
}

.new_icon{
  float: right;
  margin: 4px 4px 60px 4px;
  top: 0;
}

.merk_keuze{
  background-color: #f7f7f7;
  margin: 8px 0 0 0;
  padding: 10px 8px 5px 8px;
  border-top: 1px solid #dddddd;
}

.sortering_keuze{
  background-color: #f7f7f7;
  padding: 0 8px 10px 8px;
  border-bottom: 1px solid #dddddd;
  height: 30px;
}

.bttn_bestellen{
  width: 44px;
  height: 13px;
  background: url(../images/bttn_bestel.gif) center no-repeat;
  border: 0;
  margin-left: 8px;
  padding: 0px auto;
  cursor: pointer;
}
/* pagina navigatie */

.page_nr{
  width: 20px;
  height: 20px;
  background-color: #666666;
  cursor: pointer;
  margin: 4px;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  float: left;
  color: #FFFFFF;
}

.page_nr_active{
  background-color: #CCCCCC;
}

.loading{
  background: url(../images/ajax-loader.gif) center no-repeat;
  width: 15px;
  height: 15px;
  margin: 4px;
}
/* custom layout
.sortering_keuze{  background-color:#ffeeaa; color:#ff4400; }
.merk_keuze{ background-color:#ffeeaa; }
.sortering_keuze a, .sortering_keuze a:visted{ color:#ff4400; }
 end custom layout */

#OVERLAY{
  position: absolute;
  width: 100%;
  height: 100%;
  filter:alpha(opacity=20);
  opacity: 0.2;
  -moz-opacity: 0.2;
  background-color: #000;
  z-index: 87;
  left: 0;
  top: 0;
  display: none;
}

#FOTO_POP{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 88;
  display: none;
  border: 1px solid #999999;
  margin-left: -200px;
  margin-top: -200px;
  background-color: #FFFFFF;
  text-align: center;
}

#FOTO_POP img{
  padding: 8px;
}

#FOTO_INFO{
  background: #EDEDED;
  border-top: 1px solid #CCCCCC;
  padding: 8px;
}

#tbl_nieuw{
  width: 100%;
}

#tbl_daling{
  width: 100%;
}

.loading {
  background: url(../images/ajax-loader.gif) center no-repeat;
  width: 25px;
  height: 25px;
}

#TOP{
  height: 120px;
  background: url(images/toparva.gif) center no-repeat;
}

.watermark {
  position: relative;
}

.watermark span {
  position: absolute;
  left: 0;
  bottom: 0;
}

.watermark_large {
  position: relative;
}

.watermark_large span {
  position: absolute;
  left: 0;
  top: 0;
}

.org_prijs{
  font-size: 11px;
  font-family: Verdana;
  text-decoration: line-through;
  color: #FF0000;
  text-align: right;
  float:right; }
}

.org_price_detail{
  font-size: 12px;
  font-family: Verdana;
  text-decoration: line-through;
  color: #FF0000;
}











