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