
/***********************************
 *          HTML STYLES            *
 ***********************************/
body,td,th {                    
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}
body {
	background-color: #DA2021;
	margin:1px 1px 1px 1px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a image{
	border:none;
}
marquee{
	height:20px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

/***********************************
 *            ID STYLES            *
 ***********************************/

#pageFrame{
	border:5px solid #CC0000;
}
 
#footer{
	margin:0px;
	height:100%;
	background-color:#ffffff;
}

#masthead{
	margin:0px;
}

#content{
	padding-right:0px;
}

/***********************************
 *          CLASS STYLES           *
 ***********************************/
.productListing{
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
	width:600px;
}
.productListing .price{
	color:#FF3300;
	font-size:12px;
	font-weight:bold;
}

.productListing .productName{
	margin-bottom:10px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
}

.productListing a{
	color:#666666;
	font-size:10px;
	text-decoration:underline;
	margin-top:10px;
}


/* CONTROLLING THE ALPHA TRANSPARENCY IN IE WEB BROWSERS */
.bubble{
    border:0px;
    /*Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bubble_bg.png');
}

.bubble[class]{
	background-image:url(../images/bubble_bg.png);
	background-repeat:no-repeat
} 

.bubble TD{
	color:#ffffff;
	font-size:12px;
}

.heading_red{
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

.video{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
