#snews_container {
    float:right;
    width:400px;
    height:217px;
    margin:0px 30px 0px 50px;
    overflow:hidden;
}

#snews_logo {
    position:absolute;
    margin:-40px 0px 0px 490px;
}

#snews {
    width:400px;
    font-family:Verdana;
    font-size:12px;
}

#snews .caption td {
    border:solid #86450e 1px;
    background:#fbce35;
    height:25px;
    cursor: pointer;
}

#snews .caption td .con {
    margin:0px 0px 0px 30px;
}

#snews .caption td span {
    display:block;
    float:left;
    font-weight:bold;
    margin:0px 10px 0px 0px;
}

#snews .data .con {
    height: 74px;
    overflow: hidden;
    width: 390px;
}

#snews .data .con p {
    font-size: 11px;
    line-height: 13px;
    margin: 4px 0 0 10px;
    text-align: justify;
}

#snews .data .con p a {
    display: block;
    float: right;
    font-weight:bold;
    text-decoration: none;
    color:#d68b1e;
}

#snews .data .con p a:hover {
    text-decoration: underline;
}


#content p {
    font-family:Verdana;
    font-size:12px;
    line-height:18px;
    text-align:left;
    margin:10px 30px 0px 30px;
}

#goods {
    margin:30px 30px 0px 30px;
    width:905px;
    border:solid #86450e 2px;
    border-bottom:solid #86450e 1px;
    font-family:Verdana;
    font-size:12px;
}

#goods .row td {
    border-bottom:solid #86450e 1px;
    vertical-align:top;
}


#goods .img {
    height:130px;
    width:170px;
}

#goods .img div{
	margin:8px;
}

#goods .img img {
    margin:5px;
}

#goods .img .videoico {
	display:block;
	position:absolute;
	width:16px;
	height:16px;
	background:url(video.png) no-repeat;
}

#goods .img .gif {
	display:none;
	margin:5px;
}

#goods .img .jpg {
	display:inline-block;
	margin:5px;
}

#goods .img:hover .gif {
	display:inline-block;
	margin:5px;
}

#goods .img:hover .jpg {
	display:none;
	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 10px;
}

#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;
}


.thumbs {
	margin:5px 0px 5px 10px;
	width:350px;
	overflow:hidden;
}

.thumbs a {
	display:block;
	float:left; 
	margin:5px 5px 0px 0px ;
}

.thumbs b {
	display:block;
	margin:0px 0px 5xp 0px;
}

.videothumbs {
	margin:5px 0px 5px 10px;
	width:150px;
	overflow:hidden;
	float:right;
	text-align:right;
}

.videothumbs a{
	margin:5px 5px 0px 5px ;
	float:right;
	display:block;	
}

.videothumbs b {
	display:block;
	margin:0px 0px 5xp 0px;
}

