#menu_container li
{
    list-style:none;
}

#product_category img
{
    border:solid 1px black;
}

#product_category a:link
{
	color:#009900;
    text-decoration:none;
}

#product_category a:active
{
	color:#009900;
    text-decoration:none;
}

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

#product_category a:visited
{
	color:#009900;
    text-decoration:none;
}

#product_category li
{
    float:left;
    text-align:center;
    list-style:none;
    margin-left:5px;
    padding:5px;
    min-height:280px;
    width:128px;
	background:#ebebeb;
	border:1px solid #d7d7d7;
}

#product_category li:hover
{
    float:left;
    text-align:center;
    list-style:none;
    margin-left:5px;
    padding:5px;
    width:128px;
	background:#D1E4FF;
	border:1px solid #D1E4FF;
}

#cart_info
{

}

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

/* Make sure you add "<div id="product_nav">{% block navbar %}{% endblock %}</div>" above {% block content %} */
#product_nav { padding-bottom:15px; }
#product_nav li { float:left; margin-right:6px; list-style:none; }
#product_nav li:before { content: " » "; }
#product_nav li.first:before { content:""; }


#category_list ul li ul li
{
    margin: auto 20px;
}

#category_list li {
	width:280px;
	float:left;
    list-style:none;
	margin-left:10px;
}

#child_category ul li ul li
{
    margin: auto 20px;
}
#child_category li {
	width:280px;
	float:left;
    list-style:none;
	margin-left:10px;
}

#category_product_table .product-image { text-align: center; }
#category_product_table td
{
    vertical-align:text-top;
    width:33%
}

.error
{
    border:solid 1px red;
    color:red;
    background-color:yellow;
    padding: 4px;
    text-align:center;
}

#product_enlarged
{
     border:solid 2px black;
     padding: 10px;
     background-color: white;
}
.catlink a {
	color:#009900;
	text-decoration:none;
}
.catlink a:hover {
	color:#B50800;
	text-decoration:none;
}
.cathover {
	width:20px;
	height:20px;
	background:#009900;
}

.cathover:hover {
	background:#B50800;
}

#cattab, #catlink {
	text-align:left;
}

#cart_table {
	border:1px solid #AFAFCD;	
}

#cart_table a {
	text-decoration:none;
}

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

.cart_title {
	color:#551A8B;
	background:#AFAFCD;
}

.row1 {
	background:#FFF;
}

.row2 {
	background:#CFD1FF;
}

