.tabs{
	width: 100%;
	overflow: hidden;
	zoom: 1;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 1;
}
.tabs dt{
	float: left;
	height: 36px;
	line-height: 36px;
	background-image: linear-gradient(to top, #51a351, #62c462);/*background:#e8e8e8;background: -moz-linear-gradient(top, #e8e8e8 80%, #bdbdbd 130%);background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#e8e8e8), color-stop(130%,#bdbdbd));background: linear-gradient(top, #e8e8e8 80%, #bdbdbd 130%);background: -webkit-linear-gradient(top, #e8e8e8 80%, #bdbdbd 130%);background: -ms-linear-gradient(top, #e8e8e8 80%, #bdbdbd 130%);background: -o-linear-gradient(top, #e8e8e8 80%, #bdbdbd 130%);*/
	border: 1px solid #060;
	border-bottom: 0;
	position: relative;
	margin-right: 5px;
	cursor: pointer;
	padding: 0 10px;
	font-size: 16px;
	color: #E4FEE6;
	border-radius: 5px 5px 0px 0px;
	font-family: Calibri, Playbill;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.tabs dt:hover{
	background-image: linear-gradient(to top, #62c462, #51a351);
	border-color: #063;
}
.tabs dt.selected{
	cursor: auto;
	color: #fff;
	background-image: linear-gradient(to top, #62c462, #51a351);
	border-color: #060;
	border-radius: 5px 5px 0px 0px;
}
.tabs dd{
	/*background: rgba(18, 132, 61, 0.8);*//*background: #12843d;*/
	display: none;
	float: right;
	width: 100%;
	position: relative;
	z-index: 2;
	margin: 36px 0 0 -100%
}
.tabs dd.selected {display: block;}
.tabs .tab-content{
	border: 1px solid #CCC;
	overflow: hidden;
	padding: 10px;
}
.tabs .moduletable {
	margin-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.tabs_clr {clear:both;font-size:0;height:0;line-height:0}

.sliders {width: 100%;	border-bottom: solid 1px #c4c4c4;margin:10px 0;}
.sliders .title {background: #e9e7e7 url(../images/arrow-square.gif) no-repeat right -51px;	padding: 7px 15px;margin: 0;font: bold 120%/100% Arial, Helvetica, sans-serif;border: solid 1px #c4c4c4;border-bottom: none;cursor: pointer;}
.sliders .title:hover {background-color: #e3e2e2;}
.sliders .title.active {background-position: right 5px;}
.sliders .desc {background: #f7f7f7;margin: 0;padding:  10px 15px 20px;	border-left: solid 1px #c4c4c4;	border-right: solid 1px #c4c4c4;}

.spoilers {width: 100%;}
.spoilers .title {background: #e9e7e7 url(../images/arrow-square.gif) no-repeat right -51px;	padding: 7px 15px;margin: 0;margin-top:10px;font: bold 120%/100% Arial, Helvetica, sans-serif;border: solid 1px #c4c4c4;cursor: pointer;}
.spoilers .title:hover {background-color: #e3e2e2;}
.spoilers .title.active {background-position: right 5px;}
.spoilers .desc {display:none;background: #f7f7f7;margin: 0;padding:  10px 15px 20px;	border-left: solid 1px #c4c4c4;	border-right: solid 1px #c4c4c4;border-bottom: solid 1px #c4c4c4;}

