#facebox .rl {
  background:url(/facebox/rl.png);
}
#facebox .rr {
  background:url(/facebox/rr.png);
}
#facebox .rt {
  background:url(/facebox/rt.png);
}
#facebox .rb {
  background:url(/facebox/rb.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}


#facebox .button {
  background:url(/facebox/closelabel.gif) no-repeat;
  width: 90px;
  height: 25px;
  font-weight: bold;
  font-size: 12px;
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  float: right;
  margin-top: 10px;
}

#facebox .product_facebox {
	background: #F1F1F1;	
}

#facebox .button span {
	display: block;
	padding-top: 10px;	
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .content {
	width: auto;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
	margin: 10px;
  padding: 10px;
  background: #F1F1F1;
  width: auto;
}

#facebox .body .product_info
{
	background: #FFF;	
	float: right; width: 300px;
	padding: 10px;
	height: 100%;
	height: 210px;
	 overflow: hidden;
}

#facebox .product_list_items
{
	height: 210px;
	overflow: hidden;	
}

#facebox .body .product_image_wrapper
{
	height: 90px;
	overflow: hidden;
	width: 100%;
	text-align: center;	
}

#facebox .product_add
{
	
}

#facebox .product_add
{
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	float: left;
	background: url('/interface/buttons/toevoegen_wit.gif') no-repeat;
	width: 138px;
	height: 25px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  background: #DDD;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 40px;
  width: 40px;
  overflow: hidden;
  padding: 0;
}

#facebox a.addtoList {
	font-family: Times new Roman;
	text-transform: uppercase;
	color: #717071;	
}

#facebox a.addtoList:focus {
	outline: none;
}

#facebox .button_style {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	cursor: pointer;	
}

#facebox .face_new_footer
{
	display: none;	
}

#facebox .box_title
{
	font-family: Times new Roman;
	text-transform: uppercase;
	color: #717071;
	font-weight: bold;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}



* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

