/* CSS Document */

.accProduct
{
	padding: 0px 10px 3px 10px;
	color: #741416;
	font-size: 16px;
	clear: both;
	border-bottom: 1px dotted #333333;
	height: 46px;
	position: relative;
}
.accPrice {
	width: 200px;
	font-size: 0.9em;
	color: #000000;
	position: absolute;
	bottom: 13px;
	right: 40px;
}
.accProduct input {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#content .accProduct .qtyInput
{
	width: 20px;
	padding: 4px;
	_padding: 5px;
	text-align: center;
	right: 56px;
}
.accProduct p {
	float: left;
}
.accProduct p span {
	color: #000;
	font-size: 0.95em;
}