﻿
ul#tabs {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 0.3em 0;
}

ul#tabs li {
	display: inline;	
}

.tabs li{
	width: 100px;
	text-align: center;
}

ul#tabs li a {
	color: #42454a;
	background-color: #dedbde;
	border: 1px solid #c9c3ba;
	border-bottom: none;
	padding: 0.3em;
	text-decoration: none;
	
}

.tabs li a{
	width: 100%;
	text-align: left;
}

ul#tabs li a:hover {
	background-color: #f1f0ee;
}

ul#tabs li a.selected {
	color: #000;
	background-color: #f1f0ee;
	font-weight: bold;
	padding: 0.3em 0.3em 0.38em 0.3em;
}

div.tabContent {
	border: 1px solid #c9c3ba;
	padding: 0.5em;
	background-color: #f1f0ee;
}

.tabs {	
	background-color: transparent;
	border: none;
	margin-right: 10px;
	font-family: Tahoma;
	font-size: 11px;
}

div.tabContent.hide {
	display: none;
}
