html { 
	margin: 0px; 
	padding: 0px; 
    font-family: verdana, Arial, sans-serif;
    font-size: 11px;
	color: #000;
	background: #fbebf3; 
}
body{
	margin: 0px; 
	padding: 0px;
    text-align: center;
}
img{
	border: none;
}
s {
	color: #FF0000;
}
td{
	font-size: 11px;
}
form{
	padding: 0px;
	margin: 0px;
}
input, textarea {

}
fieldset{
    border: 1px solid #D1D1D1;
    padding: 5px;
    margin: 4px;
}
input,textarea{

}
h1 {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif; 
	margin: 0 0 0 0;
	font-size: 11px;
	color: #F03085;
	text-align: center;
}
h2{
	color: #401027;
	font-size: 17px;
}
h5{
	font-size: 11px;
}
a { 
	color: #333; 
	text-decoration: none;
	outline: none; 
}
a:hover { 
	color: #F73184; 
	text-decoration: none; 
}
a:focus{
	outline: none;
}
.roze{
	color: #f0989f;
}
#alles { 
	margin: 0px auto; 
	margin-top: 10px;
	width: 990px;
	text-align: left; 
	background: #fff;
	border: 1px solid #b5c2c6;
	border-bottom: none;
}
#header { 
	width: 990px;
	height: 140px;
	overflow: hidden;
}
#header #header-taal{
	float: left;
	margin: 5px;
	height: 15px;
}
#header #menu-top ul{
	list-style: none;
	margin: 6px;
	padding: 0px;
	float: right;
	color: #9fa6a8;
}
#header #menu-top ul li{
	float: left;
}
#header #menu-top ul li a{
	color: #9fa6a8;
	margin: 0 13px;
}
#header #header-middel{

}
#header #header-middel #logo{
	float: left;
	margin: 0 0 0 40px;
	display: inline;
}

#header #header-middel #header-info{
	float: right;
	color: #929292;
	font-size: 13px;
	margin: 13px 0 0 0;
	width: 250px;
}
#header #header-middel #header-info a{
	color: #929292;
}
#header #header-middel #header-info a:hover{
	color: #333;
}
#header #header-middel #shopping-cart{
	border: 1px solid #B4C1C5;
	border-right: none;
	padding: 6px;
}
#header #header-middel #shopping-cart #shopping-cart-items{
	font-weight: bold;
	float: left;
	border-right: 1px solid #B4C1C5; 
}
#header #header-middel #shopping-cart #shopping-cart-total{
	font-weight: bold;
	float: left;
	overflow: hidden;
}
#header #header-zoek{
	margin: 10px 0 0 0;
	text-align: left;
}
#header #header-zoek input#keyword{
	border: 1px solid #B4C1C5;
	border-right: none;
	background: #fff;
	padding: 5.5px;
	width: 150px;
	margin: 0px;
	float: left;
	height: 27px;
	overflow: hidden;
}
#header #header-zoek input.knop{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	right: 3px;
	border-left: 1px solid #B4C1C5;
}
#header #header-zoek a{
	float: left;
	margin: 6px 0 0 8px;	
}
#header-menu{
	background: #fff url(nieuw/header_repeat.png) repeat-x;
	margin: 1px 0px 0px -1px;
	height: 48px;
	position: absolute;
	overflow: hidden;
	width: 992px;
	z-index: 20;
}
.laag{
	height: 50px;
	overflow: hidden;
}
#header-menu.hoog{
	height: 290px;
}
#header-menu ul#hoofd-menu{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#header-menu ul#hoofd-menu li {
	text-align: center;
	float: left;
	line-height: 21px;
}
#header-menu ul#hoofd-menu li a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 14px 10px 12px 11px;
	letter-spacing: 0px;
	background: url(nieuw/menu_line.png) top right no-repeat;
}
#header-menu ul#hoofd-menu li a:hover{
	background: url(nieuw/header_hover.gif) repeat-x;
}
#header-menu ul#hoofd-menu li#uitklap a.uitklap{
	background: url(nieuw/menu_uit.gif) no-repeat;
	width: 16px;
	height: 45px;
	margin: 2px 0 0 0;
}
#header-menu ul#hoofd-menu li#uitklap a.inklap{
	background: url(nieuw/menu_in.gif) no-repeat;
	width: 16px;
	height: 45px;
	margin: 2px 0 0 0;
}
#header-menu ul#hoofd-menu li#uitklap{
	float: right;
}

#header-menu ul#hoofd-menu li#uitklap a:hover{
	background:url(nieuw/menu_inuit.gif) no-repeat;
}

#header-menu #submenu .sub{
	float: left;
	margin: 5px 0 0 0;
	width: 140px;	
}
#header-menu ul#submenu{
	margin: 15px 0 0 25px;
	padding: 0px;
	list-style: none;
	color: #F69BCB;
}
#header-menu ul#submenu .sub{
	width: 110px;
	margin: 0 20px 0 0;
}

#header-menu ul#submenu .sub ul{
	margin: 0px;
	padding: 0px;
	list-style: square;
}
#header-menu ul#submenu .sub ul li a{
	color: #333;
	font-weight: normal;
	font-size: 9px;
	padding: 0px;
}
#header-menu ul#submenu .sub ul li a:hover{
	background: none;
	text-decoration: underline;
}

.header-lijn{
	border-bottom: 2px dotted #CC86A7;
	margin: 0 0 10px 0;
}
#content_main { 
	margin: 85px 0 0 0;
}

/* Content naast elkaar */
.boxleft, .boxmiddel, .boxright {
	float: left;
}
.boxleft {
	width: 174px;
	margin: 0 0 0 10px;
	overflow: hidden;
	display: inline;
}
.boxright {
	width: 222px;
	margin: 0 10px 0 0;
	overflow: hidden;
	display: inline;
}

.boxmiddel { 
	width: 784px;
	margin: 0 10px 0 10px;
	overflow: hidden;
	display: inline;
}

/* links kolom */
.menu-link{
	display: block;
	padding: 6px;
}
a.first{
	color: #fff;
	font-size: 11px;
	font-weight: bold;	
	background: #F394C6 url(nieuw/categorie_repeat.gif) repeat-x;
	border: 1px solid #CC86A7;
	margin: 0 0 2px 0;
}
a.first:hover{
	background: #F5AFD5;
	color: #9F316E;
}
.sub{
	margin: 0 0 1px 4px;
}
.subsub{
	margin: 0 0 0 13px;
}
a.bold{
	font-style: italic;
	font-weight: bold;
}
a.bold.first{
	background: #F5AFD5;
	color: #9F316E;
	font-style: normal;
}
.boxleft h3{
	margin: 0px;
	padding: 6px;
	display: block;
	background:#F5AFD5;
	color: #9F316E;
	font-size: 11px;
	border: 1px solid #CC86A7;
}
#categorie-box{
	background: #fbe5f0;
	margin: 0 0 10px 0;
}

#short-box{
	background: #fbe5f0;
	padding: 6px;
	margin: 0 0 10px 0;
	border: 1px solid #E7C9D8;
	line-height: 16px;
}

#info-box{
	margin: 0 0 10px 0;
	padding: 6px;
	background: #fbe5f0;
	border: 1px solid #E7C9D8;
	line-height: 16px;
}
#nieuws-box{
	margin: 0 0 10px 0;
	display: block;
}
#nieuws-box input#news{
	border: 1px solid #B4C1C5;
	border-right: none;
	background: #fff;
	padding: 5.5px;
	width: 117px;
	margin: 0px;
	height: 27px;
	overflow: hidden;
	float: left;
}
#nieuws-box input#news-send{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	right: 3px;
	border-left: 1px solid #B4C1C5;
}

#toppers{
	margin: 0 0 10px 0;
}
#toppers h1{
	margin: 0px;
	padding: 6px;
	display: block;
	background:#F5AFD5;
	color: #9F316E;
	font-size: 11px;
	border: 1px solid #CC86A7;
}

/* midden */

#slide{
	padding: 0;
	margin: 0;
	width: 548px;
	height: 292px;
	overflow: hidden;
    border: 1px solid #D9BFCB;
}
#slide a{
	top: 0;
	left: 0;
	width: 548px;
	height: 292px;
}
#nav{ position: absolute; z-index: 10; margin: 272px 0 0 1px;}
.nav a { font-size: 14px; background: #fff; color: #6F6F6F; text-decoration: none; margin: 0 4px 0 0; padding: 1px 6px 3px 6px; font-weight: bold;}
.nav a:hover { background: #F5AFD5; color: #6F6F6F;  }
.nav a.activeSlide { background: #F5AFD5; color: #9F316E;  }
.nav a:focus { outline: none; }

/* rechts kolom */

#ie6message {
	display: none;
	text-align: left;
    padding: 4px;
    background: #EFC2CC;
    border: 1px solid #EF5971;
    margin: 0 0 10px 0;
    color: #FF3F47;
}
a#border{
    border: 1px solid #D9BFCB;
    display: block;
}
#extra-image{
    border: 1px solid #D9BFCB;
    margin: 10px 0 0 0;
	height: 118px;
}
#betalen{
	margin: 10px 0 0 0;
	overflow: hidden;
    border: 1px solid #D9BFCB;
    display: block;
    height: 200px;
}

/* midden kolom */
#splash{
	border: 1px solid #D9BFCB;
	height: 292px;
	overflow: hidden;
}
#reacties{
	border: 1px solid #D9BFCB;
	margin: 10px 0 0 0;
	padding: 8px;
}
#reacties h1{
	text-align: left;
	font-size: 12px;
	margin: 0 0 4px 0;
}
#reacties #reactie-feedback{
	padding: 9px 0 9px 0;
	border-bottom: 1px dashed #D9BFCB;
	display: none;
}
#reacties #reactie-feedback .text-input{
	border: 1px solid #B4C1C5;
	padding: 4px;
	font-family: verdana, Arial, sans-serif;
	width: 300px;
	font-size: 11px;
}
#reacties .reactie-blok{
	padding: 4px;
	margin: 8px 0 0 0;
}
#reacties .reactie-blok .icon{
	float: right;
}
#reacties .reactie-blok .add{
	float: right;
	margin: 0 0 0 4px;
	text-decoration: underline;
	cursor: pointer;
}
#reacties .reactie-blok h1{
	color: #9F316E;
	padding: 0 0 6px 0;
	margin: 0px;
	float: left;
}
#reacties .reactie-blok h1 a{
	color: #9F316E; 
}
#reacties #reactie-balk{
	border-bottom: 1px dashed #D9BFCB;
}
#reacties .reactie-blok h2{
	font-size: 11px;
	margin: 0 0 4px 0;
}
#reacties .reactie{
	border-bottom: 1px dashed #D9BFCB;
	padding: 7px 0 7px 0;
}
#also-top{
	text-align: left;
	margin: 10px 0 0 0;
	overflow: hidden;
	border: 1px solid #E7C9D8;
	color: #9F316E;
	font-size: 12px;
	padding: 4px 0 4px 10px;
	background: #FBE5F0;
}

#nieuw-top{
	background: url(nieuw/nieuw_top.gif) no-repeat;
	height: 32px;
	text-align: center;
	margin: 10px 0 0 0;
	overflow: hidden;
}
#nieuw-top div{
	float: left;
	color: #9F316E;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 0 0 10px;
}
#nieuw-top a{
	float: right;
	padding: 8px 7px 0 0;

}
#nieuw-content{
	border: 1px solid #E7C9D8;
	border-top: none;
	background: #fff;
	padding: 6px;
	height: 155px;
}
#nieuw-content td.nieuw-product{
	text-align: center;
	width: 130px;
}

.balktitel { 
	color: #9F316E; 
	font-weight: bold;
	padding: 6px; 
	background: #F5AFD5;
	margin: 0 0 10px 0;
	font-size: 11px;
	border: 1px solid #CC86A7;
}
.balk_groen { 
	color: #F03085; 
	font-size: 15px;
	font-weight: bold;
	padding: 5px; 
}
.balk_zwart { 
	color: #F03085; 
	font-size: 15px;
	font-weight: bold;
	padding: 5px; 
}
#box_nieuw { 
	border: 1px #D1D1D1 solid;
	margin: 6px 4px; 
	padding: 1px; 
}

.box {

}
.box_top {
	text-align: left;
	padding-top: 4px;
	padding-left: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #F03085;
}
.box_padding {
	margin-top: 3px;
	padding: 7px;
}

/* product listing */
#categorie-top{
	background: #EEEEEE;
	padding: 7px 10px 6px;
	font-size: 12px;
	width: 100%;
	clear: both;
}
#categories{
	margin: 20px 0 0 0;
}
#categories .categorie{
	float: left; 
	text-align: center; 
	margin: 0 20px 20px 0;
	width: 180px;
	height: 200px;
}
#categories .margin-categorie{
	margin: 0 0 20px 0;
}
#categories .categorie-image{
	height: 130px;
}
#categories .categorie-naam a{
	background: #EEEEEE;
	padding: 10px;
	font-weight: bold;
	display: block;
	border: 1px solid #DFDFDF;
}
#categories .categorie-naam a:hover{
	background: #fff;
}

#sort{
	background: #DFDFDF;
	padding: 10px;
}
#page-links a{
	padding:5px 9px;
	display: block;
	margin-right: 3px;
	background: #FFFFFF;
	border:1px solid #999999;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
#page-links a:hover{
	background: #EA6B9F;
	color: #fff;
	border: 1px solid #BD497E;
}
#page-links a.selected-page{
	background: #EA6B9F;
	color: #fff;
	border: 1px solid #BD497E;
}

/* products */

#product{
	height: 150px;
	text-align: center;
	margin-left: 17px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #D1D1D1;
	background:  #DEDDD4;
	float: left;
}
#product_images{
	background: #fff;
	text-align: center;
	width: 100px;
	padding: 1px;
}
td#product_images_left{
	width: 340px;

}
#product_omschrijving{
	border: 1px solid #EFC2D9;
	padding: 7px;
	margin: 0 0 10px 0;
}
#product_info_right{
	padding: 3px;
	float: left;
	width: 590px;
	vertical-align: middle;
}
.product_info_reviews{
	border-bottom: 1px dashed #D1D1D1;
	padding: 5px;
}
#product_prijs_right {
	text-align: center;
	float: left;
	color: #000;
	font-size: 12px;
}
#extra-info{
	margin: 10px 0 10px 0;
}
#extra-info b{
	font-size: 20px;
}
#extra-info #extra-prijs{
	background: #EEEEEE;
	padding: 10px;
}
#extra-koers{
	background: #DFDFDF;
	padding: 10px;
}
#product_opties_right{
	padding: 6px;
	background: #F4C6E4;
	border: 1px solid #ECC2D4;
}
#product_koopnu_right {
	float: right;
	padding: 5px;
}
/* login.php */
#login-content{
	padding: 5px;
}
#login-content .login-dik{
	font-size: 13px;
	text-decoration: underline;
}
#login-left,#login-button-go{
	float: left;
	width: 390px;
}
#login-right, #login-button-login{
	float: left;
	margin: 0 0 0 10px;
}
/* footer */

#footer { 
	margin: 0 auto;
	width: 992px;
	max-width: 990px;
	text-align: center;
	background: #fff;
	border: 1px solid #b5c2c6;
	border-top: none;
	color: #9FA6A8;
	margin-bottom: 10px;
}
#footer a{
	color: #9FA6A8;
}
#footer-list{
	padding: 20px 0 0 0;
	border-bottom: 1px dotted #B5C2C6;
}
#footer-list .footer-cat{
	display: block;
	background: #EEEEEE;
	padding: 5px;
	border-bottom: 1px solid #B5C2C6;
	border-top: 1px solid #B5C2C6;
	line-height: 20px;
	margin: 0 0 4px 0;
}
#footer-list .footer-cat b{
	color: #7F7F7F;
	font-size: 10px;
}
#footer-list .footer-links{
	padding: 4px 4px 10px 4px;
}
#footer-list .footer-links a{
	display: block;
	color: #6F6F6F;
	font-size: 10px;
	padding: 3px;
}
#footer-list .footer-links a:hover{
	color: #333;
}
#footer-padding{
	padding: 8px;
}

#developed{
	margin: 0px auto;
	width: 800px;
	font-size: 10px;
}
#developed a{
	font-weight: bold;
	color: #114459;
}

/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOIVE { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */

.error{
	background: #FEF8F6;
	border: 1px solid #CD0A0A;
	margin-bottom: 5px;
	padding: 8px;
	display: block;
	color: #CD0A0A;
	font-size: 11px;
}
.no-error{
    padding: 4px;
    background: #B3EF4A;
    border: 1px solid #85C019;
    text-align: center;
    margin: 5px;
}
.note{
    padding: 4px;
    background: #FBEBF3;
    border: 1px dashed #ECB7D3;
    text-align: center;
    margin: 5px;
}
.note a{
	background: #ECB7D3;
	font-weight: bold;
	padding: 3px;
}
.get1free { 
	margin: 0px; 
	display: block; 
	padding: 4px; 
	text-align: center;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background: #ffb3b5; 
	font-weight: bold;
}
.get1free a:hover{ 
	color: #440905;
}
.ster-info{
	font-size: 10px;
	color: #696969;
}
.ster{
	background: url(nieuw/ster.png) no-repeat;
	width: 70px;
	text-align: center;
	color: #6e530d;
	padding: 30px 0 30px 0;
	font-size: 13px;
	font-weight: bold;
}
/*checkout*/
#verzendingsmethode div input{
	float: right;
}
#verzendingsmethode .verzendingsmethode-content{
	float: left;
}
#verzendingsmethode .icon-payment{
	float: left;
	width: 105px;
}
#verzendingsmethode .text-payment{
	float: left;
	width: 370px;
}
.moduleRow{
	background: #fff;
	padding: 5px;
	border: 1px solid #EFC2D9;
}
.moduleRowSelected{
	background: #EFC2D9;
	padding: 5px;
	border: 1px solid #EFC2D9;
}
.moduleRowOver{
	background: #EFC2D9;
	padding: 5px;
	border: 1px solid #EFC2D9;
}

/* rotzooi */
.markProductOutOfStock {
	color: #E30D0F; 
	font-weight: bold; 
}
.smallText { 
	font-size: 11px; 
}
.tableHeading{
	font-size: 11px;
}
.upcomingProducts-even{
	background: #DDDDDD;

}
.upcomingProducts-odd{
	background: #fff;
}
.main { 
	font-size: 11px; 
}
.shoptop { 
	font-size: 13px; 
	color: #7F7D77; 
	width: 100%;
}
.shopmiddle { 
	font-size: 13px; 
	color: #7F7D77;  
	width: 100%;
}
.inputRequirement { 
	color: #E30D0F; 
	font-size: 11px; 
}
.tdshoptop { 
	background: #E9E9E9; 
}
.tdprijs { 
	background: #E9E9E9; 
	font-size: 12px; 
	color: #F03085; 
}
.productinfo { 
	font-size: 11px; 
	color: #5F5F5F;  
}
.clear{ 
	clear: both; 
}
