/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

a {
	color: #7741bb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

/*BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
*/
/*A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}
*/
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 

text-decoration:none;
color:#7740bb;

}

A.headerNavigation:hover {

text-decoration:none;
color:#7740bb;

}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #9f9f9f;
}

.infoBoxContents {
  background: #FFF;
  background-image : url(images/OSCMAX_infobox_bg.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.menutje {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
A.menutje {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A:hover.menutje {
  color: #CCC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background:#FFF;
}

A.pageResults {
  color: #7741bb;
  
}

A.pageResults:hover {
	color:#000000;
 /* color: #0000FF;
  background: #FFFF33;*/
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;

}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {
background:url(images/shipping_middle.gif) repeat-x;
	height:16px;
	font-weight:bold;
	text-align:center;

 font-family: Verdana, Arial, sans-serif; 
 font-size: 10px;
  color: #FFF;  
  }
.checkoutBarCurrent 
{ 
 background:url(images/shp_current.gif)  repeat-x;
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; 
color: #FFF; 
height:16px;
width:215px;
font-weight:bold;
text-align:center;
}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.main_body {
	width:700px;


	
}

.total_body {
	width:900px;
	background:#e6e6e6;
	

	
}

.main_header {
	width:900px;
	background:#494949;
	

	
}

*{
text-align:left;
}

BODY{
background:url('images/main_bg.jpg');
text-align:center;
margin:0px;
padding:0px;
font-family: Verdana;
color: #000;
}

DIV#container{
text-align:center;
margin:0px auto;
width:1002px;
background:url('images/container_bg.jpg') top repeat-x;
background-color:#646464;
padding-bottom:5px;
}

DIV#header{
background:url('images/header_bg.jpg');
height:129px;
width:1002px;
}

div#top_header{
	width:1002px;
	overflow:hidden;
}

	DIV#logo{
	float:left;
	margin-left:18px;
	margin-top:7px;
	width:250px;

	}
	
		DIV#logo A IMG{border:0px;}

	DIV#menu_x{

	height:31px;
	width:1002px;
	clear:both;

	}
	
/******************************************/
/************    TOPMENU    ***************/
/******************************************/
ul#topmenu {
	position: relative;
	top: 1px;
	*top: 3px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	z-index: 100;
}
ul#topmenu li {
	float: left;
	width: 109px;
	height: 31px;
	position: relative;
	font: 11px Verdana;
	font-weight: bold;
	position: relative;
}
ul#topmenu li a {
	background: url('images/tab_hover.png') no-repeat top left;
	float: left;
	display: block;
	width: 109px;
	height: 22px;
	color:#7740bb;
	text-align: center;
	padding-top: 9px;
}
ul#topmenu li a:hover, ul#topmenu li a.selected, ul#topmenu li:hover a {
	background:url('images/tab.png');
}
/* SUBMENU */
ul#topmenu li ul {
	display: none;
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: 1px;
	top: 31px;
	width: 210px;
	padding: 0px 0px 12px 0px;
	background: url(layout/dropdown_bottom.png) no-repeat bottom left;
}
ul#topmenu li:hover ul {
	display: block;
}
ul#topmenu li ul li {
	width: 223px;
	float: left;
	height: 20px;
	background: url(layout/dropdown_bg.png) repeat-y top left;
}
ul#topmenu li ul li.first {
	padding-top: 10px;
}
ul#topmenu li ul li a {
	width: 213px;
	background: none;
	height: 20px;
	padding-top: 0px;
	color: #000;
	text-align: left;
	padding-left: 10px;
}
ul#topmenu li ul li a:hover, ul#topmenu li:hover ul li a {
	background: none;
}
ul#topmenu li ul li a:hover {
	text-decoration: underline;
}
ul#topmenu li ul li.top_li, ul#topmenu li ul li.top_li_last {
	width: 213px;
	padding: 10px;
}
ul#topmenu li ul li.top_li_last {
	border-right: 1px solid #dddddd;
}
ul#topmenu li ul li.top_li_first {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	width: 671px;
}

div#languages {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
}


DIV#menu_x a {
	text-decoration:none;
	color:#7740bb;
}
DIV#shopping_cart {
	background:url('images/shopping_cart_bg.jpg') no-repeat;
	height:90px;
	width:353px;
	float:right;
	margin-right:24px;
	.margin-right:12px;
	_margin-right:12px;
}
DIV#nieuwsbrief {
	font-family:verdana, arial;
	font-size:9px;
	clear:both;
	padding-top:3px;
	padding-left:6px;
	overflow: hidden;
}
DIV#nieuwsbrief A { text-decoration:none; color:#000000; }
DIV#nieuwsbrief A:hover { color:#7740bb; }
DIV#account {
	font-family:verdana, arial;
	font-size:11px;
	float:left;
}
DIV#account A IMG {
	border:0px; float:left;
}
DIV#account_text {
	font-family:verdana, arial;
	font-size:11px;
	margin-left:6px;
	margin-top:8px;
	float:left;
}
DIV#account_text A { text-decoration:none; color:#000000; }
DIV#account_text A:hover { color:#7740BB; }
DIV#login {
	clear:both;
	padding-top:2px;
	overflow:hidden;
}
DIV#login A IMG { border:0px; float:left }
DIV#login_text {
	font-family:verdana, arial;
	font-size:11px;
	float:left;
	margin-top:10px;
	margin-left:6px;
}
DIV#login_text A { text-decoration:none; color:#000000; }
DIV#login_text A:hover { color:#7740BB; }
DIV#icon_shopping_cart {
	float:left;
	margin-left:15px;
	margin-top:10px;
}
DIV#icon_shopping_cart A IMG { border:0px; }
DIV#shopping_bag_counter {
	float:left;
	font-family:verdana, arial;
	font-size:11px;
	text-align:right;
	margin-top:10px;
	margin-left:9px;
}
DIV#shopping_bag_counter A { text-decoration:none; color:#000000; }
DIV#shopping_bag_counter A:hover { color:#7740BB; }
DIV#breadcrumb {
	background:url('images/breadcrumb_bg.jpg') repeat-x;
	height:25px;
	width:969px;
	margin:0px auto;
	font-family:verdana;
	font-size:11px;
	color:#7740bb;
	padding-left: 21px;
	padding-top: 8px;
}
DIV#content {
	width:990px;
	background:#ffffff;
	margin:0px auto;
	overflow:hidden;
	text-align:left;
}	
.acht {
	line-height:8px;
}
#top_left_content  {
	width:200px;
	float:left;
}
#top_middle_content {
	float:left;
	overflow:hidden;
}
#top_right_content {
	float:right;
	width:200px;
}
#right_banner1 {
	width:200px;
	float:right;
}
#right_banner2 {
	width:200px;
}
#bottom_banner {
	float:left;
	margin-top:5px;
	margin-bottom:10px;
}
/*product page*/
.product_cell{
	color:#000000;
	border:1px solid #cccccc;
}

.product_cell_hover{
border:1px solid #7740bb;
color:#000000;
cursor:pointer;
}

.product_titel{
font-family:verdana;
font-size:11px;
font-weight:bold;
padding:5px;
background:#eaeaea;
border-bottom:1px solid #cacaca;
position:relative;
height:30px;
}

.product_image{
border-bottom:1px solid #9f9f9f;
text-align: center;
height:205px;
}

.merk{
position:absolute;
top:5px;
left:5px;
}
.product_special {
position: absolute;
right: 10px;
top: 10px;
background: url(images/ster.gif) no-repeat top left;
width: 50px;
height: 30px;
font-weight: bold;
color: #fff;
text-align: center;
padding-top: 13px;
padding-left: 2px;
font-size: 10px;
}

.product_price{
font-family:verdana;
font-size:11px;
padding:5px;
background:#eaeaea;
border-top:1px solid #ffffff;
position:relative;
height:35px;
}

.bestel_button{
position:absolute;
bottom:5px;
right:5px;
}

.price{
position:absolute;
bottom:5px;
left:5px;
}

.offer{
text-decoration:line-through;
}

.product_titel a {
	text-decoration:none;
	color:#000000;
}

#lan 
{
	float:right;
}
#menu
{
	width:100%;
}

#top_header
{
	width:1002px;
	
}
#sub_total{
	text-align:right; !important
	font-weight:bold;
}

.image_border {
	border:1px solid #fe9000;
}

div.listing_korting {
	background: url(images/ster.gif) no-repeat top left;
	color: #fff;
	width: 53px;
	height: 42px;
	text-align: center;
	line-height: 38px;
	padding-left: 1px;
	font-size: 9px;
}

.box {
	width: 176px;	
}

.box_top {
	background: url(images/box_header_bg.gif) no-repeat;
	height: 27px;
	width: 176px;
}

.box_top_txt {
	padding-top: 4px;
	padding-left: 10px;
	color: #fff;
	font-size: 15px;
	font-family: verdana;
}

.box_content_txt {
	background-color: #ebebeb;
	border-left: #aeaeae 1px solid;
	border-right: #aeaeae 1px solid;
	border-bottom: #aeaeae 1px solid;
	padding: 7px;
	font-family: verdana;
	font-size: 11px;
}

#zoekveld {
	background: url(images/bg_zoekveld.gif) no-repeat;
	width: 155px;
	height: 20px;
	border: 0px;
	padding: 2px;
}

hr .box_spacer {
	height: 4px;
	background: url(images/box_spacer.gif) repeat-x;
	border: 0px;
}

div#main_kolom1 {
	background: url(images/voorpagina_zoeken.gif) no-repeat; 
	width: 190px; 
	height: 406px; 
	float: left; 
	margin-left: 15px;
}

div.main_kolom1_zoeken {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
}

.select_orange {
	background: #7740bb; 
	color: #FFF; 
	border: 0px;
	margin-left: 5px;
	margin-top: 3px;
	padding: 2px;
	width: 155px;
}

div#load_div {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	height: 100%;
	width: 100%;
	z-index: 80;
	opacity:0.4;
	filter:alpha(opacity=40);
	text-align: center;
}

div#banner_bottom1 {
	width: 315px;
	height: 177px;
	float: left;
	position: relative;
}
div#banner_bottom2 {
	width: 315px;
	height: 177px;
	float: left;
	margin-left: 10px;
	position: relative;
}
div#banner_bottom3 {
	width: 315px;
	height: 177px;
	float: left;
	margin-left: 10px;
	position: relative;
}
div#bottom1_overlay, div#bottom2_overlay, div#bottom3_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}


/** MATEN **/
div#size_image {
	position: relative;
}
div#size_a, div#size_b, div#size_c, div#size_d, div#size_e {
	position: absolute;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 10px;
	padding: 2px 7px;
}
/*shirt*/
div.size_image_1 {
	background: url(images/maten/kleding_shirt.jpg) no-repeat top left;
	width: 162px;
	height: 150px;
}
div.size_image_1 div#size_a { top: 25px; left: 60px; }
div.size_image_1 div#size_b { top: 40px; left: -10px;  }
div.size_image_1 div#size_c { top: 75px; left: 60px; }
div.size_image_1 div#size_d, div.size_image_1 div#size_e { display: none; }

/* broek */
div.size_image_2 {
	background: url(images/maten/kleding_broek.jpg) no-repeat center left;
	width: 162px;
	height: 238px;
}
div.size_image_2 div#size_a { left: 58px; }
div.size_image_2 div#size_b { left: 100px; top: 120px;}
div.size_image_2 div#size_c, div.size_image_2 div#size_d, div.size_image_2 div#size_e { display: none; }

/* jurk */
div.size_image_3 {
	background: url(images/maten/kleding_jurk.jpg) no-repeat top left;
	width: 162px;
	height: 208px;
}
div.size_image_3 div#size_a { left: 58px; top: 20px; }
div.size_image_3 div#size_b { top: 50px; left: -20px; }
div.size_image_3 div#size_c { top: 100px; left: 90px; }
div.size_image_3 div#size_d, div.size_image_3 div#size_e { display: none; }

/* rok */
div.size_image_4 {
	background: url(images/maten/kleding_rok.jpg) no-repeat bottom left;
	width: 162px;
	height: 228px;
}
div.size_image_4 div#size_a { left: 55px; }
div.size_image_4 div#size_b { left: 70px; top: 70px; }
div.size_image_4 div#size_c, div.size_image_4 div#size_d, div.size_image_4 div#size_e { display: none; }

/* jas */
div.size_image_5 {
	background: url(images/maten/kleding_jas.jpg) no-repeat top left;
	width: 162px;
	height: 208px;
}
div.size_image_5 div#size_a { left: 55px; top: 30px; }
div.size_image_5 div#size_b { top: 80px; left: -20px; }
div.size_image_5 div#size_c { left: 85px; top: 85px; }
div.size_image_5 div#size_d, div.size_image_5 div#size_e { display: none; }