/*
 *	Styling for Online Shopping Basket ( Right column )
 *	Copyright (c) 2009 Daniel Phillimore - Roger Clark Motorsport
 */

.clsBasketItemsHeader {
	padding: 2px 0px 0px 0px;
	
	position: absolute;
	left: 14px;
	right: 14px;
	top: 5px;
	
	border-bottom: solid #FFFFFF 1px;
	font-weight: bold;
	font-size: 12px;
	
	width: auto;
	height: 20px;
}

.clsBasketItemsList {
	position: absolute;
	left: 14px;
	right: 0px;
	top: 30px;
	bottom: 76px;
	
	height: auto;
	width: auto;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 11px;
}

.clsBasketControls {
	position: absolute;
	left: 0px;
	bottom: 56px;
	
	z-index: 2;
	height: 20px;
	width: 100%;
	background-color: #737478;
	overflow: hidden;
	text-align: center;
}

.clsBasketControls a {
	padding: 2px 12px 2px 12px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	float: left;
	
	min-width: 47px;
	width: auto !important;
	width: 47px;
	
	color: #FFFFFF;
	text-align: center;
}
.clsBasketControls a:hover {
	background-color: #000000;
	text-decoration: none;
}

/* Log Out/In, Empty and Checkout buttons in left column */
.clsBasketControls .clsButton {
	margin-top: 1px;
	
	width: auto;
	height: 18px;
	
	font-weight: bold;
	
	background-color: #444444;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 100%;
	vertical-align: top;
	white-space: nowrap;
	overflow: visible;
	
	font-size: 12px;
}

.clsSection_Head3 {
	border: none;
	height: 30px;
	width: auto;
	background-color: #616264;
}
.clsBasketInfo {
	padding: 6px 14px 0px 14px;
	
	position: absolute;
	left: 0px;
	right: 0px;
	
	bottom: 0px;
	
	height: 50px;
	width: auto;
	background-color: #939498;
}

.clsBasketInfo_Row {
	position: relative;
	left: 0px;
	top: 3px;
	margin: 0px 0px 3px 0px;
	border: none;
	color: #FFFFFF;
	height: 16px;
}

.clsBasketInfo_RowHeader {
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
	width: 80px;
}

.clsBasketInfo_RowText {
	margin: 0px 0px 0px 80px;
	border: none;
	font-weight: bold;
	text-align: right;
}

.clsColumnSection_Header2 {
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: 12px;
	background-color: #616264;
}

.clsBasketItem_Row {
	position: relative;
	padding: 2px 0px;
	border: none;
	width: auto;
	
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

.clsBasketItem_Name {
	border: none;
	width: 110px;
	
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
.clsBasketItem_Quantity {
	position: absolute;
	left: 110px;
	top: 2px;
	border: none;
	width: 20px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	text-align: center;
	font-size: 12px;
}

.clsBasketItem_TotalPrice {
	position: absolute;
	left: 135px;
	top: 2px;
	border: none;
	width: 54px;
	height: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.clsBasketItem_Controls {
	position: absolute;
	left: 193px;
	top: 0px;
	border: none;
	width: 30px;
	height: 20px;
	text-align: center;
}

.clsBasketItem_Controls a, .clsBasketItem_Controls img {
	border: none;
	text-decoration: none;
}

