#Header {
	position: relative;
	width: 97em;
	margin: 0 auto;
	height: 11em;
	border-bottom: 0.1em solid #424242;
}

#WrapperHeader {
	background: url(../images/menu-inter.png) no-repeat bottom left;
	height: 10em;
}

#Header #SearchForm {
	position: absolute;
	top: 65%;
	right: 0;
}

#Sidebar #MenuProd h2 {
	font-size: 1.7em;
	text-transform: uppercase;
	background: #9CB0ED url(../images/pointille-h-bg.png) repeat-x bottom left;
	color: #000;
	padding: 0.2em 0 0.2em 0.5em;
}
#Sidebar #MenuProd ul li {
	font-size: 1.1em;
	font-weight: bold;
}
#Sidebar #MenuProd ul li a {
	text-decoration: none;
	display: block; 
	text-transform: uppercase;
	padding: 0.3em 0.5em;
	height: 1%;
	background: url(../images/pointille-h-bg.png) repeat-x bottom left;
}

#Sidebar #MenuProd ul ul .current2 a, #Sidebar #MenuProd ul ul a:hover, #Sidebar #MenuProd ul ul a:focus {
	background: #9CB0ED;
	color: #000;
}



#tabliste{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
}

#tabliste li{
list-style: none;
display: inline;
margin: 0;
}

#tabliste li a{
padding: 1px 1em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
background-color: #f6ffd5;
color: #2d2b2b;
text-decoration: none;
}

#tabliste li a:link, #tabliste li a:visited{
background-color: #DB82BE;
color: black;
}

#tabliste li a.current{
background-color: #9CB0ED;
}

#tabcontentcontainere{
width: 650px;
/*height: 100px;*/
padding: 5px;
border: 1px solid black;
}

#Content .block table, #Description table {
	font-size: 1.3em;
border: none;
	margin-bottom: 1em; }

#Content .block table td, #Description table td {
	padding: 0.2em 0.5em;
border: none;
}

button {
	cursor: pointer;
	overflow: visible;
	width: 10;
	background: #94C516 url(../images/btn-vert-bg.png) repeat-x top left;
	height: 1.8em;
	border: none;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0.5em;
	line-height: 23px;
}



