@charset "UTF-8";
/*##################################################
-------------LIST-------------
 01: order
 02: price
 03: payment
 04: clearfix
------------------------------
##################################################*/
/* --------------------------------------------------
 01: order
 -------------------------------------------------- */
div#order {
	font-size: 93%;
	line-height: 150%;
}
div#order #submit {
	display: block;
	margin: 9px 0 16px 94px;
	border: 0;
	width: 252px;
	height: 44px;
	overflow: hidden;
	background: url("../images/order_btn.gif") 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
div#order h3 {
	padding: 0 0 15px 0;
}
div#order .txt {
	padding-bottom: 30px;
}

/* --------------------------------------------------
 02: price
 -------------------------------------------------- */
div#price dl.s-price {
	width: 440px;
	margin-bottom: 15px;
}
div#price dl.s-price dt {
	float: left;
	width: 95px;
}
div#price dl.s-price dt img {
	vertical-align: bottom;
}
div#price dl.s-price dd {
	float: left;
	width: 345px;
}
div#price dl.s-price dd strong {
	color: #ff0099;
	font-weight: bold;
}

div#price ul {
	clear: both;
	margin-top: 5px;
}
div#price ul li {
	padding: 5px 0 5px 19px;
	font-size: 108%;
	color: #1051bc;
	background: url(../images/order_arw.gif) 0 7px no-repeat;
}
div#price ul li a {
	color: #1051bc;
}
div#price ul li a:hover {
	color: #ff0099;
}

div#price dl#parts {
	width: 440px;
	margin: 30px 0 15px 0;
}
div#price dl#parts dd {
	margin-top: 6px;
}


/* --------------------------------------------------
 03: payment
 -------------------------------------------------- */
div#payment {
	padding-top: 1px;
	margin: 15px 0 30px 0;
	background: url(../images/showarer_line.gif) 0 top no-repeat;
}
div#payment dl.methode {
	width: 440px;
}
div#payment dl.method dt {
	float: left;
	width: 150px;
	padding: 10px 0;
	font-weight: bold;
}
div#payment dl.method dd {
	float: left;
	width: 290px;
	padding: 10px 0;
}
hr {
	display: none;
}
.dot {
	clear: both; 
	width: 440px;
	height: 1px;
	background: url(../images/showarer_line.gif) 0 0 no-repeat;
}



/* --------------------------------------------------
 04: clearfix
 -------------------------------------------------- */
div#price dl.s-price:after,
div#payment dl.methode:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

div#price dl.s-price,
div#payment dl.methode{
	min-height: 1%;
}



