﻿td.ShoppingCartBar
{
	background-image: url(Images/ShoppingCartBar.JPG);
	background-repeat: repeat-x;
	height: 8px;
}
td.ShoppingCartSidebar
{
	background-image: url(Images/ShoppingCartBar.JPG);
    width: 8px; 
    background-repeat: repeat-y;
}

td.ShoppingCartTopLeft
{
	background-image: url(Images/blue_up_left.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}

td.ShoppingCartTopRight
{
	background-image: url(Images/blue_up_right.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}

td.ShoppingCartBottomLeft
{
	background-image: url(Images/blue_down_left.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}

td.ShoppingCartBottomRight
{
	background-image: url(Images/blue_down_right.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}

td.GreenSeparator
{
	background-image: url(Images/greenSquar.jpg);
	background-repeat: repeat-x;
	height: 8px;
}

td.ShoppingCartTitleCurveLeft
{
	background-image: url(Images/shopingTitle_curve_left.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 31px;
}

td.ShoppingCartTitleCurveRight
{
	background-image: url(Images/shoppingTitle_curve_right.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 31px;	
}

td.ShoppingCartTitleRepeatedPixle
{
	background-image: url(Images/shoppingTitle_pixle.jpg);
	background-repeat: repeat-x;
	height: 31px;	
}




td.QuantityBoxTopBar
{
	background-image: url(Images/greenSquar.JPG);
	background-repeat: repeat-x;
	height: 8px;
}
td.QuantityBoxSideBar
{
	background-image: url(Images/greenSquar.JPG);    
    background-repeat: repeat-y;
    width: 8px;
}

td.QuantityBoxBody
{
	background-image: url(Images/greenSquar.JPG);    
    background-repeat: repeat;
}

td.QuantityBoxTopLeft
{
	background-image: url(Images/green_up_left.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}

td.QuantityBoxTopRight
{
	background-image: url(Images/green_up_right.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}

td.QuantityBoxBottomLeft
{
	background-image: url(Images/green_down_left.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}

td.QuantityBoxBottomRight
{
	background-image: url(Images/green_down_right.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}

.NoteText
{
	color: #35A1D7;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;	
}

.shoppingCart_title
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;	
	color: #043374;
	padding-left: 5px;
}