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

table.cart {
	width:650px;
}

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

table.cart tr.row_a {
	background:#e5e5e5;
	color:#000;
}

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

table.cart tr.row_b {
	background:#CCC;
	color:#000;
}

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

input.button {
	
}


table.shop_progress {
	width:650px;	
}

table.shop_progress td { padding:10px; }

table.shop_progress td.selected {
	background:#532e57;
	color:white;
}

table.shop_progress td.unselected {
	background:#999;
	color:white;
}

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

div.formfield_header {
	
}

div.formfield_header {
	background:#532e57;
	font:bold 16px/22px Georgia, "Times New Roman", Times, serif;
	color:white;
	padding:6px 0 5px 10px;
}

div.formfield {
	padding:10px;
}

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

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