html, body, img, ul {
	padding: 0px;
	margin: 0px;
	border:0;
}

body {
	background:#FFFFFF url("img/bg.jpg") repeat-x;
	font-family: Georgia, Verdana;
	font-size:0.8em;
	color:#646464;
	overflow:auto;
}

h1 {
	font-weight:normal;
    font-size: 22px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

a {
	color:#7e6464;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
    color:#c784b9;
}

#wrapper {
	width:1100px;
	background:#FFFFFF url("img/background.jpg") no-repeat;
	margin: 0 auto;
}

#container {
	width:900px;
	margin:0 auto;
	background:#EAE8D5;
	overflow:auto;
	padding-bottom:20px;
}

#header {
	padding:0 0 10px 0;
	margin:0;
	width:900px;
	height:398px;
	background:#EAE8D5 url("img/header.jpg") no-repeat;
}

#top_nav {
	width:150px;
	position:relative;
	left:742px;
	top:0px;
	padding:10px 0px 0px 0px;
	text-align:center;
}

#top_nav ul li {
	display:inline;
    padding-left:5px;
}

#top_nav a {
	color:#646464;
	text-decoration:none;
}

#top_nav a:hover {
	text-decoration:underline;
}


#nav {
	height:21px;
	top:50px;
	position:relative;
	float:right;
}

#nav ul li {
	display:inline;
}

#nav ul li a:hover {
	text-decoration:none;
}

#leftcol {
	width:200px;
	float:left;
	height:100%;
	padding:20px 0 0 20px ;
}

#rightcol {
	padding:20px 0 0 20px;
	width:620px;
	float:left;
	line-height:1.5em;	
}

.shop_item {
	width:120px;
	height:220px;
	background-color:#DCDAC3;
	border:1px solid #C6C3AC;
	padding:10px;
	float:left;
	font-size:0.9em;
	position:relative;
	margin:0px 0px 10px 10px;
}

.shop_item .product {
	margin:5px 0 0 0;
	line-height:1.2em;
	font-size:1em;
}

.border {
	border:solid 1px #FFFFFF;
	position:relative;
}

.noborder {
	border:none;
}

.noborder_relative {
	border:none;
	position:relative;
}

.shop_item p img {
	border:     none;
	position:   relative;
	z-index:    0;
}

.new {
	position:absolute;
	top:-10px;
	left:120px;
	width:31px;
	z-index:1;
}

.details 
{
	float:          right;
	padding-top:    10px;
}

.item_brand 
{
	color:          #646464;
}
.item_naam 
{
	color:          #95927C;
}

#rightcol .tekst 
{
    clear:          both;
	font-size:      1.1em;
	padding:        0;
    margin:         0 0 15px 15px;
}

#rightcol h1 
{
	padding-left:15px;
}

#rightcol h2 {
	padding-left:   17px;
    font-size:      1.4em;
    color:          #A8A58F;
}

#rightcol ul {
	padding-left:   25px;
    padding-top:    15px;
}

.cont_img
 {
    float:          right;
	padding-left:   20px;
	padding-right:  20px;
}

#login {
	width:185px;
	background-color:#DCDAC3;
	border:solid 1px #C6C3AC;
	padding-left:20px;
	line-height:2em;
	color:#8D8C87;
	padding-bottom:0px;
}

#login input {
	background:#EAE8D5;
	border:1px solid #C6C3AC;
	font-family:Georgia,Verdana;
	color:#8D8C87;
	font-size:1em;
	padding:1px;
}

#login a{
	color:#8D8C87;
}

#login p {
	padding-bottom:0px;
	margin-bottom:0px;
}

#subnav 
{
	width:      200px;
	padding:    10px 8px 10px 0;
	height:     100%;
    overflow-y: auto;
    margin-top: 15px;

}

#subnav ul {
	display:block;
}

#subnav ul li {
	border-bottom:1px dotted #646464;
	height:30px;
	line-height:30px;
	list-style: none;
	text-indent:25px;
	display:block;
}

#subnav ul li a {
	text-decoration:none;
	color:#646464;
	display:block;
	background:url("img/spacer.jpg") #EAE8D5 no-repeat;
}

#subnav ul li a:hover {
	color:#A884B9;
	display:block;
	background:url("img/arrow.jpg") #FFFFFF no-repeat;
}

#subnav active {
	color:#A884B9;
	display:block;
	background:url("img/arrow.jpg") #FFFFFF no-repeat;
}

#footer {
	text-align:         center;
	width:              1100px;
	background-color:   #FFFFFF;
	padding:            20px 0 20px 0;
}

#productdetail
{
	text-align: left;
	width:      600px;
	padding:    0px 0 20px 0;
    margin-left:20px;
}

#productdetail h1
{
	text-align: left;
	font-size:  20px;
    padding:    0px 0 0px 15px;
}
#productdetail h2
{
	text-align: left;
	font-size:  16px;
    padding:    0px 0 0px 0px;
    color:      #95927C;
}
#productdetail .order
{
	clear:      both;
    padding:    10px 0px 0px 20px;
}

.breadcrumb ul
{
    list-style: none;
    margin-left:    25px;
}


.breadcrumb ul li
{
    float:          left;
    padding-left:   5px;
}

