html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}
.textbox {
	background-color: #E0F0FF;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/*font-size: 11px;*/
	color: #000000;
}
.submit {	
	color: #FFFFFF;
	background-color: #540a3f;
	border: 1px black solid;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;	
}
li {

	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 14px;
}

li.num {
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	color: #333333;
	text-decoration: underline;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #646464;
	text-decoration: underline;
}
a.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #540a3f;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #333333;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #FF6600;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #540a3f;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #540a3f;
	text-decoration:underline;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #540a3f;
	text-decoration:underline;
}
.txtContentTitle {
	font-size: 14px;
	 font-family:"Times New Roman", Times, serif; 
	font-weight: bold;
	color: #923e8b;
}


.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #540a3f;
}
.tdListTitle {
	background-color: #540a3f;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #e8eaec;
}
.txtCartPrice {
	float: right;
	padding-right: 3px;
}
.txtCart {
	color: #000000;	
}
.cartTotal {}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	background-color: #540a3f;
	color: #FFFFFF;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #540a3f;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #FF9900;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #e8eaec;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #540a3f;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtUpdate {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
}
.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	border-top: 1px solid #540a3f;
	border-right: 1px solid #540a3f;
	border-left: 1px solid #540a3f;
	background-color: #e8eaec;
	padding: 3px;
}

.RatingMain {
	border-right: 1px solid #540a3f;
	border-left: 1px solid #540a3f;
	background-color: #e8eaec;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #540a3f;
	border-left: 1px solid #540a3f;
	background-color: #e8eaec;
	padding: 3px;
	border-bottom: 1px solid #540a3f;
}

.RatingBottom {
	background-color: #540a3f;
	padding: 3px;
	border-right: 1px solid #540a3f;
	border-left: 1px solid #540a3f;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

.large {
font-size: 13px;
	color: #000000;
	line-height:18px;
	}
.paginate {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	width:150px; 
	background:#ffffff; 
	border:1px solid #cccccc; 
	padding:2px;
}

#order_now {
	background: url(../styleImages/backgrounds/orderNow.png) no-repeat right center;
	width: 231px;
	height: 26px;	
	float: right;
	padding: 14px 0px 3px 0px;
	margin-right: 20px;
}

#order_now span {
	visibility: hidden;
	
}

#headerLinks {
	float: right;
	width: 265px;
	height: 180px;
	color:#ddd1da;	
}

#headerNav {
	padding: 8px 10px 14px 0px;
	color:#ddd1da;
	text-align: right;
}

#headerNav ul {
	list-style-type: none;
	color:#ddd1da;
		
}

#headerNav ul li {
	background: url(../styleImages/headerNavSeparator.gif) no-repeat right center;
	padding: 0px 10px;
	display: inline;
	color:#ddd1da;
}

#headerNav ul li a:link,
#headerNav ul li a:visited,
#headerNav ul li a:active {
	font-weight:normal; 
	color:#ddd1da; 
	text-decoration:none;
}

#headerNav ul li a:hover {
	font-weight:normal;
	text-decoration:underline;
}

#headerNav ul li.last {
	background: none;
}	

#shoppingCartBox {
	margin: 31px 20px 0px 85px;
}

#shoppingCart {
	font-weight: bold;	
	line-height: 22px;
}

.shoppingCartTitle {
	font-size:12px; 
	font-family:"Times New Roman", Times, serif; 
	color: #FFFFFF; 
	margin-bottom: 2px;
	text-transform:uppercase;	
	font-weight:bold; 
}

#shoppingCart a.shoppingCartButton {
	font-weight:bold; 
	color:#ddd1da; 
	text-decoration:none;	
	line-height: 25px;
	display: block;
	margin-left: 88px;
}
#shoppingCart a.shoppingCartButton:hover {
	text-decoration:underline;
}

#articlesBox {
	position: relative;
	background: url(../styleImages/backgrounds/newsBg.png) no-repeat 0px 0px;
	height: auto;
	width: 164px;
	margin-top: 17px;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 6px;
}

#articlesBox h3 {
	color: #732f69;
	font-size: 18px;	
	font-family:"Times New Roman", Times, serif; 
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#articlesBox h3 a {
	color: #732f69;
	font-size: 18px;	
	font-family:"Times New Roman", Times, serif; 
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

#articlesBox h3 a:hover  {
	color: #732f69;
	font-size: 18px;	
	font-family:"Times New Roman", Times, serif; 
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 0px;}

#articlesBox h3 a:visited  {
	color: #732f69;
	font-size: 18px;	
	font-family:"Times New Roman", Times, serif; 
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 0px;}

#articlesBox h3 a:active  {
	color: #732f69;
	font-size: 18px;	
	font-family:"Times New Roman", Times, serif; 
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 0px;}




#articlesBox ul {
	list-style-type: none;
	margin: 0;	
}

ul.newsListing {
	list-style-type: none;
	margin: 0;	
	
}
#articlesBox ul li {
	background: url(../styleImages/newsSeparator.png) no-repeat center bottom;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

ul.newsListing li {
	background: url(../styleImages/newsSeparator.png) no-repeat center bottom;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#articlesBox ul li a {
	color: #4a4a4a;
	text-decoration: none;	
}
ul.newsListing li a {
	color: #4a4a4a;
	text-decoration: none;	
}
#articlesBox ul li a:hover {
	text-decoration: underline;
}

ul.newsListing li a:hover {
	text-decoration: underline;
}

#articlesBox .more_link {
	position: relative;
	top:auto ;
left: 84px;
	background-image: url(../styleImages/backgrounds/mailingListButton.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#articlesBox .more_link a {
	display: block;
	width: 91px;
	height: 24px;
}

#articlesBox .more_link a span {
	display: none;
}

#featuredProductLeftBox {
	position: relative;
	width: 223px;
	margin-top: 17px;
	margin-left:22px;
}

#featuredProductLeftBox div {
	position: absolute;
	top: -16px;
	left: -22px;	
}

#deliveryBox {
	background: url(../styleImages/backgrounds/deliveryBg.png) no-repeat right top;
	width: 152px;
	height: 178px;
	margin: 8px 0px 20px 0px;
}

#deliveryBox span {
	display: none;	
}

#deliveryBox .more_link {
	position: absolute;
	top: 151px;
	left: 7px;	
}

#deliveryBox .more_link a {
	display: block;
	width: 61px;
	height: 18px;
}

#deliveryBox .more_link a span {
	display: none;
}

#featuredProductsBox {
	background: url(../styleImages/backgrounds/newProductsBg.png) no-repeat right top;
	width: 152px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#featuredProductsBox a {
	display: block;
}
#featuredProductsBox a span {
	display: none;	
}

#testimonialsBox {
	position: relative;
	background: url(../styleImages/backgrounds/testimonialsBg.png) no-repeat right top;
	width: 124px;
	height: 188px;
	margin: 0px 0px 20px 0px;
	color: #4a4a4a;
	padding: 18px 14px;
	font-size: 12px;
}

#testimonialsBox p {
	text-indent: 18px;	
}

#testimonialsBox p.author {
	font-weight: bold;
	color: #7e3874;
	position: absolute;
	top: 192px;
	left: 0px;
}



#footer #footerLinks { 
	font-size:11px;  
	line-height:16px; 
	position:absolute; 
	top:70px; 
	left:31px;
	text-align: left;
}
#footer #footerLinks ul { 
	margin-right:35px; 
	padding:0; 
	list-style:none;
	float: left;
}
#footer #footerLinks li { 
	display: block;
}
#footer #footerLinks a { 
	display:block; 
	padding: 0 3px 0 0px; 
	text-decoration:none; 
	color:#ffffff; 
	background: none;
}
#footer #footerLinks a:hover { 
	text-decoration:underline;
}
#footer #footerLinks .first a { 
	background:none; padding-left:0px;
}

#footer #footerSiteby {
	top:150px;	
}

#flash_message {
	background: #dedddf;
	border: 1px solid #c9babb;
	color: #800080;
	font-weight: bold;
	padding: 12px 12px 0px 12px;
	font-size: 14px;
	text-align: center;
	margin: 12px 12px 0px 12px;
}

#news_rss {
	position: absolute;
	top: 4px;
	left: 159px;
	display: block;
	width: 15px;
	height: 25px;
	text-decoration: none;
}
#news_rss span {
	visibility: hidden;
}



