
object {
	width: 180px;
	height: 65px;
}

.newsItems .new,
.recentItems .recentItem {
	cursor: pointer;
}

/*
.hover {
	background-color: #FFFFCC;
}
*/

.reportWithAction .hover {
	cursor: pointer;
}

.detail .articles .report .c1 {
	text-align: left;
}

.detail .articles .report .c2 {
	text-align: center;
}

.detail .articles h2 {
	margin: 0px;
	padding-bottom: 3px;
	color: #000000;
}

.goodList .detail .articleDetail {
	float: none;
	with: 100%
}

.detail .articleDetail {
	float: left;
	with: 50%
}

.goodList .detail .articles {
	float: none;
	width: 100%;
}

.detail .articles {
	float: right;
	width: 50%;
}

.main .goodsBrowser .header,
.main .categories .header {
	height: auto;
}
