
/* Row 2 */


/* DEFAULT */
div#frame2RoundedCorners {
	background:url('../images/bgTopDefault.png') no-repeat;
	width:880px;
	margin:0 8px 0 8px;
	height:6px;
}
div#frame2 { 
	background:transparent;
	width:880px;
	margin:0 8px 0 8px;
}
/* content */
/* using jQuery to make both columns equal height; however, code doesn't take into account padding height, so must add that in separate divs */
div#frameA2 { float:left; 
	background:#fff;
	height:100%;
	width:650px;
}
div#frameA2 .pad { padding:26px 39px 64px 39px; }

/* rightside */
div#frameB2 { float:left;
	z-index:100;
	position:relative;
	min-height:330px;
	height:100%;
	width:230px;
	background-color:rgba(229,247,209,.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#60E5F7D1', EndColorStr='#60E5F7D1');
}
div#frameB2 .rsHead {
	position:relative;
	z-index:-100;
	top:0; left:0;
	width:230px;
	height:39px;
	background:rgb(217,244,88);
}
div#frameB2 .pad { padding:4px 14px 15px 14px; }

/* only on products/index */
div#frameA3 {
	background:#C5D7AB;
	margin:0 8px 0 8px;
	padding:30px; 
}
