/********************
GLOBAL PAGE LAYOUT
********************/ 
body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #16187D;
	background: url('img/tile.gif') repeat;
}

/* Achtergrond van de Ogone-pagina's */ 
body#Ogone { background: #FFF; }
body.mceContentBody { background: #FFFFFF; }

/* Hoofdcontainer rond header, wrapper en footer */
div#Container {
	margin: 0 auto 0 auto;
	width: 1000px;
	background: #FFF;
}

Body#Popup div#Container {
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	width: 100%;
}

/* Container rond hele bovenkant (van logo tot broodkruimels) */
div#Header {
	background: #FFF;
	border-top: 1px solid #FFF;
	margin-top: -1px;
}

/* Logo, 'Mijn winkelwagentje' en 'Inloggen / Registreren'  */
/* z-index wordt gebruikt samen met div.fw_tabcontrol_header */ 
div#Header div#Top {
	height: 48px;
	position: absolute; 
	width: 1000px;
}

/* Breadcrumbs */
div#Header div#Bottom {
	padding: 6px 0 0 0;
	background: #121391;
}

/* Container rond de inhoud (zonder de header) */
div#Wrapper {
	margin: 20px 10px 20px 10px;
}

div#Left {
	width: 200px;
	float: left;
}

div#Content {
	background: url('img/hoofd.gif') no-repeat bottom right;
	margin: 0 10px 0 6px;
	padding: 0 0 40px 10px;
	width: 570px;
	float: left;
	min-height: 400px;
}

/* Wordt gebruikt wanneer er geen zijbalk links is */
div#WideContent {
	background: url('img/hoofd.gif') no-repeat bottom right;
	margin: 0 10px 0 0;
	padding: 0 0 40px 0;
	width: 770px;
	float: left;
	min-height: 400px;
}

/* Minimum height for IE6 */
/*\*/
* html div#WideContent, * html div#Content {
	height: 400px;
}
/**/

div#Right {
	float: right;
	width: 180px;
}

div#Footer {
	margin: 0 auto 0 auto;
	clear: both;
	width: 98%;
	background: #FFF;
}

Body#Shop div#Footer {
	width: 100%;
}

/********************
WIDGETS
********************/ 
/* Plaatsing van het logo */ 
div#Header img {
	margin: 16px 0 0 8px;
	float: left;
}

/* Widgets in de zijbalk */
div.widget {
	margin: 0 0 20px 0;
	border: 1px solid #121391;
}

/* Knoppen naar 'Mijn bestellingen' en 'Mijn gegevens' */ 
div#UserMenu {
	margin: 0 auto 0 auto;
	padding: 0 0 80px 0;
	width: 140px;
}

/* Inhoud van de widgets in de zijbalk */
div.content {
	padding: 4px;
	background: #526EDB;
}

div#Search {
	margin: 0 0 20px 0;
	padding: 6px;	
	border: 1px solid #121391;
	background: #FDFDFD;
}

div#BreadCrumbs {
	margin: 0 10px 0 10px;
	padding: 4px 0 4px 0;
	color: #C0C2EB;
}

/* Box met één product binnen een grid */
div.product {
	margin: 0 4px 10px 4px;
	width: 178px;
	height: 280px;
	border: 1px solid #DDD;
	float: left;
}

/* Naam van het product in het grid */
div.product h2 {
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 36px;
	margin: 6px 0 0 0;
}

/* Thumbnail bij een product */
div.fw_picture {
	width: 140px;
	height: 100px;
	padding: 4px;
	margin: 0 auto 0 auto;
}

/* Vreemde naam, maar wordt gebruikt om prijs en 
   'In winkelwagentje'-knop te centreren binnen een grid */
div.image_product {
	text-align: center;
	height: 160px;
	padding: 10px;
}

div.image_product img {
	border: none;
}

div.price {
	height: 60px;
	width: 100%;
	text-align: center;
}

div.add_to_cart {
	width: 140px;
	margin: 0 auto 0 auto; 
}

/* Tabel met één product */ 
table#Product {
	margin: 0 0 10px 0; 
	border: 1px solid #DDD;
	width: 100%;
	background: none;
}

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;
}

hr {
   clear: both;
   visibility: hidden;
}

div.buttons {
	margin: 0 0 16px 0;
	height: 26px;
}

/* Twee knoppn naast elkaar */
div.buttons div.left {
	float: left;
}

div.buttons div.right {
	float: right;
}

/* Zelfde achtergrond als een formulier */
div.backdrop {
	margin: 10px auto 20px auto;
	padding: 10px 10px 10px 10px;
	width: 90%;
	background: #FDFDFD;
}

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: 360px;
}

/********************
TABS
********************/ 
div.fw_tabcontrol_header { margin-top: 48px; }

div.fw_tabcontrol_header ul {
	height: 26px;
	margin: 0 0 0 220px;
	width: 770px;
}

div.fw_tabcontrol_header ul li {
	background: #024EB1 url('img/tab.gif') repeat-x;
	float: left;
	height: 22px;
	list-style: none;
	margin-right: 2px;
	padding: 4px 10px 0 10px;
}

div.fw_tabcontrol_page {
	background: #121391;
	height: 50px;
}

div.fw_tabcontrol_page div {
	margin: 0 0 0 212px;	
}

ul.fw_navigation_horizontal {
	width: 778px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

ul.fw_navigation_horizontal li {
	margin: 0px;
	padding: 4px 0 4px 10px;
	float: left;
	display: inline;
}

ul.fw_navigation_horizontal li a.selected {
	font-weight: bold;
	text-decoration: underline;
}

div.fw_navigation_vertical a.selected {
	font-weight: bold;
	text-decoration: underline;
}

/********************
HEADERS
********************/
h1 {
	margin: 0 0 16px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #121391;
	font-family: Georgia;
}

h2 {
	margin: 0 0 10px 0; 
	font-size: 1.6em;
	color: #526EDB;
	font-weight: normal;
	font-family: Georgia;
}

h3 {
	margin: 0 0 20px 0; 
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
	font-family: Georgia;
}

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;
}

/* Titels bij een zijbalk widget */ 
div.top h4 {
	padding: 4px;
}

/********************
PARAGRAPHS
********************/
p {
	margin: 0 0 14px 0; 
	line-height: 1.5em;
	font-size: 1em;
}

p em, li em, label em {
	background: #E4E4E4;
	font-style: normal;
}

table.fw_datagrid td em {
	color: #000;
	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: #FFF;
	background: none;
}

p.notice {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 36px;
	background: #FDFDFD url('img/icons/notice.gif') no-repeat 10px 11px;
	border: 1px solid #526EDB;
}

table#Product td span {
	color: 46487B;
	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: #526EDB;
	font-weight: normal;
	font-family: Georgia;
}

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;}

/********************
LINKS
********************/
body.mceContentBody a:link {color: #000; text-decoration: none;}
body.mceContentBody a:visited {color: #000; text-decoration: none; }
body.mceContentBody a:active {color: #000; text-decoration: none; }
body.mceContentBody a:hover {color: #000; text-decoration: none; }

a:link {color: #FFF; text-decoration: none;}
a:visited {color: #FFF; text-decoration: none; }
a:active {color: #FFF; text-decoration: none; }
a:hover {color: #FFF; text-decoration: none; }

ul#TopMenu li a:link { color: #010080; text-decoration: none; }
ul#TopMenu li a:visited { color: #010080; text-decoration: none; }
ul#TopMenu li a:active { color: #010080; text-decoration: none; }
ul#TopMenu li a:hover { color: #010080; text-decoration: none; }

div#Wrapper a:link, ul#FooterMenu a:link {color: #7A7A7A; text-decoration: underline; }
div#Wrapper a:visited, ul#FooterMenu a:visited {color: #7A7A7A; text-decoration: underline; }
div#Wrapper a:active, ul#FooterMenu a:active {color: #7A7A7A; text-decoration: underline; }
div#Wrapper a:hover, ul#FooterMenu a:hover {color: #7A7A7A; text-decoration: none; }

div#Wrapper div.fw_navigation_vertical a:link {color: #FFF; text-decoration: none; }
div#Wrapper div.fw_navigation_vertical a:visited {color: #FFF; text-decoration: none; }
div#Wrapper div.fw_navigation_vertical a:active {color: #FFF; text-decoration: none; }
div#Wrapper div.fw_navigation_vertical a:hover {color: #FFF; text-decoration: none; }

div.product a:link {color: #16187D; text-decoration: none; }
div.product a:visited {color: #16187D; text-decoration: none; }
div.product a:active {color: #16187D; text-decoration: none; }
div.product a:hover {color: #16187D; text-decoration: none; }

div#UserInfo a:link {color: #FFF; text-decoration: underline; }
div#UserInfo a:visited {color: #FFF; text-decoration: none; }
div#UserInfo a:active {color: #FFF; text-decoration: none; }
div#UserInfo a:hover {color: #FFF; text-decoration: none; }

/********************
IMAGES
********************/
table#Product td p img {
	margin-top: -4px;
	vertical-align: top;
	float: none;
	border: none;
}

div#UserMenu img {
	margin: 0 0 10px 0;
}

p img {
	margin: 0 10px 4px 0;
	padding: 4px;
	border: 1px solid #E4E4E4;
	float: left;
}

/********************
DIALOG BOX
********************/
div.fw_dialog_container {
	margin: 0;
	text-align: center;
	background: #FFF;
	border-top: 3px solid #121391;
	border-left: 1px solid #121391;
	border-right: 1px solid #121391;
	border-bottom: 1px solid #121391;
}

.fw_dialog_icon {
	margin: 0;
}

.fw_dialog_text {
	padding: 0 4px 0 4px;
  	line-height: 1.5em;
  	color: #121391;
}

/********************
FORMS 
********************/
table.form {
	margin: 10px auto 20px auto;
	padding: 10px 0 10px 0;
	width: 90%;
	background: #FDFDFD;
}

input#F_dgBasketItems_txtInstantEdit {
	margin: 0; 
	padding: 0;
	width: 30px;
	text-align: center;
}

table.form th {
	margin: 0; 
	padding: 4px 4px 4px 0;
	width: 30%;
	color: #121391;
	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 #121391;
}

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;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px 4px 2px 4px;
}

select {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 1em;
	width: 40%;
}

table.fw_datagrid td input {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 1px 4px 1px 4px;
}

input.fw_checkbox {
	border: none;
}

input.fw_button {
	border: none;
}

/********************
LISTS
********************/
ul {
	margin: 20px 40px 20px 40px;
}

ul li {
	list-style-type: square;
}

/* Cart and login */
ul#TopMenu {
	margin: 0px 8px 0 0;
	padding: 4px 0 4px 10px; 
	list-style-type: none;
	float: right;
	background: #526EDB url('img/ul_top.gif') repeat-x;
}

/* Footer */
ul#FooterMenu {
	margin: 0 10px 0 10px;
	padding: 0;
	width: 60%;
}

/* Rechter Footer */
ul#RightFooterMenu {
	margin: 0;
	padding: 0;
	float: right;
}

ul#FooterLogos {
	margin: 8px 0 0 0;
	list-style-type: none;
}

ul#FooterLogos li {
	display: inline;
	margin-right: 2px;
}

ul#TopMenu li, ul#FooterMenu li, ul#RightFooterMenu li {
	padding: 0 10px 0 0;
	display: inline;
	list-style-type: none;
}

ul#RightFooterMenu li img {
	margin-bottom: 20px;
}

ul#TopMenu li.cart {
	padding: 2px 10px 10px 24px;
}

ol {
	margin: 20px 40px 20px 40px; 
	padding: 0; 
}

ol li {
	margin: 0 0 6px 0;
}

div#SubMenu {
	background: #EFEBCA;
	height: 22px;
}

/* Head menu */
ul#MenuMenu {
	margin: 0 0 0 220px;
	padding: 4px 0 5px 0;
	width: 540px;
	list-style-type: none;
}

ul#MenuMenu li {
	margin: 0 10px 0 0;
	padding: 5px 10px 5px 10px;
	display: inline;
	background: #E6F9FF;
}

ul#MenuMenu li.selected {
	background: #EFEBCA;
}

/* Sub menu */
ul#SubMenuSubMenu {
	margin: 0 0 0 220px;
	padding: 6px 0 6px 0;
	width: 540px;
	list-style-type: none;
}

ul#SubMenuSubMenu li {
	margin: 0 4px 4px 0;
	padding: 4px 0 4px 10px;
	display: inline;
}

/********************
DATAGRID AND TABLES
********************/
table {
	margin: 10px auto 10px auto;
	padding: 10px;
	background: #FDFDFD;
}

table#TaxTotals {
	background: none;
	margin: 0;
	padding: 0;
}

table th {
	text-align: left;
}

div#Search table {
	margin: 0;
	padding: 0; 
}

/* Table with product options: size, color, ... */
table#ProductOptions {
	width: 100%;
	border-collapse: collapse;
	background: #FAFAFA;
}

table#ProductOptions th {
	width: 40%;
	padding: 4px 6px 4px 0; 
	text-align: right;
	color: #526EDB;
}

table#ProductOptions td {
	width: 60%;
	padding: 4px 0 4px 0;  
	text-align: left;
}

table.fw_datagrid {
	margin: 0 0 20px 0;
	border-collapse: collapse;
	cursor: default;
	background: none;
	border: 1px solid #DDD;
}

table.fw_datagrid tr th {
	padding: 4px;
	font-weight: normal;
	background-color: #EEE;
	text-align: left;
}

table.fw_datagrid tr td {
	padding: 4px;
}

table.fw_datagrid td span {
	color: #EEEEEE;
}

table.fw_datagrid tbody tr.over {
	background-color: #F9F9F9;
}

div.basket_product_options {
	margin: 0 0 0 10px;
	color: #526EDB;
	font-size: 0.9em;
}

span.basket_product_id {
	color: #DDDDDD;
}

/********************
POPUP
********************/
div.fw_panelheader {
	height: 20px;
	background: #121391;
	border: 1px solid #121391;
	margin: 0;
	width: 658px;
}
