@charset "utf-8";
/* CSS Document */

#cart{
	/*border:/px solid #F4B204;*/
	border-top: 0px solid #F4B204;
	border-right: 1px solid #F4B204;
	border-bottom: 0px solid #F4B204;
	border-left: 1px solid #F4B204;
	width:100%;
	}

#cart th{
	text-align:left;
	padding:0 4px;
	}
	
#cart td{
	padding:5px 10px;
	}
	
#cart ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#cart ul li{
	height:1.5em;
	}

fieldset{
	border: 1px solid #900;
	width: 95%;
	margin:1em 0.5em 0;
	}

legend{
	/*color: #ffffff;*/
	background-color: #FFFBD0;
	border: 1px solid #900;
	} 

/* REMOVED 02.07.09 BMW - Replaced by other styles */
/*
.cart-input{
	color: #990000;
	background-color:#FFFBD0;
	border: 1px solid #990000;
	}
	
.cart-select{
	color: #990000;
	background-color:#FFFBD0;
	border: 1px solid #990000;
	}
	
.cart-submit
	{
	color: #990000;
	font-weight:700;
	background-color:#fee3ad;
	border-bottom: outset #990000;
	border-right: outset #990000;
	border-top: .25px #990000;
	border-left: .25px #990000;
	} 
	
.cart-left-label{
	font-weight:500;
	font-style:oblique;
	width:30%;
	}
*/
.cart-left-label-error{
	font-weight:500;
	color:#ff0000;
	width:30%;
	}

.cart-input-error{
	color: #990000;
	background-color:#FFBEB4;
	border: 1px solid #990000;
	}
	
.cart-select-error{
	color: #990000;
	background-color:#FFBEB4;
	border: 1px solid #990000;
	}
	
label.cart-input-error{
	color:#f00;
	background-color:transparent;
	border:0;
	font-weight:700;
}

#error-container ul{
	margin:0;
	padding:0;
	list-style:none;
}

td{
	font-size:12px;
	vertical-align:top;
	}
	
td.valid-entry{
	color:#004B00;
	}
	
a.edit-entry{
	font-size:0.75em;
	color:#888;
	text-decoration:none;
	}
	
a.edit-entry:hover{
	font-size:0.75em;
	color:#888;
	font-style:oblique;
	text-decoration:none;
	}
	
#empty-cart{
	font-weight:700;
	font-size:1.25em;
	margin:0 0 1em;
	padding:1em 0 0;
	font-style:oblique;
	text-align:center;
	color:#005298;
	}
	
div.label-desc{
	color:#555;
	font-style:normal;
	font-size:0.75em;
	}
	
a img{
	border:none;
	}
	
/* ADDED 02.07.09 BMW */
td.StdText sup{color:#900;}
	
