/* CATEGORIES */
#list-cat h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin-top: 5px;
	line-height: normal;
	text-align: center;
	color: #383A2F;
}
.img-cat {
	border: 2px #B4D66F solid;
}
.alinkcat-top:link, .alinkcat-top:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #54623A;
	text-decoration: none;
	height: 12px;
	_height: 37px;
	display: block;
	margin-right: 10px;
	margin-bottom: 6px;
	padding-top: 25px;
}
.alinkcat-top:hover {
	background: url(../images/products/leaf_cat_top.gif) no-repeat center top;
}

.alinkcat-top-active:link, .alinkcat-top-active:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #54623A;
	text-decoration: none;
	height: 12px;
	_height: 37px;
	display: block;
	margin-right: 10px;
	margin-bottom: 6px;
	padding-top: 25px;
	background: url(../images/products/leaf_cat_top_active.gif) no-repeat center top;
}
.alinkcat-top-active:hover {
}






/* PRODUCTS LISTING */
#list-prod h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: inline;
	margin-top: 5px;
	line-height: normal;
	text-align: center;
	color: #54623A;
}
#list-prod .price, #list-prod .price-details {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9A0811;
}
#list-prod .price-details {
	font-size: 14px;
}

.alinkprod:link, .alinkprod:visited {
	border: 2px #E9E9E9 solid;
	display: block;
	width: 210px;
}
.alinkprod:hover {
	border: 2px #B4D66F solid;
	display: block;
	width: 210px;
}

#list-prod .addcart-submit, #list-prod .addcart-submit-details, #list-prod .removecart-submit {
	background: url(../images/products/submit_add_to_cart.gif) no-repeat 0 0;
	display: block;
	width: 45px;
	height: 30px;
	border: 0;
	margin-top: 5px;
	cursor: pointer;
}
#list-prod .addcart-submit-details {
	background: url(../images/products/submit_add_to_cart.gif) no-repeat top left;
	width: 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #54623A;
	padding-left: 35px;
}

#list-prod .addcart-submit:hover, #list-prod .addcart-submit-details:hover {
	background: url(../images/products/submit_add_to_cart.gif) no-repeat 0 -30px;
}
#list-prod .removecart-submit {
	background: url(../images/products/submit_remove_cart.gif) no-repeat 0px top;
}
#list-prod .removecart-submit:hover {
	background: url(../images/products/submit_remove_cart.gif) no-repeat 0 -30px;
}


#quantity {
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}



#here {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
	
}

#here p { font-size: 9px; color: #8CB043; }
#here .here-active:link, #here .here-active:visited {
	color: #8CB043;
	text-decoration: none;
	font-weight: bold;
}

#here .here-active:hover {
	text-decoration: underline;
}

#here a:link, #here a:visited {
	color: #8CB043;
	text-decoration: none;
}

#here a:hover {
	text-decoration: underline;
}


.page-nav {
	text-align: center;
}

.page-nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
}

.page-nav ul li {
	height: 22px;
	line-height: 22px;
	float: left;
	display: inline;
	margin: 0 5px 25px 0;
}
.page-nav a:link, .page-nav a:visited {
	font-size: .9em;
	color: #6F804B;
	text-decoration: none;
	display: block;
	width: 30px;
	height: 20px;
	line-height: 19px;
	text-indent: 1px;
	text-align: center;
}

.page-nav a:hover {
	background: url(../images/products/page-nav-roll.gif) no-repeat left top;
}

.page-nav .previous-page:link, .page-nav .previous-page:visited {
	font-size: .9em;
	color: #6F804B;
	text-decoration: none;
	width: 80px;
	text-align: center;
}

.page-nav .previous-page:hover {
	text-decoration: underline;
	background: transparent;
}

.page-nav .next-page:link, .page-nav .next-page:visited {
	font-size: .9em;
	color: #6F804B;
	text-decoration: none;
	width: 80px;
	text-align: center;
}


.page-nav .next-page:hover {
	text-decoration: underline;
	background: transparent;
}

.page-nav .page-active:link, .page-nav .page-active:visited {
	font-size: .9em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 30px;
	height: 20px;
	line-height: 19px;
	text-indent: 1px;
	text-align: center;
	background: url(../images/products/page-nav-active.gif) no-repeat left top;
}

.page-nav .page-active:hover {
	color: #FFFFFF;
}




/* PRODUCTS DETAILS */
.img-details {
	border: 2px #E9E9E9 solid;
}
.justify {
	text-align: justify;
}