.tabberlive .tabbertabhide { display:none; }
.tabber .tabberlive {}

ul.tabbernav {
	padding-left: 10px;
	height: 35px;
	background: url(/images/tab_nav_bg.gif) no-repeat left bottom;
}
	ul.tabbernav li {
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	ul.tabbernav li a {
		display: block;
		padding: 7px 12px 6px 12px;
		color: #333;
	}
	ul.tabbernav li.tabberactive { background: url(/images/tab_nav_left.gif) no-repeat left top; }
	ul.tabbernav li.tabberactive a { background: url(/images/tab_nav_right.gif) no-repeat right top; }


.tabberlive .tabbertab {
	margin-bottom: 15px;
	padding: 10px 15px 15px 15px;
	background: url(/images/tab_content_bg.gif) no-repeat bottom;
}

/* If desired, hide the heading since a heading is provided by the tab [h2,h3,...as in js]*/
.tabberlive .tabbertab h2 { display:none; }
.tabberlive .tabbertab span { display:none; }

/* Example of using an ID to set different styles for the tabs on the page 
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
*/

.tab_title {
	padding-bottom: 5px;
	width: 700px;
	background: url(/images/dot.gif) repeat-x bottom;
}
	.tab_title strong { float: right; }
	.tab_title em {
		color: #393;
		font-style: normal;
		font-size: 21px;
	}
.tab_list {
	margin: 0;
	padding-top: 15px;
	width: 700px;
	background: url(/images/tab_list_bg.gif) repeat-y;
}
	.tab_list dt {
		margin-bottom: 10px;
		padding: 0;
		font-size: 13px;
		font-weight: bold;
	}
	.tab_list_left {
		float: left;
		margin-right: 30px;
		width: 190px;
	}
	.tab_list_left dd {
		margin: 0;
		padding: 2px 0 2px 20px;
		font-weight: bold;
		background: url(/images/blue_round.gif) no-repeat left 5px;
	}
	.tab_list_left em {
		color: #393;
		font-style: normal;
	}
	.tab_list_center {
		float: left;
		margin-right: 30px;
		width: 190px;
	}
	.tab_list_center dd {
		margin: 0;
		padding: 3px 0 3px 25px;
		font-weight: bold;
		background: url(/images/check.gif) no-repeat left 3px;
	}
	.tab_list_right {
		float: right;
		width: 245px;
	}
	.tab_list_right dd {
		margin: 0;
		padding: 5px 0;
	}
