﻿body
{
}
#hotcategories_ascx_container
{
	background-color: #FFFFFF;
	border:solid 1px #000000;
	padding-bottom:5px;
	width:160px;
	min-height:100px;
}
#hotcategories_ascx_title
{
	width: 160px;
	height: 20px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px 0;
	font-weight: bold;
	text-align:center;
}
#hotcategories_ascx_content
{
    line-height:35px;
	width: 120px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}

#hotcategories_ascx_content a{
    display:block;
    
}

#hotcategories_ascx_banner
{
	width: 120px;
	
	margin: 0px auto;
	/*padding: 0px 0px 10px 0px;*/
}


#hotcategories_ascx_banner img{
    width:120px;
    height:240px;
    padding-bottom: 10px;
}

