/* CSS Document */



/* ****************************** UNDERTEXT KNAPPAR / TABS PRODUKT ************************************/



.undertextBtn {

border: solid #e6e6e6 1px;
background-color:#d5a848;
border-radius : 10px 10px 0px 0px;
display:inline-block;
cursor:pointer;
color:#fff;
font-family:Trebuchet MS;
font-size:12px;
padding:9px 28px;
text-decoration:none;
    
    

}
.undertextBtn:hover {
	background-color:#e6e6e6;
	color:#ffffff;
}
.undertextBtn:active {
	position:relative;
	top:1px;
	color:#ffffff;
}



