#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 a
{
    text-decoration:none;
}

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

#product_category li
{
    float:left;
    text-align:center;
    list-style:none;
    margin-left:-20px;
    padding:3px;
    width:200px;
/*     border:solid 1px black; */
}

#store_sidebar {
  float: left;
  width: 200px;
  margin-right: 15px;
}
#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{

}
#cart_info a{
  line-height: 150%;
  padding: 0 5px;
}

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

.statusupdate
{
    color:red;
}

#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; }

