/* Cart */

table.cart {
	width:700px;
	border:1px solid #A2BF7B;
	background:#fff;
	margin:0 0 10px 0;}

table.cart th {
	text-align:left;
	background:#A2BF7B;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:4px;}
	
table.cart td {
	padding:4px;
	border-bottom:1px solid #A2BF7B;}
	
table.cart img.button {
	position:relative;
	padding:0 5px;
}


form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form ol { list-style:none; }

form.form li { margin-bottom: 5px; background:none;}
form.form li.button { margin-top: 15px; }

form.form label {
	display: inline-block;
	width: 150px;}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;}

form.form select {
	padding: 0;
	width: auto;}

form.form input.postcode,
form.form input.cc { width: 50px; }

form.form input.ccexpiry { width: 30px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: none;
	color: #fff;
	cursor: pointer;}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 12px;
	_margin: 0 -7px; /* IE Win fix */}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;}