﻿.ShoppingCartHolder
{
    width: 600px;
}
.CartTitleLine
{
    vertical-align: bottom; 
}
.CartTitle
{
    font-weight: bold;
}
.CartTable
{
	background-image: url("../_img/bar_bg_612px.jpg");
	background-repeat: no-repeat;
}
.CartHeader
{
	

	
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 30px;
}
.CartProductColumn
{
	 border: none;
	border-collapse: collapse;
    color: #cc0e22;
    width: 220px;
    text-align: left;
    padding-left: 20px;
    
}

.CartRemoveColumn
{
	
	border-collapse: collapse;
    text-align: left;
    color: #cc0e22;
    width: 60px;
 
}

.CartQuantityColumn
{
    text-align: left;
    color: #cc0e22;
    width: 120px;

}

.CartQuantityViewColumn
{
    text-align: left;
    color: #cc0e22;
    width: 60px;

}

.CartPriceColumn
{
    text-align: left;
    color: #cc0e22;
    width: 60px;

}

.CartItemTotalColumn
{
    text-align: left;
    color: #cc0e22;
    width: 60px;
}
.CartItemRow
{
	
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px #ccd2da;
    height: 50px;
    
}
.CartItem
{
    border: none;
    border-collapse:collapse;
}

.cartCheckOutButton
{
    float: right;
    display: inline-block;
}
.CartContinueLink
{
    float: right;
    vertical-align: top;
    text-decoration: none;
}
.CartAddProductsButton
{
	float: right;
}
.CartSubtotal
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccd2da;
    width: 612px;
    float: right;
}

.CartBillingInfoTable
{
    width: 620px;
}

.cartTextBox
{
    border: solid 1px #cc0e22;
    height: 16px;
    font-size: 10px;
    width: 240px;
}
.CartSmallTextBox
{
    border: solid 1px #cc0e22;
    height: 16px;
    font-size: 10px;
    width: 150px;
}
.cartZipTextBox
{
    border: solid 1px #cc0e22;
    height: 16px;
    font-size: 10px;
    width: 60px;
}

.cartState
{
    border: solid 1px #cc0e22;
    height: 16px;
    font-size: 10px;
}

.CartQuantityTextBox
{
    height: 16px;
    width: 15px;
    border: solid 1px #cc0e22;
    color: #cc0e22;
    text-align: center;
    font-size: 10px;
    vertical-align: top;
}
.CartPOBoxWaterMark
{
    border: solid 1px #cc0e22;
    color: #cc0e22;
    height: 16px;
    font-size: 10px;
    width: 240px;
}
.CartCheckoutRow
{
    height: 30px;
    vertical-align: bottom;
    padding-top: 5px;
}

.CartCheckoutContinue
{
    float: right;
}

.CartCheckoutSeperatorRow
{
    height: 30px;
    vertical-align: bottom;
    padding-top: 5px;
    margin-top: 5px;
    border-bottom: solid 1px #ccd2da;
}

.CartSeperatorRow
{
    border-bottom: solid 1px #ccd2da;
    padding: 10px 0px 10px 0px;

}
/******** Product Display **************/
.CartImages
{
	padding: 4px 4px 4px 4px;
}	
.CartProductItem
{
	border-bottom: solid 1px #ccd2da;
    vertical-align: middle;
}
.CartItem
{
	border-bottom: solid 1px #ccd2da;
}
.CartCategoryProductImage
{
	padding-right: 15px;
}
a.CartProductNameLink
{
  text-decoration: none;
  font-weight:bold;
}
.CartProductName
{
    margin-top: 5px;
   
}
.CartProductNameCell
{
    margin-top: 50px;
    margin-right: 50px;
}
hr.ProductName
{
    color: #ccd2da;
    width: 200px;
    height: 1px;
}
.CartProductNameDetail
{
	
	font-size: 14px;
	font-weight: bold; 
	
}
.CartCategoryProductThumbnail
{
	padding-right: 10px;
}
.CartCategoryProductOriginalPrice
{
    color: #cc0e22;
    text-decoration: line-through;  
}
.CartQuantityRow
{
	vertical-align:middle;
	height: 32px;
	margin-top: 10px;
}
.CartQuantityText
{
	position: relative;
	top: -4px;
}
/************ Navigation ***************/

.CartRootNode
{
   display: none; 
}
.CartParentNode
{
    color: #cc0e22;
    font-weight:bold;
    padding-left: 2px;
}
.CartNode
{
    color: #cc0e22;
    font-weight:bold;
    padding-left: 2px;
}
.CartNavImage
{
    border-right: solid 1px red;
    text-align:left;
}
.CartNavLinks
{
    width: 150px;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 5px;
}
.CartCategoryNav
{
    width: 150px;
    background-color: #e9edf0;
    text-align: center;
    margin-right: 20px;
    _margin-right: 10px;
    float:left;
}
.CartCategoryWideNav
{
    width: 650px;
    height: 120px;
    background-color: #e9edf0;
    border: solid 1px red;
    margin-right: 20px;
    clear: both;
}
.CartCategoryNavRight
{
    width: 150px;
    background-color: #e9edf0;
    text-align: center;
    margin-left: 20px;
    float: right;
}
.CartCategoryProductContent
{
    float:right;
}
.CartCategoryNavHeaderImage
{
    width: 140px;
    height: 90px;
    margin-bottom: 5px;
}
.CartCategoryNavHr
{
    color:#ccd2da;
    height: 1px;
    width: 120px;
    margin-left: 15px;
}
.CartCategoryLeftNavHeaderImage
{
    width: 140px;
    height: 70px;
}
.CartCategoryHeaderImage
{
    padding-top: 15px;
    padding-bottom: 5px;
}
.CartProductCheckBox
{
    border: solid 1px #cc0e22;
    color: #cc0e22;
}
.CartProductDropDown .CartProductRadioButtons
{
    border: solid 1px #cc0e22;
    color: #cc0e22;
}
.CartOrderTotals
{
    float:right;
    border-bottom: solid 1px #ccd2da;
}
.CartOrderTotalLine
{
    float:right;
}

