/*-----------------------------------store-----------------------------------*/
#storecolumn-right{
	width:488px;
	padding: 10px 15px 10px 15px;
	background:url(../images/footer-teabag.jpg) bottom right no-repeat;
	text-align:justify
}
#storecolumn-left {
	width:140px;
	margin-top:20px;
}
.labels {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	margin:5px 5px 5px 10px;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	padding-top:0px;
	height:20px;
}
#catnav ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}
#catnav li{
	background:url(../images/btnbg.jpg) top left no-repeat;
	color:#333333;
	width:140px;
	list-style:none;
	text-decoration:none;
	display:block;
	height:27px;
	margin:1px;
	border-bottom:#999999 1px dotted;
	padding:10px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#catnav li:hover{
	background:url(../images/btnbgover.jpg) top left no-repeat;
	list-style:none;
	color: #FF6600;
	width:140px;
	text-decoration:underline;
	display:block;
	height:27px;
	margin:1px;
	border-bottom:#999999 1px dotted;
	padding:10px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
/*------------------------------------------  links -------------------------------------------------*/

.info-link a{
	color:#999999;
	text-decoration:none;
}
.info-link a:link{
	color:#999999;
	text-decoration:none;
}
.info-link a:hover{
	color:#ff3366;
	text-decoration:underline;
}
.url-link a{
	color:#a2b409;
	text-decoration:none;
}
.url-link a:link{
	color:#a2b409;
	text-decoration:none;
}
.url-link a:hover{
	color:#000000;
	text-decoration:underline;
}
.prod-price{
	color:#ffffff;
	background: #FF6600;
}
/*------------------------------------------   gallery -------------------------------------------------*/
.store-product {
	width:168px;
	padding:5px;
	background:#ffffff;
	margin:0px 2px 30px 2px;
	border: solid 1px #E2E2E2;
	font-size:11px;
}
.store-product:hover {
	width:168px;
	padding:5px;
	background:#f6f6f6;
	margin:0px 2px 30px 2px;
	border: solid 1px #E2E2E2;
}
#cart_bg{
	background:url(../images/cartbg.gif) top center no-repeat;
	height:31px;
}