/*
Tabpanel
Version 2010.09.28
*/

ul.tabpanel_list {
	padding: 4px 0 0 32px;
	margin: 0;
	list-style: none;
	height:16em;
	position:relative;
	background: transparent url(../images/content/bullet_arrow_right.png) no-repeat top left;
	width:90%;
	
}
.tabpanel_list li {
	float: left;
	padding:2px 15px 0 8px;
	background: transparent url(../images/common/tabpanel_divider.png) no-repeat top right;
}
.tabpanel_list li.last_tabpanel {
	background-image:none;
}
.tabpanel_tab {
	color:#505050; /* needed when images are turned off */
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  	font-size: 1.4em;
	font-weight: bold;
}
.tabpanel_tab#tabpanel_img_1 {
	color:#1f70a7; /* highlighted */
}
.tabpanel_panel {
	position:absolute;
	left:-11px;
	top:30px;
	padding:16px 0 0 36px;
	background:#fff;
	height:12.5em;
	width:485px;
	overflow:hidden;
	display:none;
}
.tabpanel_panel#panel_1 {
	display:block;
}
.javascript_off .tabpanel_list li:hover .tabpanel_panel {
	display:block;
}
.javascript_off .tabpanel_list li:hover .tabpanel_tab {
	color:#1f70a7;
}

/* Tabpanel content */

.tabpanel_panel img {
	float:left;
	padding: 0 8px 0 0;
	width:90%;
}
.panel_item {
	clear:both;
	padding: 0 0 16px 0;
}
.tabpanel_panel .half_width_column {
	width:200px;
}
.tabpanel_panel .half_width_column li {
	background-image:none;
	float:none;
	width:90%;
}
.tabpanel_panel .add_space_between_li li {
	padding-bottom:18px;
}

.tabpanel_list li a {
	background:none}