#menu_container li
{
    list-style:none;
}

#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:10px;
    padding:3px;
    width:200px;
    height:250px;
    border:solid 1px black;
}

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

#product_enlarged img
{
    padding:0;
    margin:0;
    width:600px;
}

#product_enlarged
{
    text-align:center;
    z-index:100;
    display:none; 
    position:absolute;
    padding:7px;
    border:solid 2px #80CECA;
    background-color:#FDE191;
}

#category_patterns
{
    text-align:left;
    padding:3px;
    float:right;
    width:200px;
    border:solid 1px #78BBC8;
    background: white;
}

#related-products li
{
    float:left;
    width:250px;
    height:215px;
    margin-left:31px;
}