/*
*************************************************

file : cart.css
client : Advanced Cosmeceuticals
author : Adam Gray

*************************************************
*/

#cart { margin-bottom: 1em; }

#cart th {
	text-align: left;
	background: #ebf3f5;
	color: #000;
	padding: 4px;
}

#cart table table td {
	padding: 4px;
	background: #fff;
	border-bottom: 1px dashed #a9d9db;
}

#cart .right { text-align: right; }

#cart table table table td { border-bottom: 0; }

#cart td.totalprice {
	text-align: right;
	font-weight: bold;
	padding: 8px 0;
}

#cart td.buttons {
	padding-top: 10px;
	text-align: right;
}

/*---------------------------------------------   
    forms
----------------------------------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0 !important;
	padding: 0 !important;
}

form.form fieldset { border: 0; }

form.form ol { list-style: none; }

form.form li {
	margin-bottom: 5px !important;	
}

form.form li.button { margin-top: 15px; }

form.form label {
	display: inline-block;
	width: 250px;
	vertical-align: top;
}

form.form input, form.form select, form.form textarea, #cart input {
	width: 250px;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #687073;
}

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 fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}


.formbutton {
	background: #b7d1d8 !important;
	color: #fff !important;
	font-weight: bold !important;
	padding: 5px 8px !important;
	border: 0 !important;
	width: auto !important;
}


/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */