.header {
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-indent: 10px;
	font-family: Helvetica; 
	font-size: 14px;
	height: 18px;
}

.header_noborder {
	color: #666;
	font-weight: bold;
	text-indent: 10px;
	font-family: Helvetica; 
	font-size: 14px;
}

.favoriteDivider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	width: 1px;
	height: 100%;
	margin-left: 10px;
	float: left;
}

.divider {
	border-bottom: solid 1px #999;
	height: 10px;
}

.favorite {
	float: left;
	width: 124px;
}

.favoriteTD {
	padding-left: 10px;
	padding-right: 10px;
}

.GoogleMap {
	float: left; 
	width: 400px; 
	height: 300px; 
}

.StoreImage {
	float: left;
	width: 335px;
	height: 300px;
}

div p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.catArea {
	background-color:#C30;
	width: 150px;
}

.catSubArea {
 background: #9CF;
 padding-top:2px;
 padding-bottom:2px;
 width: 150px;
}

#catLinkSelected {
	color: #036;
	background-color: #9CF;
	width:150px;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
}

.catHeader {padding-left: 0px;}

.catSubLink {color: #036;}

/* Interstitial Styles - /Stores/BrowseCollection.aspx */

.leftImage
{
	position: relative; 
	float: left; 
	width: 283px; 
	height: 255px; 
	margin: 10px 15px 15px 30px;
}

.rightText
{
	position: relative; 
	float: left; 
	width: 600px; 
	padding: 50px 10px 0 0;
	text-align: left;
}

.rightText p
{
	font-size: 115%; 
	color: #333;
}

.red
{
	color: #882520;
}

.tdBorder
{
	border: 1px solid #eee;
	margin-bottom: 60px;
}

* html .rightText
{
	width: 550px;	
}