/* 
Juni 2009
Door : Koen Haarbosch  |  Bit Squad
*/

/* --------------------------------------------- // -------- ALGEMENE SITE */

* {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding: 0; 
	margin: 0;
	border: 0;	
	text-decoration: none;
}

a:link { color: #000000; text-decoration: underline; } /*  niet bezochte link */
a:hover  { color: #000000; text-decoration: none;} /*  roll over  */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%; /* font-size wordt op 100% van de browser instellingen van de gebruiker gezet, deze grootte wordt dus overgenomen */
  	background: #D7CBBB url(../_images/bg_site.gif) repeat 0 0;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}
#wrapper {
	width: 994px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
	text-align: left;
}

/* --------------------------------------------- // -------- Instellen Fonts */
.menu, .breadcrumb, .content, #divCatInfo, #shoppingcart, .information, #banners { font-size: 0.8em; }
#sitewidemenu { font-size: 0.70em; }
#footer { font-size: 0.65em; }
h2 { font-size: 1.2em; }
h1, .content span.list_price { font-size: 1.4em; }
/* --------------------------------------------- // -------- Header */
#header {
	float: left;
	width: 994px;
	height: 93px;
	background: url(../_images/bg_header.gif) no-repeat 0 0;
}
.logo {
	float: left;	
	margin-left: 22px;
}

/* --------------------------------------------- // -------- Site Wide Menu */
#sitewidemenu {
	float: right;
	color: #fff;
	padding: 15px 12px 0 0;
}
#sitewidemenu a { 
	float: left;
	color: #fff;
	text-decoration: underline;
}
#sitewidemenu a.first {
	margin: 0 10px 0 0;
	text-decoration: underline;
}
#sitewidemenu img {
	float: left;
	margin: 0 0 0 5px;
}
#sitewidemenu span {
	float: left;
	color: #fff;
}

/* --------------------------------------------- // -------- Col Container */
#columnContainer {
	float: left;
	width: 418px;
	min-height: 728px;
	background: url(../_images/bg_colContainer.gif) repeat-y top right;
}

/* --------------------------------------------- // -------- Col Left: Menu en content */
#colLeft {
	float: left;
	width: 237px;
}
#shoppingcart {
	float: left;
	width: 172px;
}
#shoppingcart h2 {
	height: 24px;
	margin: 0 0 15px 0;
	background: url(../_images/icon_shoppingcart.gif) no-repeat top right;
}
#shoppingcart span.products {
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #333;
	border-bottom: solid 1px #ACACA8;
}
#shoppingcart span.products a {
	color: #333;
	text-decoration: underline;
}
#shoppingcart span.products span.row {
	float: left;
	width: 172px;
	margin: 0 0 3px 0;
}
#shoppingcart span.products span span {
	float: left;
	padding: 0 5px 0 0;
}
#shoppingcart span.total_price {
	display: block;
	width: 172px;
	color: #AA1122;
	font-weight: bold;
	font-size: 1.4em;
	text-align: right;
	margin: 0 0 10px 0;
}
#shoppingcart span.links {
	display: block;
	width: 172px;
	text-align: right;
}
#shoppingcart a.to_shoppingcart, #shoppingcart a.afrekenen {
	padding: 0 0 0 12px;
	color: #AA1122;
	margin: 5px 0 0 0;
	text-decoration: underline;
	background: url(../_images/arrows/arrow_red.gif) no-repeat left 5px;

}
.information {
	float: left;
	width: 172px;	
}
.information h2 {
	margin: 0 0 15px 0;
}
.information a {
	display: block;
	text-decoration: underline;
	color: #000;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	background: url(../_images/arrows/arrow_black.gif) no-repeat left 5px;
}
#banners {
	float: left;
	width: 172px;	
}
#banners h2 {
	margin: 0 0 15px 0;
}
.block {
	padding: 0 40px 0 25px;
	background: #F6F7F1 url(../_images/bg_blocks_left.gif) repeat-y 0 0;
}
img.borders {
	float: left;
}
#idealbanner {
	float: left;
	width: 172px;	
}



/* --------------------------------------------- // -------- Menu Main Horizontaal Top */
#colMiddle {
	float: left;
	width: 181px;
	min-height: 728px;
	padding-bottom: 25px;
	background: url(../_images/bg_colMiddle.gif) no-repeat bottom right;
}
img.placeholder {
	float: left;
	width: 1px;
	height: 728px;
}
.menu {
	float: left;
	width: 170px;
	padding-bottom: 20px;
	margin: 0 0 0 5px;
}
.menu h2 {
	color: #fff;
	margin: 0 0 35px 12px;
}
.menu a {
	display: block;
	color: #ccc;
	text-decoration: underline;
	padding: 0 0 0 12px;
	margin: 0 0 7px 0;
	background: url(../_images/arrows/arrow_grey.gif) no-repeat left 5px;
}
.menu a:hover {
	color: #ccc;
	text-decoration: none;
}

#balkCont {
	float: left;
}
#balkCont2 {
	position: absolute;
}
#balk  {
	position: relative;
	top: 0;
	left: -23px;
	height: 728px;
	width: 23px;
	z-index: 999;
}

/* --------------------------------------------- // -------- Col Right : Banners */
#colRight {
	float: right;
	width: 576px;
	background: #F6F7F1 url(../_images/bg_colRight.gif) repeat-y top right;
}

/* --------------------------------------------- // -------- Breadcrumb */
.breadcrumb {
	float: left;
	width: 506px;
	color: #000;
	padding: 0 35px 0 35px
}
.breadcrumb a {
	color: #AA1122;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 0 0 0 12px;
	text-decoration: underline;
	background: url(../_images/arrows/arrow_red.gif) no-repeat left 5px;
}

/* --------------------------------------------- // -------- Content */
.content {
	float: left;
	width: 506px;
	color: #000;
	padding: 35px 35px 30px 35px
}
.content .titlerow {
	float: left;
	width: 506px;
	clear: both;
}
.content h1 {
	float: left;
	width: 405px;
	color: #ECA402;
	margin: 0 0 10px 0;	
}
.content span.list_price {
	float: right;
	width: 80px;
	text-align: right;
	padding-right: 20px;
	color: #ECA402;
	font-weight: bold;
}
.content p {
	margin: 0 0 10px 0;	
}

#divCatInfo {
	float:left;
	width: 506px;
	color: #000;
	padding: 35px 35px 50px 35px

}
/* --------------------------------------------- // -------- Shop List Homepage */
#shopListHome {
	float: left;
	margin: 0 0 30px 0;
}
.content dl {
	float: left;
	width: 106px;
	padding: 3px;
	background: #000;
	margin: 10px 10px 0 0;
	font-size: 0.8em;
}
.content dl dt, .content dl dd {
	color: #fff;
	text-align: right;
	font-weight: bold;
	padding: 2px 5px 5px 0;
}

.content dl dt {
	height: 30px;	
	padding-top: 5px;
}


/* --------------------------------------------- // -------- Category List */
.divpreview {
	float: left;
	width: 112px;
}


img#largePattern, img.largePattern {
	float: left;
	margin: 10px 10px 0 0;
	border: solid 3px #000;
}

a.buy_link {
	display: block;
	width: 90px;
	height: 22px;
	color: #AA1122;
	margin: 10px 0 0 0;
	padding-top: 4px;
	padding-left: 29px;
	
	text-decoration: none;
	background: #fff url(../_images/btn_kopen.gif) no-repeat 0 0;
}
a.buy_link:hover {
	background: #fff url(../_images/btn_kopen_over.gif) no-repeat 0 0;
}
.content .category {
	float: right;
	width: 374px;
}
.content .category dl dd.img {
	text-align: left;
}
.content .category dt {
	float: left;
	width: 100px;
}
.content .category div {
	float: left;
}
.content .category div.detailImg {
	float: left;	
	width: 58px;
	height: 58px;
	border: solid 3px #fff;
	margin: 0 0 0 3px;
}


.content .category dl dd.img img {
	
	border: solid 3px #fff;
	margin: 0 0 0 3px;
}
.content .category dl dd.img img.vergrootglas {
	border: none;
	margin: 37px 0 0 12px;
}
.content .category dl dd a {
	color: #fff;
	font-size: 1.4em;
	text-decoration: underline;
}
.content .category a.previous {
	float: left;
	color: #AA1122;
	font-weight: bold;
	padding: 0 0 0 12px;
	margin: 40px 0 0 0;
	text-decoration: underline;
	background: url(../_images/arrows/arrow_red_back.gif) no-repeat left 5px;
}
.content .category a.next {
	float: right;
	color: #AA1122;
	font-weight: bold;
	padding: 0 12px 0 0;
	margin: 40px 20px 0 0;
	text-decoration: underline;
	background: url(../_images/arrows/arrow_red.gif) no-repeat right 5px;
}

.content .paging {
	float: left;
	width: 370px;
}
/* --------------------------------------------- // -------- Footer */
#footer {
	float: right;
	width: 576px;
	padding: 70px 0 30px 0;
	text-align: center;
	color: #333;
	background: url(../_images/bg_footer_colRight.gif) no-repeat top left;
}
#footer a {
	color: #000;
	text-decoration: underline;
}

/* --------------------------------------------- // -------- Winkelwagen inhoud */
table.contentShoppingcart {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border: solid 3px #fff;
}
table.contentShoppingcart tr th {
	background: #d4c7b7;
	padding: 5px;
	vertical-align: top;
}
table.contentShoppingcart tr td {
	background: #f6f4f1;
	border-bottom: solid 3px #fff;
	padding: 5px;
	vertical-align: top;
}

table.contentShoppingcart tr td.row2 {
	background: #E9E7E4;
	font-weight: bold;
}



.detailImg
{
 background-position:left top; 
 background-repeat:no-repeat;  
 width:52px;
 height:52px;
 float:left;
 border:3px solid #ffffff;
    
}

.detailVergrootglas
{
 float:right;
 width:30px;
 height:30px;   
}



.meld {
	background-color: #eca402;
	font-weight: bold;
	height:40px;
	line-height:40px;
	margin-left: 35px;
	font-size: 0.8em;
	margin-top: 40px;

	width: 486px;
	color: #aa1122;
	border:solid 2px #aa1122;
	padding-left:15px;
}

.login {
	float: left;
	width: 250px;
	padding-bottom: 20px;

}
.login .boxSmall { width: 220px;}
.login h2 {color: #eca402; margin-bottom: 5px;}
.melding { /*color: #CC0000;*/ margin-bottom:10px;}
.betaalwijze {
	float: left;
	width: 474px;
	margin: 25px 0 10px 0;	
	border: solid 3px #fff;
	padding: 10px;
	background: #f6f4f1;
}
.betaalwijze h2{
	display: block;
	margin: 0 0 10px 0;	
}

a.submenu
{
   color: #ffffff; 
   text-decoration: underline; 
   padding-left:30px; 
}

