.box-hot-big{
    width: 501px;
    height: 302px;
    overflow: hidden;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 10px;
    background-image: url(content-bg.gif);
}   

.box-hot-big .title {
	background-image: url(title-bg.gif);
	height: 22px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.box-hot-big .title-text{
	color: #FFFFFF;
	margin: 4px 0px 0px 30px;
	font-size: 11px;
	float: left;
	font-weight: bold;
}

.box-hot-big .title-icon {
	float: right;
}


.box-hot-big .content {
	margin: 0px 1px 0px 1px;
	height: 263px;
	width: 495px;
	color: #FFFFFF;
	overflow: hidden;
}    

.box-hot-big img {
	padding: 0px 0px 0px 0px;
	border: 0px;
}

.box-hot-big .more-info{
  font-weight: bold;
  width: 490px;
  height: 18px;
  background-image: url(footer-bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0px 0px 0px 25px;
}

.box-hot-big.green .more-info{
  background-image: url(footer-bg_green.gif);
  background-position:  -6px bottom;
}




.box-hot-big .more-info a:link, .box-hot-big .more-info a:visited{
	color:#000000;
	text-decoration: none;
	display: block;
	position: relative;
	top: -10px;
	height: 13px;
	background-image: url(more.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 460px;
}

.box-hot-big .more-info a:hover, .box-hot-big .more-info a:active{
	color: #FFFFFF;
}




.box-hot-big.hide_title_footer {
    width: 501px;  
    height: auto;           
}

.box-hot-big.hide_title_footer .content {           
    height: auto;     
  border-bottom:1px solid black;   
  border-top:1px solid black;   
}      
