.highlight .content #leftside {
	height: 300px;
	width: 630px;
	float: left;
}
#bottomcontent .highlight .content #heading {
	float: left;
	height: 20px;
	width: 865px;
}
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.highlight {
	position:relative;
	margin:0px auto;
	min-width:8em;
	width:900px; /* based on image dimensions - not quite consistent with drip styles yet */
	height:auto;
	max-height:1000px;
	color:#000;
	z-index:1;
	margin-left:16px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under highlight */
}

.highlight .content,
.highlight .t,
.highlight .b,
.highlight .b div {
	
	background-image: url(../images/detailbg.png);
	background-repeat: no-repeat top right;
}

.highlight .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:10px 0px 10px 20px;
	overflow: auto;
	height: auto;
}

.highlight .t {
	/* top+left vertical slice */
 position:absolute;
	left:0px;
	top:0px;
	width:16px; /* top slice width */
	margin-left:-0px;
	height:100%;
	_height:1000px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.highlight .b {
 /* bottom */
 position:relative;
 width:100%;
}

.highlight .b,
.highlight .b div {
 height:16px; /* height of bottom cap/shade */
 font-size:1px;
}

.highlight .b {
 background-position:bottom right;
}

.highlight .b div {
 position:relative;
 width:16px; /* bottom corner width */
 margin-left:-0px;
 background-position:bottom left;
}

.highlight .hd,
.highlight .bd,
.highlight .ft {
 position:relative;
}

.highlight .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.highlight h1,
.highlight p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.5em 0px 0.5em 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.highlight h1 {
 padding-bottom:0px;
}
.hrline {
	top:40px;
}
.highlight .content #seperator {
	float: left;
	height: 300px;
	width: 25px;
}
.highlight .content #leftside {
	height: auto;
	width: 630px;
	float: left;
}
