/****************** 
    SITE STRUCTURE
******************/
#body_pane_cols {
	position: relative;
	background: url('../img/body_pane_col.png') repeat-y;
}
#body_pane_cols .top {
	width: 500px;
	height: 11px;
	background: url('../img/body_pane_col_top.png') no-repeat;
}
#body_pane_cols .middle {
	color: #fff;
}
#body_pane_cols .left {
	position: relative;
	float: left;
	width: 220px;
	padding: 7px 18px 10px 12px;
}
#body_pane_cols .right {
	position: relative;
	float: left;
	width: 220px;
	text-align: left;
	padding: 0 0 10px 8px;
}
#body_pane_cols .left > p:first-child,
#body_pane_cols .right > p:first-child {
	margin: 0 0 .5em 0;
}
#body_pane_cols .bottom {
	width: 500px;
	height: 47px;
	background: url('../img/body_pane_col_bottom.png') no-repeat;
}

#body_pane_cols .right .overlay {
	width: 218px;
	height: 24px;
	font-size: .8em;
	padding: 7px 11px 0 11px;
	background: url('../img/body_pane_right_overlay.png') no-repeat;
}
#body_pane_cols .right .overlay a:first-child {
	color: #9C980B;
}
#body_pane_cols .right .overlay a:hover {
	color: #ccc;
	text-decoration: none;
}

/****************** 
    ZIP FRAME STYLES
******************/
#zipframe {
	position: relative;
	width: 240px;
	height: 200px;
	overflow: auto;
}
#zipframe_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 740px;
}
.zipframe_item {
	float: left;
	width: 220px;
	padding: 0 10px;
}