﻿.tab, .tab-current {
	width: 120px;
	height: 51px;
	float: left;	
}

.tab {
	background: url(../images/tab-down.gif) no-repeat;
}

.tab-current {
	background: url(../images/tab-up.gif) no-repeat;	
}

.tab-set {
	width: 600px;
	height: 51px;
	background-image:url(../images/tab-row-background.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:transparent;
}

.tab-inset {
	margin: 6px 0 0 14px;
	font-size: 11px;
	line-height: 13px;
}

.tab-inset a:link, .tab-inset a:visited {
	color: #691213;
}

.tab-inset a:hover {
	color: #333333;
}

.tab-inset a:active {
	color: #691213;
}

.tab-content-container {
	width: 600px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #FFFFFF;
	padding: 10px 10px 5px 10px;
}

.tab-content {
}