body{
/*background-color:#ccd8ec;*/
font-family: Verdana, Arial;
font-size: 10px;
margin-top:0px; 
}

h4{
font-size: 14px;
}

p{
font-size: 11px;
color: #00496c;
}

strong{
font-size: 12px;
font-weight:bold;
color: #00496c; 
}

 a:link.sitemap{
float:right;
font-size:9px; 
color:#fff;
text-decoration:none;
}

 a:active.sitemap{
 float:right;
font-size:9px; 
color:#fff;
text-decoration:none;
}

a:hover.sitemap {
float:right;
font-size:9px; 
color:#fff;
text-decoration:underline;
}

.tabcontent li{
line-height:17px;
font-size: 11px; 
color: #00496c; 
}

#kleurkiezer td{
height: 40px;
width: 40px;
}

.eyesname{
padding-left:20px;
text-align:center;
font-size:16px;
color:#688cc8;
font-weight:bold;
}

.eyeslight{
position: relative; top:136px; left:71px;
}

.eyesmedium{
position: relative; top:121px; left:71px;
}

.eyesdark{
position: relative; top:126px; left:100px;
}

.lens{
border:1px solid white;
cursor:pointer;
}

.lens:hover{
border:1px solid silver;
cursor:pointer;
}

#backgroundeyes{
position:relative;
background-color:#89b4e9;
height:383px; 
width:945px; 
background-image: url(images/kleurkiezer/light/lightbg_new.jpg); 
background-repeat:no-repeat;
}

hr{
border:1px solid silver;
}

form {
padding-left:100px;
padding-top:20px;
}

form td{
font-size:10px;
color:#006699;
}

form .titel{
font-weight:bold;
font-size:12px;
color: #006699;
}

form .wildeyestitel{
font-weight:bold;
font-size:12px;
color: #006699;
}

.wildeyestitel h1{
font-size:20px; 
color:white;
}

.content{
background-color:#eceeff;
background-image: url(images/moon2.gif);
background-repeat: no-repeat;

}

.titel h1{
font-size:20px; 
color:#006699;
}

.wildeyes{
height:384px; 
background-image: url(images/moon.gif);
background-repeat: no-repeat;
background-color:#000;

}

.wildeyescontent{
padding-left:90px;
padding-top:6px;
}

.nav{
border:0px;
}

.prijs{
font-size:12px; 
color:red;
}

.productcell{
background-color:#ccd8ec;
}

.subkop{
font-size:12px;
font-weight:bold;
}
/*-----------tabs------------*/

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:12px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}


