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

/* front page */
.contentcols1 {
	width: 254px;
	border: #CCCCCC solid 1px;
	float: left;
	margin-bottom: 10px;
}
.contentcols1 .content {
	padding: 10px;
	font-size: 11px;
	height: 120px; /* sets min-height value for all standards-compliant browsers */
}
/* html .contentcols1 .content { 
   height: expression( this.scrollHeight < 100 ? "100px" : "auto" ); /* sets min-height for IE */
}*/
.contentcols1 .content .title {
	padding-bottom: 5px;
}
.contentcols1 .moredetail {
	padding: 10px;
	text-align:right;
}



.contentcols2 {
	width: 254px;
	border: #CCCCCC solid 1px;
	float: right;
	margin-bottom: 10px;
}
.contentcols2 .content {
	padding: 10px;
	font-size: 11px;
	height: 120px; /* sets min-height value for all standards-compliant browsers */
}
/* html .contentcols2 .content { 
   height: expression( this.scrollHeight < 100 ? "100px" : "auto" ); /* sets min-height for IE */
}*/
.contentcols2 .content .title {
	padding-bottom: 5px;
}
.contentcols2 .moredetail {
	padding: 10px;
	text-align:right;
}

/* Details Page */
#middlecontent .leftcontent {
	width: 150px;
	float: left;
}
#middlecontent .leftcontent .img {
	border: #CCCCCC solid 1px;
}
#middlecontent .rightcontent {
	width: 350px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
#middlecontent .rightcontent  .contentTitle {
	padding-bottom: 10px;
}