@import url(/CMSPages/GetCSS.aspx?stylesheetname=CaromaStyle);
@import url(/CMSPages/GetCSS.aspx?stylesheetname=lightbox);

#maincontent{
	clear: both;
	display: block;
	width: 100%;
}

#tableview {
	position: relative;
	display:block;
	top: 0px;
	margin:0;	
	font-size:11px;
	width: 100%;
}

#tableview  #row1 {
	display:block;
	top:0px;
	left:0px;
	width:164px;
	float:left;
	border:#999999 1px solid;
	height:340px;
	position:relative;
}

*html #tableview  #row1 {
	/*height: expression( this.scrollHeight < 250 ? "250px" : "auto" );*/
}

#tableview  #row2 {
	display:block;
	top:0px;
	width:164px;
	float:left;
	border:#999999 1px solid;
	height:340px;
	position:relative;
}

*html #tableview #row2 {
	/*height: expression( this.scrollHeight < 250 ? "250px" : "auto" );*/
}

#tableview  #row3 {
	display:block;
	top:0px;
	width:164px;
	float:left;
	border:#999999 1px solid;
	height:340px;
	position:relative;
	
}
*html #tableview #row3{ 
	/*height:  expression( this.scrollHeight < 250 ? "250px" : "auto" );*/
}
#tableview #clearence{
	float:left;
	width:15px;

}

.homePanelText{
	padding: 0 10px;
}

.more
{
	float:right;
	padding-right:10px;
	padding-bottom:10px;
	font-size:13px;
	font-weight:bold;color:#666666; 
	position: absolute;
	bottom:0px; 
	right:0px; 

}

.p {	
	padding-top:10px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:10px;
}