body {
	font-size: 16px;
}
.default {
	color: #ccc;
}
.wrap {
	color: #ccc;
}
.panel-info {
	margin-top: 5px;
	border-color: #c11919;
	background-color: #F2F2F2;
}
.panel-info > .panel-heading {
	font-size: 18px;
	font-weight: bolder;
	color: #fff;

	background-color: #c11919;
}
.clear{clear: both; }
.clear hr{display: none;}
.items_comm {
	width: 656px;
	color:#000;
	text-align: left;
	margin: 10px auto;
}

.nagare {
	width: 656px;
	margin: 5px auto;
}
.nagare .now_action {
	font-weight: bolder;
	padding: 10px;
	color: #fff;
	background-color: #c11919;
	text-align:center;
}
.nagare .not_action {
	font-weight: bolder;
	padding: 10px;
	color: #fff;
	text-align:center;
	background-color: #ccc;
}

/******************************************/
#order_item {
	width: 650px;
	margin-top: 10px;
}
#item_header {
	margin: 10px 0px;
	width: 656px;
	height: 25px;
}
#order_item .items {
	width: 650px;
	margin-left: 0px;
}
#order_item .items th {
	font-weight: bolder;
	background-color: #ffcccc;
	border-color: 1px solid #FFF;
	width: 79px;
	height: 28px;
}
.items .name_f {
	width: 269px;
}
.items .cost_f {
	width: 76px;
	text-align: center;
}
.items .cnt_f {
	width: 59px;
	text-align: center;
}
.items .price_f {
	width: 79px;
	text-align: center;
}
.items .carriage_f {
	width: 79px;
	text-align: center;
}
.items .cash_on_delivery_f {
	width: 79px;
	text-align: center;
}
.items .name {
	width: 269px;
	text-align: left;
}
.items .cost {
	width: 76px;
	text-align: right;
}
.items .cnt {
	width: 59px;
	text-align: right;
}
.items .price {
	width: 79px;
	text-align: right;
}
.items .carriage {
	width: 79px;
	text-align: right;
}
.items .cash_on_delivery {
	width: 79px;
	text-align: right;
}
#order_item input {
	display: inline;
}
#total {
	border-top: 1px solid #000000;
	width: 656px;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	font-size: 14px;
	color: red;
}
#total .comm {
	margin-top: 7px;
	margin-left: 250px;
	float: left;
}
/* IE6p */
* html #total .comm {
	display: inline;
}
#total .price {
	width: 79px;
	margin-top: 7px;
	margin-left: 10px;
	float: left;
	text-align: right;
}
#total_conf {
	border-top: 1px solid #000000;
	width: 656px;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	font-size: 14px;
/*
	color: red;
*/
}
#total_conf .comm {
	margin-top: 7px;
	margin-left: 250px;
	float: left;
}
/* IE6p */
* html #total_conf .comm {
	display: inline;
}
#total_conf .subtotal {
	margin-top: 7px;
	margin-right: 2px;
	width: 79px;
	float: right;
	text-align: right;
}
#total_conf .cash_on_delivery {
	margin-top: 7px;
	width: 79px;
	margin-right: 2px;
	float: right;
	text-align: right;
}
#total_conf .carriage {
	margin-top: 7px;
	width: 79px;
	margin-right: 10px;
	float: right;
	text-align: right;
}
#total_conf .total_price {
	width: 79px;
	margin-top: 7px;
	margin-right: 10px;
	float: right;
	text-align: right;
}
#total_conf .atend {
	text-align: right;
	font-weight: normal;
	text-size: 12px;
}
/******************************************/
.t_header {
	text-align:left;
	font-weight: bolder;
	color: #fff;
	background-color: #c11919;
	height: 25px;
}
.t_header .header_no {
	text-align:center;
	margin-right: 20px;
	width:30px;
	height: 25px;
	background-color: #000;
}
#order_usr {
	margin: 5px auto;
	width: 656px;
	margin-top: 10px;
}
#order_carriage_header a{
	color:#fff;
	float:left;
	margin-left:130px;
}
#order_carriage_header a:link {
	color:#fff;
}
#order_carriage_header a:visited {
	color:#fff;
}
#order_delivery_header a{
	color:#fff;
	float:left;
	margin-left:130px;
}
#order_delivery_header a:link {
	color:#fff;
}
#order_delivery_header a:visited {
	color:#fff;
}

#order_usr_conf {
	margin: 0px auto;
	width: 656px;
	margin-top: 10px;
}
}
#order_usr_conf #order_carriage {
	margin-left: 6px;
	width: 650px;
	text-align: left;
}
#order_usr_conf #order_delivery {
	margin-left: 6px;
	width: 650px;
	text-align: left;
}
.input_table {
	width: 656px;
	border-collapse: collapse;
	border: solid 1px #999;
}
.input_table tr {
	border-bottom:solid 1px #fff;
}
.input_table th {
	font-weight: normal;
	background-color: #ccc;
	width: 22px;
	border: solid 1px #999;
}
.input_table td {
	border:solid 1px #999;
	padding: 5px;
}
/********************/
.input_table .fname{
	width: 130px;
	font-weight: bolder;
	background-color: #ddd;
}
.input_table .fvalue{
	background-color: #eee;
	text-align: left;
}
.input_table .message {
	font-size: 14px;
	color: #333;
}
.input_table .spacer {
	height: 5px;
}
/******************************************/
#cart_comment {
	width: 500px;
	margin: 10px auto;
	text-align: left;
	text-size: 16px;
}
#info_submit {
	margin: 10px auto;
}
#submit {
	display: block;
	margin: 10px auto;
	width: 259px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/submit.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
/******************************************/
#comp {
	margin: 5px auto;
	margin-top: 10px;
	width: 656px;
	height: 234px;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/comp.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#comp span {
	text-indent: -9999px;
}
#comp .order_no {
	width: 100px;
	text-indent: 0px;
	text-align: center;
	font-size: 16px;
	color: #f00;
	margin-top: 150px;
	margin-left: 355px;
	font-weight: bolder;
}
/* IE7p */
*:first-child+html #comp .order_no {
	margin-top: 145px;
	margin-left: 105px;
}
/******************************************/
.errmsg {
	color: #f00;
	text-align: left;
}
.line {
	margin: 10px 0px;
	width: 656px;
	height: 1px;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/line_all.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
