/********************
GLOBAL PAGE LAYOUT
********************/ 
body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	background: url('img/backdrop.gif') repeat-x;
}

/* Achtergrond van de Ogone-pagina's */ 
body#Ogone { background: #FFF; }
/* Achtergrond van de editor in Backstage */ 
body.mceContentBody { background: #FFFFFF; }

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%;
}

div#Header {
	border-top: 2px solid #498797;
}

div#Header div#Top {
	height: 48px;
	position: absolute;
	z-index: 100; 
	width: 1000px;
}

div#Header div#Bottom {
	padding: 6px 0 0 0;
	background: #F2EECE;
	border-bottom: 1px solid #E6E2AF;
}

div#Wrapper {
	margin: 20px 10px 0 10px;
}

div#Left {
	width: 200px;
	float: left;
}

div#Content {
	margin: 0 10px 0 6px;
	padding: 0 0 20px 10px;
	width: 570px;
	float: left;
}

/* Wordt gebruikt wanneer er geen zijbalk links is */
div#WideContent {
	margin: 0 10px 0 0;
	padding: 0 0 20px 0;
	width: 770px;
	float: left;
}

div#Right {
	float: right;
	width: 180px;
}

div#Footer {
	margin: 0 auto 0 auto;
	clear: both;
	width: 98%;
	border-top: 1px solid #498797;
}

/********************
WIDGETS
********************/ 
.float_left {
	float: left;
}

/* Plaatsing van het logo */ 
div#Header img {
	margin: 6px 0 0 0;
	float: left;
}

/* Widgets in de zijbalk */
div.widget {
	margin: 0 0 20px 0;
	border: 1px solid #89BFD1;
}

/* 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: #E6F9FF;
}

div#Search {
	margin: 0 0 20px 0;
	padding: 6px;	
	border: 1px solid #E6E2AF;
	background: #EFEBCA;
}

div#BreadCrumbs {
	margin: 0 10px 0 10px;
	padding: 4px 0 4px 0;
}

/* Box met één product binnen een grid */
div.product {
	width: 178px;
	height: 280px;
	border: 1px solid #DDD;
	float: left;
	margin: 0 4px 10px 4px;
}

/* Naam van het product in het grid */
div.product h2 {
	font-size: 12px;
	height: 36px;
	margin: 6px 0 0 0;
}

/* 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.small_pictures div.fw_media {
	height: 90px;
	width: 90px;
}

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;
}

/* Zelfde achtergrond als een formulier */
div.backdrop {
	margin: 10px auto 20px auto;
	padding: 10px 10px 10px 10px;
	width: 90%;
	background: #FDFDFD;
}

div#ClearAddressesBasket {
	visibility: hidden;
	height: 370px;
}

/********************
TABS
********************/ 
div.fw_tabcontrol_header {
	height: 27px;
	position: relative;
	z-index: 1; 
	margin: 48px 0 0 0;
}

div.fw_tabcontrol_header ul {
	margin: 0 0 0 220px;
	padding: 4px 0 5px 0;
	width: 540px;
	list-style-type: none;
}

div.fw_tabcontrol_header ul li {
	margin: 0 10px 0 0;
	padding: 4px 10px 5px 10px;
	display: inline;
	border-left: 1px solid #E6F9FF;
	border-right: 1px solid #E6F9FF;
	background: #E6F9FF url('img/tab.gif') repeat-x;
}

div.fw_tabcontrol_header ul li.selected {
	margin: 0px 10px 0 0;
	padding: 4px 10px 10px 10px;
	display: inline;
	border-left: 1px solid #F3EFCF;
	border-right: 1px solid #F3EFCF;
	background: #F3EFCF url('img/tab_active.gif') repeat-x;
}

div.fw_tabcontrol_page {
	background: #F4F0D0;
	height: 20px;
}

div.fw_tabcontrol_page div {
	margin: 0 0 0 220px;	
}

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.7em;
	font-weight: normal;
	font-family: Georgia;
}

h2 {
	margin: 0 0 16px 0; 
	font-size: 1.6em;
	color: #837901;
	font-weight: normal;
	font-family: Georgia;
}

h3 {
	margin: 0 0 20px 0; 
	font-size: 1.4em;
	color: #498797;
	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: #E6F9FF;
	font-style: normal;
}

table.fw_datagrid td em {
	color: #498797;
	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;
}

table.fw_datagrid td span {
	color: #EEEEEE;
}

/* Bij een gekleurde achtergrond */
div.content p em {
	color: #FF6813;
}

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 #FF6813;
}

table#Product td span {
	color: #837901;
	font-weight: bold;
}

table#Product td div.price_2 p, div.price p {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 1.4em;
}

table#Product td div.price_2 p span {
	color: #498797;
	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
********************/
a:link {color: #498797; text-decoration: none; }
a:visited {color: #498797; text-decoration: none; }
a:active {color: #498797; text-decoration: none; }
a:hover {color: #89BFD1; text-decoration: none; }

div#UserInfo a:link {color: #FF6813; text-decoration: none; }
div#UserInfo a:visited {color: #FF6813; text-decoration: none; }
div#UserInfo a:active {color: #FF6813; text-decoration: none; }
div#UserInfo a:hover {color: #FF6813; 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-top: 3px solid #498797;
	border-left: 1px solid #498797;
	border-right: 1px solid #498797;
	border-bottom: 1px solid #498797;
}

.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: #FDFDFD;
}

table.form th {
	margin: 0; 
	padding: 4px 4px 4px 0;
	width: 30%;
	color: #837901;
	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 #A7A37E;
}

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 10px 0 0;
	padding: 4px 0 4px 10px; 
	list-style-type: none;
	float: right;
	background: #E6F9FF url('img/ul_top.gif') repeat-x;
}

/* Footer */
ul#FooterMenu {
	margin: 6px 0 20px 0;
	padding: 0;
	width: 60%;
}

/* Rechter Footer */
ul#RightFooterMenu {
	margin: 36px -10px 20px 0;
	float: right;
	padding: 0;
}

ul#FooterLogos {
	margin: -10px 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#TopMenu li.cart {
	padding: 2px 10px 10px 24px;
	/* background: url('img/icons/cart.gif') no-repeat; */
}

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: #FDFDFD;
}

div#Search table {
	margin: 0;
	padding: 0; 
	background: none;
}

table th {
	text-align: left;
}

/* 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: #837901;
}

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 tbody tr.over {
	background-color: #F9F9F9;
}

div.basket_product_options {
	margin: 0 0 0 10px;
	color: #498797;
	font-size: 0.9em;
}

span.basket_product_id {
	color: #DDDDDD;
}

/********************
POPUP
********************/
div.fw_panelheader {
	height: 20px;
	background: #EFEBCA;
	border: 1px solid #E6E2AF;
	margin: 0;
	width: 658px;
}
