@charset "UTF-8";
/* CSS Document */

table.cart {
	width:500px;
}

table.cart tr.header {
	background:#000;
	color:#FFF;
	font-weight:bold;
}

table.cart tr.row_a {
	background:#666;
	color:#FFF;
}

table.cart tr.total {
	background:#000;
	color:#FFF;
	font-weight:bold;
}

table.cart tr.row_b {
	background:#999;
	color:#FFF;
}

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

input.button {
	
}


table.shop_progress {
	width:550px;	
}

table.shop_progress td { padding:5px; }

table.shop_progress td.selected {
	background:#999;
}

table.shop_progress td.unselected {
	background:#000;
}

table.shop_progress td.success {
	background:#090;
}

div.formfield_header {
	
}

div.formfield {
	padding:10px;
}

div.formfield_tag {
	float:left;
	width:170px;
}

span.required {
	padding: 0 5px;
	color:#F00;
}

input {
	border:1px solid #000;	
	padding:3px;
	font-size:11px;
}

input.button {
	border:none;	
	background:#b9603e;
	color:#fff;
	font-weight:bold;
	border-top:1px solid #6e3a25;
	border-left:1px solid #6e3a25;
	border-right:1px solid #ed7d51;
	border-bottom:1px solid #ed7d51;
}
