#menu_container li
{
    list-style:none;
}

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

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

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

#category_product_table { border-spacing: 10px; }

#category_product_table td
{
    text-align:center;
    padding: 7px;

}

/*-moz-box-shadow: 1px 2px 2px #000;
    -webkit-box-shadow: 1px 2px 2px #000;
    box-shadow: 1px 2px 2px #000;
    /* For IE 8 */
/*     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')"; */
    /* For IE 5.5 - 7 */
/*     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000'); */
/*     background-color: white; */

/*     -moz-border-radius: 15px; */
/*     border-radius: 15px; */
    
/* } */

#product_category ul { padding: 0; margin: 0 }

#product_category li
{
    float:left;
    text-align:center;
    list-style:none;
    margin:10px;
    padding:7px;
    width:196px;
    height: 415px;

    -moz-box-shadow: 1px 2px 2px #000;
    -webkit-box-shadow: 1px 2px 2px #000;
    box-shadow: 1px 2px 2px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
    background-color: white;
    
/*     border:solid 1px black; */
}

#cart_info
{

}

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

.statusupdate
{
    color:red;
	margin-bottom:-10px;
}

.statusupdatenorm
{
	font: 13px Arial, Helvetica, sans-serif;
	color: #b25371;
	font-weight:normal;
}


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

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

#cart_internal
{
    width:600px;
}

#cart_internal table.cart_table td,#cart_internal th,
#cart_internal .border
{
    border:solid 1px #432710;
}
