body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-align: left;

}

#body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-align: left;
	margin-left: 30px;
	margin-right: 50px;
	margin-bottom: 50px;


}
#body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
	line-height: 18px;
}
#body a:link {
	text-decoration: none;
}
#body a:visited {
	text-decoration: none;
	color: #666666;
}
#body a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#body a:active {
	text-decoration: none;
}
#menu {
	width: 100%;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-right: 18px;
	letter-spacing: 1px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #666666;
}
#menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#menu a:active {
	text-decoration: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:active {
	text-decoration: none;
}
.brdrShop {
	border: 1px solid #CCCCCC;
}
.brdrBody {
	border: 2px solid #999999;
	margin-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CCCCCC;
	letter-spacing: 1px;
	margin-left: 30px;
	font-weight: lighter;
	margin-top: 25px;
	line-height: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: lighter;
}
.picture {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 4px;
}
#popup {
	float: left;
	width: 90%;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 10px;
}
.popupStoreName {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 25px;
	}
.popupTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CCCCCC;
	letter-spacing: 1px;
}
.homepagetitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: lighter;
	padding-top: 80px;
}
#homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
#homepage a:link {
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #999999;
	background-color: #666666;
}
#homepage a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #999999;
	background-color: #666666;
}
#homepage a:hover {
	text-decoration: none;
	color: #333333;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
#homepage a:active {
	text-decoration: none;
}

.leftalign {
	float: left;
}

/* Styles for categories and collections lists */
.collections-list, .category-list {
	margin: 0;
	margin-left: 25px;
	padding-left: 25px;
	font-size: 110%;
	list-style: none;
}

/* 
	had to add the div#body li.* mess to override that pesky div#body a styling from above 
	that just wouldn't go away. I'm sure there's a more elegant way of doing this but I
	didn't feel like spending any more cycles on it. -CLL
*/
.category-selected, 
div#body li.category-selected a, 
div#body li.category-selected a:visited, 
.collection-selected, 
div#body li.collection-selected a, 
div#body li.collection-selected a:visited 
{
	font-size: 110%;
	font-weight: bold;
	color: #333;
}