a:link { color: #FF9900; text-decoration:none; }
a:visited { color: #909090; text-decoration:none; }
a:hover, a:active { color: #FFFFFF; background-color: #FF9900; font-decoration:none; }
BODY, TD{
	font-family:  Arial, Helvetica, Sans Serif;
	color: #555555;
	font-size: 12px;
}
BODY{
	margin:0px 0px;
	background-color: #FFFFFF;
}
.navButton{ /* main nav */
	/*margin: 0px 30px;*/
}
.navSpacer{
	width: 30px;
	border: 0px;
}
.subNavItem{
	display:block;
	margin-bottom:-7px;
}

.title, .titleHighlight{
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	display:block;
	/*background-color:#FBFAFA;*/
	background: url(/media/layout/back_lines1.gif);
	margin-bottom:-5px;
}
.titleHighlight{
	color: #FF9900;
	display:inline;
	border:none;
}
.subTitle{
	display:block;
	font-weight: bold;
	color: #FF9900;
	border-bottom:1px #E3E3E3 dotted;
}
.emphasized{
	font-weight: bold;
	color: #666666;
}
.highlight{
	font-weight: bold;
	color: #FF9900;
}
.box{
	background:url(/media/layout/back_lines1.gif);
	margin: 15px 0px;
	padding:15px 30px;
	/*border:1px dotted #E3E3E3;*/
}

#infoBox{width:279px;border:none;color:#666666;}
#infoBox .headerCell{color:#FFFFFF;background:url(/media/layout/infoBoxHeader_bg.gif) no-repeat center;height:22px;padding:0px 10px;}
#infoBox .infoBoxPrice{float:right;font-weight:bold;}
#infoBox .contentCell,#infoBox .footerCell{background:url(/media/layout/back_lines2.gif);text-align:right;padding:15px 10px;}
#infoBox .footerCell{padding:0px 0px;height:13px;}
#infoBox img{margin:0px 5px;}

/*<img src="/media/layout/bttn_buynow.gif" border="0" alt="Buy Now" width="64" height="13" onMouseOver="src='/media/layout/bttn_buynow.over.gif'" onMouseOut="src='/media/layout/bttn_buynow.gif'"/>*/
#BuyNow,#BuyNow:link,#BuyNow:active{ background:url(/media/layout/bttn_buynow.gif) no-repeat center; }
#BuyNow:hover,#BuyNow:active{ background:url(/media/layout/bttn_buynow.over.gif) no-repeat center; }
#AddToCart,#AddToCart:link,#AddToCart:active{ background:url(/media/layout/bttn_addtocart.gif) no-repeat center; }
#AddToCart:hover,#AddToCart:active{ background:url(/media/layout/bttn_addtocart.over.gif) no-repeat center; }