
/* NAVIGATION LINKS */
#tabs {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif !important;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
}

#tabs div.tabs-on, #tabs div.tabs-off {
	border: 0px solid #FF0000;
	color: #fff;
	cursor: pointer;
	float: left;
	height: 27px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 61px;
	z-index: 100;
}

#tabs div.tabs-off {
	background-image: url('../images/tabbed_pages/tabs-off.png');
}

#tabs div.tabs-on {
	background-image: url('../images/tabbed_pages/tabs-on.png');
}

/* CONTENT SECTIONS */
.tab-page-wrapper {
	background: #fff;
	border: 1px solid #ccc;
	clear: left;
	color: #787878;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	position: relative;
	top: 0px;
	width: 696px;
	z-index: 50;
}

div.tabs-hide, div.tabs-show {
	display: block;
	margin-top: 0px;
	padding: 20px 10px 10px 10px;
}

div.tabs-hide {
	display: none;
}

div.tabs-show {
	display: block;
}

/* GENERAL TAB LAYOUT */
.tab_left {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 155px;
}
.tab_right {
	display: block;
	float: left;
	width: 500px;
}
.tab_full {
	display: block;
	float: left;
	width: 675px;
}

