/********************
GLOBAL PAGE LAYOUT
********************/ 
* { margin: 0; padding: 0; }
html { height: 100%; }

body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #000;
	background: #FFF;
}

body#Ogone { background: #F9C4CF; }

div#Header {
	padding: 10px 0 10px 10px;
	background: #F9C4CF;
}

div#Container {
	margin: 0 auto;
	width: 1000px;
	min-height: 662px;
}

Body#Popup div#Container {
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	width: 100%;
	min-height: 100%;
}

div#StandardContainer {
	margin: 0 auto; 
	width: 1000px;
	background: #F9C4CF;
}

div#Breadcrumbs {
	border-top: 12px solid #FFF;
	border-bottom: 12px solid #FFF;
	background: url('img/tile.gif') repeat-y;
}

div#Content { 
	width: 100%;
	min-height: 468px;
	background: url('img/tile.gif') repeat-y 50% 0;
}

div.left {
	float: left;
	width: 200px;
}

div.center {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 570px;
}

div#Breadcrumbs div.center {
	padding: 10px;
	width: 554px;
	background: #F9C4CF; 
}

div.rright {
	float: right;
	width: 200px;
}

/* Container rond de inhoud (zonder de header) */
div#Wrapper {
	margin: 0 20px 0 20px;
	height: 100%; 
	overflow: visible;
}

div#WideContent {
	margin: 0 10px 0 0;
	padding: 0 0 40px 0;
	width: 760px;
	float: left;
}

div#Right {
	float: right;
	width: 180px;
}

div#Footer {
	margin: 14px auto 0 auto;
	padding: 6px 0 6px 0;
	width: 1000px; 
	background: #F9C4CF;
}

div#StandardContainer div#Footer {
	clear: both;
	border-top: 14px solid #FFF;
	background: #F9C4CF;
}

/********************
WIDGETS
********************/ 
/* Widgets in de zijbalk */
div.widget {
	margin: 0 0 20px 0;
	background: #FAD0D9;
}

div.rright div#UserInfo {
	margin: 10px;
}

div.rright div#UserMenu {
	margin-left: 10px;
}

#UserMenu {
	float:left;
}

/* Inhoud van de widgets in de zijbalk */
div.content {
	padding: 4px;
}

div#LeftMenu {
	margin: 10px 10px 10px 20px;
}

div#Search {
	padding: 10px;
	background: none;
	border-bottom: 12px solid white;
}

div#Search table {
	padding: 0; 
	margin: 0;
	background: none;
}

hr {
   clear: both;
   visibility: hidden;
}

.float_left { float: left; }

/* Plaatsing van het logo */ 
div#Header img {
	margin: 0;
}

div#Subgroups div.content {
	background: none;
}

/* Box met één product binnen een grid */
div.product {
	width: 182px;
	height: 260px;
	/* height: 346px; */
	float: left;
	margin: 0 3px 20px 3px;
}

div.fw_picture {
	height: 100px;
}

/* Naam van het product in het grid */
div.product h2 {
	font-size: 12px;
	height: 36px;
	margin: 6px 0 0 0;
}

/* Korte productbeschrijving */
div.product p {
	margin: 0;
	color: #000;
}

/* Vreemde naam, maar wordt gebruikt om prijs en 
   'In winkelwagentje'-knop te centreren binnen een grid */
div.image_product {
	text-align: center;
	height: 160px;
	/* height: 230px; */
	padding: 10px 2px 0 2px;
}

div.image_product img { border: none; }

div.price {
	height: 70px;
	width: 100%;
	text-align: center;
}

div.add_to_cart {
	margin: 0 auto 0 auto; 
	width: 140px;
}

/* Tabel met één product */ 
table#Product {
	margin: 0 0 10px 0;
	border: 1px solid #F7E8EC;
	width: 100%;
	background: #FFF;
}

table#Product td {
	padding: 10px;
}

table#Product td.image {
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDD;
}

div.descr_button {
	float: right;
}

div.product_descr {
	margin: 0 0 10px 0;
	padding: 10px 16px 10px 16px;
	clear: both;
}

div.product_options {
	border-top: 1px solid #DDD; 
	padding: 10px 0 16px 0;
}

div.price_wrapper {
	margin: 0 0 40px 0;
	padding: 12px 0 16px 0;
	height: 24px;
	border-top: 1px solid #DDD;
}

div.price_2 {
	float: left;
}

div.cart_2 {
	float: right;
}

div.buttons {
	background: #F9C4CF;
	margin: 0 0 16px 0;
	padding: 3px 0 0 3px;
	height: 27px;
}

div#BackPreviousAndNextProduct { padding-right: 4px; }

div.popup_content div.buttons {
	margin: 0 10px 0 10px;
}

/* Twee knoppn naast elkaar */
div.buttons div.left {
	float: left;
}

div.buttons div.right {
	float: right;
	width: auto;
}

/* Zelfde achtergrond als een formulier */
div.backdrop {
	margin: 10px auto 20px auto;
	padding: 10px 10px 10px 10px;
	width: 90%;
	background: #FAD0D9;
}

div.checkout_left {
	width: 48%; 
	float: left;
}

div.checkout_right {
	width: 48%; 
	float: right;
}

div.step {
	margin: 0 0 10px 0;
}

div.fw_media {
	cursor: pointer;
}

div#ClearAddressesBasket {
	visibility: hidden;
	height: 370px;
}

/********************
TABS
********************/ 
div.fw_tabcontrol_header {
	margin: 0;
}

div.fw_tabcontrol_header ul {
	margin: 0;
	padding: 4px 0 5px 0;
	width: 800px;
	list-style-type: none;
}

div.fw_tabcontrol_header ul li {
	margin: 0;
	padding: 4px 4px 5px 10px;
	display: inline;
}

div.fw_tabcontrol_header ul li.selected {
	margin: 0;
	padding: 4px 4px 10px 10px;
	display: inline;
}

div.fw_tabcontrol_page, div.fw_tabcontrol_page div {
	margin: 0; 
}

ul.fw_navigation_horizontal {
	list-style-type: none;
	margin: 0 0 0 6px;
	height: 20px;
	padding: 6px 0 0 0;
}

ul.fw_navigation_horizontal li {
	margin: 0 10px 0 4px;
	float: left;
	display: inline;
}

div.fw_navigation_vertical {
	margin-left: 10px;
}

div.fw_navigation_vertical a {
	color: #000;
	line-height: 1.5em;
}

div.fw_navigation_vertical a.selected {
	color: #EE3124;
}

/********************
HEADERS
********************/
h1 {
	margin: 0 0 16px 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #EE3124;
}

div.popup_content h1 {
	margin-left: 10px;
}

h2 {
	margin: 0 0 16px 0; 
	font-size: 1.5em;
	color: #EE3124;
	font-weight: normal;
}

div#LeftMenu h2 {
	margin: 0 0 6px 0;
	color: #000;
	font-size: 1em;
}

h3 {
	margin: 0 0 16px 0; 
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
}

table#CMS td h3 {
	margin: 0 0 4px 0;
	padding: 10px 10px 0 10px; 
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
}

table#Product td h3 {
	margin: 0 0 10px 0;
}

h4 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

table#Product td h4 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #498797;
	font-family: Georgia;
}

div#Search h4 {
	margin: 0 0 2px 0;
}


/* Titels bij een zijbalk widget */ 
div.top h4 {
	padding: 4px;
}

/********************
PARAGRAPHS
********************/
p {
	margin: 0 0 14px 0; 
	line-height: 1.5em;
	font-size: 1em;
}

div.popup_content p {
	margin-left: 10px;
}

p em, li em, label em {
	color: #EE3124;
	font-style: normal;
}

.red { color: #EE3023; }
.white { color: #FFF; }

table.fw_datagrid td em {
	color: #EE2E20;
	font-style: normal;
}

span.fw_datagrid_norowsmessage {
	margin: 0 0 20px 0;	
	padding-left: 26px;
	height: 16px;
	color: red;
	background: url('img/icons/cart_error.gif') no-repeat 4px 0;
}

/* Bij een gekleurde achtergrond */
div.content p em {
	color: #EE3124;
	background: none;
}

p.notice {
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 36px;
	background: #FDFDFD url('img/icons/notice.gif') no-repeat 10px 11px;
	border: 1px solid #EE3124;
}

table#Product td span {
	color: #EE3124;
	font-weight: bold;
}

table#Product td div.price_2 p, div.price p {
	margin: 0;
	font-size: 1.4em;
}

table#Product td div.price_2 p span {
	color: #000;
	font-weight: normal;
}

table#Product td div.price_2 p span.strike, span.strike {
	color: #000;
	font-weight: normal;
	text-decoration: line-through;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}

table#Product td div.price_2 span p.notice { font-size: 1em; font-weight: normal; }

div#WideContent table td p {
	padding: 0 10px 10px 10px;
}

/********************
LINKS
********************/
div#Header a:link {color: #000; text-decoration: none;}
div#Header a:visited {color: #000; text-decoration: none; }
div#Header a:active {color: #000; text-decoration: none; }
div#Header a:hover {color: #EE3124; text-decoration: none; }

div#Header ul li.selected a:link, div#Header ul li a.selected:link {color: #EE3124; text-decoration: none;}
div#Header ul li.selected a:visited, div#Header ul li a.selected:visited {color: #EE3124; text-decoration: none; }
div#Header ul li.selected a:active, div#Header ul li a.selected:active {color: #000; text-decoration: none; }
div#Header ul li.selected a:hover, div#Header ul li a.selected:hover {color: #EE3124; text-decoration: none; }

a:link {color: #EE3124; text-decoration: none;}
a:visited {color: #EE3124; text-decoration: none; }
a:active {color: #EE3124; text-decoration: none; }
a:hover {color: #000; text-decoration: none; }

div.product a:link {color: #EE3124; text-decoration: none; }
div.product a:visited {color: #EE3124; text-decoration: none; }
div.product a:active {color: #EE3124; text-decoration: none; }
div.product a:hover {color: #EE3124; text-decoration: none; }

div#UserInfo a:link {color: #000; text-decoration: underline; }
div#UserInfo a:visited {color: #000; text-decoration: underline; }
div#UserInfo a:active {color: #000; text-decoration: underline; }
div#UserInfo a:hover {color: #EE3124; text-decoration: none; }

/********************
IMAGES
********************/
table#Product td p img {
	vertical-align: top;
}

div#UserMenu img {
	margin: 0 0 10px 0;
}

/********************
DIALOG BOX
********************/
div.fw_dialog_container {
	margin: 0;
	text-align: center;
	background: #FFF;
	border-left: 1px solid #EE3124;
	border-right: 1px solid #EE3124;
	border-bottom: 1px solid #EE3124;
}

.fw_dialog_icon {
	margin: 0;
}

.fw_dialog_text {
	padding: 0 4px 0 4px;
  	line-height: 1.5em;
  	color: #000;
}

/********************
FORMS 
********************/
table.form {
	margin: 10px auto 20px auto;
	padding: 10px 0 10px 0;
	width: 90%;
	background: #FAD0D9;
}

table.form th {
	margin: 0; 
	padding: 4px 4px 4px 0;
	width: 30%;
	color: #000;
	font-weight: normal;
	text-align: right;
}

table.form td {
	margin: 0; 
	padding: 4px 0 4px 4px;
	width: 70%;
}

div.submit {
	margin: 10px 0 60px 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #EE3124;
}

div.submit_no_line {
	margin: 10px 0 60px 0;
}

div.submit div.right {
	float: right;
}

input, textarea {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	border: 1px solid;
	border-color: #FC8BA3 #F7A9B9 #F7A9B9 #FC8BA3;
	padding: 2px 4px 2px 4px;
}

select {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 1em;
	width: 40%;
}

input.fw_checkbox {
	border: none;
}

input.fw_button {
	border: none;
}

input.fw_textbox_error {
	border: 1px solid red;
}


/********************
LISTS
********************/
ul {
	margin: 20px 40px 20px 40px;	
}

ul li {
	list-style-type: square;
}

/* Cart and login */
ul#TopMenu {
	margin: -10px 20px 0 0;
	padding: 4px 0 6px 10px; 
	list-style-type: none;
	float: right;
	background: #FAD0D9;
}

/* Footer */
ul#FooterMenu {
	margin: 0 0 0 -10px;
	padding: 0 6px 0 6px;
	width: 80%;

}

ul#FooterMenu li#Copyright {
	margin-left: 50px;
}

/* Rechter Footer */
ul#RightFooterMenu {
	margin: 0;
	padding: 18px 10px 0 6px;
	float: right;
}


ul#FooterLogos {
	margin: 8px 0 6px 0;
	padding-left: 10px;
	list-style-type: none;
}

ul#FooterLogos li {
	display: inline;
	margin-right: 2px;
}



ul#TopMenu li {
	padding: 0 10px 0 0;
	display: inline;
	list-style-type: none;
}

ul#FooterMenu li, ul#RightFooterMenu li {
	color: #EE3124;
	padding: 0 0 0 10px;
	display: inline;
	list-style-type: none;
}

ul#RightFooterMenu li img { margin-top: 6px; }

ul#TopMenu li.cart {
	padding: 2px 10px 10px 24px;
}

ol {
	margin: 20px 40px 20px 40px; 
	padding: 0; 
}

ol li {
	margin: 0 0 6px 0;
}

/********************
DATAGRID AND TABLES
********************/
table {
	margin: 10px auto 10px auto;
	padding: 10px;
	background: #FAD0D9;
}

table th {
	text-align: left;
}

/* Table with product options: size, color, ... */
table#ProductOptions {
	width: 100%;
	border-collapse: collapse;
	background: #FAD0D9;
}

table#ProductOptions th {
	width: 40%;
	padding: 4px 6px 4px 0; 
	text-align: right;
	color: #ED281A;
}

table#ProductOptions td {
	width: 60%;
	padding: 4px 6px 4px 0;  
	text-align: left;
}

table.fw_datagrid {
	margin: 0 auto 20px auto;
	border-collapse: collapse;
	cursor: default;
	border: 1px solid #EE3124;
}

table.fw_datagrid tr th {
	padding: 4px;
	font-weight: normal;
	background-color: #F9C4CF;
	text-align: left;
}

table.fw_datagrid tr td {
	padding: 4px;
	background: #FFF;
}

table.fw_datagrid td span {
	color: #FAD0D9;
}

table.fw_datagrid tbody tr.over {
	background-color: #F9F9F9;
}

table#CMS {
	margin: 0 auto 0 auto; 
	padding: 0;
	background: none;
}

table#CMS td {
	background: #FAD0D9;
}

div.basket_product_options {
	margin: 0 0 0 10px;
	color: #EE3124;
	font-size: 0.9em;
}

span.basket_product_id { color: green; }

/********************
POPUP
********************/
div.fw_panel_popup {}

div.fw_popupbackground {
	background-color: #000; 
	opacity:.8; 
	filter:alpha(opacity=80); 
}

div.fw_panelheader {
	height: 20px;
	background: #F9C4CF;
	border: 1px solid #F9C4CF;
	margin: 0;
	width: 658px;
}

div.popup_content {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #F9C4CF;
}

/* Wrapper voor tabel met inhoud winkelwagentje */
div.cart_contents {
	margin: 0 auto 20px auto;
	padding: 1px 0 0 0;
	height: expression(this.scrollHeight > 220? "220px" : "auto" );
	overflow: auto;
	width: 628px;
	height: auto;
	max-height: 220px;
}

table#C_dgBasketItems {
	margin: 0 auto 0 auto;
	width: 96%;
}

.btn_inschrijven {
	background-image:url(img/buttons/btn_inschrijven.gif);
	background-repeat:no-repeat;
	background-color: transparent;
	width:98px;
	border:0px;
	height: 25px;
}