﻿#tab-box {
	background-image: url('../theme/tab-box.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 330px;
	height: 250px;
	position: relative;
	overflow: hidden;
}



#tb-top {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 330px;
	height: 50px;
}
#tab-level-1a {
	padding: 0px;
	margin: 0px;
	width: 165px;
	height: 50px;
	position: relative;
	float: left;
	overflow: hidden;
}
#tab-level-1b {
	padding: 0px;
	margin: 0px;
	width: 165px;
	height: 50px;
	position: relative;
	float: right;
	overflow: hidden;
}
#tab-light-l {
	background-image: url('../theme/blue-light-l.gif');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 33px 0px 0px 46px;
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
#tab-light-r {
	background-image: url('../theme/blue-light-r.gif');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 33px 0px 0px 99px;
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
}




#tb-mid {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 330px;
	height: 100px;
	overflow: hidden;
}
/* Style the tab content */
.tabcontent {
	overflow: hidden;
  	text-overflow: "----";
	width: 210px;
	height: 80px;
	position: relative;
	margin: 8px auto 0px auto;
	padding: 0px;
	text-align: center;
	color: #0E1B24;
}




#tb-btm {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 330px;
	height: 100px;
}

.tab {
	padding: 0px;
	margin: 4px auto 0px auto;
	overflow: hidden;
	position: relative;
	width: 222px;
	height: 26px;
}

/* Style the buttons inside the tab */
.tab-button {
	padding: 0px;
	margin: 0px;
	float: left;
	border: none;
	width: 74px;
	height: 26px;
	background: url('../theme/tab-butn.png') no-repeat center top;
	color: #018BAD;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	text-align: center;
	vertical-align: top;
	line-height: normal;
}

/* Change background color of buttons on hover */
.tab-button:hover {
	color: #01BDEB;
}

