body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}

hr {
	border: none;
	border-top: 1px dashed #FFFFFF;
}

a {
	color: #FFFFFF;
}

#container {
	width: 780px;
	margin: 0px auto;
}

#header {
	height: 124px;
	margin-bottom: 10px;
}

#header #logo {
	margin-top: 12px;
	margin-left: 15px;
	float: left;
}
#header #logo img {
	border: none;
}

#header #nav {
	margin-top: 100px;
	float: right; 
}
#header #nav ul {
	margin: 0px;
	padding: 0px;
}
#header #nav ul li {
	list-style-type: none;
	float: left;
}
#header #nav ul li a {
	display: block;
	width: 110px;
	height: 24px;
	margin-left: 3px;
	background-color: #7c2838;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
}
#header #nav ul li a.active, #header #nav ul li a:hover {
	background-color: #c51e3c;
}

#theme {
	width: 780px;
	height: 194px;
	padding-top: 5px;
	margin-bottom: 30px;
	background-color: #c51e3c;
}
#theme h1 {
	padding: 10px 0px 0px 10px;
}
#theme p {
	padding: 0px 0px 0px 10px;
	width: 50%;
}

#submenu {
	width: 250px;
	float: left;
}
#submenu h1 {
	padding: 0px 0px 0px 15px;
}
#submenu ul {
	padding: 0px;
	margin: 0px;
}
#submenu ul li {
	list-style-type: none;
}
#submenu ul li a {
	display: block;
	height: 35px;
	padding-left: 15px;
	margin-bottom: 2px;
	background-color: #7c2838;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 35px;
	vertical-align: middle;
}
#submenu ul li a.active, #submenu ul li a:hover {
	background-color: #c51e3c;
	margin-bottom: 2px;
}
#submenu li ul { 
	position: absolute; 
	left: 250px; /*Set 1px less than assortiment width */ 
	top: 0; 
	display: block; 
}
#submenu li:hover ul {
	display: block; 
} 

#submenu li:hover>ul { 
	visibility:visible; 
} 

#submenu ul ul {
	visibility:hidden; 
}


#content {
	float: right;
	width: 520px;
}
.assortiment {
	margin-bottom: 20px;
}
.assortiment h1 {
	padding: 0px 0px 0px 10px;
}
.ass_row {
	clear: both;
	height: 220px;
	margin-bottom: 10px;
}
.ass_item {
	width: 146px;
	height: 210px;
	padding: 5px 10px 5px 10px;
	float: left;
	background-color: #FFFFFF;
	color: #333333;
	margin-right: 10px;
	background-image: url(images/bg_ass_item.gif);
	background-repeat: no-repeat;
}
.ass_item:hover {
	cursor:pointer;
	cursor:hand;
}
.ass_item_last {
	margin-right: 0px;
}
.ass_item h1 {
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
.ass_item h2 {
	font-size: 13px;
	color: #c51e3c;
	padding: 0px;
	margin: 0px;
}
.ass_item img {
	border: 1px solid #CCCCCC;
	border: none;
}
.strike {
	text-decoration: line-through;
}
.article {
	background-color: #FFFFFF;
	color: #333333;
	padding: 15px 0px 0px 0px;
}
.article h1 {
	color: #c51e3c;
}
.article .img {
	padding: 15px 10px 5px 15px;
	width: 260px;
	float: left;
	position: relative;
	z-index: 0;
}
.article .detail {
	padding: 0px 10px 10px 10px;
}
.article .price {
	font-weight: bold;
}
.article .reclame {
	font-size: 16px;
	color: #c51e3c;
}
.content_wide {
	clear: both;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.content_item {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	margin-top: 25px;
	padding: 10px;
	border-top: 1px dashed #c51e3c;
	border-top: 1px dashed #FFFFFF;
	color: #CCCCCC;
}

/* OVERZICHTEN / NAVIGATIE */
.rs_nav_basic {
	clear: both;
	margin-bottom: 10px;
}
.rs_nav_basic .prev{
	float: left;
}
.rs_nav_basic .next{
	float: right;
}
a.button_small {
	padding: 3px 6px 3px 6px;
	background-color: #7c2838;
	border: 1px solid #FFFFFF;
	color: #5590c6;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.button_small:hover {
	background-color: #c51e3c;
	color: #FFFFFF;
}


/* POPUP IMAGE */

.article .img a {
	position: absolute;
	width: 285px;
	height: 205px;
	left: 0;
	top: 0;
	background: url(images/magnify.png) right bottom no-repeat;
	text-indent: -9999px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
  color: #333333;
}
#TB_window a {
	color: #333333;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border: none;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 0 0;
  margin-bottom:1px;
  float:right;
  color: #FFF;
}
#TB_closeAjaxWindow a {
	display: block;
	float: right;
	width: 89px;
	height: 13px;
	text-indent: -9999px;
	background: url(img/sprite.gif) -390px -50px no-repeat;
}
#TB_closeAjaxWindow a:hover,
#TB_closeAjaxWindow a:focus {
	background: url(img/sprite.gif) -390px -63px no-repeat;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#FFF;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

