/**************************************************************************
* Shopping basket
**************************************************************************/
div.section div.sectionInner div.subSection div.subSectionInner{
	/*padding-left:0;
	padding-right:0;*/
}

div#viewEditBasket div.sectionInner form div.subSection div.basketCheckout h4 {
	display:none;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 0px;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketCheckout input.image {
	float: left;
}


div#viewEditBasket div.sectionInner form div.subSection div.basketCheckout input {
	float: right;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketCheckout input#checkout_button {
	margin-right: 8px;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketCheckout ul {
	list-style: none;
	margin-bottom: 18px;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketCheckout ul li {
	float: left;
	display: inline;
}

div#viewEditBasket div.sectionInner form div.subSection div#basketItemList {
	padding: 16px 0 0 0;
}

div#viewEditBasket div.sectionInner form div.subSection div#basketItemList h4 {
	margin-bottom: 1px;
	padding-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
}

div#viewEditBasket div.sectionInner form div.subSection div#basketItemList p.basketItemHeader {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	padding: 14px 0 4px 0;
	text-transform: capitalize;
}

div#viewEditBasket div.sectionInner form div.subSection div#basketItemList p.basketItemHeader span {
	display: block;
	font-family:Helvetica;
	float: left;
}

div#viewEditBasket div.sectionInner form div.subSection div#basketItemList p.basketItemHeader span.col1 {
	padding-left: 16px;
	width: 312px;
}

div#viewEditBasket div.sectionInner form div.subSection div#basketItemList p.basketItemHeader span.col2 {
	width: 104px;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList p.basketItemHeader span.col3{
	padding-right:16px;
	text-align:right;
	width:120px;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList input#updateBasket {
	float: right;
	margin: 8px 0;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul {
	list-style: none;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li {
	border-bottom: 1px solid #999;
	padding: 0 0 16px 16px;
}

div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li.lastItem {
	border-bottom: 0;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li img, 
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemDesc, 
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemQty, 
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemPrice {
	float: left;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li img {
	margin: 10px 8px 0 0;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemDesc {
	width: 125px;
	margin: 10px 8px 0 8px;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemDesc h5 {
	color: #666;
	font-family:Helvetica;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	width:125px;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemDesc h5 a, 
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemDesc h5 a:link, 
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemDesc h5 a:visited {
	color: #333;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemDesc p {
	clear:left;
	display:block;
	font-size: 1.2em;
	font-family:Helvetica;
	font-weight:bold;
	padding-top: 4px;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemDesc p span{
	font-family:Helvetica;
	font-weight:normal;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemDesc p.brand {
	clear:left;
	display:block;
	font-size: 1.2em;
	font-family:Helvetica;
	font-weight:normal;
	margin:4px 0 4px 0;
	padding:0;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemQty {
	margin: 10px 8px 0 8px;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemQty input.qty {
	border: 1px solid #333;
	width: 46px;
	font-size: 1.2em;
	padding-bottom: 3px;
	padding-top: 3px;
	min-height: 14px;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemQty p.error {
	display: block;
	color: #f00;
	font-size: 1.2em;
	padding-top: 1em;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemQty a {
	color: #666;
	display: block;
	font-size: 1.2em;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemQty {
	width:104px;
}

div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemPrice {
	text-align: right;
	/*margin: 10px 8px 8px 0;*/
	margin:0;
	padding:0;

}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.basketItemPrice {
	color:#333333;
	font-family: arial, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	/*font-style:normal;*/
	margin-bottom:4px;
	margin-top:4px;
	text-align:right;
	width:100px;
	
}

div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt {
	padding-left: 0px;
	padding-right: 0px;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown {
	width: 100%;
}
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown th {
	color: #666;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: left;
}
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown td {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown td.value {
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr.subtotal td {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: bottom;
	
}
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr#subTotal td span,
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr.promo td span,
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr#coupon td span {
	color: #333;
	font-family:arial, sans-serif;
	font-size:1.1em;
	/*font-weight: normal;
	padding-left:16px;*/

}
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr.subtotal td.subtotalTitle {
	font-size: 1.4em;
}
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr.subtotal td.subtotalAmt {
	font-size: 2em;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr#grandTotal td{
	border-top:3px #333 double;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr td.field{
	padding-left: 16px;
	font-weight: bold;
}
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr#grandTotal td.field{
	font-family:Helvetica;
}
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr#grandTotal td span{
	color:#333333;
	display:block;
	font-size:1.5em;
	padding:16px 16px 0px 0px;
}
div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr#grandTotal td p{
	display:none;
}

div#viewEditBasket div.sectionInner form div.subSection div.basketReceipt table.basketReceiptBreakdown tr#grandTotal td.value{
	font-family:arial, sans-serif;
	/*font-style:normal;*/
	font-weight:bold;
	vertical-align:middle;
}
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.singleItemPrice span.price,
div#viewEditBasket div.sectionInner form div.subSection div#basketItemList ul li div.singleItemPrice span.superscript{
	color:#333;
	font-family:Helvetica;
	text-align:left;
	margin-left:0;
	display:none;
}

/** smoothbox for learn more about charges on shopping basket page. **/
#TB_title {
	background-color:#333;
	height:27px;
}
#TB_ajaxContent {
	background:#fff;
	clear:both;
	overflow:auto;
	padding:10px 15px 15px;
	text-align:left;
}
#TB_ajaxContent h4 {
	border-bottom:1px solid #333333;
	color:#003366;
	font-family:Helvetica;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.143em;
	margin:1.143em 0px;
	padding:0px;
	text-transform:uppercase;
}
#TB_ajaxContent p {
	font-family:Helvetica;
	font-size:1.2em;
	padding:1px 0px;
}
#TB_window a:link, #TB_closeAjaxWindow a {
	color:#fff;
	font-family:Helvetica;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
#TB_window a:hover {
	color:#fff;
}

#TB_closeAjaxWindow a { color:#FFFFFF!important }

/**************************************************************************
* 
**************************************************************************/

.liveAssistance {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: -7px;
	border-bottom: 1px solid #000000;
}
