﻿
#content {
		width: 675px;
		height: 370px;
}
.menu ul li a{
		background-image: url(../images/menu-news.png);
}
#news1 a {
		width: 56px;
		background-position: 0 -16px;
}
#news1 a:hover,#news1 a.stay {
		background-position: -175px -16px;
}
#news2 a {
		width: 56px;
		background-position: 0 0;		
}
#news2 a:hover,#news2 a.stay {
		background-position: -175px 0;
}
#news3 a {
		width: 56px;
		background-position: 0 -32px;
}
#news3 a:hover,#news3 a.stay {
		background-position: -175px -32px;
}
div.productname {
		position: absolute;
		width: 100%;
		top: 100px;
		left: 0;
		text-align: right;
}
div.originalprice1 {
		margin-top: -5px;
		text-decoration: line-through;
}
div.originalprice {
		margin-top: 150px;
		font-size: 200%;
		font-weight: bold;
}
div.originalprice  span {
		color: #ff0000;
}
a.btnbuy {
		margin-top: 10px;
		margin-left: 42px;
		display: block;
		overflow: hidden;
		height:  0!important;
		padding-top: 31px;	
		width: 78px;
		background: url(../images/btnbuy-bg.png);
}
#lastestnews {
		border-bottom: 1px solid #666;
}
.more {
		color: #FF6600;
}
#newslist {
		list-style-type: disc;
		padding-bottom: 6px;
}
#newslist li {
		padding: 3px 0;
		margin-left: 15px;
		border-bottom: 1px dotted #666;
}
#newslist li a:hover {
		font-weight: bold;
		text-decoration: none;
}
#content .content {
		margin-top: 12px;
}
.date {
		margin-left: 6px;
		font-size: 76%;
}
