/* @override http://cottonwood.kstone.homelinux.com/css/purchase.css */

div.cart {
	margin: 20px 0px;
}

h2.cart {
	color: #69c430;
	font-size: 140%;
	margin: 3px 10px;
}

table.cart {
	min-width: 560px;
	max-width: 620px;

	width: 590px;

}

table.cart td {
	padding: 5px 10px;
}

table.cart tr.header, table.cart tr.footer {
	font-weight: bold;

}

table.cart tr.header {
	text-align: center;
}

table.cart .decimal {
	text-align: right;
}

table.cart .quantity {
	text-align: center;
}


table.cart tbody tr.cart_alt {
	background-color: white;
}
 

form.purchase {
	padding: 0px;
	margin: 0px;

	min-width: 560px;
	max-width: 620px;

	width: 610px;
}

form.purchase fieldset {

	clear: both;
	border-color: black;

	margin: 20px 10px;
	padding: 10px 10px;
	background-color: #F6F6F6;
	
	border: solid 1px #336699;
}


form.purchase fieldset legend {
	font-size: 130%;
	font-family: Arial, sans-serif;

	margin: 0px 0px 0px 20px;
	padding: 4px 6px;

	border: solid 1px #336699;
	background-color: #9AB3CC;
	color: white;
}


form.purchase fieldset div.notes {
	float: right;
	width: 185px;
	height: auto;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #999;
	background-color: white;
	color: #666;
	font-size: 88%;
}


form.purchase fieldset div.notes h4 {
	font-size: 108%;
	color: #666;
	padding: 3px 5px;
	margin: 5px;
}

form.purchase fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666;
}


ul.errorlist {
	/*background-image: url('/images/interface/warning.png');*/
	background-position: top left;
	background-repeat: no-repeat;

	padding: 3px 5px 8px 30px;
}


form.purchase fieldset div.error {
	background-color: #ffffe1;
	border: 1px solid #ff0000;
	padding-bottom: 10px;
}


form.purchase fieldset div.error ul.errorlist {
	font-size: 88%;
	font-weight: bold;

	width: 180px;
	color: #ff0000;
	margin: 0px 0px 0px 100px;
}


form.purchase fieldset div {
	clear: left;
	display: block;
	width: 360px;
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
}


form.purchase fieldset div label {
	float: left;
	display: block;
	width: 150px;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
	text-align: right;
}


form.purchase fieldset div.required label {
	font-weight: bold;
}

form.purchase fieldset div input {
	width: 180px;
	padding: 1px 3px;
	margin: 0px;
}

form.purchase fieldset div select {
	width: 180px;
	padding: 1px 3px;
	margin: 0px;
}

ol.order_progress {
	width: 620px;
	margin: 2em auto;
	clear: both;
	overflow: hidden;
	padding: 0px;
}

ol.order_progress li {
	
	display: inline;
	margin: 0px;
	padding: 8px 20px;
	color: #666;
	background-color: #ddd;
	border-left: solid 1px white;
	float: left;
	border-top: solid 3px #ccc;
	border-bottom:  solid 3px #ccc;
}

ol.order_progress li.done {
	padding-left: 32px;
	padding-right: 8px;
	background-image: url('/images/interface/check.png');
	background-position: 4px;
	background-repeat: no-repeat;
}

ol.order_progress li.current {
	font-weight: bold;
	background-color: #9CCC9A;
	color: white;
	border-top-color: rgb(103, 177, 100);
	border-bottom-color: rgb(103, 177, 100);
}

ol.order_progress li.last {
	padding-left: 8px;
	padding-right: 8px;
}

td.order_information {
	width: 50%;
}

td.order_information div {
	display: block;
	position: relative;
	padding: 5px 20px;
}

td.order_information div a.change {
	position: absolute;
	left: 150px;
	top: 10px;
	color:  red;
	height: 30px;
	text-decoration: underline;
	font-size: 88%;
}

td.order_information div h4 {
	font-size: 110%;
	margin: 0px 0px 0.3em 0px;
	background-color: #ddd;
	padding: 3px 10px;
}

td.order_information div p {
	display: block;
	width: 100%;
	padding-left: 1em;
	font-size: 100%;
	line-height: 120%;
}

IMG.centered {
	display:  block;
	margin-left: auto;
	margin-right: auto;
}

div.order_instructions {
	margin: 10px;
}

div.order_instructions p {
	padding: 10px;
	font-size:  100%;	
}

span.sale_code {
	font-size: 110%;
	color: red;
}


p.error {
	margin: 10px 5px;
	background-color: #ffffe1;
	border: 1px solid #ff0000;
	padding: 10px 30px;
	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
}



