	body {
		background-image: url(/images/wrapper/body_bg.jpg);
		background-repeat: repeat-x;
		background-color: #8C8C8C;		
	}
	
	.altColor,a.altColor,a.altColor:hover,a.altColor:visited {
		color: #000000;
		text-decoration: none;
	}
	
	a:link, a:visited  {
		text-decoration: underline;
		color: #000000;
	}

	a:hover {
		text-decoration: none;
		color: #000000;
	}

	.topNavBox {
		border: 1px solid #000000;
	}

	.subNavBox {
		border: 1px solid #000000;
	}

	.columnHeaderMid
	{
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;		
	}

	.columnHeaderRight
	{
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;		
		border-right: 1px solid #000000;
	}

	.columnHeaderLeft
	{
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;		
		border-left: 1px solid #000000;
	}
	
	#gridTotal 
	{
		float: right;
		margin-right: 8px;
		margin-bottom: 20px;
		text-align: right;
	}
	
	.borderbottom 
	{
		background: url("/images/hr.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
	}

	.border {
		border: 1px solid #000000;
	}


	.topNavText {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	.topNavTextNoLink {
		font-weight: bold;
		color: #AAA;
		text-decoration: none;
		font-size: 11px;
		text-transform: uppercase;
	}

	a.topNavText, a.topNavText:visited { 
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		font-size: 11px;
		text-transform: uppercase;
	}

	a.topNavText:hover { 
		font-weight: bold;
		color: #ffffff;
		text-decoration: underline;
		font-size: 11px;
		text-transform: uppercase;
	}

	a.mainNavText,a.mainNavText:visited, span.mainNavText, div.mainNavText, td.mainNavText {
		color: #666;
		text-decoration: none;
		font-size: 10px;
		font-family: arial;
		text-transform: uppercase;
	}

	a.mainNavText:hover {
		color: #666;
		text-decoration: underline;
		font-size: 10px;
	}

	a.bigLink:link, a.bigLink:visited  {
		text-decoration: underline;
		color: #000000;
		font-size: 13px;
		font-weight: bold;
	}

	a.bigLink:hover {
		text-decoration: none;
		color: #000000;
	}

	a.bigLinkMed:link, a.bigLinkMed:visited  {
		text-decoration: underline;
		color: #000000;
		font-size: 11px;
		font-weight: bold;
	}

	a.bigLinkMed:hover {
		text-decoration: none;
		color: #000000;
	}

	.topSearchBox {
		width: 90px;
		height: 17px;
		font-size: 9px;
	}

	.grayLine {
		background: url("/images/hr.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
		height: 1px;
		margin-bottom: 10px;
	}

	.grayLineDotted {
		background: url("/images/hr.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
		height: 1px;
		margin-bottom: 10px;
	}

	.grayLineVertical {
		background: url("/images/hr_vertical.gif");
		background-repeat: repeat-y;
		background-position: center top;
		margin: auto;
		width: 11px;
	}

	.featureArea {
		width: 180px;
		padding-left: 1px;
		padding-right: 10px;
	}
	
	.prodImg {
		max-width:140px;
		width: 140px;
		/*width: expression(Math.min(parseInt(this.offsetWidth), 140 ) + "px"); */
	}
	
	.prodImgThumb {
		max-width:110px;
		width: 110px;
		/*width: expression(Math.min(parseInt(this.offsetWidth), 140 ) + "px"); */
	}
	


	.stockText {
		padding-bottom: 1px;
		font-weight: bold;
		font-size: 11px;
	}

	.footerBar {
		background-color: #D3B61D;
		height: 14px;
	}

	.footerText {
		font-size: 9px;
		font-weight: normal;
		color: #666;
		text-decoration: none;
	}

	.titleLarge {
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		margin-bottom: 10px;
		line-height: 25px;
	}

	.title {
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	a.title, a.title:link, a.title:active, a.title:hover, a.title:visited
	{
		display: block;
		text-decoration: none;
		margin-bottom: 10px; 
	}
	
	.noResults {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	}
	
	.erMsg 
	{
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	}
		

	.titleUnavailable {
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		color: #CCCCCC;
		text-transform: uppercase;
	}

	.titleInverse {
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		text-transform: uppercase;
	}

	.titleMed {
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}

	.titleMedInverse {
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		text-transform: uppercase;
	}

	.titleSubInverse {
		text-decoration: none;
		color: #FFFFFF;
		font: bold 125% Arial, Sans-serif;
		text-transform: uppercase;
	}

	.titleSub {
		text-decoration: none;
		color: #000000;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.titleSm {
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
		text-transform: uppercase;
	}

	.titleSmInverse {
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		text-transform: uppercase;
	}

	a.leftNavText, a.leftNavText:visited  {
		padding-bottom: 1px;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
	}

	a.leftNavText:hover  {
		padding-bottom: 1px;
		font-weight: bold;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		text-transform: uppercase;
	}

	li.topAccessories {
		padding-bottom: 7px;
		margin-left: -15px;
		padding-bottom: 10px;
		color: #000000;
	}

	a.topLinks, a.topLinks:visited {
		color: #606060;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
	}

	a.topLinks:hover {
		text-decoration: underline;
		color: #000000;
		text-transform: uppercase;
	}

	.topText {
		color: #606060;
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
	}

	.contentArea {
		color: #000000;
	}

	.upsellArea {
		width: 180px;
		background-color: #F0F0F0;
		padding: 10px;
		color: #000000;
	}

	.upsellText {
		color: #000000;
		font-weight: bold;
	}

	a.upsellLink, a.upsellLink:visited {
		color: #000000;
		text-decoration: underline;
	}

	a.upsellLink:hover {
		color: #000000;
		text-decoration: none;
	}

	a.pagination, a.pagination:visited { 
		font-weight: bold;
		color: #ffffff;
		text-decoration: underline;
		font-size: 12px;
	}

	a.pagination:hover { 
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;	
		font-size: 12px;
	}

	.paginationCurrentPage,a.paginationCurrentPage,a.paginationCurrentPage:hover,a.paginationCurrentPage:visited {
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
		font-size: 18px;
	}
	
	.buyNow, a.buyNow:link, a.buyNow:active, a.buyNow:hover, a.buyNow:visited
	{
		font-size: 10px;
		font-family: Arial;
		color: #ff0000;
		font-weight: bold;
		position: relative;
		top: 2px;
		left: -20px;
	}

	#price, .price
	{
		margin-top: 10px;
	}
	
	.productPrice 
	{
		font-weight: bold;
		text-decoration: none;	
		font-size: 30px;
		color: #000000;
	}

	.productPriceSup {
		font-weight: bold;
		text-decoration: none;	
		font-size: 15px;
		color: #000000;
		position: relative;
		top: -10px;
	}
	
	.productRegPrice {
		font-weight: bold;
		text-decoration: none;	
		font-size: 12px;
		color: #000;
		margin-top: 18px;
	}

	.productRegPriceSup {
		font-weight: bold;
		text-decoration: none;	
		font-size: 8px;
		color: #000;
		position: relative;
		top: -4px;
	}
	
	
	#helpfullinks a 
	{
		color: blue;
	} 
	
	#helpfullinks span
	{
		color: #000;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		display: block;
		margin-top: 5px;
	}
	
	#description, .description  
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	
	.inputInfo
	{
		font-size: 11px;
		width: 160px;
		border:1px solid #949694;	
	}

	.inputQty
	{
		font-size: 11px;
		width: 40px;
		border:1px solid #949694;	
		text-align: center;
	}

	.inputTotal
	{
		font-size: 11px;
		width: 130px;
		border:1px solid #949694;	
		text-align: right;
	}

	.inputExp
	{
		font-size: 11px;
		width: 40px;
		border:1px solid #949694;	
		text-align: center;
	}

	.loginArea {
		background-color: #F0F0F0;
		padding: 15px;
		color: #000000;
	}

	.error 
	{
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #ff0000;
		text-decoration: none;
	}
	
	.discount,a.discount,a.discount:visited,a.discount:hover
	{
		color: #138413;
		text-decoration:none;
	}
	
	.promotionArea 
	{
		border: 2px dashed #D3B61D;
		background-color: #FFFBEE;
		padding:10px;
	}
	
	.disabled 
	{
		filter: alpha(opacity=45);
		-moz-opacity:0.45;
		cursor: default;
		pointer: default;
	}

