#topmenu ul li a {
    color: #000;
    height: 35px;
}
#topmenu ul li a:hover {
	color: #fff;
}
#navbar {
    background: none;
    color: #fff;
    border: none;
    border-bottom: 1px solid #4c6390;
    height: 35px;    
}
#navbar a {
    color: #fff;
}
.menublock {
    border: none;
}
.menublock h4 {
    /*background: none;*/
    /*background-color: #f5d781; */
	background: url('../images/menu_bg.gif') repeat-x;
    color: #4c6390;
}
.contentblock {
    border: none;
}
.contentblock h1 {
    /*background: none;
    background-color: #f5d781; */
	background: url('../images/h1_bg.gif') repeat-x;
    height: 27px;
    padding: 0 10px;
    line-height: 27px;
}

a.adv_button {
    /*background-color: #f5d781; 
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;*/
    border: 1px solid #C4C4C4;
    background: #4C6390;
	color: #fff;
}

a.adv_button:hover {
    background: #C4C4C4;
	color: #fff;
    border: 1px solid #C4C4C4;
    text-decoration: none;
}

.buynow-button{
    display: none;   
}

.productlist-buynow{
    float: left;
}