/********************
GLOBAL PAGE LAYOUT
********************/ 
* { margin: 0; padding: 0; }
html { height: 100%; }

body {
	background: #F6ECE2;
	color: #653527;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

body#Popup, body#Ogone { background: #FFF; }
body#Popup div#Container {
	border: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

body#Popup * { cursor: auto; }
body.mceContentBody { background: #FFFFFF; }

div#Container {
	background: #FFF;
	margin: 0 auto;
	width: 900px;
}

div#Logo {
	height: 70px;
	margin-left: 136px;
}

/* Dit zorgt ervoor dat het labeltje bij het logo 
   netjes uitgelijnd is in IE6 */
div#Logo img { 
	display: block;    
	height: 100%;  
}

div#Divider {
	background: url('img/header.jpg') no-repeat;
	height: 52px;
	margin-bottom: 40px;
}

div#UserInfo { margin-top: 8px; }

div#UserMenu { 
	margin: 18px auto; 
	height: 56px;
	width: 130px;
}

div#UserMenu img { margin-top: 4px; }

div#Logout {
	margin: 0 auto;
	width: 130px;
}

div#Content {	
	margin: 0 10px 0 200px;
}

body#NoFlash div#Content {
	margin: 0 10px 0 40px; 
}

div#Side {
	float: left;
	margin-bottom: 40px;
	width: 136px;
}

div#MainContent { margin: 0 10px 40px 178px; }

div#Footer {
	border-top: 1px solid #653527;
	padding: 6px 0 20px 0;
}

/********************
NAVIGATION (HEAD / FOOTER)
********************/ 
ul#Navigation {
	float: right;
	font-size: 12px;
	margin: 46px 2px 0 0;
}

ul#Navigation li { display: inline; }

ul#Navigation li a:link {color: #653527; text-decoration: none; }
ul#Navigation li a:visited {color: #653527; text-decoration: none; }
ul#Navigation li a:active {color: #653527; text-decoration: none; }
ul#Navigation li a:hover {color: #97BD0E; text-decoration: none; }

ul#Navigation li a.selected { color: #97BD0E; }

ul#FooterNav {
	list-style-type: none;
}

ul#FooterNav li {
	display: inline;
	margin-left: 10px;
}

ul#FooterNav li.text {margin-left: 20px; }

ul#FooterNav li.text a:link {color: #653527; text-decoration: none; }
ul#FooterNav li.text a:visited {color: #653527; text-decoration: none; }
ul#FooterNav li.text a:active {color: #653527; text-decoration: none; }
ul#FooterNav li.text a:hover {color: #653527; text-decoration: none; }

ul#RightFooterMenu { 
	float: right; 
}

ul#RightFooterMenu li {
	display: inline;
	list-style-type: none;
}

/********************
SEARCH
********************/
div#Search {
                  height: 24px;
                  margin-bottom: 10px;
                  width: 300px;
                  float: right;

}
#SupplierFilter {
height: 24px;
margin-bottom: 10px;
float: left;
width: 350px; /* linkse gedeelte van de search div */
}

#SupplierFilter select {
width: 200px;
}
div#Search table {
width: 200px; /* rechtergedeelte van de search div */
float: right;
}
div#Search h4 { 
	float: left; 
	padding: 2px 6px 0 0;
}

/********************
PRODUCT MENU
********************/
ul#Menu {
	border-bottom: 1px solid #653527;
	list-style: none;
	line-height: 1.5em;
	margin-bottom: 6px;
	padding-bottom: 40px;
}

ul#Menu li a:link {color: #653527; text-decoration: none; }
ul#Menu li a:visited {color: #653527; text-decoration: none; }
ul#Menu li a:active {color: #653527; text-decoration: none; }
ul#Menu li a:hover {color: #97BD0E; text-decoration: none; }

ul#Menu li a.selected {color: #97BD0E; }

ul#Menu li {font-weight: bold; }

ul#Menu li.sub {
	font-weight: normal;
	margin-left: 10px;
}

ul#Menu li.subsub {
	font-weight: normal;
	margin-left: 20px;
}

/********************
BREADCRUMBS
********************/
div#BreadCrumbs {
	color: #886058;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 17px;
	float: left; 
	min-width: 400px;
}

div#BreadCrumbs a:link {color: #653527; text-decoration: none; }
div#BreadCrumbs a:visited {color: #653527; text-decoration: none; }
div#BreadCrumbs a:active {color: #653527; text-decoration: none; }
div#BreadCrumbs a:hover {color: #97BD0E; text-decoration: none; }

/********************
PRODUCTS / CHECKOUT
********************/
/* Box met één product binnen het grid */
div.product {
	background: url('img/borders.gif') no-repeat;
	float: left;
	height: 200px;
	margin: 0 8px 10px 6px;
	padding: 8px 10px 0 10px;
	width: 180px;
}

div.image_product {
	font-weight: bold;
	height: 120px;
	text-align: center;
}

div.image_product img { border: none; }

/* Thumbnail binnen het grid */
div.fw_picture {
	height: 80px;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 178px;
}

div.price { 
	height: 42px; 
}

/* Dit is nodig voor IE6 */
div.price p { margin: 0; padding: 0;}

div.product h2 {
	color: #653527;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	line-height: 1.5em;
	margin: 0;
	text-align: left;
}

div.product a:link { color: #653527; text-decoration: none; }
div.product a:visited { color: #653527; text-decoration: none; }
div.product a:active { color: #653527; text-decoration: none; }
div.product a:hover { color: #653527; text-decoration: none; }

div.add_to_cart {
	margin: 8px auto 0 auto;
	width: 180px;
}

/* De knoppen 'Terug' en 'Vorig product' en 'Volgend product' */
div#BackPreviousAndNextProduct { margin-right: 22px; }

/* Tabel met één product */
table#Product {
	margin: 0 0 10px 0;
	width: 658px;
}

/* Positioneren van de media bij één product */
table#Product td.image {
	text-align: center;
	vertical-align: top;
}

table#Product td div.price_2 p, 
div.price p {
	color: #653527;
	font-size: 14px;
	font-weight: bold;
}

/* Opties bij een product */
div.product_options { padding: 10px 0 16px 0; }

table#ProductOptions {
	background: none;
	border-collapse: collapse;
	margin: 4px auto;
	width: 90%;
}

table#ProductOptions th {
	color: #98BD0E;
	padding: 4px 6px 4px 0; 
	text-align: right;
	width: 40%;
}

table#ProductOptions td {
	padding: 4px 0 4px 0;  
	text-align: left;
	width: 60%;
}

/* Wrapper rond de prijs en de 'In winkelwagentje'-knop */
div.price_wrapper {
	height: 70px;
	margin: 0 0 40px 0;
}

div.cart_2 {
	height: 16px;
}

div.fw_media { cursor: pointer; }

/* Plaatsing van de 'In winkelwagentje'-knop */
div.cart_2 img {
	padding: 20px 0 0 200px;
}

div.checkout_left {
	width: 48%; 
	float: left;
}

div.checkout_right {
	width: 48%; 
	float: right;
}

div.step { margin-bottom: 10px; }

hr {
   clear: both;
   visibility: hidden;
}

div#ClearAddressesBasket {
	visibility: hidden;
	height: 300px;
}

/********************
POPUP
********************/
div.fw_panelheader {
	background: #98BD0E;
	border: 1px solid #98BD0E;
	height: 20px;
	margin: 0;
	width: 658px;
}

div.fw_popupbackground {
	background-color: #000; 
	opacity:.8; 
	filter:alpha(opacity=80); 
}

div.popup_content {
	height: 310px;
	margin: 20px auto 0 auto;
	overflow: hidden;
	width: 620px;
}

/* Wrapper voor tabel met inhoud winkelwagentje */
div.cart_contents {
	height: expression(this.scrollHeight > 220? "220px" : "auto" );
	height: auto;
	margin: 0 0 20px 0;
	padding: 1px 0 0 0;
	overflow: auto;
	max-height: 220px;
	width: 620px;
}

table#C_dgBasketItems {
	margin: 0 auto 0 auto;
	width: 580px;
}

/*********************
DATAGRID
*********************/
table.fw_datagrid {
	background: none;
	border: 1px solid #DDD;
	border-collapse: collapse;
	cursor: default;
	margin: 0 0 20px 0;
}

table.fw_datagrid tr th {
	background: #EEE;
	color: #98BD0E;
	font-weight: normal;
	padding: 4px;
	text-align: left;
}

table.fw_datagrid tr td { padding: 4px; }

table.fw_datagrid td em {
	color: #98BD0E;
	font-style: normal;
}

div.basket_product_options {
	color: #98BD0E;
	font-size: 0.9em;
	margin: 0 0 0 10px;
}

span.basket_product_id { color: #DDDDDD; }

/********************
CMS STYLES
********************/ 
table.cms { 
	border: 0;
	width: 100%; 
}

table.cms td {
	padding: 0 6px 0 6px;
	vertical-align: top;
}

/********************
HEADERS
********************/ 
h1 {
	color: #886058;
	font-size: 14px;
	margin-bottom: 16px;
}

h2 {
	color: #97BD0E;
	font-size: 14px;
	margin-bottom: 16px;
}

h3 {
	font-size: 13px;
	margin-bottom: 8px;
}

h4 {
	color: #98BD0E; 
	font-size: 12px;
	margin-bottom: 4px;
}

/********************
PARAGRAPHS / SPANS
********************/ 
p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

p.notice {
	margin-bottom: 16px;
}

em { 
	color: #98BD0E;
	font-style: normal; 
}

span.strike { text-decoration: line-through; }

/********************
LISTS
********************/
ol {
	margin: 20px 40px 20px 40px; 
	padding: 0; 
}

ol li {
	margin: 0 0 6px 0;
}

/********************
LINKS
********************/ 
a:link { color: #98BD0E; text-decoration: underline; }
a:visited { color: #98BD0E; text-decoration: underline; }
a:active { color: #98BD0E; text-decoration: underline; }
a:hover { color: #98BD0E; text-decoration: underline; }

/********************
FORMS
********************/
div.backdrop {
	margin: 10px 0 14px 0;
}

table.form {
	margin: 6px auto 6px auto;
	padding: 4px;
	width: 90%;
}

table.form th {
	color: #98BD0E;
	font-weight: normal;
	margin: 0; 
	padding: 4px 4px 4px 0;
	text-align: right;
	width: 30%;
}

table.form td {
	margin: 0; 
	padding: 4px 0 4px 4px;
	width: 70%;
}

input, textarea {
	border: 1px solid;
	border-color: #666 #CCC #CCC #666;
	color: #653527;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding: 2px 4px 2px 4px;
}

/* We zetten een marge op de 'Bestelling bevestigen'-knop
   om plaats te laten voor de throbber
 */
#F_btnStep3ConfirmOrder { margin-right: 20px; }

select {
	color: #653527;
	font-family: Arial, sans-serif;
	font-size: 1em;
	width: 40%;
}

input.fw_checkbox { border: none; }
input.fw_button { border: none; }

div.buttons {
	height: 26px;
	margin: 16px 0 16px 0;
}

/* Twee knoppen naast elkaar */
div.buttons div.left { float: left; }
div.buttons div.right { float: right; }

div.submit {
	border-top: 1px solid #653527;
	margin: 0 0 60px 0;
	padding: 10px 0 20px 0;
}

div.submit_no_line { margin: 10px 0 60px 0; }
div.submit div.right { float: right; }

/********************
DIALOG BOX
********************/
div.fw_dialog_container {
	background: #FFF;
	border-top: 3px solid #98BD0E;
	border-left: 1px solid #98BD0E;
	border-right: 1px solid #98BD0E;
	border-bottom: 1px solid #98BD0E;
	margin: 0;
	text-align: center;
}

.fw_dialog_icon { margin: 0; }

.fw_dialog_text {
	line-height: 1.5em;
	padding: 0 4px 0 4px;
}

/********************
MISC. CLASSES
********************/ 
.groen { color: #98BD0E; }
.bruin { color: #653527; }

/********************
Home animation
********************/ 
#home {
	width: 100%;
	width: 100%;
}

#home_left {
	float: left;
	width: 195px;
}

#home_right {
	float: left;
	width: 705px;
	background-position: bottom right;float: left
}

a.home_name {
	display:block;
	text-decoration: none;
	height: 38px;
	padding-left: 10px;
	padding-top:12px;
	font-size: 20px;
	font-weight: bold;
	cursor:pointer;
}
a.home_name:visited {
	text-decoration: none;
}

.home_words {
	height: 38px;
	padding-left: 10px;
	padding-top:12px;
	font-size: 20px;
	font-weight: bold;
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: relative; 
	top: 0px;
}