﻿@charset "utf-8";
/* CSS Document */
#storecategories {
text-align: right; 
color: #facf8d;
padding-right: 10px;
border-bottom: 1px solid #ffffff;
}

.infoBoxHeading { 
padding-top: 5px;
font-weight: bold;
}

.infoBoxHeading img { 
display: none;
}
	
.boxText input { 
	vertical-align: middle;
	}
	
.boxText a { 
	color: #d84519;	}
	
.boxText a:link, a:visited { 
	color:  #d84519; 
	text-decoration: none;
	}

.boxText a:active, a:hover { 
	color:  #d84519;
	text-decoration: underline;
	}

.boxText b { 
	color: #facf8d;
	}
	
.boxText b:link, b:visited { 
	color: #facf8d;
	text-decoration: none;
	}

.boxText b:active, b:hover { 
	color: #facf8d;
	text-decoration: underline;
	}

.productListing-heading { 
	background-color: #ad3614;
	color: #ffffff;
	margin-bottom: 5px;
	}
	
.productListing-heading a { 
	color: #ffffff;
	}
	
.productListing-even { 
	background-color: #f7f5f0;
	}
	
.titlered	 { 
	font-size: 16px;
	font-weight: bold;
}	

.storeutbar { 
	background-image:url(/images/store-header.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 18px;
	color: #ffffff;
	padding-top: 2px;
	}

.storeutbar a { 
	color: #ffffff;
	}
	
.storeutbar h2 { 
color: #ffffff;
}

.pageHeading { 
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	}

.redlarge { 
	font-size: 16px;
	color: #d84519; 
	font-weight: bold;
	}
	

