/* 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;
}

/* --------------- Mouseover Tooltip ---------------- */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-size:11px;
color:#000000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
