/* declarations for the 'view basket' page */
.basketButton input {
	font-size:11px;
	color:#FFFFFF;
	background-color:#B74849;
	border:0px;
	}
	
.basketUserFields {
	font-size:11px;
	}
	
.basketUserFields label {
	float:left; 
	width:70px;
	text-align:right; padding-right:15px;
	margin-bottom:0.5em;
	padding-top:8px;
	white-space:nowrap;
	}
.basketUserFields input {
	font-size:11px;
	background-color:#FFFFFF;
	color:#B74849;
	height:17px;
	border: 1px solid #B74849;
	width:190px;
	margin-top:8px;
	}
.basketUserFields select {
	font-size:11px;
	background-color:#FFFFFF;
	color:#B74849;
	height:17px;
	border: 1px solid #B74849;
	width:190px;
	margin-top:8px;
	}
.basketUserFields textarea {
	font-size:11px;
	background-color:#FFFFFF;
	color:#B74849;
	border: 1px solid #B74849;
	width:190px;
	margin-top:8px;
	}
.basketUserFields .widerBox {
	width:380px;
	}
.basketUserFields br {
	clear:left;
	}
.basketUserFields .sendButton {
	margin-top:6px; padding-bottom:2px; height:21px;
	background-color:#B74849; color:#FFFFFF;
	}
.basketRow {
	margin-top:10px;
	}
.basketItem {
	position:relative;
	display:inline; float:left;
	width:45%; margin-right:1%;
	}
.basketImage {
	position:relative;
	display:inline; float:left;
	width:49%; 
	}	
.basketDetail {
	position:relative;
	display:inline; float:right;
	width:49%; 
	}	
.basketDetail a {
	padding:1px; border:1px solid #B74849; color:#B74849; text-decoration:none; font-size:10px; margin-top:3px;
	}
.basketDivider {
	border-style:solid; border-color:#000000;
	border-top-width:1px; border-left-width:0px; border-bottom-width:0px; border-right-width:0px;
	height:1px; 
	}