.Default_Cart
{
    padding:5px;
}

.Default_Details
{
    padding:5px;
}

.Default_ItemList
{
	float: right;
	width: 421px;
    padding:5px;
}

.Default_ItemListSearch
{
    padding:5px;
}

.Default_ItemList img
{
	width: 151px;
	height: auto;
}

.Default_CategoryList
{
    margin-right: 441px;
    padding:5px;
}

.Default_CategoryList .subNav
{
    display: none;
}
.Default_CategoryList .subNavShow 
{
    position: absolute;
    .position: fixed;
    min-width: 150px;
    width: 150px;
    padding: 10px;
    border: solid 1px #000000;
    background-color: white;
    -moz-opacity: 0.9; /* Firefox */
    opacity: 0.9; /* Opera, etc */
    filter: alpha(opacity = 90); /* IE */
}

.Default_CategoryList ul
{
    margin-left:1px;
}

.Default_Checkout
{
    float:left;
    width:600px;
    
}

.Default_BreadCrumb
{
    padding:5px;
}


.lblTotal, .lblItemCount
{
    font-weight:bold;
}

.header
{
    font-weight:bold;
    font-size:larger;
    vertical-align:top;
}

.lblEmptyCart
{
    font-weight:bold;
    font-size:larger;
}

.quantity
{
    text-align:center;
}

legend
{
    color:Black;
    font-weight:bolder;
    font-size:larger;
}

.sub
{
    padding-left:15px;
    color:Red;
}

.quantityBox 
{
	width: 50px;
}

