h2 {

	font-style: normal;

}

#categories {
	border: 1px solid #705798;
	background: #D1B8CB url("../images/categorybg.gif") top left repeat-y;
	padding: 0px;
	margin: 0px;
}

.cartlink {

	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;

}

.small {

	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;

}

#categories {

	width: 182px;

}

#storeDisplay {

	text-align: center;
	width: 530px;

}

#productsTable {

	width: 500px;

}

#productsTable td {

	padding: 3px;

}

#productsTable td a {

	color: #886E89;

}

#productsTable td h3 {

	font-size: 12px;
	margin: 0;

}

#productsTable td img {

	border: 1px solid #333;

}

#categories {

	background: #805290;

}

#categories h2 {

	width: 182px;
	text-align: left;
	font-style: normal;
	color: #fff;
	margin: 0;
	padding: 5px;

}

#categoryList ul {

	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 2px;
	font-size: 16px;
	border-top: 1px solid #E1C0EF;
	border-bottom: 1px solid #E1C0EF;
	width: 182px;

}

#categoryList ul li a {

	display: block;
	padding: 2px;
	padding-left: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;

}

#categoryList ul li a:hover {

	background: #9A6FA9;

}

#categoryList ul li.currentCategory a {

	padding-left: 10px;
	color: #F3F1DB;
	font-size: 18px;
}

#searchBox {

	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 7px 7px;
	background: #805290;
	width: 150px;
	position: relative;
	left: -9px;
	margin-top: 10px;
	text-align: center;

}

* html #searchBox {

	width: 151px;

}

#searchBox form {

	margin: 0;
	padding: 0;
	margin-top: 5px;

}

#searchBox .inputText {

	width: 100px;
	height: 15px;
	font-size: 12px;
	margin-right: 5px;
	border: 1px solid #000;
	background: #fff;

}

#searchBox .inputSubmit {

	width: 40px;
	height: 19px;
	font-size: 12px;
	border: 1px solid #000;
	background: #EFEFEF;

}

html > body #searchBox .inputSubmit {

	position: relative;
	top: 1px;

}

#categories h3 {

	margin: 0;
	padding: 5px 0 5px 5px;
	color: #fff;
	text-align: left;

}

#shoppingCart {
	width: 172px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
	border-top: 1px solid #E1C0EF;
	text-align: left;

}

#shoppingCart p {

	margin: 0;
	padding: 0;
	margin-bottom: 5px;

}

#shoppingCart p.emptyCart {

	text-align: center;

}

#shoppingCart ul {

	margin: 5px 10px 5px 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 300;

}

#shoppingCart li {

	background: #805290;
	padding: 5px 0px 0px 5px;
	border-top: 1px solid #C79DD6;
	border-left: 1px solid #C79DD6;
	border-right: 1px solid #C79DD6;

}

#shoppingCart li a {

	color: #634760;
	text-decoration: none;

}

#shoppingCart li.quantity {

	padding: 0px 0px 0px 5px;
	border-left: 1px solid #C79DD6;
	border-right: 1px solid #C79DD6;
	border-top: none;
	color: #455A35;

}

#shoppingCart li.remove {

	padding: 0px 5px 5px 5px;
	text-align: right;
	margin-bottom: 5px;
	border-top: none;
	border-left: 1px solid #C79DD6;
	border-right: 1px solid #C79DD6;
	border-bottom: 1px solid #C79DD6;

}

#shoppingCart li.remove a {

	font-size: 10px;
	color: #000;
	text-decoration: none;
	display: block;
	font-family: Arial, sans-serif;

}

#checkoutButton {

	color: #fff;
	display: block;
	text-align: center;
	background: #BE90D2;
	background-image: none;
	text-decoration: none;
	border: 1px solid #E1C0EF;
	margin-right: 10px;
	padding: 3px 0px 3px 0px;
	position: relative;
	z-index: 100;

}

#checkoutButton:hover {

	background: #E1C0EF;
	border: 1px solid #BE90D2;
	color: #805290;

}