/**
* @title Tabs
*/
.productLayer {
 	padding:10px 38px 22px 41px;
}

.productLayer table, td, th {
	border: none;
	margin-top: 15px;
}

.productLayer .a {
	outline: none;
	text-decoration: none;
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
}
 
.productLayer a:visited {
	outline:none;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	
}

.productLayer a:hover {
	outline: none;
	text-decoration: none;
	background-color: #889d00;
	color: #FFFFFF;
}

.pressTab {
	background-repeat: no-repeat;
	height: 33px;
	background-position: top left;
}

.prodtabContainer {
	font-size:8pt;
	vertical-align: text-top;
	padding-left:10px;
	font-family: Verdana, sans-serif;
	padding-top: 10px;
}

.prodtabs {
	position: absolute;
	z-index: 3;
	width: 558px;
}

.prodtabs ul,.prodtabs li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.prodtabs li {
	display: block;
	color:#666;
}

.prodtabs a,.prodtabs a:link,.prodtabs a:visited {
	display: block;
	position: relative;
	padding: 8px 0px 5px 0px;
	text-decoration: none;
	height: 1em;
	line-height: 1em;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	color:#999;
	font-size: 11px; /* changed from 12px to 11px to fit long words - updated by lun - 26.02.09 */
	font-family: "Myriad Pro", Sans-Serif;
}

.prodtabs .selectedtab {
	display: block;
	position: relative;
	padding: 8px 0px 5px 0px;
	text-decoration: none;
	height: 1em;
	line-height: 1em;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	color:#999999;
	font-size: 11px; /* changed from 12px to 11px to fit long words - updated by lun - 26.02.09 */
	font-family: "Myriad Pro", Sans-Serif;
}

.prodtabs .selected {
	background-position: 0 -60px;
	
}

.prodtabs .selected a,.prodtabs .selected a:link,.prodtabs .selected a:visited
	{
	background-position: 100% -60px;
	padding-bottom: 6px;
}

.prodtabs li a:hover,.prodtabs li a:active,.prodtabs li a:focus {
	color:#737288;
	text-decoration: none;
	background: none;
}

.prodtabSection {
	clear: both;
	position: relative;
	top: -3px;
}

.prodtabBody {
	padding: 0;
	margin: 0 16px;
	background-color: #fff;
}

.proBoldBody {
	position: relative;
	vertical-align: top;
	background-color: #f7f7f7;
	color:#889D00;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

.prodBody {
	position: relative;
	vertical-align: top; /* fix tabs - updated by lun - 26.12.09 */
	_margin-top: -3px; /* fix tabs in IE6 - added by lun - 26.12.09 */
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	background-color: #f7f7f7;
	color:#898989;
	width: 536px;	/*height: auto;*/
	font-family: verdana, sans-serif;
	padding: 10px;
	padding-top: 5px;
}

.prodMain {
	position: relative;
	width: 556px;
	text-align: left;
	float: left;
}
