#content_part{
	width: 500px;
    padding: 10px 0px 10px 10px;
	Font-Family: Arial;
	Font-size: 12px;
}

#item_dosage{
    margin-top:15px;margin-bottom:5px;font-weight:bold;padding-left:20px;font-size:12px;
}

.line {
	background-color: #e5e5e5;
	height:1px;
	clear:both;
	margin: 0;
	padding: 0;
	width: 490px;
    overflow: hidden;
}

#item_price_list {
	width: 490px;
	overflow:hidden;
	padding: 0 0 0 0;
}

#item_price_list img{
	border:0px;
}

#item_price_list .number {
	float:left;
	width:135px;
	padding-top:9px;
	padding-bottom:7px;
	text-indent:1px;
}

#item_price_list .price {
	float:left;
	width:55px;
	font-weight:bold;
	color:green;
	padding-top:9px;
	padding-bottom:7px;
}

#item_price_list .price_per_item {
	float:left;
	width:107px;
	font-size:10px;
	padding-top:9px;
	padding-bottom:7px;
}

#item_price_list .discount {
	float:left;
	width:80px;
	height: 19px;
	text-align: center;
	font-weight: bolder;
	font-size:11px;
	color:#FF0000;
	margin: 9px 22px 0 0;

	}

#item_price_list .discount div{
	width:80px;
	height: 16px;
	border: 1px solid #e5e5e5;
	padding-top: 1px;
}

#item_price_list .button {
	float:right;
	padding-top:7px;
	padding-bottom:7px;
}

.red_1
{
color: #ED4C27;
}

.backRow{background: url(../images/back_row.gif) repeat-x;}
.buyLink{color: rgb(240,83,43); font-size: 12px; font-weight: bold;}