/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BF782D;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.abouttext {
	color: #BF782D; 
	/*font-style: italic;  */
	line-height:1.5;
}
.maintexts {color: #BF782D}

.newrelease {
	color: #FF0000;
	font-weight: bold;
}
.whitetext {color: #FFFFFF}

.pricetext {
	font-size: 10px;
	font-weight: bold;
}
.freeshipping {font-size: 10px; font-weight: bold; color: #DD6D01; }
.freeshipping1 {font-size: 10px; font-weight: bold; color: #FF0000; }
.albumtitle {font-size: 10px;}

/* --------------- Mouseover Menu ---------------- */

#popitmenu{
position: absolute;
background-color: #B26132;
border:1px solid #DD6D01;
font: normal 11px Verdana;
line-height: 25px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #F6D6BF;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #E05D10;
}

