﻿/* root element for tabs  */
ul.tabs {
	padding: 0px 0px 0px 0px;
	height: 36px;
	text-align: center;
	width: 594px;
	margin-bottom: -15px;
	margin-left: 15px;
}
/* single tab */
ul.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-image: none !important;
/*	text-shadow: 1px 2px 2px #000;*/
/*	text-shadow: 1px 2px 1px #000;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	color: #938255;
	font-size: 14px;
	display: block;
	height: 15px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	padding: 1px 5px 3px 5px;
	margin: 0px;
	margin-right: 10px;
	position: relative;
	top: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #DBDBDB;
}

ul.tabs a:active {
	outline: none;
}
ul.tabs a:hover {
	background-color: #B2A37A;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover { background-position: 0px 0px;  color: #ffffff; }

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current,
ul.tabs a.current:hover,
ul.tabs li.current a {
	cursor: default !important;
	color: #FFFFFF;
	background-position: 0px 0px;
	text-shadow: 1px 1px 1px #000; /*	text-shadow: 0px -1px #808080, 0px 1px #FFF;*/
	background-color: #B2A37A;
}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;
}
#panes {
	margin-left:15px;
}
/*.panes>div {
   background: url(../img/line-divider.png) top left repeat-x; *
    display: none;
    min-height: 200px;
    padding: 21px 10px;
}*/
.menu li em {
	background: url(../img/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -5px;
	text-align: left;
	padding: 15px 12px 15px;
	font-style: normal;
	z-index: 2;
	display: none;
	color: #7C6D47;
}