@charset "utf-8";
/* CSS Document */

html body {
	padding:0px;
	margin:0px;
}

body,.page_table  {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:	#fefae1;
}
div,p {
  font-size: 11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;  
}
li {
  margin-left: 15px;
}
p {
  padding:  0px;
  margin: 0px;
/*  margin:   5px;*/
}

a {
	color: #591d2f;
}
a:hover {
	text-decoration:none;
}

#site_body 
{
	background-image:url(../images/achtergrond.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
	padding:10px;
}

#fullpage
{
	width:						901px;
	height:						535px;
	background-color:	#fefae1;
}
#site_header
{
	width:						901px;
	height:						167px;
}
#site_nav
{
	width:						159px;
	height:						324px;
	float:						left;
	text-align:				left;
}
#main
{
	width:						600px;
	height:						324px;
	float:						left;
}
#main_frame {
	width:						600px;
	height:						324px;
	border:						0px solid #FFFFFF;
	position:         relative;
	overflow-x:       hidden;
	overflow-y:       auto;
	
}
#site_footer {
	background-image:url(../images/balk%20onder.jpg);
	width:						901px;
	height:						44px;
	position:					absolute;
	left:							0px;
	top:							0px;
	vertical-align:		baseline;
	color:						#FFFFFF;
	
}
#site_footer a {
	color: 						#FFFFFF;
	font-size:				14px;
}
.footer_table {
	height:100%;
	width:100%;
	border-collapse:collapse;
}
.footer_left {
	text-align:	left;
	width:			20%;
	vertical-align:bottom;		
}
.footer_right {
	text-align:right;
	width:			20%;	
	vertical-align:bottom;		
}
.footer_center {
	text-align:center;
	vertical-align:bottom;	
}

#nav_buttons_all {
	position:					relative;
	left:							15px;
	top:							15px;
	width:						126px;
}
.nav_button {
	width:						126px;
	height:						15px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	border:						none;
	color:						#fefae1;
	margin-bottom:		3px;
	text-align:				left;
	padding-left:     5px;
	padding-top:      5px;
	cursor:           pointer;
}
.nav_button:hover {
	color:						#000000;
}

#polaroids_div {
	position:					absolute;
	top:							0px;
	left:							0px;
}

.form {
	border:						solid 1px #591d2f;
}
.form_header {
	background-color: #591d2f;
	color:						#FFFFFF;
	font-weight:			bold;	
}
.formfield {
	border:						solid 1px #591d2f;
}
.form_label {

}
.form_button {
	border:						solid 1px #591d2f;
	background:				#591d2f;
	color:						#FFFFFF;
}
.form_button:hover {
	color:						#591d2f;
	background:				#FFFFFF;
}
.formfield_medium {
	width:						250px;
}

.news_date {
	font-weight:			bold;
	color:						#d07539;
	white-space:			nowrap;
	vertical-align:		top;
}
.news_item {
	padding-left:     10px;
	vertical-align:		top;
	padding-bottom:   10px;
}

.hidden {
	visibility:       hidden
}

#image_viewer_div {
/*	min-width:	      100px;
	min-height:       100px;*/
	position:					absolute;
	top:							0px;
	left:							0px;
	z-index:					51;
}
#image_viewer_img {
	border:						3px solid #591d2f;
	float:						left;
}
#image_viewer_close {
	background-image:url(../images/imageviewerbackground.png);
	color:						#FFFFFF;
	position:					absolute;
	width:						60px;
	height:						20px;
	float:						right;
	right:						0px;
	padding-top:	    7px;
	cursor:						pointer;
	font-weight:			bold;
	text-align:       center;
}
#image_viewer_close:hover {
	background-image: url();
	background-color:	#591d2f;
}
#image_viewer_background_overlay_div {
	background-image:url(../images/imageviewerbackground.png);
	background-repeat:repeat;
	width: 100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	
	z-index:50;
	
}

.photo_frame {
	width:  		180px;
	height:			180px;
	overflow:		hidden;
	float:			left;
	border:			solid 1px #591d2f;
	margin:     2px;
	
	background-image:url(../images/ball-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#language_buttons {
  position:					relative;
	left:							15px;
	top:						  40px;
	width:						126px;  
}
#language_button_NL{
  width:  50px;
  height: 25px;
  background-image: url(../images/NL_gray.gif);
  background-repeat:  no-repeat;
  margin-bottom:  5px;
  margin-top:     5px;
  margin-right:   5px;
  cursor:         pointer;
}
#language_button_EN {
  width:  50px;
  height: 25px;
  background-image: url(../images/UK_gray.gif);
  background-repeat:  no-repeat;
  margin-bottom:  5px;
  margin-top:     5px;
  margin-right:   5px;
  cursor:         pointer;
}
#language_button_NL.language_selected,
#language_button_NL.language_hover{
  background-image: url(../images/NL.gif);
}
#language_button_EN.language_selected,
#language_button_EN.language_hover{
  background-image: url(../images/UK.gif);
}

.language_button_normal {
  border:         2px outset #FFFFFF;
}



table.cci_view_product_table
{
  border:           3px solid #591d2f;
  background-color: #591d2f;
  border-collapse:  collapse;
  color:            #fefae1;
}

div.cci_view_product_img_div
{
}

td.cci_view_product_header_td
{
  font-weight:      bold;
  font-size:        16px;
}
td.cci_view_product_description_td
{
}
td.cci_view_product_price_td
{
  font-weight:      bold;
  font-size:        14px;
}
td.cci_view_product_sold_td
{
}

div.cci_view_product_div
{
  width:            556px;
  margin-left:      auto;
  margin-right:     auto;
}
