
/*
--------------------------------------------------------------------
HOME BOXES
--------------------------------------------------------------------
*/

.heading
{
	background-image: url(images/special_heading.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 60px;
	overflow: hidden;
	margin: 0;
	border:0px solid #000000;
}

.heading h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 10px 0px 10px;
}

a img
{
	border: none;
}





.home_block_top10 
{
  border: 1px solid #CCCCCC;
  padding: 5px;
  width: 250px;
  background-color: #FFFFFF;
  min-height:417px;
}

/* for Internet Explorer */
* html .home_block_top10
{
  height:417px;
}


.home_block_ad {
  border: 1px solid #CCCCCC;
  padding: 5px;
  background-color: #FFFFFF;
  height:200px;
  overflow:auto;
}

/* for Internet Explorer */
* html .home_block_ad
{
}



.home_block_news 
{
  border: 1px solid #CCCCCC;
  padding: 5px;
  height:200px;
  overflow:auto;
}


.top10_heading {
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	color: #CC0000;
}

.myline {
 border-bottom:0px solid #CCCCCC;
 padding:4px 0px 4px 0px;
 clear:both;
 }

.top_10 {
  border-bottom:0px solid #CCCCCC;
  font-family:Arial, Helvetica, sans-serif;
  color:#333333;
  font-size:10px;
  width:100%;
  clear:both;
  display:block;

}

a .top_10 {
  text-decoration:none;
  cursor:pointer;
  margin:0 0 6px 0;
}


a:hover .top_10, a:hover .top_10_gray  {
  color:#FF0000;
}


.top_10_gray {
  border-bottom:0px solid #CCCCCC;
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  font-size:10px;
  width:100%;
  clear:both;
  display:block;
}

a .top_10_gray {
  text-decoration:none;
  cursor:pointer;
  margin:0 0 6px 0;
}

.featured_heading {
  float:left;
  width:180px;
}

.featured_newprice {
  float:right;
  width:60px;
  text-align:right;
}

.allspecials a {
  text-decoration:none;
  color:#FF0000;
  text-align:right;
  display:block;
  font-weight:bold;
  
}

.allspecials a:hover {
  color:#CC0000;
}


.imgfloat_homead {
  text-align:center;
}



/* Home Ads */
.latesthomead {
  float:left;
  text-align:center;
  width:190px;
  margin-right:5px;
}

.readmore_ad {
  text-align:center;
}

