/* Content background classes*/



/* Presentation Stylesheet */

a:link { color: #54a4de; background: transparent; font-weight: bold; text-decoration: none}
a:visited { color: #54a4de; background: transparent; font-weight: bold; text-decoration: none}
a:hover { color: #54a4de; background: transparent; font-weight: bold; text-decoration: underline}
a:active { color: #54a4de; background: transparent; font-weight: bold; text-decoration: underline}


h1 {
	
	font-size:180%;

	background: transparent;
	line-height: 160%;

	padding: 0;
	margin: 2px 0px 10px 0px;

	color: #54a4de;
	font-weight: normal;
}

h2 {
	padding: 0;
	margin: 2px 0px 8px 0px;
	font-size: 110%;
	line-height: 120%;
	color: #54a4de;
	background: transparent;

}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 105%;
	line-height: 120%;
	color: #54a4de;
	background: transparent;
}




p{
	margin: 0 0 1em;
}



strong {
	font-weight: bold;
	color: #676b6d;
}



hr {
  	border: 0;
  	width: 100%;
  	color: #676b6d;
	background-color: #676b6d;
	height: 1px;
	clear: both;
	margin: 1px 0 1px 0;
}


img.border{
	border: 1px solid #676b6d;
}

img.padding-left{
	margin: 0 0 10px 10px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=white,direction=135);
}









/* TOP Navigatie opmaak */

#topnav1 ul {
	padding: 0 0 0 0;
	margin: 0 0 5px 0 ;
	font-weight: normal;
	font-size: 70%;
	color: #fff;
	text-align: right;
	list-style-type: none;
}

#topnav1 li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0  0 0 10px;
	
	border: 1px solid #858585;
	border-width: 0 0px 0 1px;
}

#topnav1 li.first {
	border: 0;
}

#topnav1 li a{

	color: #858585;
}



/* TOP Navigatie opmaak */

#topnav1b ul {
	padding: 0 0 0 0;
	margin: 0px 0 30px 0 ;
	-margin: 0px 0 35px 0 ;
	font-weight: normal;
	font-size: 70%;
	color: #fff;
	text-align: left;
	list-style-type: none;
}

#topnav1b li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0  0 0 10px;
	
	border: 1px solid #858585;
	border-width: 0 0px 0 1px;
}

#topnav1b li.first {
	border: 0;
}

#topnav1b li a{

	color: #858585;
}





/* TOP Navigatie2 opmaak */

#topnav2 ul {

	width: 600px;
	padding: 00px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 0%;
	color: #777b7d;
}

#topnav2 li {

	list-style: none outside;
	display: block;
	float: left;
	
	margin: 0 0 0 0;
	padding: 0 0px 0 0;
	text-align: center;
	
	
	height: 34px;
}

#topnav2 li a {
	display: block;
	
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0;

	background-image: url(../img/topnavbg.gif);
	background-repeat: no-repeat;
	
	
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.casual a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(../img/tab/casual.gif);
	background-repeat: no-repeat;
	
	width: 104px;
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.twitter a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(/catalog/images/icons/twitter.png);
	background-repeat: no-repeat;
	backgroung-position: bottom center;
	
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.kadobon a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(/catalog/images/tab/kadobonnen.gif);
	background-repeat: no-repeat;
	backgroung-position: bottom center;
	
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.business a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(../img/tab/business.gif);
	background-repeat: no-repeat;
	
	width: 104px;
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.travel a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(../img/tab/travel.gif);
	background-repeat: no-repeat;
	
	width: 104px;
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.home a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(../img/tab/home.gif);
	background-repeat: no-repeat;
	
	width: 104px;
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.contact a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(../img/tab/contact.gif);
	background-repeat: no-repeat;
	
	width: 104px;
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.tracktrace a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(../img/tab/tracktrace.gif);
	background-repeat: no-repeat;
	
	width: 104px;
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.login a {
	display: block;
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	background-image: url(../img/tab/login.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 27px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#topnav2 li.loguit a {
	display: block;
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	background-image: url(../img/tab/loguit.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 27px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#topnav2 li.accessoires a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(../img/tab/accessoires.gif);
	background-repeat: no-repeat;
	
	width: 104px;
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}


#topnav2 li.aanbieding a {
	display: block;
	padding-top: 0px;
	
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	background-image: url(../img/tab/sale.gif);
	background-repeat: no-repeat;
	
	width: 65px;
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav2 li.favoriet a {
	display: block;
	padding-top: 0px;
	
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	background-image: url(../img/tab/favoriet.gif);
	background-repeat: no-repeat;
	
	width: 65px;
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}


#topnav2 li a:hover, #topnav2 li a:active {

	color: #fff;
	background-color: transparent;
	text-decoration: underline;

}

#topnav2 li a.highlight{

	text-decoration: underline;
	display: block;
	color: #fff;
	background-color: transparent;
	font-weight: bold;

}

#topnav2 li a:hover.highlight, #topnav2 li a:active.highlight{

	text-decoration: none;
	display: block;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	

}

/* Navigatie opmaak */

#nav ul {

	width: 100%;

	padding: 0;
	margin: 0 0 0px 0;
	
	
	background-image: url(../img/nav/mainnav-ul-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	
	

	font-weight: normal;
	font-size: 85%;
	color: #777b7d;

}

#nav li {

	list-style: none outside;
	
	margin: 0 0 0 0;
	padding: 3px 0 3px 25px;
	text-align: left;

	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #35520a;


	background-image: url(../img/nav-bg-sub.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

	
	
}

#nav li.first{
	background-image: url(../img/nav-bg-grey.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 37px;
	padding: 7px 0 0 15px ;
	margin: 0;
	font-weight: bold;
	font-size: 0%;
	color: #fff;
}

#nav li.first1{
	background-image: url(../img/nav-bg-grey.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.first2{
	background-image: url(../img/nav-bg-grey.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.first3{
	background-image: url(../img/nav-bg-grey.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.first4{
	background-image: url(../img/nav-bg-grey-de.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.hoofd{

	/*background-image: url(../img/nav-bg-hoofd.gif);
	background-repeat: no-repeat;
	background-position: top left;*/


 
	
}


#nav li.red{
	background-image: url(../img/nav-bg-red.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}

#nav li.red1{
	background-image: url(../img/nav-bg-red.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

#nav li.red2{
	background-image: url(../img/nav-bg-red.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}

#nav li.red3{
	background-image: url(../img/nav-bg-red.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}

#nav li.red4{
	background-image: url(../img/nav-bg-red-de.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}

#nav li a {
	display: block;
	padding: 0;

	margin: 0 0 0 0;
	
	text-decoration: none;
	font-weight: normal;

	color: #6d6f72;

}

#nav li.nieuws{
	background-image: url(../img/nieuwstab.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.nieuws1{
	background-image: url(../img/nieuwstab.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.nieuws2{
	background-image: url(../img/nieuwstab.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.nieuws3{
	background-image: url(../img/nieuwstab.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.nieuws4{
	background-image: url(../img/nieuwstab-de.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.beoordeelons{
	background-image: url(../img/tab/beoordeelons.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.populair{
	background-image: url(../img/tab/populair.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.populair1{
	background-image: url(../img/tab/populair.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.populair2{
	background-image: url(../img/tab/populair.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.populair3{
	background-image: url(../img/tab/populair.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.populair4{
	background-image: url(../img/tab/populair-de.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}

#nav li.filter{
	background-image: url(../img/tab/filter.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 37px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	font-size: 0%;
	
	color: #fff;
	
}



#nav li a:hover, #nav li a:active {

	color: #54a4de;
	text-decoration: none;
}




#nav li a.highlight{

	text-decoration: none;
	display: block;
	color: #54a4de;
	font-weight: bold;

}

#nav li a:hover.highlight, #nav li a:active.highlight{

	text-decoration: none;
	display: block;
	color: #54a4de;
	font-weight: bold;
	

}

#nav li.manufacturersli {
	padding: 0px 0px 0px 10px;
	margin: 0 0 0px 0;
	background-image: url(../img/nav/bgtrans.gif);
	background-position: right;
}

/* tweede menu opmaak */

#menu2 ul {

	width: 100%;

	padding: 0;
	margin: 0 0 10px 0;
	
	
	background-image: url(../img/nav/mainnav-ul-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	
	

	font-weight: normal;
	font-size: 85%;
	color: #777b7d;

	

}

#menu2 li {

	list-style-type: square;
	-list-style-position:inside;
	
	margin: 0 0 0 0;
	padding: 3px 0 3px 15px;
	text-align: left;
	background-image: none;

	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #35520a;


	background-img: url(../img/nav-bg-sub.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

	
	
}

#menu2 li.first{
	background-image: url(../img/nav-bg-grey.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 23px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	
	color: #fff;
	
}


#menu2 li.red{
	background-image: url(../img/nav-bg-red.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}


#menu2 li a {
	display: block;
	padding: 0;

	margin: 0 0 0 0;
	background-color: transparent;
	
	text-decoration: none;
	font-weight: normal;

	color: #6d6f72;

}

#menu2 li a:hover, #menu2 li a:active {

	color: #54a4de;
	background-color: transparent;
	text-decoration: none;
}




#menu2 li a.highlight{

	text-decoration: none;
	display: block;
	color: #54a4de;
	background-color: transparent;
	font-weight: bold;

}

#menu2 li a:hover.highlight, #menu2 li a:active.highlight{

	text-decoration: none;
	display: block;
	color: #54a4de;
	background-color: transparent;
	font-weight: bold;
	

}





#search input.field{
	
	width: 140px;
	float: left;
	height: 15px;
	padding: 0;
	margin: 2px 0 0 0;
	font-size: 11px;
}

#search input.button{
	border: 0;
	height: 20px;
	
}



div#stretcher{
	height: 700px;
	width: 1px;
	background: transparent;
	
}



#content ul {
	padding-left: 40px;
	margin: 15px 0 15px 0px;
	font-size: 100%;
	list-style: url(../img/bullet.gif);

}

#content li {

	margin: 0;
	padding:  2px 0 1px 0;

}





/* nieuws */


#content div.nieuwsitem{
	
	padding: 0px 0 5px 0;
	margin: 0 0 0px 0;

	border-style: solid;
	border-color: #ddd;
	border-width: 0px;
}

#content div.nieuwsitem h2{

	margin: 15px 0 0px 0;
}

#content div.first h2{
	margin-top: 0;
}

#content p.nieuwsdatum{
	margin: 0 0 10px 0;
	color: #ff0000;
	font-size: 85%;
}



/* medewerkers */


#content div.medewerker{
	
	padding: 0px 0 5px 0;
	margin: 0 0 15px 0;

	border-style: solid;
	border-color: #ddd;
	border-width: 0px;
}

#content div.medewerker h2{

	margin: 0px 0 0px 0;
}

#content div.first h2{
	margin-top: 0;
}

#content div.medewerker div.info{
	width: 420px;
}






/* klanten */


#content div.klanten{
	
	padding: 0px 0 5px 0;
	margin: 0 0 15px 0;

	border-style: solid;
	border-color: #ddd;
	border-width: 0px;
}

#content div.klanten h2{

	margin: 15px 0 10px 0;
}



#content div.klanten div.info{
	width: 420px;
}



/* Nieuwsbrieven */

#content h2.nieuwsbrieventitle{
	margin: 0 0 18px 0;
}


#content span.nieuwsbrievendatum{
	margin: 0 0 15px 0;
	color: #ff0000;
	font-size: 85%;
}





/* FORM DATA */

form{

	padding: 0;
	margin: 0;
}


input {
	background-color: #fff;
	
	font-size: 100%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #676b6d;
	border:1px solid;
	border-color: #676b6d;
}



.select{

	background-color: #fff;
	
	font-size: 100%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #676b6d;
	border:1px solid;
	border-color: #676b6d;

}

.checkbox{
	padding: 0px;
	margin: 0 6px 0 0;
	border: 0;
}

p.error{
	background: #eee;
	color: #676b6d;
	border-color: #676b6d;
	border:1px solid;
	padding: 2px 2px 2px 5px;
	margin: 15px 0 15px 0;
	font-size: 100%;
	font-weight: bold;

}


textarea {
	background-color: #fff;
	
	font-size: 100%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #676b6d;
	border:1px solid;
	border-color: #676b6d;
}

/* verschillende lengtes textvelden */


textarea.small{
	width: 400px;
	height: 130px;
}
textarea.big{
	width: 400px;
	height: 200px;
}


#stretcher {

	float: right;
	width:0px;
	height: 450px;
	margin: 0;
	padding: 0;


}



#footer a{ font-weight: normal; }

#verzendkostenrozet {
margin: 0;
padding: 0;
height: 113px;
width: 110px;
text-align: right;
float: right;
right: 0px;
position: absolute;

z-index: 550;

}

 
#rozet {
width: 120px;
height: 83px;

font-size: 100%;
float: right;
font-weight: bold;
position: absolute;
color: #fff;

/* background-image: url("/catalog/images/default/rozet.png"); */
background-repeat: no-repeat;
background-color: transparent;


}

#cadeautip {
width: 61px;
height: 83px;

font-size: 100%;
float: right;
font-weight: bold;
position: absolute;
color: #fff;

/* background-image: url("/catalog/images/default/rozet.png"); */
background-repeat: no-repeat;
background-color: transparent;


}

#productfilter_label {

width: 100px;
float: left;

}

#productfilter_buttons {

width: 411px;
float: right;
text-align: left;


}

#productfilter {
margin-top: 0px;
margin-left: 3px;

width: 521px;
height: 79px;

padding-top: 5px;
padding-left: 10px;

font-size: 85%;

line-height: 10px;


background-image: url("/catalog/includes/sts_templates/test/img/filter/filterbg.gif");
background-repeat: no-repeat;



}

#rozetcadeauprijs {
margin: 0px 0px 0px 0px;
padding: 0 0 0 0;
top: 0px;
left: 16%;
float: left;
position: absolute;
z-index: 40;
text-align: center;
font-size: 80%;
}

.grotebprijs {
font-size: 140%;
font-weight: bold;
}
.centbprijs {
font-size: 95%;
font-weight: normal;
}

#rozetprijs {
margin: 0px 0px 0px 0px;
padding: 0 0 0 0;
top: 20px;
left: 25%;
float: left;
position: absolute;
z-index: 40;
text-align: center;
}

#rozetprijsnieuw{
margin: 0;
padding: 0;

}



#rozetprijsnieuw {

font-size: 120%;

}

#datumnieuws {
font-size: 80%;
}

#sale {
width: 60px;
height: 83px;
margin: 0 100px;
font-size: 100%;
float: right;
font-weight: bold;
position: absolute;
color: #fff;

/* background-image: url("/catalog/images/default/rozet.png"); */
background-repeat: no-repeat;


}

 #partners li {

margin: 0;
padding: 0;
list-style: none;
list-style-image:none;
text-align: left;

}

#partners ul {

margin: 0;
padding: 0;
list-style: none;
list-style-image:none;
text-align: left;

}

li.linkje {
	display: inline;
	margin: 0px;

	list-style: none;
	list-style-image:none;
	text-align: left;
	float:none;
}

li.linkje a{
	margin: 0px;

	list-style: none;
	font-size: 80%;
	color: #777b7d;
}

ul.linkje {
	display: inline;
	margin: 0px;
	list-style: none;
	list-style-image:none;
	text-align: left;
	float:none;
}

