/* CSS Document */

/*===== main =====*/
#main .container .col1{
	padding:0;
	margin:0 5px;
	height:100px;
	border-bottom:1px solid #74BBFF;
	background-color:#666666;
}
#main .container .mainArea .a-center table{
	margin:auto;
	}
h2 {
	font-size:14px;
	font-weight:normal;
	padding:10px 30px;
	margin:0 0 10px 0;
	background:url(images/common/co_bkimg_h2A.jpg) 0 0 no-repeat;
	color:#FF6600;
}
h3 {
	font-size:14px;
	padding:2px 0;
	margin:30px 0 10px 0;
	border-bottom:1px dotted #cccccc;
	color:#3366CC;
}
form { margin:0; }
form input.v-mid{
	vertical-align:middle;
	}

#main .container .mainArea .shopCol{
	background:url(images/cart/cart_shop_bkimg.jpg) 0 0 repeat-y;
	width:754px;
	margin:0 auto 35px auto;
	height:1%;
}
#main .container .mainArea .shopCol .hd{
	background:url(images/cart/cart_shop_hd.jpg) 0 0 no-repeat;
	height:10px;
}
#main .container .mainArea .shopCol .ft{
	background:url(images/cart/cart_shop_ft.jpg) 0 0 no-repeat;
	height:10px;
}

#main .container .mainArea .shopCol table {
	width:730px;
	margin:0 auto;
	border:none;
	border-collapse:separate;
}

#main .container .mainArea .shopCol table td, #main .container .mainArea .shopCol table th {
	padding:8px 5px;
	font-size:12px;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
	line-height:1.3em;
}
#main .container .mainArea .shopCol table th{
	background-color:#f5f5f5;
	}

#main .container .mainArea .shopCol table thead td{
	padding:9px 0 10px 22px;
	margin:0 0 10px 0;
	background:url(images/common/co_bkimg_tdA.jpg) 0 0 no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	}

#main .container .mainArea .shopCol table td.imageArea{
	width:90px;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	background-color:#FFFAE1;
	}
#main .container .mainArea .shopCol table td.imageArea img{
	width:90px;
	height:65px;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	}
#main .container .mainArea .shopCol table td.textArea{
	padding-left:15px;
	padding-right:15px;
	line-height:1.3em;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	background-color:#FFFAE1;
	}
#main .container .mainArea .shopCol table td.textArea span.txt10{
	font-size:10px;
	line-height:1.2em;
}
#main .container .mainArea .shopCol table td.priceArea{
	width:65px;
	text-align:center;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	background-color:#FFFAE1;
	}
#main .container .mainArea .shopCol table td.deleteArea{
	width:50px;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	background-color:#f9f9f9;
	}
#main .container .mainArea .shopCol table td.buyBtnArea{
	text-align:right;
	}
#main .container .mainArea .shopCol table td.buyBtnArea div.total{
	font-weight:bold;
	font-size:14px;
	color:#FF6600;
	margin-bottom:10px;
	}


.cl{clear:both;height:1px;overflow:hidden;}
