@charset "UTF-8";
/*START GLOBALS*/
.pricebg, .product_pricebg {
	background:url("../images/pricebg_mum.gif") no-repeat center; 
}
.prodname, .product_name, .boldtext {
	color:#bf839f; 
}

.qtytxt {
   border:1px solid #bf839f;
   color:#bf839f;
}

.orderbtn {
   background-color: #bf839f;
}

.orderbtn:hover {
   border:1px solid #bf839f;
   color:#bf839f;
}

.subcategoryimg a:link, .subcategoryimg a:visited, .subcategoryimg a:active{
	background:url("../images/catbtn_mum.jpg") 0px 0px no-repeat;
}
.subcategoryimg a:hover  {
    background-position:0px -50px;
}

#content h1.titlebar {
	background:url("../images/headers/header_formum.gif") no-repeat top;
}
