/* general */

body{
	background:#003366;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:11px;
	line-height: 150%;
}

h1, h2, h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #CC3366;
}

h2 {
	font-size: 14px;
	color: #666;
}

h3 {
	font-size: 12px;
	color: #CC3366;
	font-weight: bold;
}

a {
	color: #CC3366;
	text-decoration: none;
}

select {
	font-size: 11px;
	color: #003366;
}

ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

img {
	border: none;
}

/* containers */

div#wrapper {
	width: 800px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 50px;
}

div#contentwrapper {
	width: 800px;
	background: #fff url('../img/wrapper.gif') repeat-y;
	overflow: hidden;
	padding-bottom: 20px;
}

div#header {
	width: 800px;
	height: 110px;
}

div#menu {
	width: 800px;
	height: 40px;
}

div#content {
	width: 560px;
	padding: 20px;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}

div#content ul, div#content ol{
	margin:0px; padding:0px;
	padding-left:20px;
}

div#footer {
	width: 800px;
	height: 30px;
}

/* header content */

div#header a {
	text-indent: -9999px;
	display: block;
	background: #003366 url('../img/head.png') no-repeat;
	width: 520px;
	height: 110px;
	float: right;
}


/* menu content */

ul#quicknavigation {
	width: 200px;
	height: 34px;
	float: left;
	padding-top: 6px;
	list-style: none;
}

ul#quicknavigation li {
	float: left;
}

ul#quicknavigation li a {
	display: inline-block;
	width:19px;
	height:24px;
	float: left;
	text-indent: -9999px;
	margin:0px 10px 0px 11px;
}

ul#quicknavigation li a.home { background:url('../nav/home.gif') right 5px no-repeat; }
ul#quicknavigation li a.mail { background:url('../nav/mail.gif') right 5px no-repeat; }
ul#quicknavigation li a.sitemap { background:url('../nav/smap.gif') right 5px no-repeat; }
ul#quicknavigation li a.info { background:url('../nav/info.gif') right 5px no-repeat; }
ul#quicknavigation li a.search { background:url('../nav/search.gif') right 5px no-repeat; }

ul#navigation {
	width: 590px;
	height: 30px;
	padding:10px 0px 0px 10px;
	background-color: #CCCC00;
	float: left;
	font-size: 11px;
	list-style: none;
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	display:inline-block;
	float: left;
	height:21px;
	border:1px solid white;
	border-bottom:0px;
	margin:0px 1px 0px 0px;
	background:#EBEB9A;
	padding:6px 10px 2px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#003366;
}

ul#navigation li a:hover {
	color: #cc3366;
	background-color: #EDF0C7;
}

ul#navigation li a.selected{
	background: #fff;
	color: #cc3366;
}

div#sidebar {
	float: left;
	width: 200px;
}

ul#subnavigation {
	margin-top: 60px;
	width: 200px;
	list-style: none;
	list-style-position: outside;
}

ul#subnavigation li a{
	display:block;
	background:url('../img/submenu.gif') top right no-repeat;
	width:183px;
	height:22px;
	margin:2px 0px 1px 5px;
	padding:6px 0px 0px 12px;
	font-weight:bold;
	text-decoration:none;
	color:#003366;
	font-size:11px;
}

ul#subnavigation li a:hover{
	color:#cc3366;
	background:url('../img/submenu_hover.gif') top right no-repeat;
}

ul#subnavigation li a.selected, ul#subnavigation li a.selected:hover{
	color:#cc3366;
	background:url('../img/submenu_current.gif') top right no-repeat;
}


/* breadcrumb */

div#breadcrumb {
	width: 800px;
	height: 40px;
	color: #999;
}

div#breadcrumb a {
	color: #999;
	text-decoration: none;
}

div#breadcrumb a:hover,
div#breadcrumb a.selected {
	color: #cc3366;
}


/* search */

form.search{
	display:block;
	width:190px;
	height:106px;
	background:url('../img/searchform.gif') top right no-repeat;
	margin:3px 0px 0px 5px;
}

form.search p {
	margin: 0;
	padding: 0;
}

form.search input{
	margin:50px 0px 0px 13px;
	width:155px;
}

form.search input.search{
	border:0px;
	width:78px;
	height:22px;
	background:url('../nav/search_button.gif') top right no-repeat;
	margin:6px 0px 0px 97px;
	cursor:pointer;
}

input.searchlarge {
	width: 250px;
	font-family: verdana;
	font-size: 11px;
	padding: 3px;
	margin-right: 5px;
	vertical-align: middle;
}

img#searchbutton {
	vertical-align: middle;
}

input.search {
	background:transparent url(../img/searchbutton.gif) no-repeat scroll right top;
	border: 0 none;
	cursor: pointer;
	height: 22px;
	margin: 0px;
	width: 78px;
	vertical-align: middle;
}


/* sidebar content */

img.banner {
	margin: 10px 0 0 5px;
}

/* homepage content */

div#new-overview {
	margin-top: 30px;
}

div#new-overview div.top {
	background:white url(../img/nieuw-home-top.gif) repeat-y scroll left top;
	height:37px;
	width:560px;
}

div#new-overview div.middle {
	border-left:1px solid #6FC6E3;
	border-right:1px solid #6FC6E3;
	overflow:hidden;
	padding-left:10px;
	padding-top:15px;
	width:548px;
}

div#new-overview div.bottom {
	background: white url(../img/nieuw-home-bottom.gif) no-repeat scroll left top;
	height: 13px;
	width: 560px;
}

div.action-overview div.top {
	background: white url(../img/action-home-top.gif) no-repeat scroll left top;
	height: 37px;
	width: 560px;
}

div.action-overview {
	margin-top: 20px;
}

div.action-overview div.middle {
	border-left: 1px solid #CC3366;
	border-right: 1px solid #CC3366;
	clear: both;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 15px;
	width: 548px;
}

div.action-overview div.bottom {
	background: white url(../img/action-home-bottom.gif) no-repeat scroll left top;
	height: 13px;
	width: 560px;
}

/* category overview */

div.category {
	background: #CC3366 url(../img/category.gif) repeat-y scroll right top;
	color: #fff;
	margin: 15px 10px 0 0;
	overflow: hidden;
	padding: 0 0 12px 12px;
	text-decoration: none;
	width: 548px;
}

div.category img {
	border:1px solid #CCCCCC;
	float:right;
}

div.category h3 {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	margin: 10px 0 4px;
}

div.category a {
	text-decoration: none;
	color: #fff;
}

div.category span.amount {
	background:transparent url(../img/rounded.gif) no-repeat scroll left top;
	display: inline-block;
	float: left;
	font-size: 11px;
	height: 19px;
	padding:  3px 0 0 0;
	text-align:center;
	margin-top: 10px;
	width: 130px;
}

div.category p {
	margin: 0;
	padding: 0;
	margin-right: 130px;
}

a.meerinfo {
	background: transparent url(../nav/meerinfo.gif) no-repeat scroll left top;
	display: block;
	float: left;
	width: 98px;
	height: 22px;
	margin: 10px 0 0 6px;
	text-indent: -9999px;
}


/* footer content */

div#footer ul {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 10px;
	list-style: none;
}

div#footer ul li {
	float: left;
}

div#footer ul li a {
	float: left;
	margin-left: 20px;
	color: #6FC6E3;
	text-decoration: none;
}


/* product overview */

div.product_overview {
	color:#003366;
	font-size:11px;
	margin: 0;
	padding:0;
	overflow: hidden;
	float: left;
	width: 560px;
	margin-bottom: 15px;
}

div.product_overview div.image {
	width: 100px;
	background-color: red;
	margin: 10px 10px 10px 0px;
	float: left;
	display: block;
	padding: 0px;
	overflow: hidden;
}

div.product_overview div.description {
	padding-top: 10px;
	width: 303px;
	float: left;
	padding-right: 10px;
	display: inline-block;
}

div.product_overview img {
	border: 1px solid #CCCCCC;
	float: left;
	display: block;
	margin-right: 5px;
}

div.product_overview h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

div.product_overview p {
	margin: 0;
	padding: 0;
}

a.meerinfo-product {
	background: transparent url(../nav/meerinfo2.gif) no-repeat scroll left top;
	display: block;
	float: right;
	height: 22px;
	margin: 5px 2px 10px 0;
	width: 98px;
	text-indent: -9999px;
}

div.product_overview div.prize {
	float: left;
	width: 115px;
	padding-left: 10px;
	border-left:1px solid #CCCCCC;
}

div.product_overview div.prize p.grey {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}

div.product_overview div.prize p.grey span {
	font-size: 14px;
}

div.product_overview div.prize p.pink {
	font-size: 10px;
	color: #CC3366;
	font-weight: bold;
}

div.product_overview div.prize p.pink span {
	font-size: 20px;
}

div.product_overview a.discount {
	display: block;
	text-indent: -9999px;
	width: 98px;
	height: 22px;
	background:transparent url(../img/aanbieding.gif) no-repeat left top;	
	margin-top: 14px;
}


/* page navigation */

div#pagenav {
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #999999;
	height: 30px;
	margin-bottom: -19px;
	padding-top: 10px;
	text-align: center;
	width: 556px;
}

div#pagenav a {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px;
	text-decoration: none;
}

div#pagenav a.current {
	color: #CC3366;
}
div#pagenav a:hover {
	text-decoration: underline;
}

div#pagenav a.volgende, div#pagenav a.vorige {
	background: transparent url(../nav/vorige.gif) no-repeat scroll left top;
	display: block;
	float: left;
	height: 22px;
	width: 98px;
	text-indent: -9999px;
}

div#pagenav a.volgende {
	background: transparent url(../nav/volgende.gif) no-repeat scroll left top;
	float: right;
}


/* product detail */

div.productleft {
	width: 280px;
	float: left;
	overflow: hidden;
}

img.product {
	border: 1px solid #CCC;
	margin: 10px 20px 10px 0;
	float: left;
}

div.detaildescription {
	float: right; 
	width: 260px;
}

div.detaildescription h3 {
	margin-top: 5px;
}

select#color {
	clear: left;
	display: block;
	width: 258px;
}

a.lt, a.gt {
	display: inline-block;
	height: 17px;
	margin: 0px 5px 20px 0;
	width: 30px;
	text-indent: -9999px;
}

a.lt {
	background: transparent url(../nav/lt.gif) no-repeat scroll left top;
	margin-left: 210px;
	float: left;
}

a.gt {
	background: transparent url(../nav/gt.gif) no-repeat scroll left top;
	float:left;
}

a.vorige {
	background: transparent url(../nav/vorige.gif) no-repeat scroll 0 0px;
	float: left;
	display: block;
	height: 31px;
	width: 98px;
	text-indent: -9999px;
}

a.bestellen {
	background: transparent url(../nav/bestellen.gif) no-repeat scroll left top;
	display: inline-block;
	height: 22px;
	float: right;
	width: 98px;
	text-indent: -9999px;
	margin-top: 20px;
}

dl.price {
	color: #999999;
	float: left;
	font-weight: bold;
	margin: 12px 20px 0 3px;
}

dl.price dt,
dl.discount dt {
	font-size: 9px;
	height: 19px;
}

dl.price dd,
dl.discount dd {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

dl.discount {
	color: #CC3366;
	font-weight: bold;
	margin-top: 12px;
}

dl.discount dd {
	font-size: 25px;
}

div#productcontrols {
	width: 560px;
	clear: both;
	padding-top: 10px;
}

/* sort */

form#sort{
	width: 112px;
	height: 28px;
	float: right;
	padding: 4px 0px 0px 121px;
	margin: -55px 10px 0px 0px;
	display: inline;
}

form#sort select{
	width: 120px;
}


/* shopping basket */

table.basket,
table.totals {
	border-collapse: collapse;
	margin: 0 0 17px -2px;
	width: 560px;
}

table.basket caption {
	border-top: 1px solid #CCCCCC;
	color: #CC3366;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 2px;
	padding-top: 13px;
	text-align: left;
}

table.basket th {
	background: transparent url(../img/th.gif) no-repeat scroll left top;
	color: #CD3568;
	font-size: 9px;
	padding: 10px 15px 10px 8px;
	text-align:left;
}

table.basket td.desc {
	color: #023364;
	font-weight: bold;
	padding: 8px 5px 8px 8px;
	width: 230px;
}

table.basket td {
 	background: transparent url(../img/border.gif) repeat-y scroll left top;
	padding: 3px 10px 1px 8px;
}

table.basket input {
	margin: 0;
	padding: 0;
	width: 40px;
}

table.basket td.total {
	background-image: none;
	color: #023364;
	text-align: right;
	width: 50px;
}

/*** Totals Table ***/

table.totals{
	float:right;
	color:#CD3568;
	font-weight:bold;
}

table.totals td{
	border:none;
	padding:14px 7px 11px 6px;
	background:url('../img/price.gif') left 12px no-repeat;
	text-align:right;
}

table.totals td.total{
	color:#CD3568;
	font-weight:bold;
	background:url('../img/price.gif') right 12px no-repeat;
}

table.totals tr.total td{
	background:url('../img/total_price.gif') left 12px no-repeat;
}

table.totals tr.total td.total{
	background:url('../img/total_price.gif') right 12px no-repeat;
}

table.totals tr.total td.desc, table.totals td.desc{
	text-align:right;
	width:450px;
	padding-right:10px;
	color:#CD3568;
	background-image:none;
}

div.nav{
	clear:both;
	border-top:1px solid #ccc;
}


/* basket buttons */

a.herberekenen, a.verder_winkelen, a.basket_bestellen {
	display: inline-block;
	float:left;
	height:22px;
	margin:10px 0 0;
	width:98px;
	text-indent: -9999px;
}

a.verder_winkelen {
	background:transparent url(../nav/verder_winkelen.gif) no-repeat scroll left top;
	width:128px;
}

a.herberekenen {
	background: transparent url(../nav/herberekenen.gif) no-repeat scroll left top;
	margin-left: 197px;
	width: 128px;
}

a.basket_bestellen {
	background:transparent url(../nav/bestellen_rood.gif) no-repeat scroll left top;
	height:53px;
	margin:-22px 0 0 465px;
}

img.action {
	position: absolute;
	right: 20px;
	top: 60px;
}

div#other-products {
	clear: both;
	width: 570px;
	padding-top: 10px;
	overflow: hidden;
}

div.other-product {
	width: 178px;
	border: 1px solid #ccc;
	margin: 0px 10px 10px 0px;
	float: left;
}

div.other-product h3 {
	margin: 0 0 0px 10px;
}

div.other-product p {
	margin: 5px 0 0 10px;
}

div.other-product a.bestellen {
	margin: 10px 10px 10px 0;
}

div.other-image {
	width: 178px;
	height: 110px;
	overflow: hidden;
	margin-bottom: 10px;
}

img.otherimage {
	margin-left: 40px;
	margin-top: 5px;
	border: 0;
}




table#price {
	width: 258px;
	color: #CC3366;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}

table#price td.right {
	width: 158px;
}

table#price td.left {
	width: 100px;
	color: #999;
}

table#price td.large {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
}

div#productblock {
	width: 258px;
	overflow: hidden;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 0 30px 0;
	clear: both;
}

div#productblock span#korting {
	background:transparent url(../img/korting.gif) no-repeat scroll left top;
	display: block;
	width: 248px;
	height: 19px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	padding-top: 3px;
	margin-top: 20px;
}


input.searchlarge {
	width: 250px;
	font-family: verdana;
	font-size: 11px;
	padding: 3px;
	margin-right: 5px;
	vertical-align: middle;
}

img#searchbutton {
	vertical-align: middle;
}

input.search {
	background:transparent url(../img/searchbutton.gif) no-repeat scroll right top;
	border: 0 none;
	cursor: pointer;
	height: 22px;
	margin: 0px;
	width: 78px;
	vertical-align: middle;
}

div.gegevens dl {
	width:800px;
	float:none;
}

div.gegevens dt {
	float:left;
	clear:left;
	font-weight:bold;
	width:100px;
}

.nietingevuld {
	color:#FF0000;
	width:800px;
	clear: both;
}
