/* STYLES FOR SHOPPING BASKET */
/* www.allterraincycles.co.uk*/

/* ---------------------------------- */	


	/*#bike4work_header {
	background:url(images/bg_bikeforwork_checkout.gif) top left; 
	width:365px; 
	height:85px; 
	margin:0; 
	padding:20px 30px 20px 230px; 
	color:#FFFFFF;
	}*/
	
	#basket {
		background: url(../images/bg_basket_bottom_repeat.gif) repeat-y bottom left;
		float: left;
		width: 595px;
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	#basket .highlight{
	
	padding:5px;
	background-color:#cac29e;
	height:18px;
	width:100%;
	
	}
	
	#savebasket {
		height:30px; 
		overflow:hidden; 
		margin:0 0 10px 0; 
		padding:0 0 20px 0; 
		border:1px solid #cac29e;
		clear: both;
		display: block;
	}
	
	#savebasket2 {
		height:auto;
		clear: both;
	}
	
	#basket .footer{
	width:595px;
	height:17px;
	background: url(../images/bg_basket_footer.gif) no-repeat bottom left;
	}
	
	#basket table {
		font: 11px/1.2em verdana, arial, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		color: #000;
        border-collapse: collapse;
		border: 1px solid #cac29e;
		margin: 0 0 10px 0;
		width: 575px;
    }
	
	#basket h2 {
		font-size: 1.1em;
		text-transform: none;
		color: #c00;
		margin: 0 0 15px 0;
		padding: 0 0 4px 0;
		border-bottom: 0px solid #eee;
	}
	
	#basket h3 {
		background: url(../images/bg_financebox_top.gif) no-repeat top left #FFD139;
		margin: 0 0 10px 0;
		color: #000;
		text-transform: uppercase;
		font-size: 1.1em;
		padding: 8px 20px;
	}
	
	#basket .basketinner {
	padding: 0 10px 10px 10px;
	}
	
	#basket .options{
	font-size:10px;
	}
	
	#basket form {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	#basket input {
		color: #6c6c6c;
		font-size: 10px;
		padding: 2px;
		margin: 0 3px 0 0;
		border: 1px solid #b0b0b0;
		background: #fff;
		float:left;
	}
	
	#basket select {
		font: 11px/1.3em arial, verdana, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		color: #6c6052;
		padding: 1px;
		font-size: 11px;
		margin: 0 5px 0 0;
		border: 1px solid #dcdcdc;
		background: #fff;
	}
	
	#basket th {
		border: 0;
		margin:0px;
		/*color: #00aff0;*/
		color:#fff;
		background:url(../images/basket/bg_basket_header.gif) repeat-x top left;
		font-size: 1.2em;
		padding: 10px 0px 10px 10px;
	}
	
	#basket td {
		border: 0;
		background: #fff;
		padding: 5px 0px 10px 10px;		
	}
	
	#basket .shopping_basket td {
		border: 0;
		background: #f1f1f1;
		padding: 5px 0px 10px 10px;
		color:#000000;
	}
	
	#basket_offers {
	margin:0 0 10px 0;
	border-bottom:#0371ab 1px solid;
	display: block;
	clear: both;
	}
	
	#basket_offers .top {
	background:url(../images/basket/bg_offers_top.gif) no-repeat top left;
	height:18px;
	padding:7px 20px 5px 20px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	}
	
	#basket_offers_inner {
	border-left:#0371ab 1px solid;
	border-right:#0371ab 1px solid;
	margin:0 0 0px 0; 
	padding:10px; 
	height:100%; 
	overflow:hidden;
	}

	#basket a {
		color:#c00;
		text-decoration:underline;
	}
	#basket a:hover {
		color: #c00;
	}
	#basket a.thumb {
		border: 1px solid #ffe20e;
		padding: 3px;
		background: #fff;
		display: block;
	}
	#basket a.thumb:hover {
		border: 1px solid #c00;
	}
	#basket input.button {
		padding:0;
		margin: 1px 0 1px 0;
		border: 0;
		/*float:left;*/
	}
	
	#basket input.deposit{
	float:none;
	}
	
	#basket input.date{
	float:none;
	width:25px;
	}
	
	#basket input{
	padding: 0 0 1px 2px;
	margin: 1px 5px 0 0px;
	border: 1px solid;
	}
	
	#basket input.radio {
	background:#fff;
	border:0;
	}
	
	#basket input.radio_shopping_basket{
	background:#f1f1f1;
	border:0;
	}
	
	#basket input.checkbox{
	float:none;
	margin: 3px 5px 0 0;
	border: 0;
	}
	
	#basket .finance{
	border:0;
	float:left;
	/*clear:both;
	padding:0;
	margin:0;*/
	}
	
	#basket .total {
	font-size: 1.1em;
	font-weight:bold;
	color:#c00;
	padding: 0;
	margin: 0;
	}
	
	#basket .shipping {
	font-size: 1.1em;
	font-weight:bold;
	color:#000;
	}
	
	#basket_banner {
		margin: 0;
		padding: 0;
		}
	/*----------------------------*/
	
.error {
	background-color: #990000;
	padding: 10px;
	color: #fff;
	margin: 10px 0;
	}