#your_shopping_cart {
	position: absolute;
	bottom: 0px;
	left: 210px;
	margin: 0px 0px -1px 0px;
	float: left;
}

#main_box {
	border: 1px solid #c8c9ca;
	border-top: none;
	width: 767px;
	margin: 0px 0px 0px 25px;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.product_row {
	float: left;
	width: 767px;
	height: 177px;
	_height: 178px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.product_name {
	float: left;
	padding: 5px;
	width: 757px;
	background-color: #c8c9ca;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	/*text-shadow: 1px 1px 1px #000;*/
	overflow: hidden;
	/*border-left: 1px solid #FFFFFF;*/
}

.product_image {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 150px;
	overflow:hidden;
	cursor: pointer;
}

.product_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	padding: 10px;
	border-left: 1px solid #FFFFFF;
	width: 289px;
	height: 150px;
}

.product_price {
	float: left;
	border-left: 1px solid #c8c9ca;
	border-right: 1px solid #c8c9ca;
	padding: 50px 30px 50px 30px;
	width: 98px;
	height: 50px;
	font-size: 20px;
}

.product_quantity {
	float: left;
	padding: 50px 0px 50px 50px;
	width: 45px;
	height: 50px;
	font-size: 20px;

}

.product_quantity_input {
	width: 35px;
	height: 23px;
	background-color: #c8c9ca;
	border: 0px;
	font-size: 20px;
	padding: 5px;
	text-align: center;
}