@charset "utf-8";
/* CSS Document */

 /* Example Styles for Demo */
    .etabs { margin: 0; padding: 0; }
    .tab {
	display: inline-block;
	zoom:1;



*display:inline; 						background: #003F27;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding:10px 12px 10px 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
    .tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
	text-decoration: none;
	color:#fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
    .tab a:hover { text-decoration: none; }
    .tab.active {
	background: #fff;
	position: relative;
	top: 1px;
	border-color: #CCC;
	padding: 10px 13px 10px 13px;
}
    .tab a.active { color:#333; }
    .tab-container .panel-container {
	background: #fff;
	border: solid #ccc 1px;
	padding: 25px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-box-shadow:    0px 1px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px 1px #ccc;
	box-shadow:         0px 1px 1px 1px #ccc;
}
    .panel-container {
	margin-bottom: 10px;
}


.tabimg{margin-right:15px;}

.tabimgleft{
	margin-right:15px;
	float:left;
	margin-bottom: 15px;
}
