div.oldprice {
	background: #282828;
	height: 30px;
	color: white;
	text-align: left;
}

div.oldprice div.leftblck {
	font-size: 18px;
	line-height: 30px;
	float: left;
	position: relative;
}

span.linethrough {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 2px;
	top: 14px;
	background: red;
	width:84px;
}

div.oldprice div.rightblck {
	float: right;
	text-align: center;
	line-height: 14px;
	padding: 2px 5px;
	background: red;
	margin-right: -7px;
	font-size: 11px;
}
.section_desc
{	
	max-width: 863px;
	font-size:14px;
}
.section_desc a
{
	color:#d7d7d7;
}
.section_desc a:hover
{
	color:#ff0000;
}