#menu_container li
{
    list-style:none;
}

#sidebar_product_category {
  padding: 0;
  margin: 10px 5px;
}

#sidebar_product_category li {
  list-style: none;
  font-weight: bold;
 }
#sidebar_product_category a { text-decoration: none;  }
#sidebar_product_category a:hover { text-decoration: underline;  }
#product_category img
{
    border:solid 1px black;
}
#product_category img:hover
{
    border:solid 1px #5986BA;
}

#product_category a
{
    text-decoration:none;
}

#product_category p
{
    line-height:normal;
}

#product_category a:hover
{
	color:#8B65A1;
    text-decoration:none;
}

#product_category li
{
    float:left;
    text-align:left;
    list-style:none;
    padding:3px;
    width:260px;
	min-height:385px;
    margin-bottom: 30px;
	margin-right:5px;
/*     border:solid 1px black; */
}

#product_category li h2 {
	text-align:center;
}
#store_sidebar {
  float: left;
  width: 200px;
  margin-right: 10px;
}
#store_sidebar ul { list-style: none; margin: 0; padding: 0; line-height: 150%;}
#store_sidebar ul li{ font-weight: bold;  padding: 2px 5px;}

#store_sidebar ul li ul {  font-size: 13px; border: 1px dashed #86AF61; line-height: 100%;}
#store_sidebar ul li.current { background-color:#EAFFDF; }
#store_sidebar ul li.current ul { border: none; padding: 0 0 0 10px;}
#store_sidebar ul li ul li a{ font-weight: normal; font-style: italic; }
#store_sidebar li.heading { font-size: 18px; padding: 5px 2px;}

.category_td .cat_thumb { float: left; width: 180px; margin: 5px 0; text-align: center; }
#cart_info{
	margin-bottom:10px;
}
#cart_info a{
  line-height: 150%;
  padding: 0 5px;
}

#cart_info li
{
    list-style:none;
    margin-left:20px;
}

.statusupdate, .updating
{
    color:red;
	font-weight:bold;
}

#product_category .category
{
    float:none;
    text-align:left;
}

#category_description
{
    padding-bottom:10px;
}

#shop_nav
{
    padding-bottom:10px;
}

.product_td { padding: 15px; text-align: left; width: 50%;}
.product_td .main-img { text-align: center; }
.product_td h2 { text-align: center; }
.product_td p { line-height: 100%; }
/*#search_keywords { width: 125px; }*/

#main_img img {
	background:#FFF;
	border: 1px solid #86AF61;
	padding:5px;
}

#product_enlarged {
	padding:10px;
	background:#FFF;
	border: 1px solid #86AF61;
	text-transform:capitalize;
}

#product_enlarged a {
	text-decoration:none;
}

#product_enlarged a:hover {
	text-decoration:none;
}

#product_enlarged img {
	padding:10px;
	background:#FFF;
	border:none;
}
 
.cte {
	background:#86AF61;
	bottom:-10px;
	border: 1px solid #86AF61;
	text-align:center;
	padding:5px;
	width:280px;
	margin:0 auto;
	margin-bottom:4px;
	margin-top:-3px;
}
 
.cte:hover {
	background:#6C9952;
	bottom:-10px;
	border: 1px solid #86AF61;
	text-align:center;
	padding:5px;
	width:280px;
	margin:0 auto;
	margin-bottom:4px;
	margin-top:-3px;
}

.cte a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.cte:hover a {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

/* Related Products */
#related-products ul {
	margin-left:-40px;
}

#related-products li
{
    float:left;
    text-align:center;
    list-style:none;
    margin-left:5px;
    margin-bottom:5px;
    padding:3px;
    width:170px;
	height:260px;
	border:solid 1px #86AF61;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.relimg {
	min-height:120px;
}

.relname {
	min-height:35px;
	line-height:normal;
}

.cart_tab {
	border:1px solid #114F74;
}

.hdr {
	background:#114F74;
	color:#FFF;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
}

.rows, #cart_tables .cartitem .rows {
  	border-bottom: 1px dashed #86AF61 !important;
    border-top: none !important;
}

#cart_nav {
	margin-top:10px;
	float:right;
}

#cart_nav .cart_bttn {
	background:#D7D44D;
	float:right;
	width:125px;
	margin-left:10px;
	border:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	padding:10px;
}

#cart_nav .cart_bttn:hover {
	background:#114F74;
	float:right;
	width:125px;
	margin-left:10px;
	border:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	padding:10px;
}

#cart_nav .cart_bttn a {
	font-size:14px;
	color:#114F74;
	text-decoration:none;
}

#cart_nav .cart_bttn:hover a {
	font-size:14px;
	color:#D7D44D;
	text-decoration:none;
}

#featured_products { 
  
}
#featured_products .productImage { 
  width: 170px; height: 150px; float: left; margin: 5px; text-align: center;
}
#pagination .paginator{ clear: both; }
#pagination ul { list-style: none; }
#pagination li { float: left; margin: 0 2px; padding: 0 2px; }
#pagination .currentpage {font-weight: bold;}


