﻿#tab_content{
	padding:8px;
	height:auto !important;
	font-family: Arial, Helvetica, sans-serif;
}

a.tab:active, div.specs a.on, div.specs a.on:link, div.specs a.on:visited{
	background: #7C2D23;
	color: #FFFFFF;
}

a.tab:hover{
	background: #7C2D23;
	color: #FFFFFF;
}
/*
a, a:link, a:visited{
	color:#414141;
	text-decoration:none;
}

a:hover, a:active{
	color:#FFFFFF;
	text-decoration:none;
	background: #7C2D23;
}
*/
a.tab, a.tab:link, a.tab:visited{
	display: block;
	float: left;
	background: #BCAD75;
	color: #7C2D23;
	font-size: 14px;
	text-decoration: none;
	margin: 0 3px 0 0;
	padding: 4px 10px 5px 10px;
}

.specHeight{
	min-height:282px;
	height:auto !important;
}