
#tab_wrapper {background:url(../images/tab_main_bg.gif) repeat-y; width:295px;}

/*
#tab_heading {
	border-style: none;
	display: block;
	text-align:center;
	padding:10px;
	margin-right:5px;
}
#tab_heading ul li {
	background:url(../images/tab_a_left.png) no-repeat left;
	font-weight:bold;
	border-style: none;
	display:inline;
	padding: 8px 0 8px 10px; 
	text-align:left;
	cursor: pointer;
}

#tab_heading ul li a {
	background:url(../images/tab_a_right.png) no-repeat top right;
	text-decoration:none;
	padding: 8px 8px 8px 0;
	color:#333;
	}

#buttons {
	padding:0 0 0 0;
	margin:0;
	display:inline;
	}


#tab_heading ul li.active {

	color: #fff;
	background:url(../images/tab_current_left.png) no-repeat left;
}
#tab_heading ul li.active a {
	color: #fff;
	background:url(../images/tab_current_right.png) no-repeat right;
	text-decoration:none;
}
*/


#buttons {
	padding:0 0 0 0;
	margin:0;
	display:inline;
	}
#button {
	padding:0 0 0 0;
	margin:0;
	display:inline;
	}

#tab_heading {
	border-style: none;
	display: block;
	text-align: left;
	padding: 5px 5px 0 5px;
}
#tab_heading * {
	border-style: none;
	display: inline;
	padding:5px 8px 5px 8px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
	width:100px;
}
#tab_heading li {
	font-weight: bold;
	color: #3c3c3c;
	background-color: #eee;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-opera-border-radius: 4px !important;
	-moz-border-radius: 4px !important;

}

#tab_heading li.active {
	font-weight: bold;
	color: #fff;
	background-color: #555;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-opera-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
}


#panes {
	text-align: left;
	border-style: none;
	width: 280px;
	margin-right:15px;
	margin: 0 auto 0 auto;
}
#panes ul {padding:0; margin:10px 0 15px 0; list-style:none;}
#panes ul li {border-bottom:1px solid #eee; margin:0 10px 0 5px; padding:5px 0 5px 0;}
#panes ul li a { text-decoration:none; color:#333; font-weight:bold;}
#panes ul li a:hover { color:#c60;}
#panes div div { overflow: hidden; }
#tab_bottom {background: url(images/tab_bottom.png) no-repeat top left;height:5px;width:300px;}

#pane {
	text-align: left;
	border-style: none;
	width: 280px;
	margin-right:15px;
	margin: 0 auto 0 auto;
}
#pane ul {padding:0; margin:10px 0 15px 0; list-style:none;}
#pane ul li {border-bottom:1px solid #eee; margin:0 10px 0 5px; padding:5px 0 5px 0;}
#pane ul li a { text-decoration:none; color:#333; font-weight:bold;}
#pane ul li a:hover { color:#c60;}
#pane div div { overflow: hidden; }
#tab_bottom {background: url(images/tab_bottom.png) no-repeat top left;height:5px;width:300px;}
