/*//////////////////////////////////////////////////
Link Thumbs
/////////////////////////////////////////////////*/
img, div, #homeLogo, #home_links { behavior: url(/scripts/js/iepngfix.htc) }

#home_links {
	margin:0;
	width:620px;
	height:260px;
	
}
/* for Internet Explorer */
/*\*/
* html #home_links{
	width:620px;
	height:80px;
}

#base {
	width:100px;
	height:130px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	
}
/* for Internet Explorer */
/*\*/
* html #base{
	width:90px;
}



#baseBlock {
	width:100px;
	height:110px;
	display:block;
	background-image: url(../../images/layout/gradient_strip.jpg);
	background-repeat: repeat-x;
	padding:5px;
}
/* for Internet Explorer */
/*\*/
* html #baseBlock{
	width:90px;
}


#headingBlock {
width:100px;
	height:50px;
	display:block;		
	
}
/* for Internet Explorer */
/*\*/
* html #headingBlock{
	width:90px;
}


#priceBlock {
	width:100px;
	height:20px;
	display:block;
margin-bottom:12px;	
	
}
/* for Internet Explorer */
/*\*/
* html #priceBlock{
	width:90px;
}
#homeCart {
	width:100px;
	height:20px;
	display:block;	
	
}
/* for Internet Explorer */
/*\*/
* html #homeCart{
	width:90px;
}

#cartBut p {
font-family: Verdana, sans-serif;
color: #666;
font-size: 11px;
}

#priceBlock p {
	position:absolute;
	font-family: Verdana, sans-serif;
	color: #666;
	line-height: 13px;
	display:block;
	font-size: 10px;

}
#headingBlock h2 {
	font-family: Verdana, sans-serif;
	color: #036;
	font-weight: bold;
	line-height: 14px;
font-size: 10px;
}



#heading {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom:5px;
	padding-bottom: 5px;
}




#home_links ul {
list-style-type: none;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

#home_links li {
list-style-type: none;
	float: left;


}

#home_links li a{
	background-image: url(../../images/layout/link.png);
	background-position: 0px 0px;
	width:100px;
	height:120px;
	overflow:hidden;
	display:block;
	
}
/* for Internet Explorer */
/*\*/
* html #home_links li a{
	width:90px;
}

#home_links li a:hover {
background-image: url(../../images/layout/link.png);
	background-position: -200px 0px;
	width:100px;
	height:120px;
	overflow:hidden;
	display:block;
	margin:0;
	float:left;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;

}
/* for Internet Explorer */
/*\*/
* html #home_links li a:hover{
	width:90px;
}
#homethumb { 
	float: left;
	margin: 5px;
	width:110px;
	height:120px;
	float:left;
	margin-bottom:30px;
		background-position: 10px 0px;

}

/* for Internet Explorer */
/*\*/
* html #homethumb {
	margin-bottom:0px;
	background-position: 10px 0px;
		width:90px;

}






/* Submit button Styles*/
.homeCart {
	color:#555;
	text-decoration:none;
	width:100px;
	height:17px;
	display:block;
	float:right;
	text-align:left;
	font-size:11px;
	border:none;
	background-image: url(../../images/layout/submit_btn_hme.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-top:2px;
	padding-left:3px;
}
	/* for Internet Explorer */
/*\*/
* html .homeCart {
padding-left: 5px; 
width:90px;

}
.homeCart:hover { 
text-decoration:none; 
background-position:bottom left; 
color:#fff; 
}
