@charset "utf-8";
/* CSS Document */

dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

#quick_table_area {
	float: left;
	width: 385px;
	padding: 10px;
}

#quick_table_area table {
	width: 385px;
	border-collapse: collapse;
}
#quick_table_area table th {
	background: url(../images/table_green_back.gif) 0 0 no-repeat;
	border-left: 1px solid #BAD97B;
	border-top: 1px solid #BAD97B;
	border-right: 1px solid #BAD97B;
	text-align: center;
	padding: 5px 0;
	color: #360;
}
#quick_table_area table td {
	border: solid 1px #ccc;
	padding: 8px 15px;
	text-align: center;
}
#quick_table_area table tr.even {
	background-color: #f7f7f7;
}


#quick_table_area input {
	height: auto;
	margin: 0;
}

#quick_table_area .product_code input {
	width: 220px;
}


#quick_table_area .quick_buy_btn {
	width: 227px;
	height: 37px;
	margin-top: 10px;
	margin-left: 85px;
}


#form_clear {
	width: 385px;
	border: 1px solid #ccc;
	border-top: none;
}

#quick_table_area .form_clear {
	text-align: right;
}






#quick_product_list {
	width: 270px;
	float: left;
	padding: 10px;
}

#quick_pno {
	width: 268px;
	height: 498px;
	overflow: hidden;
	overflow-y: scroll;
	border: 1px solid #ccc;
	border-top: none;
}

dl.list_item {
	float: left;
	width: 228px;
	min-height: 95px;
	padding: 10px 15px;
}

dl.list_item dt {
	color: #060;
	font-size: 0.85em;
	font-weight: bold;
	width: 218px;
	padding-bottom: 5px;
	padding-left: 2px;
	background: url(../images/list_item_line.gif) bottom no-repeat;
}


dl.list_item dd.item_image {
	float: left;
	width: 50px;
	height: 50px;
	padding-top: 5px;
	padding-right: 7px;
}

dd.product_no,
dd.price {
	float: right;
	padding-top: 10px;
	margin-right: 15px;
	_margin-right: 7px;
	height: 18px;
	width: 145px;
	border-bottom: dotted 1px #7CBF4B;
}

dd.product_no dl dt {
	float: left;
	background: url(../images/product_no.gif) no-repeat;
	width: 48px;
	height: 16px;
	text-indent: -9999px;
}

dd.price dl dt {
	float: left;
	background: url(../images/pretax_price.gif) no-repeat;
	width: 48px;
	height: 16px;
	text-indent: -9999px;
}

dd.product_no dl dd,
dd.price dl dd {
	float: right;
	font-size: 15px;
	font-weight: bold;
}

dl.list_item a {
	height: auto;
	text-decoration: none;
	color: #f00;
}


.product_code input {
	ime-mode: disabled;
}
