/* remove overflow rules */
div {
	overflow: visible !important;
}

/* remove background image */
img.bg {
	display: none;
}

/* print header */
#wrap {

}

#page_top {
	display: none;
}

#print_top {
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	
	border-bottom: #CCCCCC solid 1px;
}

#print_top h1 {
	font-size: 26px;
	color: #000;
	margin-bottom: 5px;
}

#main_wrap {
	margin-top: 5px;
	overflow: visible
}

/* hide sidebars */
#col_left,#col_right {
	display: none;
}

/* fix width of main */
#main_wrap #main {
	width: auto;
	overflow: visible
}

#main_wrap #main #col_main {
	width: auto;
	float: none;
}

#category_content #category_title {

}

#category_content #category_text {

}

#col_main #category_head {
	display: none;
}

#category_content {
	width: auto;
	border: none;
	overflow: visible
}

#category_content #print {
	display: none;
}

/* expand hidden regions */
#category_content #category_text li.ac_region_li div.ac_region_content {
	display: block;
}

/* footer */
#tail_wrap #tail {
	width: auto;
	overflow: visible
}
