@charset "utf-8";


/*title
------------------------------------------------------------------------*/

div#title {
	height:125px;
	background: #000 url("../../shopping/images/title.jpg") no-repeat;
	}

div#title h2 {
	position: absolute;
	left: -1000px;
	width: 100px;
	}


/*container
------------------------------------------------------------------------*/

div#container {
	background: none;
	}


/*div#productlist
------------------------------------------------------------------------*/

div#productlist {
	background:#000;
	padding:1px;
	margin-bottom:10px;
	}

div#productlist table#data {
	width:858px;
	}

div#productlist table#data th {
	font-weight:bold;
	text-align:center;
	background:#0A1F6A;
	padding:3px 0px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	}

div#productlist table#data td {
	padding:3px 10px;
	background:#404040;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	}

div#productlist table#data td.price,
div#productlist table#data td.subtotal {
	text-align:right;
	}

div#productlist table#data td.delete,
div#productlist table#data td.quantity {
	text-align:center;
	}

input.quantity {
	width:2em;
	vertical-align:middle;
	}

img.change {
	margin-left:5px;
	vertical-align:middle;
	}


/*div#outbox
------------------------------------------------------------------------*/
div#outbox {
	width:860px;
	}

div#outbox:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
}
* html div#outbox {
	display: inline-block;
}
/* no ie mac \*/
* html div#outbox{ height: 1%;}
div#outbox { display: block;}
/* */


/*div#leftbox
------------------------------------------------------------------------*/
div#leftbox {
	width:570px;
	float:left;
	}
	
div#leftbox ul {
	margin:0px 0px 0px 35px;
	list-style-image: url("../../shopping/images/arrow02.gif") ;
	font-size:77%;
	}

	div#leftbox ul li {
	margin:3px 0px;
	}
	
	div#leftbox ul a {
	margin-left:-5px;
	}


/*div#rightbox
------------------------------------------------------------------------*/
div#rightbox {
	width:280px;
	float:right;
	}


/*table#amount
------------------------------------------------------------------------*/
table#amount {
	width:280px;
	}

table#amount td {
	text-align:right;
	padding:3px 10px 5px 0px;
	}

table#amount td.dotline {
	border-top:1px dotted #787878;
	border-bottom:1px dotted #787878;
	}

table#amount td.summation {
	border-top:3px double #787878;
	border-bottom:3px double #787878;
	background:#313131;
	}


/*div#goform
------------------------------------------------------------------------*/
div#goform {
	margin-top:30px;
	background:#373737;
	border:1px solid #262626;
	padding:5px 10px;
	xfont-size:72%;
	width:838px;
	_width:860px; /*for IE6*/
	}

div#goform:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
}
* html div#goform {
	display: inline-block;
}
/* no ie mac \*/
* html div#goform{ height: 1%;}
div#goform { display: block;}
/* */


div#goform div#info {
	float:left;
	width:670px;
	}

div#goform div#info div {
	margin:5px 0px;
	}

div#goform div#btnarea {
	float:right;
	width:150px;
	}
	
div#goform div#btnarea div {
	margin:10px 0px; ;
	}



/*flow
------------------------------------------------------------------------*/
div#flow01,
div#flow02,
div#flow03 {
	width:860px;
	height:46px;
	}

div#flow01 {
	background: #000 url("../../shopping/images/flow01.jpg") no-repeat;
	}

div#flow02 {
	background: #000 url("../../shopping/images/flow02.jpg") no-repeat;
	}

div#flow03 {
	background: #000 url("../../shopping/images/flow03.jpg") no-repeat;
	}
	
div#flow01 h3,
div#flow02 h3,
div#flow03 h3 {
	display:none;
	}

/*h4
------------------------------------------------------------------------*/
h4 {
	font-weight:bold;
	color:#FFD800;
	margin:30px 0px 5px;
}

/*div#lead
------------------------------------------------------------------------*/
div#lead {
	margin:10px 5px 0px;
}

div#lead strong {
	color:#C54F00;
	font-weight:normal;
}


/*div.inputarea
------------------------------------------------------------------------*/
div.inputarea {
	background:#000;
	padding:1px;
	}

div.inputarea table {
	width:858px;
	}

div.inputarea table th {
	background:#3A3A3A;
	padding:3px 10px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:200px;
	}

div.inputarea table th strong {
	color:#C54F00;
	font-weight:normal;
}


div.inputarea table td {
	padding:3px 10px;
	background:#464646;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	}


/*div.epexegesis
------------------------------------------------------------------------*/
div.epexegesis {
	margin-left:230px;
} 

div.epexegesis p {
	font-size:77%;
} 



/*div#decision
------------------------------------------------------------------------*/
div#decision {
	text-align:center;
	}

div#decision div#back {
	text-align:left;
	margin:10px 0px 5px;
	}

/*div#erroritem
------------------------------------------------------------------------*/
div#erroritem {
	background:#fff;
	margin-top:10px;
	border:3px double #f60;
	}

div#erroritem ul {
	margin:0px 25px;
	}

div#erroritem ul li {
	margin:5px 0px;
	color:#f00;
	font-weight:bold;
	}
	
div#erroritem ul li ul li {
	list-style-type:circle;
	margin:2px 0px;
	color:#000;
	font-weight:normal;
	}

div#error_main {
	width: 780px;
	margin: 0px auto;
	padding: 10px 0;
}

div#error_main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
}
* html div#error_main {
	display: inline-block;
}
/* no ie mac \*/
* html div#error_main{ height: 1%;}
div#error_main { display: block;}
/* */

div#error_left {
	float: left;
	width: 60px;
	}

div#error_right {
	float: right;
	width: 710px;
	}


/*div#gratitude
------------------------------------------------------------------------*/
div#gratitude {
	margin:50px 100px 100px;
}

div#gratitude div {
	margin:20px 0px;
}

div#gratitude span#ordernumber {
	font-weight:bold;
	color:#FFD800;
}

/*div#caution
------------------------------------------------------------------------*/
div#leftbox div#caution {
	color:#ffff00
}

div#leftbox div#caution h3 {
	font-weight:bold;
}

div#leftbox div#caution p {
	font-weight:bold;
	margin-left:1em;
}
