/* fabtabulous styles */
.panel.active-tab-body {
	display: block;
}

.panel {
	display: none;
}

#tab-one #nav-tabs.nav li a.active-tab {
	background: #fff;
}


/* measurements tab */
table#measure_table {
	margin-top: 0px;
}
	table#measure_table td {
		padding: 10px 5px;
	}
	table#measure_table td.m_right {
		padding-left: 40px;
	}
	
p#login_error {
	color: #c00;
	display: none;
	font-weight: bold;
	margin-left: 5px;
}


table#fit_table{
	margin-top: 10px;
}
	table#fit_table td {
		padding: 15px 8px;
	}
	table#fit_table input {
		margin-right: 3px;
	}



/* hide measurement inputs */
#options_2b dt#24_Collar,
#options_2b dt#25_Sleeve,
#options_2b dt#29_Shirt_Length,
#options_2b dt#28_Chest_Width,
#options_2b dt#27_Midsection_Width,
#options_2b dt#26_Shoulder_Width,
#options_2b dd#24_Collar_dd,
#options_2b dd#25_Sleeve_dd,
#options_2b dd#29_Shirt_Length_dd,
#options_2b dd#28_Chest_Width_dd,
#options_2b dd#27_Midsection_Width_dd,
#options_2b dd#26_Shoulder_Width_dd {
	display: none;
}


dt.accordion_toggle {
	cursor: pointer;
}