#snews_container {
    border-top:solid #2f2a28 2px;
    margin:0px 20px 20px 40px;
    width:400px;
    height:208px;
    overflow:hidden;
    float:left;
}

#snews {
    font-family: Verdana;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    width: 400px;
}
#snews .caption td {
    background: #2f2a28;
    color: #ffffff;
    cursor: pointer;
    height: 22px;
}
#snews .caption .container {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 390px;
    margin:0px 0px 0px 5px;

}
#snews .caption span {
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 10px;
}

#snews .data {
    background:#ffffff;
}

#snews .data .container {
    height: 74px;
    overflow: hidden;
    width: 390px;
    color: #444444;
}
#snews .data .container img {
    float: left;
    height: 60px;
    margin: 5px 10px 5px 5px;
    width: 80px;
}
#snews .data .container p {
    font-size: 11px;
    line-height: 13px;
    margin: 4px 0 0 10px;
    text-align: justify;
}

#snews .data .container p a {
    display: block;
    float: right;
    font-weight: normal;
    text-decoration: none;
}

#snews .data .container p a:hover {
    text-decoration: underline;
}

#snews a {
    color:#590818;
}

#goods {
    margin:0px 0px 20px 40px;
    border:solid #2f2a28 2px;
    border-bottom:none;
    background:#ffffff;
    width:892px;
    font-family:verdana;
    font-size:12px;
}

#goods .row {
    height:130px;
}

#goods .row td, #goods .row th {
    vertical-align:top;
    border-bottom:solid #2f2a28 2px;
}

#goods .img {
    width:170px;
}

#goods .img img {
    margin:5px;
}

#goods .price {
    vertical-align:middle !important;
    text-align:center;
    width: 120px;
}

#goods .buy {
    width:40px;
    vertical-align:middle !important;
    text-align:center;
}

#goods h1 {
    font-family:verdana;
    font-size:14px;
    margin:10px 0px 0px 15px;
}

#goods p {
    margin:5px 0px 0px 15px;
}


.dtops {
	position:relative;
	background:url(topshadow0.png) no-repeat;
	top:0px;
	left:0px;
	width:512px;
	height: 30px;
        filter:expression(fixPNG(this));
}
.dlefts {
	position:relative;
	background:url(leftshadow0.png) no-repeat;
	top:0px;
	left:0px;
	height:408px;
	width: 30px;
        filter:expression(fixPNG(this));
}
.drights {
	position:relative;
	background:url(rightshadow0.png) no-repeat;
	z-index:100;
	top:-438px;
	left:512px;
	height:408px;
	width: 30px;
        filter:expression(fixPNG(this));
}
.dbottoms {
	position:relative;
	background:url(bottomshadow0.png) no-repeat;
	top:-438px;
	left:30px;
	width:512px;
	height:30px;
        filter:expression(fixPNG(this));
}

.dmainlogo {
	display:none;
	position:absolute;
	width:542px;
	height:438px;
	overflow: hidden;
	z-index:100;
}

#content h1 {
	padding:0px !important;
}

#try {
	text-align:center;
	margin:15px 0px 15px 0px;
}

#try p {
	text-align:center !important;
	margin:-5px 8px 0px 0px !important;
	font-weight:bold;
	font-size:10px;
}