/*
	Cudazi Tabbed Content plugin Styles
*/

/* Outer wrap */
.tab_wrap {
	font-family: Arial, Helvetica, sans-serif;
}
/* Reset UL LI Lists */
.tab_wrap ul.tab_container li:first-of-type, .tab_wrap ul.tab_navigation li {
	float: left;
	list-style-type: none;
	position: relative;
}
.tab_container p {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:18px;
}
.tab_container h4 {
	color:#0087b6;
	font-size:14px;
	line-height:18px;
	text-align:left;
	border-bottom:1px dashed #bcbbba;
	margin-bottom:8px;
	padding:4px 0;
	font-weight:normal;
}
/* Tab container element styles */
.tab_wrap ul.tab_container li {
	padding: 10px;
	display: block;
}
/* Reset float in navigation */
.tab_wrap ul.tab_navigation {
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
	width: 692px;
}
/* Tab navigation links */
.tab_wrap ul.tab_navigation a {
	padding: 12px 10px 10px 10px;
	margin-right: 5px;
	text-decoration: none;
	line-height: 100%;
	color: #fff;
	background:none;
	display: block;
	float: left;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	font-size:14px;
	font-family: 'MyriadProRegular';
	font-weight:bold;
}
/* Tab navigation active/hover */
.tab_wrap .tab_navigation .active a, .tab_wrap ul.tab_navigation a:hover {
	color: #000;
	background: #e5e696;
	background: -moz-linear-gradient(top, #e5e696 0%, #d1d360 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e696), color-stop(100%, #d1d360));
	background: -webkit-linear-gradient(top, #e5e696 0%, #d1d360 100%);
	background: -o-linear-gradient(top, #e5e696 0%, #d1d360 100%);
	background: -ms-linear-gradient(top, #e5e696 0%, #d1d360 100%);
	background: linear-gradient(to bottom, #e5e696 0%, #d1d360 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#d1d360', GradientType=0 );
}
.tab_wrap ul.tab_navigation .active a:before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #d1d360;
	clear: both;
	content: "";
	height: 0;
	left: 38%;
	position: absolute;
	top: 36px;
	width: 0;
}
/* Tab navigation background on hover */
.tab_wrap ul.tab_navigation a:hover {
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 );
	color:#fff;
}
.tab_wrap ul.tab_navigation a:hover:before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #010101;
	clear: both;
	content: "";
	height: 0;
	left: 40%;
	position: absolute;
	top: 36px;
}