@charset "utf-8";
/* CSS Document */

body {
	background-color:#FF3300;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
map {
	border:none;
	outline:none;
}
#container {
	width:966px;
	height:auto;
	margin:0px auto;
}
#header {
	width:966px;
	height:110px;
}
#navigatie {
	width:307px;
	height:auto;
	float:left;
	background-color:#FF33CC;	
}
#content_container {
	width:966px;
	height:auto;
	float:left;
	background-image:url(../images/content_back.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#FF33CC;
}
#content {
	width:553px;
	height:auto;
	margin:0px 29px 0px 46px;
	padding:0px 15px 20px 10px;
	float:right;
	background-image:url(../images/watermerk.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	min-height:450px;
	overflow-x:hidden;
}
#footer {
	width:965px;
	height:20px;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#FF33CC;
	text-align:center;
	vertical-align:bottom;
	padding:30px 0px 0px 0px;
}

/*webwinkel*/
.cartimage {
	width:50px;
}
.detaillistprice {
text-align:center;
}
.prodimage {
vertical-align: top;

} 
.imageprod { 
width:100px;
height:auto;
border:1px; 
border-thickness: 1px; 
border-color:#CCCCCC;
border-style: solid; 

}
.detailimage {
vertical-align : top;
width:auto;
height:auto;
} 
.detailprice {
	text-align:center;
}
div.prodid{
font-size:11px;
}

span.prodoption{
font-weight: bold;
} 

.prodname, .detailname{
font-weight: bold;
font-size:13px;
display:none;
}
.buybutton{
vertical-align:bottom;
}

TABLE.cobtbl{
background-color: #D6519D;
} 

TD.cobhl{
background-color: #FF5DCC;
}

TD.cobll{
background-color: #FF5DCC;
color : #FFFFFF;
}
P.pagenums {
font-size: 11px;
font-family : Verdana;
color:#333333;
}

SPAN.currpage {
color: #FF0000;
font-weight: bold;
}
div.prodinstock {
font-size: 11px;
font-family : Verdana;
color:#009900;}

.review {
color: #000;
font-weight: bold;
font-size:11px
}
.review, .reviewform{
font-weight:normal;
}
.reviewhr {
color: #CCC;

}
.showallreview, .reviewcomments {
color: #000;
font-weight: normal;
font-size:11px
}

.reviewname {
color: #999;
font-weight: normal;
font-size:12px
}

hr.review {
width: 100%;
text-align:left;
height: 0px;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #CCCCCC;
}
div.prodrating{
}
img.prodrating{
}
.pop360l {width:500px;height:530px;border:5px #ccc solid;position:absolute;zindex:1200;margin-left:120px;margin-top:50px;background:#fff;}
.360sml {text-align:center;margin-top:340px;margin left:120px;width:130px;position:absolute;z-index:1;}
.popwb {margin-top:-2px;width:750px;height:515px;background- color:#fff;position:absolute;z-index:40;filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}

TD.mincart {
background-color:none;
}

P.mincart {
font-size: 10px;
}
HR {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #006AC8;
visibility:hidden;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#000000;
    text-decoration:none;

}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #000000; background:#ffffff;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
	top:-200px; left:50;
	padding: 15px;
	width:500px;
	color: #000000;
    text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	font-weight:normal;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
a.tt:hover span.top{
	display: block;
	padding:10px;
    background: url(bubble.gif) no-repeat top;
	background-color:#FFFFFF;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 10px; 
	background: url(bubble_filler.gif) repeat bottom; 
	background-color:#FFFFFF;
}
a.tt:hover span.bottom{
	display: block;
	padding: 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
	background-color:#FFFFFF;
}
