@charset "utf-8";
/* CSS Document */


#productPriceListing
{
	color:#0066FF;
}

visit-site-img
{
	/* Hey Heather! Here's the Visit Site image class. */
}

/* Product navigation lists - master */

#categoryMaster
{
	font-size:16px;
	list-style:none;
	margin-left:10px;
	padding-left:10px;
	line-height:20px;
	color:#2d0b7a;
	text-decoration:none;
}

.categoryMaster
{
	font-size:16px;
	list-style:none;
	margin-left:10px;
	padding-left:10px;
	line-height:20px;
	color:#2d0b7a;
	text-decoration:none;
}

/* Product navigation lists */
.category-nav
{
	font-size:10px;
	list-style:none;
	margin-left:2px;
	padding-left:2px;
	font-weight:300;
	text-decoration:none;

}

.category-nav ul
{
	font-size:10px;
	font-weight:300;
	text-decoration:none;

}

/* Product navigation lists */
.categoryMaster a, #categoryMaster a:visited
{
	color:#2d0b7a;
	text-decoration:none;
}

/* Product navigation lists */
.category-nav a, #category-nav a
{
	color:#0000CC;
	text-decoration:none;
}

/* Product navigation lists */
.categoryMaster a:hover
{
	color: #0066FF;
	text-decoration:underline;
}

/* CartWeaver Default Style */
.errorMessage {
	color:#990000;
}


hr {
	color:#E8E8E8;
	background-color:#E8E8E8;
	height:1px;
}

.altRowEven
{
		background-color:#CFECF8;
}

.altRowOdd
{
	background-color: #FFFFFF;
}
