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

ul
{
	margin-left: 20px;
	list-style: circle;
}
strong,b
{
	font-weight: bold;
}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../images/bg/main.jpg');
	background-color: #999999;
	background-repeat: repeat-x;
	background-position: top;

	/*scrollbar*/
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #DDDDDD;
	scrollbar-arrow-color: #333333;
	
	/*fonts*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}	

/*links*/

td a:link, td a:visited, td a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

td a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.tiny a:link, .tiny a:visited, .tiny a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.tiny a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}


/*custom classes*/

.leftcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.header h1#product_header, h1#informatie_header, h1#zoeken_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	color: #333333;
	width: auto;
}

.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.handcursor {
	cursor: pointer;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	height:20px;
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-track-color: #DDDDDD;
	scrollbar-arrow-color: #666666;
}

.listfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-track-color: #DDDDDD;
	scrollbar-arrow-color: #666666;
}

.borders {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

li.ularrow {
	margin-left: 20px;
	list-style-image:url(/images/arrow.gif);
	cursor:hand;

}

li a:link, li a:visited, li a:active {	
	text-decoration:none;
}
li a:hover {
	text-decoration: underline;
}
.showme {
	color:#0000FF;
	display:inherit;
}

.showme a:visited, .showme a:link, .showme a:active {
	color:#0000FF;
	text-decoration: none;
}
.showme a:hover {
	color:#0000FF;
	text-decoration: underline;
}

.hideme {
	display:none;
}

.style10 {color: #FFFFFF}
.style18 {font-size: 17px}
.style4 {	font-size: 24px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.style5 {	font-size: 24px;
	color: #FFFFFF;
	padding-left: 5px;
}
.pricedisplay .style5 {
    font-style: italic;
    font-weight: bold;
}
.style7 {	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}


.style11 {font-size: 20px}
.style14 {	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}
.style19 {	font-size: 24px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.style6 {color: #666666}
.style8 {color: #FF0000}
.displayYes { visibility:visible; display:inherit; }
.displayNo { visibility:hidden; display:none; }

/* ********************************************************************** */
td.frontpage_spacer
{
	background: #E9E9E9;
}

table.block-productDetails
{
	margin-bottom:10px;
}

table.block-productDetails2
{
	margin-left:10px; 
	margin-right:20px; 
	margin-bottom:20px;
}

div.block-productDetails-afbeelding
{
	float:left;
	border:solid 1px #999999;
	width:310px;
	cursor:pointer;
	padding:10px;
}

table.block-frontpageProducts
{
	background: #E9E9E9;
}

.gratis_bg
{
	background: #FF6600;
	color: white;
}

div.gratis_titel
{
	background: url(/images/headers/nl/gratis_orange.gif);
	width: 213px;
	height: 18px;
}

.product_details_nav_bottom_bottom
{
	display: none;
}
	
#productoverzicht_img {
	cursor: pointer;
}


