@charset "utf-8";
/* CSS Document */

noscript {
	font-size:12px;
	font-weight:bold;
	color:rgb(255,0,0);
}

#itemList {
	width:600px;
	margin:7px auto;
	font-size:12px;
	line-height:18px;
	
}
#itemList td {
	height:260px;
	padding:15px 15px 0;
	overflow:hidden;
	background-image:url(../img/cart/item.png);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
}
#itemList td p {
	margin:0 0 7px;
	padding:0;
}
#itemList td p img {
	padding:7px;
}

#itemList h4 {
	margin:0 0 7px;
	padding:10px 0 0 0;
	text-indent:10px;
	font-size:12px;
	height:18px;
	width:380px;
	border-bottom:1px solid rgb(127,127,127);
	background-color:rgb(255,255,255);
}

#itemList input {	
 vertical-align:middle;
}
#continue {
	width:450px;
	margin:20px auto;
	padding:20px;
	border-bottom:3px solid rgb(0,90,0);
	border-top:3px solid rgb(0,90,0);
}