/* Container for the entire shopping basket/checkout details */
#WLCommerce_Basket_Container
{
	/*border: 6px solid #E6E6E6;*/
	/*width: 536px;*/
	/*float: left;*/
	clear: both;
	position: relative;
	background-color: White;
}

/* Handles the Basket Title */
#WLCommerce_Basket_Container h2
{
	background-color:#257EC8;
	color: White;
	margin-bottom: 5px;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial;
	font-weight: bold;
	margin-top: 0px;
}

/* Handles the basket container DIV */
#WLCommerce_Basket
{
	width: 536px;
	font-size: 90%;
	background-color: white;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}

/* BASKET Styles */
/* Table layout for the basket contents */
#WLCommerce_Basket .tblCart
{
    width: 100%;
    font-size: 90%;
}

/* Handles the column for the baskets remove product link */
#WLCommerce_Basket .tblCell_ProdRemove
{
   vertical-align: top;
    border-bottom: dotted 1px #ccc;
}

/* Handles the column for the baskets remove product link hyperlink style */
#WLCommerce_Basket .BasketRemoveLink
{
	color: #257ec8;
	text-decoration: none;    
}

/* Handles the column for the baskets product options style */
#WLCommerce_Basket .optionText
{
    color: Black;
    text-decoration: none;
    font-style: italic;
   
}

/* Handles the column for the baskets product image */
#WLCommerce_Basket .tblCell_ProdImage
{
    width: 50px;
    /* border-bottom: dotted 1px #ccc;*/
}

/* Handles the column for the baskets product title */
#WLCommerce_Basket .tblCell_ProdTitle
{
   color: Gray;
   text-align: left;
   vertical-align: top;
  /* border-bottom: dotted 1px #ccc;*/
}

/* Handles the column for the baskets product amount ordered */
#WLCommerce_Basket .tblCell_ProdAmount
{
   color: Black;
   text-align: center;
   vertical-align: top;
    /*border-bottom: dotted 1px #ccc;*/
}

/* Handles the column for the baskets product cost */
#WLCommerce_Basket .tblCell_ProdCost
{
	color: #257ec8;
	text-align: right;
	vertical-align: top;    /*border-bottom: dotted 1px #ccc;*/
}

/* Handles the column for the baskets sub total */
#WLCommerce_Basket .tblCell_ProdSubTotal
{
    font-weight: bold;
    text-align: right;
    vertical-align: top;
     /*border-bottom: dotted 1px #ccc;*/
}

/* Handles the column for the baskets final total text on the left of the sub total figure */
#WLCommerce_Basket .tblCell_ProdFinalTotalText
{
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

/* Handles the column for the baskets sub total */
#WLCommerce_Basket .tblCell_ProdFinalTotal
{
    font-weight: bold;
    text-align: right;
}

/* Handles the style of the checkout/pay button */
#WLCommerce_Basket .BasketButton
{
	color: White;
	background-color: #257EC8;
	font-size: 12px;
	border: 4px solid #85A9DA;
	padding: 3px;
}

/* Handles the colour of the basket row */
#WLCommerce_Basket .tblCRow_Main
{
    /*background-color: #ddd;
    border-bottom: solid 1px #000;*/
    background-image: url(../../CSS_Images/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 33px;
}

/* Handles the alternate colour of the basket row */
#WLCommerce_Basket .tblCRow_Main_Alt
{
   /*background-color: #eee;*/
    background-image: url(../../CSS_Images/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 33px;
}



