/* common */
body {
	font-size: 11px;
	background : #000000 repeat-x url(/stores/musicmillennium/images/background.gif);
	}

body, td, div, p { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	}
 
table.mainTable { padding-top : 0px; }
table.mainTable td.mainContent { padding-top : 15px; }
    
.textNormal, .textBold { font-size: 11px; }
.textBig, .textBigBold { font-size: 12px; }
.textSmall, .textSmallBold { font-size: 9px; }
.textBold, .textBigBold, .textSmallBold { font-weight: bold; }

a { color: #CC0000; }
a:hover { color : #FF0000; }

a.small { font-size : 9px; }

.attention, .ccWarning {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color : #FF0000;
	padding : 3px;
	}

.imgBorder { border : 1px solid #CC0000; }


	
/* department page */
.deptHead {
	font-size: 24px;
	font-weight : bold;
	color: #999999;
	}

.prodPrice {
	font-size: 11px;
	font-weight: bold;
	}
.price2 { color: #DDDDDD }

a.link1, a.link2 {
	font-size: 11px;
	font-weight : bold
	}
a.link2 { color: #999999; }
a.link2:hover { color: #DDDDDD; }



/* footer */
a.footer { font-size: 11px; }



/* department nav */
td.deptNav1 { background-color : #666666; }
td.deptNav2 { background-color : #333333; }

a.deptNavLink {
	font-size: 11px;
	color: #FFFFFF;
	font-weight : bold
	}
a.deptNavLink:hover { color: #CC0000; }

.deptLinkSpace { padding: 3px; 
        font-size: 11px;
	color: #FFFFFF;
	font-weight : bold;
        text-align : center;
        text-transform: uppercase
}



/* product page */
td.productHead { background-color : #666666; }

td.productHead div { 
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;	
	}

.head {
	font-size: 18px;
	font-weight: bold
	}

.productHeadSmall{
	font-size: 9px;
	font-weight: bold	
	}

.smallHead {
	font-size: 16px;
	font-weight: bold
	}

.priceHead, .productPrice {
	font-size: 11px;
	font-weight: bold		
	}
.productPrice { color: #DDDDDD }

.listNumber {
	font-size: 12px;
	font-weight: bold	
	}
.listText {
	font-size: 11px;
	color: #BBBBBB;
	font-weight: bold
	}

a.addToCart { font-size: 11px; }



/* cart page */
td.cartHead {
	background-color : #666666;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;	
	}

.cartPrice { font-size: 14px; }
.cartTotal {
	font-size: 16px;
	font-weight: bold
	}

a.cartLink {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold
	}
a.cartLink:hover { color: #FF0000; }


/* searches */	
.searchListNumber{
	font-size: 16px;
	font-weight: bold
	}

a.searchLink { font-size: 14px; }

