/***************************************************************************************************************************
**		Specifications Tabs
***************************************************************************************************************************/
a {cursor:pointer;}

.clear {
	clear				: both;
}

#tabs {
	font				: 11px verdana,arial,sans-serif;
	font-weight			: bold;
	padding				: 0px;
	padding-bottom		: 0px;
	padding-left		: 25px;
	width				: 774px;
}

#tabs p {
	margin				: 0px;
}

#tabs div {
	background-color	: #dfd2be;
	height				: 28px;
	vertical-align		: middle;
}
#tabs div.on {
	background-color	: #373737;
	color				: #fff;
	cursor				: pointer;
	float				: left;
	margin				: 3px 7px;
	padding				: 3px 0.5em;
	position			: relative;
	z-index				: 10;
}

#tabs div.off {
	background:#373737;
	color				: #999;
	float				: left;
	margin				: 3px 7px;
	padding				: 3px 0.5em;
	position			: relative;
	text-decoration		: none;
}
#tabs div.off:hover, #tabs div.over.off {
	background			: #373737;
	cursor				: pointer;
}

div.hide {
	display				: none;
	overflow			: hidden;
	width				: 0;
}

div.show {
	clear				: left;
	margin				: 0px;
	padding				: 0px;
	position			: relative;
	top					: -2px;
	width				: 800px;
	z-index				: 9;
}

.textDesc {
	width				: 150px;
}