

/* ============================================================ main */

.inCart {
	color:#FF0000;
	}

#step li{
	float:left;
	margin-bottom:30px;
}


#main {
	font-size:1.2em;
	}

#main h3{
	clear:left;
	background:#cccccc;
	color:#ff0000;
	font-weight:normal;
	padding:5px;
	margin-bottom:20px;
	}

#shoppingCart {
	clear:left;
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
	}

#shoppingCart th{
	background:#e0e0e0;
	color:#000000;
	font-weight:normal;
	text-align:left;
	padding:5px 10px;
	}

#shoppingCart td{
	padding:30px 10px;
	border-bottom:1px dotted #999999;
	}

.checking td {
	padding:15px 10px  !important;
	}

.priceData {
	background:#ffffff !important;
	padding:15px 10px;
	border-bottom:1px dotted #999999;
	}

.totalPrice {
	background:#e0e0e0 !important;
	border-bottom:1px dotted #999999;
	}


.empty {
	border-bottom:none !important;

	}

#total {
	text-align:right;
	padding-bottom:20px;
	border-bottom:1px solid #999999;
	margin-bottom:15px;
	}


#buttons{
	float:right;
	clear:both;
	}

#buttons img{
	float:left;
	margin-left:10px;
	}

#userInput {
	padding-bottom:1em;
	overflow:hidden;
	}

#userInput dt {
	float:left;
	clear:left;
	width:38%;
	text-align:right;
	padding-right:5px;
	}

#userInput dd {
	float:left;
	width:58%;
	margin-bottom:1em;
	}

#userInput label input {
	margin-left:5px;
	}

.must {
	color:#FF0000;
	}

#paymant {
	width:500px;
	margin:0 auto 10px auto;
	}

#paymant dt{
	clear:left;
	margin-bottom:1em;
	}

#paymant dl dt,
#sonota dt {
	float:left;
	clear:left;
	width:20%;
	text-align:right;
	}

#paymant dl dd,
#sonota dd {
	float:left;
	width:78%;
	margin-bottom:1em;
	}

#sonota {
	width:500px;
	margin:0 auto 10px auto;
}

#sonota dt,
#sonota dd {
	padding-bottom:1em;
	}

.attension {
	color:#ff0000;
	}

.inputedCheck {
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
	border-bottom:none !important;
	}

.inputedCheck th {
	color:#c2a753;
	font-weight:normal;
	text-align:left;
	padding:20px 10px;
	width:150px;
	border-bottom:1px dotted #999999;
	}

.inputedCheck td {
	border-bottom:1px dotted #999999;
	}

#message {
	clear:left;
	text-align:center;
	padding-top:50px;
	}

#message img{
	margin-top:50px;
	}

#error {
	width:350px;
	padding:3em 3em 2em 3em;
	background:#e6e6e6;
	border:1px solid #cccccc;
	margin:0 auto;
	}




