#content {
	padding:10px;
}
#content .left {
	width:190px;
	float:left;
}
#content .middle {
	width:740px;
	float:left;
	margin-left:10px;
}
#content .middle .box {
	width:230px;
	height:180px;
	float:left;
	background-image:url(../images/bg_box_blue_med.jpg);
	background-repeat:no-repeat;
	padding:5px 20px;
	background-position:10px 0;
}
#content .middle .qty {
	width:60px;
	padding:3px 4px 4px 4px;
	position:absolute;
	margin-left:110px;
	border:1px solid #cccccc;
	background-image:url(../images/grad_grey.jpg);
	background-repeat:repeat-x;
}
#content .middle .add {
	width:auto;
	position:absolute;
	margin-left:190px;
}
#content .middle .box {
}
#content .right {
	width:190px;
	float:left;
	margin-left:10px;
}
#content .left .menu {
	width:190px;
	float:left;
}

