﻿/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #ddd2c0;
}
a:hover {
	color: #ddd2c0;
	text-decoration: underline;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background: 500px 1px #ffffff url("../images/bg.png") no-repeat;
	color: #aaaaaa;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#topcontainer 
{
	width: 100%;
	background-color: #905295;
	height: 228px;
}

#contentcontainer 
{
	width: 100%;
}

#footercontainer 
{
	width: 100%;
}

/*** TOP ***/

#top 
{
	width: 1200px;
	position: relative;
}

#logo 
{
	width: 217px;
	height: 228px;
	float: left;
	margin-right: 30px;
}

#navigatie 
{
	float: left;
	margin: 50px 0 0 10px;
}

.navcol 
{
	float: left;
	margin-right: 40px;
}

#adres 
{
	float: right;
	color: #ffffff;
	font-size: 0.7em;
	width: 190px;
	margin-top: 50px;
	line-height: 15px;
}

#adres a, #adres a:hover
{
	color: #ffffff;
	text-decoration: none;
}

/*** CONTENT ***/

#content 
{
	width: 1200px;
	margin-top: 60px;
}

#sidebar 
{
	float: left;
	margin: 0 40px 0 50px;
	width: 180px;
	font-size: 0.75em;
	color: #905295;
}

.searchinput
{
	background: url("../images/searchinput.png") no-repeat;
	height: 20px;
	width: 137px;
	padding: 2px 0 0 6px;
	color: #505050;
	margin: 4px 0 4px 0;
}

.searchbtn
{
	background: url("../images/btnSearch.png") no-repeat;
	height: 20px;
	width: 20px;
	text-indent: -20000px;
	cursor: pointer;
	display: block;
}

#submenu 
{
	margin-top: 30px;
}

#submenu a
{
	color: #535353;
}

#submenu a:hover
{
	color: #905295;
	text-decoration: none;
}


.eyecatcher 
{
	width: 180px;
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #c7c7c7;
	color: #474747;
}

.eyecatchertitle 
{
	height: 21px;
}

.pijltjes 
{
	width: 13px;
	height: 8px;
	margin: 12px 0 12px 0;
}
#main 
{
	float: left;
	width: 540px;
}

.maintitle 
{
	visibility: hidden;
	margin-bottom: 15px;
}

.maintext 
{
	color: #535353;
	font-size: 0.7em;
}

.maintextbinnen 
{
	color: #535353;
	font-size: 1.2em;
	line-height:23px;
}

#gallery 
{
	width: 540px;
	margin-top: 40px;
}

#gallery img
{
	margin-bottom: 20px;
}

#ring 
{
	background: url("../images/ring.png") no-repeat;
	float: left;
	width: 275px;
	height: 289px;
	margin: 40px 0 0 80px;
}

/*** FOOTER ***/

#footer, #footer a
{
	width: 1200px;
	text-align: right;
	color: #a769ac;
	font-size: 0.75em;
	margin-top: 40px;
	padding-bottom: 60px;
}

ul.fotoopsom
{
	list-style: none;
	padding-bottom: 20px;
}

.fotoopsom li
{
	float: left;
	margin-right: 10px;
}
.fotoopsom li a
{
	font-size: 11px;
}
.fotoopsom li a:hover
{
	color: #905295;
	text-decoration: underline;
}
.fotoopsom li a.selected
{
	color: #905295;
	text-decoration: none;
}
#fout
{
	color: Red;
	margin-bottom: 10px;
}
#map
{
	width: 600px;
	height: 420px;
	border: 1px solid #d0d0d0;
}

.textarea 
{
	font-size: 1.2em;
	background: Transparent;
	border: 1px solid #e0e0e0;
	color: #545454;
	padding: 2px 0 0 4px;
	width: 305px;
	margin-top: 2px;
}

.textbox 
{
	margin-bottom: 6px;
	width: 150px;
	background: Transparent;
	border: 1px solid #e0e0e0;
	color: #545454;
	height: 17px;
}

.contactbutton 
{
	background: Transparent;
	border: 1px solid #e0e0e0;
	color: #545454;
	padding: 3px;
	text-transform: uppercase;
	font-size: 0.8em;
}

.eshop_product_container
{
    position: relative;
    border: 1px solid #9fd4e4;
    display: block;
    width: 220px;
    height: 165px;
    float: left;
    margin-right: 30px;
    text-decoration: none;
    margin-bottom: 30px;
}

.eshop_product_container a
{
    text-decoration: none;
}

.eshop_product_container .prijs
{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #9fd4e4;
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    font-size: 12px;
}

.eshop_product_container .main_producttitle
{
    position: absolute;
    top: 166px;
    right: -1px;
    width: 212px;
    background-color: #9fd4e4;
    padding: 2px 5px 5px 5px;
    line-height: 12px;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    display: none;
}

.product_detail_afb
{
    width: 220px;
    height: 165px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #9fd4e4;
    position: relative;
}

.gallery_producten
{
    margin-top: 10px !important;
}

.gallery_producten img
{
    border: 1px solid #9FD4E4;
}

.winkelMandjeTop
{
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    background-color: #9fd4e4;
    color: #905295;
    display: none;
    font-weight: bold;
    padding: 2px 8px;
    font-weight: normal;
    font-size: 11px;
}

.winkelMandjeTop a
{
    color: #905295;
    text-decoration: none;
}

.verticalmiddle
{
    vertical-align: middle;
}

#overview_winkelmandje .row td
{
    border-bottom: 2px solid #ffffff;
}

#overview_winkelmandje
{
    font-size: 12px;
}

#overview_winkelmandje img
{
    margin-bottom: 0px;
}

.artikelProductContainer
{
    font-size: 12px;
}

.artikelProductContainer h1
{
    font-size: 14px;
    font-weight: normal;
}

.artikelProductContainer .add_to_cart_btn
{
    padding: 5px 8px 5px 8px;
    background-color: #9FD4E4;
    color: #ffffff;
}

.deleteArticleFromBasket
{
    padding-top: 2px;
}

.box
{
    background-color: #9FD4E4;
    color: #ffffff;
}

.box td
{
    border-bottom: 5px solid #ffffff;
}

.box .product_detail_afb
{
    width: 120px;
    height: auto;
}

.stappencontentleft
{
    float: left;
}

.button_winkelmandje
{
    padding: 5px 8px 5px 8px;
    background-color: #9FD4E4;
    color: #ffffff;
}

.button_winkelmandje:hover
{
    color: #ffffff;
}

#gegevensleft, #gegevensright
{
    font-size: 12px;
    color: #905295;
    float: left;
    width: 220px;
}

#gegevensleft a, #gegevensright a
{
    text-decoration: underline;
    color: #905295;
}

.bigtextbox, .smallertextbox, .smalltextbox
{
    border: 1px solid #905295;    
    padding: 3px 2px 3px 2px;
    font-family: arial, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 200px;
}

.smallertextbox
{
    width: 40px;
}

.smalltextbox
{
    width: 150px;
}

#gegevensright
{
    float: right;
}

.btnInloggen, .bigsubmit
{
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    background-color: #905295;
    font-family: arial, sans-serif;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
    cursor: pointer;
}

.prijsLabel
{
    display: block;
    margin-bottom: 8px;
    margin-top: 2px;
    font-weight: bold;
}

.rubriek_select 
{
    font-size: 14px;
}

.rubriek_select a
{
    color: #905295;
}

.rubriek_select li
{
}
