/***********************************************************************************************************************************/
/************************ 							/!\	AVANT D'EDITER /!\									************************/
/************************ 									VOIR					   						************************/
/************************ 							www.dev.equideow.com/doc								************************/
/************************ 						        	  ET											************************/
/************************ 			dev.owlient.eu/wiki/index.php/Guide_Int%C3%A9gration_Equideow			************************/
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* TABS - GENERIC ******************************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab {
	position: relative;
}
ul.tab::after{
	clear:both;
	content: "";
    display: block;
}
ul.tab li,
ul.tab li div,
ul.tab li div a {
	background-repeat: no-repeat;
	height: 100%;
}
ul.tab li {
	float:left;
	overflow: hidden;
	cursor: default;
}
ul.tab li.display-none {
	display: none;
}
ul.tab li.right {
	margin-right: 3px;
	float: right;
}
ul.tab li div {
	float: left;
	position: relative;
}
ul.tab li div input {
	display: none;
}
ul.tab li.editable div input {
	display: block;
}
ul.tab li a span {
	display: inline-block;
	text-decoration: none;
}
ul.tab li a.icon {
	display: none;
}
ul.tab .tab-icon {
	background-repeat:no-repeat;
	background-position:13px 4px;
	padding:0 0 0 25px;
	margin:0;
}

/***********************************************************************************************************************************/
/* TAB - STYLE-2 *******************************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab-style-2 li {
	height: 61px;
	margin-right: 5px;
	border:2px solid #c9c765;
	border-bottom: none;
	border-radius: 20px 20px 0 0;
	background: linear-gradient(to bottom, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* W3C */
}
ul.tab-style-2 li {
	background: -moz-linear-gradient(top, rgba(226,225,140,1) 0%, rgba(235,234,165,1) 39%, rgba(249,249,196,1) 64%, rgba(249,249,196,1) 89%, rgba(216,215,131,1) 92%, rgba(201,199,101,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,225,140,1)), color-stop(39%,rgba(235,234,165,1)), color-stop(64%,rgba(249,249,196,1)), color-stop(89%,rgba(249,249,196,1)), color-stop(92%,rgba(216,215,131,1)), color-stop(100%,rgba(201,199,101,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* W3C */
}
ul.tab-style-2 li a {
	display: block;
	margin-right: 0;
	color: #8a8945;
	padding: 0 12px;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	text-align: center;
}
ul.tab-style-2 li a:hover {
	text-decoration: none
}
ul.tab-style-2 li:after{
	content:'';
	border-radius: 18px 18px 0 0;
	border:1px solid #fafac6;
	display: block;
	height: 60px;
	border-bottom: none;
}
ul.tab-style-2 li.selected {
	background: -moz-linear-gradient(top, rgba(226,225,140,1) 0%, rgba(232,231,161,1) 39%, rgba(240,239,180,1) 64%, rgba(242,241,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,225,140,1)), color-stop(39%,rgba(232,231,161,1)), color-stop(64%,rgba(240,239,180,1)), color-stop(100%,rgba(242,241,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(232,231,161,1) 39%,rgba(240,239,180,1) 64%,rgba(242,241,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(232,231,161,1) 39%,rgba(240,239,180,1) 64%,rgba(242,241,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(232,231,161,1) 39%,rgba(240,239,180,1) 64%,rgba(242,241,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(226,225,140,1) 0%,rgba(232,231,161,1) 39%,rgba(240,239,180,1) 64%,rgba(242,241,186,1) 100%); /* W3C */
}
ul.tab-style-2 li a span {
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: top center;
	color: #552f0a;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
/* Instance */
ul.tab-style-2-0 li a span {
	min-width: 51px;
	height: 14px;
}
ul.tab-style-2-1 li a span {
	min-width: 65px;
	height: 15px;
}


/***********************************************************************************************************************************/
/* TAB - STYLE-3 *******************************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab-style-3 {
	margin-left: 7px;
}
ul.tab-style-3 li{
	height: 24px;
	margin-left: 10px;
	border-radius: 15px 15px 0 0;
	position: relative;
	box-shadow: 0 -1px 2px 1px rgba(124,122,35,.8);
	padding: 5px 10px 0;
}
ul.tab-style-3 li div a {
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	color: #5A630C;
	white-space: nowrap;
	padding-top:3px;
}
ul.tab-style-3 li.selected div a{
	color: #003300;
}
ul.tab-style-3 li.selected div {
	position: relative;
}
/* Position */
ul.tab-style-3 li.right-top,
ul.tab-style-3 li.right-top div,
ul.tab-style-3 li.right-top span{
	width: auto;
}
ul.tab-style-3 li.left-bottom div {
	height: 35px;
	padding-top: 6px;
	padding-right: 14px;
	margin-right: 3px;
}
ul.tab-style-3 li.left-bottom div a {
	font-size: 11px;
	color: #fff;
}
ul.tab-style-3 li.left-bottom div a span {
	display: inline;
	font-size: 11px;
	width: auto;
}


/***********************************************************************************************************************************/
/* TAB - STYLE-3 : COLORS **********************************************************************************************************/
/***********************************************************************************************************************************/

.tab-style-3-0-3:before,
.tab-style-3-0-4:before,
.tab-style-3-0-5:before{
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 88%;
    left: 5%;
    top: 7%;    
    opacity: 0.8;
    border-radius: 15px 15px 8px 8px;
}
.tab-style-3-0-3:hover:before,
.tab-style-3-0-4:hover:before,
.tab-style-3-0-5:hover:before{
}
.tab-style-3-0-3 a span,
.tab-style-3-0-4 a span,
.tab-style-3-0-5 a span {
	width: 108px;
	padding-right: 2px;
	text-align: center;
}


/***********************************************************************************************************************************/
/* TAB - STYLE-3-0-3 ***************************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab-style-3 li.tab-style-3-0-2 a span {
	margin-left: 0;
	margin-right: 0;
}

/***********************************************************************************************************************************/
/* TAB - STYLE-3-0-3 ***************************************************************************************************************/
/***********************************************************************************************************************************/

.tab-style-3-0-3{
	background: -moz-linear-gradient(top, rgba(181,212,160,1) 0%, rgba(186,217,173,1) 67%, rgba(163,209,174,1) 82%, rgba(154,208,179,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,212,160,1)), color-stop(67%,rgba(186,217,173,1)), color-stop(82%,rgba(163,209,174,1)), color-stop(100%,rgba(154,208,179,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(181,212,160,1) 0%,rgba(186,217,173,1) 67%,rgba(163,209,174,1) 82%,rgba(154,208,179,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(181,212,160,1) 0%,rgba(186,217,173,1) 67%,rgba(163,209,174,1) 82%,rgba(154,208,179,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(181,212,160,1) 0%,rgba(186,217,173,1) 67%,rgba(163,209,174,1) 82%,rgba(154,208,179,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(181,212,160,1) 0%,rgba(186,217,173,1) 67%,rgba(163,209,174,1) 82%,rgba(154,208,179,1) 100%); /* W3C */
}
.tab-style-3-0-3:before{
	background: -moz-linear-gradient(top, rgba(187,215,167,0.43) 0%, rgba(196,223,184,0.65) 7%, rgba(196,223,184,0.66) 18%, rgba(196,223,184,0.69) 49%, rgba(196,223,184,0.73) 82%, rgba(196,223,184,0.74) 92%, rgba(196,223,184,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,215,167,0.43)), color-stop(7%,rgba(196,223,184,0.65)), color-stop(18%,rgba(196,223,184,0.66)), color-stop(49%,rgba(196,223,184,0.69)), color-stop(82%,rgba(196,223,184,0.73)), color-stop(92%,rgba(196,223,184,0.74)), color-stop(100%,rgba(196,223,184,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(187,215,167,0.43) 0%,rgba(196,223,184,0.65) 7%,rgba(196,223,184,0.66) 18%,rgba(196,223,184,0.69) 49%,rgba(196,223,184,0.73) 82%,rgba(196,223,184,0.74) 92%,rgba(196,223,184,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(187,215,167,0.43) 0%,rgba(196,223,184,0.65) 7%,rgba(196,223,184,0.66) 18%,rgba(196,223,184,0.69) 49%,rgba(196,223,184,0.73) 82%,rgba(196,223,184,0.74) 92%,rgba(196,223,184,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(187,215,167,0.43) 0%,rgba(196,223,184,0.65) 7%,rgba(196,223,184,0.66) 18%,rgba(196,223,184,0.69) 49%,rgba(196,223,184,0.73) 82%,rgba(196,223,184,0.74) 92%,rgba(196,223,184,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(187,215,167,0.43) 0%,rgba(196,223,184,0.65) 7%,rgba(196,223,184,0.66) 18%,rgba(196,223,184,0.69) 49%,rgba(196,223,184,0.73) 82%,rgba(196,223,184,0.74) 92%,rgba(196,223,184,0.53) 100%); /* W3C */
}
.tab-style-3-0-3:hover{
	background: -moz-linear-gradient(top, rgba(126,192,184,1) 0%, rgba(152,208,188,1) 50%, rgba(197,223,180,1) 82%, rgba(216,232,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,192,184,1)), color-stop(50%,rgba(152,208,188,1)), color-stop(82%,rgba(197,223,180,1)), color-stop(100%,rgba(216,232,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(126,192,184,1) 0%,rgba(152,208,188,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(126,192,184,1) 0%,rgba(152,208,188,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(126,192,184,1) 0%,rgba(152,208,188,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(126,192,184,1) 0%,rgba(152,208,188,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* W3C */
}
.tab-style-3-0-3:hover:before{
	content:'';
	background: -moz-linear-gradient(top, rgba(139,209,212,0.43) 0%, rgba(146,210,208,1) 18%, rgba(157,213,201,0.82) 49%, rgba(178,218,194,0.63) 82%, rgba(189,221,190,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,209,212,0.43)), color-stop(18%,rgba(146,210,208,1)), color-stop(49%,rgba(157,213,201,0.82)), color-stop(82%,rgba(178,218,194,0.63)), color-stop(100%,rgba(189,221,190,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(139,209,212,0.43) 0%,rgba(146,210,208,1) 18%,rgba(157,213,201,0.82) 49%,rgba(178,218,194,0.63) 82%,rgba(189,221,190,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(139,209,212,0.43) 0%,rgba(146,210,208,1) 18%,rgba(157,213,201,0.82) 49%,rgba(178,218,194,0.63) 82%,rgba(189,221,190,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(139,209,212,0.43) 0%,rgba(146,210,208,1) 18%,rgba(157,213,201,0.82) 49%,rgba(178,218,194,0.63) 82%,rgba(189,221,190,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(139,209,212,0.43) 0%,rgba(146,210,208,1) 18%,rgba(157,213,201,0.82) 49%,rgba(178,218,194,0.63) 82%,rgba(189,221,190,0.53) 100%); /* W3C */
}

/***********************************************************************************************************************************/
/* TAB - STYLE-3-0-6 ***************************************************************************************************************/
/***********************************************************************************************************************************/

.tab-style-3-0-6{
	background: -moz-linear-gradient(top, rgba(179,219,212,1) 0%, rgba(163,215,206,1) 62%, rgba(153,206,197,1) 80%, rgba(176,200,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,219,212,1)), color-stop(62%,rgba(163,215,206,1)), color-stop(80%,rgba(153,206,197,1)), color-stop(100%,rgba(176,200,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(179,219,212,1) 0%,rgba(163,215,206,1) 62%,rgba(153,206,197,1) 80%,rgba(176,200,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(179,219,212,1) 0%,rgba(163,215,206,1) 62%,rgba(153,206,197,1) 80%,rgba(176,200,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(179,219,212,1) 0%,rgba(163,215,206,1) 62%,rgba(153,206,197,1) 80%,rgba(176,200,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(179,219,212,1) 0%,rgba(163,215,206,1) 62%,rgba(153,206,197,1) 80%,rgba(176,200,213,1) 100%); /* W3C */
}
.tab-style-3-0-6:before{
	background: -moz-linear-gradient(top, rgba(163,215,206,0.43) 0%, rgba(179,219,212,1) 18%, rgba(179,219,212,0.82) 49%, rgba(153,206,197,0.64) 81%, rgba(163,215,206,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,215,206,0.43)), color-stop(18%,rgba(179,219,212,1)), color-stop(49%,rgba(179,219,212,0.82)), color-stop(81%,rgba(153,206,197,0.64)), color-stop(100%,rgba(163,215,206,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(163,215,206,0.43) 0%,rgba(179,219,212,1) 18%,rgba(179,219,212,0.82) 49%,rgba(153,206,197,0.64) 81%,rgba(163,215,206,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(163,215,206,0.43) 0%,rgba(179,219,212,1) 18%,rgba(179,219,212,0.82) 49%,rgba(153,206,197,0.64) 81%,rgba(163,215,206,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(163,215,206,0.43) 0%,rgba(179,219,212,1) 18%,rgba(179,219,212,0.82) 49%,rgba(153,206,197,0.64) 81%,rgba(163,215,206,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(163,215,206,0.43) 0%,rgba(179,219,212,1) 18%,rgba(179,219,212,0.82) 49%,rgba(153,206,197,0.64) 81%,rgba(163,215,206,0.53) 100%); /* W3C */
}
.tab-style-3-0-6:hover{
	background: -moz-linear-gradient(top, rgba(176,200,213,1) 0%, rgba(176,200,213,1) 50%, rgba(197,223,180,1) 82%, rgba(216,232,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,200,213,1)), color-stop(50%,rgba(176,200,213,1)), color-stop(82%,rgba(197,223,180,1)), color-stop(100%,rgba(216,232,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(176,200,213,1) 0%,rgba(176,200,213,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(176,200,213,1) 0%,rgba(176,200,213,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(176,200,213,1) 0%,rgba(176,200,213,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(176,200,213,1) 0%,rgba(176,200,213,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* W3C */
}
.tab-style-3-0-6:hover:before{
	content:'';
	background: -moz-linear-gradient(top, rgba(176,200,213,0.43) 0%, rgba(176,200,213,1) 18%, rgba(157,213,201,1) 49%, rgba(178,218,194,1) 82%, rgba(179,218,194,1) 83%, rgba(189,221,190,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,200,213,0.43)), color-stop(18%,rgba(176,200,213,1)), color-stop(49%,rgba(157,213,201,1)), color-stop(82%,rgba(178,218,194,1)), color-stop(83%,rgba(179,218,194,1)), color-stop(100%,rgba(189,221,190,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(176,200,213,0.43) 0%,rgba(176,200,213,1) 18%,rgba(157,213,201,1) 49%,rgba(178,218,194,1) 82%,rgba(179,218,194,1) 83%,rgba(189,221,190,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(176,200,213,0.43) 0%,rgba(176,200,213,1) 18%,rgba(157,213,201,1) 49%,rgba(178,218,194,1) 82%,rgba(179,218,194,1) 83%,rgba(189,221,190,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(176,200,213,0.43) 0%,rgba(176,200,213,1) 18%,rgba(157,213,201,1) 49%,rgba(178,218,194,1) 82%,rgba(179,218,194,1) 83%,rgba(189,221,190,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(176,200,213,0.43) 0%,rgba(176,200,213,1) 18%,rgba(157,213,201,1) 49%,rgba(178,218,194,1) 82%,rgba(179,218,194,1) 83%,rgba(189,221,190,0.53) 100%); /* W3C */
}

/***********************************************************************************************************************************/
/* TAB - STYLE-3-0-4 ***************************************************************************************************************/
/***********************************************************************************************************************************/

.tab-style-3-0-4{
	background: -moz-linear-gradient(top, rgba(186,205,125,1) 0%, rgba(187,206,127,1) 64%, rgba(187,206,127,1) 82%, rgba(163,194,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,205,125,1)), color-stop(64%,rgba(187,206,127,1)), color-stop(82%,rgba(187,206,127,1)), color-stop(100%,rgba(163,194,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(186,205,125,1) 0%,rgba(187,206,127,1) 64%,rgba(187,206,127,1) 82%,rgba(163,194,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(186,205,125,1) 0%,rgba(187,206,127,1) 64%,rgba(187,206,127,1) 82%,rgba(163,194,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(186,205,125,1) 0%,rgba(187,206,127,1) 64%,rgba(187,206,127,1) 82%,rgba(163,194,124,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(186,205,125,1) 0%,rgba(187,206,127,1) 64%,rgba(187,206,127,1) 82%,rgba(163,194,124,1) 100%); /* W3C */
}
.tab-style-3-0-4:before{
	background: -moz-linear-gradient(top, rgba(191,209,135,0.43) 0%, rgba(192,210,137,1) 18%, rgba(194,211,141,1) 49%, rgba(198,214,149,1) 82%, rgba(200,216,154,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,209,135,0.43)), color-stop(18%,rgba(192,210,137,1)), color-stop(49%,rgba(194,211,141,1)), color-stop(82%,rgba(198,214,149,1)), color-stop(100%,rgba(200,216,154,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,209,135,0.43) 0%,rgba(192,210,137,1) 18%,rgba(194,211,141,1) 49%,rgba(198,214,149,1) 82%,rgba(200,216,154,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,209,135,0.43) 0%,rgba(192,210,137,1) 18%,rgba(194,211,141,1) 49%,rgba(198,214,149,1) 82%,rgba(200,216,154,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,209,135,0.43) 0%,rgba(192,210,137,1) 18%,rgba(194,211,141,1) 49%,rgba(198,214,149,1) 82%,rgba(200,216,154,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,209,135,0.43) 0%,rgba(192,210,137,1) 18%,rgba(194,211,141,1) 49%,rgba(198,214,149,1) 82%,rgba(200,216,154,0.53) 100%); /* W3C */
}
.tab-style-3-0-4:hover{
	background: -moz-linear-gradient(top, rgba(139,186,123,1) 0%, rgba(163,196,125,1) 52%, rgba(218,229,166,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,186,123,1)), color-stop(52%,rgba(163,196,125,1)), color-stop(100%,rgba(218,229,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(139,186,123,1) 0%,rgba(163,196,125,1) 52%,rgba(218,229,166,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(139,186,123,1) 0%,rgba(163,196,125,1) 52%,rgba(218,229,166,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(139,186,123,1) 0%,rgba(163,196,125,1) 52%,rgba(218,229,166,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(139,186,123,1) 0%,rgba(163,196,125,1) 52%,rgba(218,229,166,1) 100%); /* W3C */
}
.tab-style-3-0-4:hover:before{
	background: -moz-linear-gradient(top, rgba(154,195,136,0.43) 0%, rgba(159,197,137,1) 18%, rgba(168,201,140,1) 49%, rgba(185,209,148,1) 82%, rgba(194,213,153,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,195,136,0.43)), color-stop(18%,rgba(159,197,137,1)), color-stop(49%,rgba(168,201,140,1)), color-stop(82%,rgba(185,209,148,1)), color-stop(100%,rgba(194,213,153,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(154,195,136,0.43) 0%,rgba(159,197,137,1) 18%,rgba(168,201,140,1) 49%,rgba(185,209,148,1) 82%,rgba(194,213,153,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(154,195,136,0.43) 0%,rgba(159,197,137,1) 18%,rgba(168,201,140,1) 49%,rgba(185,209,148,1) 82%,rgba(194,213,153,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(154,195,136,0.43) 0%,rgba(159,197,137,1) 18%,rgba(168,201,140,1) 49%,rgba(185,209,148,1) 82%,rgba(194,213,153,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(154,195,136,0.43) 0%,rgba(159,197,137,1) 18%,rgba(168,201,140,1) 49%,rgba(185,209,148,1) 82%,rgba(194,213,153,0.53) 100%); /* W3C */
}


/***********************************************************************************************************************************/
/* TAB - STYLE-3-0-5 ***************************************************************************************************************/
/***********************************************************************************************************************************/

.tab-style-3-0-5{
	background: -moz-linear-gradient(top, rgba(198,204,103,1) 1%, rgba(203,209,114,1) 62%, rgba(183,193,93,1) 80%, rgba(184,194,95,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(198,204,103,1)), color-stop(62%,rgba(203,209,114,1)), color-stop(80%,rgba(183,193,93,1)), color-stop(100%,rgba(184,194,95,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(198,204,103,1) 1%,rgba(203,209,114,1) 62%,rgba(183,193,93,1) 80%,rgba(184,194,95,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(198,204,103,1) 1%,rgba(203,209,114,1) 62%,rgba(183,193,93,1) 80%,rgba(184,194,95,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(198,204,103,1) 1%,rgba(203,209,114,1) 62%,rgba(183,193,93,1) 80%,rgba(184,194,95,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(198,204,103,1) 1%,rgba(203,209,114,1) 62%,rgba(183,193,93,1) 80%,rgba(184,194,95,1) 100%); /* W3C */
}
.tab-style-3-0-5:before{
	background: -moz-linear-gradient(top, rgba(202,208,115,0.43) 0%, rgba(203,209,118,1) 18%, rgba(205,210,122,1) 49%, rgba(209,214,131,1) 81%, rgba(212,217,136,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,208,115,0.43)), color-stop(18%,rgba(203,209,118,1)), color-stop(49%,rgba(205,210,122,1)), color-stop(81%,rgba(209,214,131,1)), color-stop(100%,rgba(212,217,136,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(202,208,115,0.43) 0%,rgba(203,209,118,1) 18%,rgba(205,210,122,1) 49%,rgba(209,214,131,1) 81%,rgba(212,217,136,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(202,208,115,0.43) 0%,rgba(203,209,118,1) 18%,rgba(205,210,122,1) 49%,rgba(209,214,131,1) 81%,rgba(212,217,136,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(202,208,115,0.43) 0%,rgba(203,209,118,1) 18%,rgba(205,210,122,1) 49%,rgba(209,214,131,1) 81%,rgba(212,217,136,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(202,208,115,0.43) 0%,rgba(203,209,118,1) 18%,rgba(205,210,122,1) 49%,rgba(209,214,131,1) 81%,rgba(212,217,136,0.53) 100%); /* W3C */
}
.tab-style-3-0-5:hover{
	background: -moz-linear-gradient(top, rgba(169,184,68,1) 0%, rgba(184,195,86,1) 53%, rgba(225,228,155,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,184,68,1)), color-stop(53%,rgba(184,195,86,1)), color-stop(100%,rgba(225,228,155,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,184,68,1) 0%,rgba(184,195,86,1) 53%,rgba(225,228,155,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,184,68,1) 0%,rgba(184,195,86,1) 53%,rgba(225,228,155,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,184,68,1) 0%,rgba(184,195,86,1) 53%,rgba(225,228,155,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,184,68,1) 0%,rgba(184,195,86,1) 53%,rgba(225,228,155,1) 100%); /* W3C */
}
.tab-style-3-0-5:hover:before{
	background: -moz-linear-gradient(top, rgba(178,192,85,0.43) 0%, rgba(182,195,91,1) 18%, rgba(188,200,101,1) 49%, rgba(199,208,119,1) 81%, rgba(206,213,130,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,192,85,0.43)), color-stop(18%,rgba(182,195,91,1)), color-stop(49%,rgba(188,200,101,1)), color-stop(81%,rgba(199,208,119,1)), color-stop(100%,rgba(206,213,130,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(178,192,85,0.43) 0%,rgba(182,195,91,1) 18%,rgba(188,200,101,1) 49%,rgba(199,208,119,1) 81%,rgba(206,213,130,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(178,192,85,0.43) 0%,rgba(182,195,91,1) 18%,rgba(188,200,101,1) 49%,rgba(199,208,119,1) 81%,rgba(206,213,130,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(178,192,85,0.43) 0%,rgba(182,195,91,1) 18%,rgba(188,200,101,1) 49%,rgba(199,208,119,1) 81%,rgba(206,213,130,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(178,192,85,0.43) 0%,rgba(182,195,91,1) 18%,rgba(188,200,101,1) 49%,rgba(199,208,119,1) 81%,rgba(206,213,130,0.53) 100%); /* W3C */
}

/***********************************************************************************************************************************/
/* TAB - STYLE-3-0-6 ***************************************************************************************************************/
/***********************************************************************************************************************************/

.tab-style-3-0-6{
	background: -moz-linear-gradient(top, rgba(179,219,212,1) 1%, rgba(163,215,206,1) 62%, rgba(153,206,197,1) 80%, rgba(176,200,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(179,219,212,1)), color-stop(62%,rgba(163,215,206,1)), color-stop(80%,rgba(153,206,197,1)), color-stop(100%,rgba(176,200,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(179,219,212,1) 1%,rgba(163,215,206,1) 62%,rgba(153,206,197,1) 80%,rgba(176,200,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(179,219,212,1) 1%,rgba(163,215,206,1) 62%,rgba(153,206,197,1) 80%,rgba(176,200,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(179,219,212,1) 1%,rgba(163,215,206,1) 62%,rgba(153,206,197,1) 80%,rgba(176,200,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(179,219,212,1) 1%,rgba(163,215,206,1) 62%,rgba(153,206,197,1) 80%,rgba(176,200,213,1) 100%); /* W3C */
}
.tab-style-3-0-6:before{
	background: -moz-linear-gradient(top, rgba(163,215,206,0.43) 0%, rgba(179,219,212,1) 18%, rgba(179,219,212,1) 49%, rgba(179,219,212,1) 81%, rgba(163,215,206,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,215,206,0.43)), color-stop(18%,rgba(179,219,212,1)), color-stop(49%,rgba(179,219,212,1)), color-stop(81%,rgba(179,219,212,1)), color-stop(100%,rgba(163,215,206,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(163,215,206,0.43) 0%,rgba(179,219,212,1) 18%,rgba(179,219,212,1) 49%,rgba(179,219,212,1) 81%,rgba(163,215,206,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(163,215,206,0.43) 0%,rgba(179,219,212,1) 18%,rgba(179,219,212,1) 49%,rgba(179,219,212,1) 81%,rgba(163,215,206,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(163,215,206,0.43) 0%,rgba(179,219,212,1) 18%,rgba(179,219,212,1) 49%,rgba(179,219,212,1) 81%,rgba(163,215,206,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(163,215,206,0.43) 0%,rgba(179,219,212,1) 18%,rgba(179,219,212,1) 49%,rgba(179,219,212,1) 81%,rgba(163,215,206,0.53) 100%); /* W3C */
}
.tab-style-3-0-6:hover{
	background: -moz-linear-gradient(top, rgba(176,200,213,1) 0%, rgba(176,200,213,1) 50%, rgba(197,223,180,1) 82%, rgba(216,232,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,200,213,1)), color-stop(50%,rgba(176,200,213,1)), color-stop(82%,rgba(197,223,180,1)), color-stop(100%,rgba(216,232,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(176,200,213,1) 0%,rgba(176,200,213,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(176,200,213,1) 0%,rgba(176,200,213,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(176,200,213,1) 0%,rgba(176,200,213,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(176,200,213,1) 0%,rgba(176,200,213,1) 50%,rgba(197,223,180,1) 82%,rgba(216,232,185,1) 100%); /* W3C */
}
.tab-style-3-0-6:hover:before{
	content:'';
	background: -moz-linear-gradient(top, rgba(176,200,213,0.43) 0%, rgba(176,200,213,1) 18%, rgba(157,213,201,1) 49%, rgba(178,218,194,1) 82%, rgba(189,221,190,0.53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,200,213,0.43)), color-stop(18%,rgba(176,200,213,1)), color-stop(49%,rgba(157,213,201,1)), color-stop(82%,rgba(178,218,194,1)), color-stop(100%,rgba(189,221,190,0.53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(176,200,213,0.43) 0%,rgba(176,200,213,1) 18%,rgba(157,213,201,1) 49%,rgba(178,218,194,1) 82%,rgba(189,221,190,0.53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(176,200,213,0.43) 0%,rgba(176,200,213,1) 18%,rgba(157,213,201,1) 49%,rgba(178,218,194,1) 82%,rgba(189,221,190,0.53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(176,200,213,0.43) 0%,rgba(176,200,213,1) 18%,rgba(157,213,201,1) 49%,rgba(178,218,194,1) 82%,rgba(189,221,190,0.53) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(176,200,213,0.43) 0%,rgba(176,200,213,1) 18%,rgba(157,213,201,1) 49%,rgba(178,218,194,1) 82%,rgba(189,221,190,0.53) 100%); /* W3C */
}

/* Instance */
ul.tab-style-3-0 li div a span {
	display: block;
	width: 64px;
	cursor: hand;
}
ul.tab-style-3-0 li div a:hover {
	color: #030;
	text-decoration: none;
}
ul.tab-style-3-0 li.tab-style-3-0-2 div a span {
	display: none;
}
ul.tab-style-3-0 li div input {
	width: 60px;
}


/***********************************************************************************************************************************/
/* TAB - STYLE-4 *******************************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab-style-4 li {
	height: 33px;
	background-image: url(/media/equideo/image/components/tab/5.png);
}
ul.tab-style-4 li a {
	display: block;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
	color: #003300;
	height: 25px;
	padding-right: 10px;
	padding-top: 8px;
	margin-left: 10px;
	background-image: url(/media/equideo/image/components/tab/5.png);
	background-position: right -33px;
	text-decoration: none;
}
/***********************************************************************************************************************************/
/* TAB - STYLE-5 *******************************************************************************************************************/
/***********************************************************************************************************************************/
/*normal*/
ul.tab-style-5 {
	height:54px;
	margin-bottom:-6px;
	overflow:hidden;
	text-align: center;
}
ul.tab-style-5 li {
	background: linear-gradient(to bottom,  #e1df92 0%,#e1e090 38%,#d4d27d 100%);
	display:table;
	position:relative;
	height: 47px;
	margin-right: 5px;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#f5f4c0;
	float:left;
}
ul.tab-style-5 li{background: -moz-linear-gradient(top,  #e1df92 0%, #e1e090 38%, #d4d27d 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1df92), color-stop(38%,#e1e090), color-stop(100%,#d4d27d));background: -webkit-linear-gradient(top,  #e1df92 0%,#e1e090 38%,#d4d27d 100%);background: -o-linear-gradient(top,  #e1df92 0%,#e1e090 38%,#d4d27d 100%);background: -ms-linear-gradient(top,  #e1df92 0%,#e1e090 38%,#d4d27d 100%);}
ul.tab-style-5 div{
	display:table-row;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:transparent;
}
ul.tab-style-5 li,
ul.tab-style-5 div{
	border-radius:5px 5px 0 0;
}
ul.tab-style-5 a{
	display:table-cell;
	height:45px!important;
	padding:0 20px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	color:#003300;
}
ul.tab-style-5 em{
	display:block;
	color:#586d23;
}
/*selected*/
ul.tab-style-5 li.selected{
	height:48px;
	border-width:1px;
	border-color:#f5f4c0 #f5f4c0 #e1e18b #f5f4c0;
}
ul.tab-style-5 li.selected,
ul.tab-style-5 li.selected:hover{
	background:#e2e18b;
}
ul.tab-style-5 li.selected div {
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#d7d67b;
}
/*hover*/
ul.tab-style-5 li:hover{
	background:#ebeba2;
}
/*first-child*/
ul.tab-style-5 li:first-child{
	height:53px;
	border-radius:5px 5px 7px 0;
}
ul.tab-style-5 li:first-child:before{
	content:"";
	background:#e1e18b;
	display:block;
	position:absolute;
	bottom:-2px;
	width:100%;
	height:6px;
	border-top:1px solid #f8f1ba;
	border-bottom:1px solid #d7d67b;
}
ul.tab-style-5 li:first-child.selected:before{
	display:none;
}


/***********************************************************************************************************************************/
/* TAB - STYLE-6 *******************************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab-style-6 {
	margin-left:15px;
	margin-right:15px;
}
ul.tab-style-6 li{
	height: 27px;
	margin-right: 5px;
	border:2px solid #c9c765;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	background: linear-gradient(to bottom, rgba(226,225,140,1) 0%,rgba(230,229,151,1) 63%,rgba(215,214,129,1) 81%,rgba(206,204,111,1) 100%); /* W3C */
	box-shadow:inset 0px -4px 3px 0px #cecc6f;
}
ul.tab-style-6 li{
	background: -moz-linear-gradient(top, rgba(226,225,140,1) 0%, rgba(230,229,151,1) 63%, rgba(215,214,129,1) 81%, rgba(206,204,111,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,225,140,1)), color-stop(63%,rgba(230,229,151,1)), color-stop(81%,rgba(215,214,129,1)), color-stop(100%,rgba(206,204,111,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(230,229,151,1) 63%,rgba(215,214,129,1) 81%,rgba(206,204,111,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(230,229,151,1) 63%,rgba(215,214,129,1) 81%,rgba(206,204,111,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(230,229,151,1) 63%,rgba(215,214,129,1) 81%,rgba(206,204,111,1) 100%); /* IE10+ */
}
ul.tab-style-6 li:after{
	content:'';
	border-radius: 13px 13px 0 0;
	border:1px solid #fafac6;
	display: block;
	height: 25px;
	border-bottom: none;
}
ul.tab-style-6 li.selected {
	background: linear-gradient(to bottom, rgba(226,225,140,1) 0%,rgba(230,229,151,1) 50%,rgba(235,234,166,1) 100%); /* W3C */
	box-shadow: none;
}
ul.tab-style-6 li.selected {
	background: -moz-linear-gradient(top, rgba(226,225,140,1) 0%, rgba(230,229,151,1) 50%, rgba(235,234,166,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,225,140,1)), color-stop(50%,rgba(230,229,151,1)), color-stop(100%,rgba(235,234,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(230,229,151,1) 50%,rgba(235,234,166,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(230,229,151,1) 50%,rgba(235,234,166,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(230,229,151,1) 50%,rgba(235,234,166,1) 100%); /* IE10+ */
}
ul.tab-style-6 li.selected:after{
	border-bottom: 1px solid #fafac6;
}
ul.tab-style-6 a {
	display: block;
	color: #586d23;
	padding: 7px 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
ul.tab-style-6 a:hover {
	text-decoration: none;
	text-shadow:0 0 4px #fff;
}
/* Occurrence */
ul.tab-style-6 li.tab-style-6-0-0 a.icon {
	background-image: url(/media/equideo/image/library/button/14.png);
	display: block;
	float: left;
	width: 15px;
	height: 24px;
	margin:-3px 0 0 0;
	background-position: 0 -1px;
}


/***********************************************************************************************************************************/
/* TAB - STYLE-7 *******************************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab-style-7 {
	top:8px;
}
ul.tab-style-7 li {
	height: 32px;
	margin-right: 5px;
}
ul.tab-style-7 li.left {
	background-position: left -32px;
}
ul.tab-style-7 li a {
	display: inline-block;
	height: 25px;
	padding-top: 7px;
	padding-right: 12px;
	margin-left: 12px;
	font-weight: bold;
	font-size: 13px;
	color: #552F0A;
	background-position: right -64px;
}
ul.tab-style-7 li.selected {
	background-position: left -96px;
}
ul.tab-style-7 li.left-selected {
	background-position: left -128px;
}
ul.tab-style-7 li.selected a,
ul.tab-style-7 li.left-selected a {
	background-position: right -160px;
}
ul.tab-style-7 li,
ul.tab-style-7 li a {
	background-image: url(/media/equideo/image/components/tab/0.png);
}
ul.tab-style-7-1 li,
ul.tab-style-7-1 li a {
	background-image: url(/media/equideo/image/components/tab/1.png);
}
ul.tab-style-7-3 li,
ul.tab-style-7-3 li a {
	background-image: url(/media/equideo/image/components/tab/3.png);
}
ul.tab-style-7-4 li,
ul.tab-style-7-4 li a {
	background-image: url(/media/equideo/image/components/tab/4.png);
}
/** nomade *************************************************************************************************************************/
ul.tab-style-7-5 li,
ul.tab-style-7-5 li a {
	background-image: url(/media/equideo/image/components/tab/nomade.png);
}

/*highlight*/
ul.tab-style-7 li.highlight,
ul.tab-style-7 li.highlight a{
	background-image:url(/media/equideo/image/components/tab/highlight.png);
}

ul.tab-style-7-4 li.highlight,
ul.tab-style-7-4 li.highlight a {
	background-image:url(/media/equideo/image/components/tab/highlight-legendary.png);
}
/** svg icon ***********************************************************************************************************************/
ul.tab-style-7 svg{
	display: block;
	fill: #573000;
	height: 12px;
	width: 12px;
}

/***********************************************************************************************************************************/
/* TAB - STYLE-8 *******************************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab-style-8 {
	margin: 0 15px;
}
ul.tab-style-8 li {
	height: 29px;
	background-image: url(/media/equideo/image/components/tab/8.png);
}
ul.tab-style-8 li div {
	position: relative;
	height: 29px;
	padding-top: 8px;
	padding-right: 14px;
	margin-left: 14px;
	margin-right: 3px;
	background-image: url(/media/equideo/image/components/tab/8.png);
	background-position: right -29px;
}
ul.tab-style-8 li div a{
	float: left;
	display: inline-block;
	margin-left: -2px;
	font-weight: bold;
	font-size: 12px;
	color: #003300;
}
ul.tab-style-8 li.right-top,
ul.tab-style-8 li.right-top div,
ul.tab-style-8 li.right-top span{
	width: auto;
}
ul.tab-style-8 li.bottom,
ul.tab-style-8 li.bottom div {
	width: auto;
	background-image: url(/media/equideo/image/components/tab/5.png);
}
ul.tab-style-8 li.bottom div {
	height: 20px;
	padding-top: 5px;
	padding-right: 14px;
	margin-left: 14px;
	margin-right: 3px;
}
ul.tab-style-8 li.bottom div a {
	font-size: 11px;
	color: #fff;
}
ul.tab-style-8 li.bottom div a span {
	display: inline;
	font-size: 11px;
	width: auto;
}
/* State */
ul.tab-style-8 li.selected {
	background-position: left -58px;
}
ul.tab-style-8 li.selected div {
	background-position: right -87px;
}
ul.tab-style-8 li.editable input {
	float: left;
	font-size: 11px;
}
ul.tab-style-8 li.editable span {
	display: none;
}


/***********************************************************************************************************************************/
/* NOTE : TABS STYLE-8-0 ***********************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab-style-8-0 li div {
	width: 87px;
}
ul.tab-style-8-0 li div a span {
	display: block;
	width: 64px;
	cursor: hand;
}
ul.tab-style-8-0 li.tab-style-8-0-2 div a span {
	display: none;
}
ul.tab-style-8-0 li div input {
	width: 60px;
}
/* Occurrence */
ul.tab-style-8 li.tab-style-8-0-1 a.icon,
ul.tab-style-8 li.tab-style-8-0-2 a.icon,
ul.tab-style-8 li.tab-style-8-1-1 a.icon {
	display: block;
	float: left;
	min-width: 15px;
	width: 15px;
	height: 13px;
	margin-top: 1px;
	margin-right: -2px;
	margin-left: 13px;
	background-image: url(/media/equideo/image/components/tab/8-icon.png);
}
ul.tab-style-8 li.tab-style-8-0-1 a.icon {
	background-position: 0 -13px;
}
ul.tab-style-8 li.tab-style-8-0-2 a.icon {
	margin-left: 0;
}
ul.tab-style-8 li.tab-style-8-0-2 a span {
	margin-left: 0;
	margin-right: 0;
}
ul.tab-style-8 li.tab-style-8-1-1 a.icon {
	background-position: 0 -26px;
}


/***********************************************************************************************************************************/
/* TAB - STYLE-9 *****************************************************************************************************************/
/***********************************************************************************************************************************/

ul.tab-style-9 li,
ul.tab-style-10 li {
	height: 61px;
	margin-right: 5px;
	border:2px solid #c9c765;
	border-bottom: none;
	border-radius: 20px 20px 0 0;
	background: linear-gradient(to bottom, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* W3C */
}
ul.tab-style-9 li,
ul.tab-style-10 li {
	background: -moz-linear-gradient(top, rgba(226,225,140,1) 0%, rgba(235,234,165,1) 39%, rgba(249,249,196,1) 64%, rgba(249,249,196,1) 89%, rgba(216,215,131,1) 92%, rgba(201,199,101,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,225,140,1)), color-stop(39%,rgba(235,234,165,1)), color-stop(64%,rgba(249,249,196,1)), color-stop(89%,rgba(249,249,196,1)), color-stop(92%,rgba(216,215,131,1)), color-stop(100%,rgba(201,199,101,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(226,225,140,1) 0%,rgba(235,234,165,1) 39%,rgba(249,249,196,1) 64%,rgba(249,249,196,1) 89%,rgba(216,215,131,1) 92%,rgba(201,199,101,1) 100%); /* W3C */
}
ul.tab-style-9 li.selected,
ul.tab-style-10 li.selected {
	background: -moz-linear-gradient(top, rgba(226,225,140,1) 0%, rgba(232,231,161,1) 39%, rgba(240,239,180,1) 64%, rgba(242,241,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,225,140,1)), color-stop(39%,rgba(232,231,161,1)), color-stop(64%,rgba(240,239,180,1)), color-stop(100%,rgba(242,241,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(232,231,161,1) 39%,rgba(240,239,180,1) 64%,rgba(242,241,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(232,231,161,1) 39%,rgba(240,239,180,1) 64%,rgba(242,241,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,225,140,1) 0%,rgba(232,231,161,1) 39%,rgba(240,239,180,1) 64%,rgba(242,241,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(226,225,140,1) 0%,rgba(232,231,161,1) 39%,rgba(240,239,180,1) 64%,rgba(242,241,186,1) 100%); /* W3C */
}
ul.tab-style-9 li a,
ul.tab-style-10 li a {
	display: block;
	margin-right: 0;
	color: #8a8945;
	padding: 21px 27px 0;
	font-size: 13px;
	font-weight: bold;
	height: 100%;
	text-align: center;
	box-sizing:border-box;
}
ul.tab-style-9 li a:hover,
ul.tab-style-10 li a:hover {
	text-decoration: none
}
ul.tab-style-9 li:after,
ul.tab-style-10 li:after{
	content:'';
	border-radius: 18px 18px 0 0;
	border:1px solid #fafac6;
	display: block;
	height: 60px;
	border-bottom: none;
}

ul.tab-style-9 li#tab-1 {
	background: -moz-linear-gradient(top, rgba(233,134,6,1) 0%, rgba(249,225,161,1) 63%, rgba(249,225,161,1) 87%, rgba(223,188,100,0.8) 92%, rgba(223,188,100,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(233,134,6,1) 0%,rgba(249,225,161,1) 63%,rgba(249,225,161,1) 87%,rgba(223,188,100,0.8) 92%,rgba(223,188,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(233,134,6,1) 0%,rgba(249,225,161,1) 63%,rgba(249,225,161,1) 87%,rgba(223,188,100,0.8) 92%,rgba(223,188,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98606', endColorstr='#dfbc64',GradientType=0 ); /* IE6-9 */
}
ul.tab-style-9 li#tab-1.selected {
	background: -moz-linear-gradient(top, rgba(233,134,6,1) 0%, rgba(249,225,161,1) 63%, rgba(249,225,161,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(233,134,6,1) 0%,rgba(249,225,161,1) 63%,rgba(249,225,161,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(233,134,6,1) 0%,rgba(249,225,161,1) 63%,rgba(249,225,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98606', endColorstr='#dfbc64',GradientType=0 ); /* IE6-9 */
}
ul.tab-style-9 li#tab-1 a{
	color: #552f0a;
}

ul.tab-style-9 li a span {
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: top center;
	color: #552f0a;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
