@charset "utf-8";

/********************************
 * #cart
 ********************************/

#cart p {
	margin-left: 10px;
}
#cart p.div-title {
	margin-top: 15px;
	margin-bottom: 5px;
}

#cart .brand-name {
	font-size: 10px;
	color: #999999;
}
#cart .item-name {
	font-size: 8pt;
}

#cart .item-name-sub {
	font-size: 10px;
	color: #999999;
}

#cart .price-num {
}

#cart h3 {
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #444444;
	margin-right: 5px;
	background-color: #2A2A2A;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#cart h4 {
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 5px;
}

/* */
#cart a:link {
	color: #FF6600;
}
#cart a:visited {
	color: #FF6600;
}
#cart a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#cart a:active {
	color: #FF3300;
	text-decoration: underline;
}
/* */
#cart .item-name a:link {
	color: #CDCDCD;
}
#cart .item-name a:visited {
	color: #CDCDCD;
}

#cart table.table-cart {
	border-collapse: collapse;
	border-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 5px solid #666666;
}
#cart .table-cart th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-size: 8pt;
	text-align: center;
	background-color: #2A2A2A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	vertical-align: middle;
	padding: 5px;
	margin: 0px;
}

#cart .table-cart td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
}

#cart .table-cart td.center-cell {
	text-align: center;
}
#cart .table-cart td.sum-border {
	background-color: #2A2A2A;
	line-height: 100%;
	font-size: 1px;
	padding: 0px;
}


/* form CSS */

.form_err_txt {
	background-color: #F1C9C9;
}
.form_err_numric {
	background-color: #F1C9C9;
	text-align: right;
}
.form_basic_txt {
	background-color: #FFFFFF;
}
.form_basic_numric {
	text-align: right;
}
.form_nonactive {
	background-color: #F1ECE7;
	border: 1px solid #CFBFAD;
	color: #666666;
	text-align: right;
}
.form_reference {
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	color: #999999;
	text-align: right;
}
.form_delete_btn {
	color: #990000;
	font-weight: bold;
}

