#sptab75 ul.tabs_container {
	text-align: center;
	position: relative;
	z-index: 1001;
	padding-bottom: 0px;
	margin-left: 35px;
	float: left;
}
#sptab75 .tabs_buttons{overflow:hidden}
#sptab75 ul.tabs_container li.tab{
float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
#sptab75 ul.tabs_container li.tab span{
padding: 6px 20px 7px;
	min-width: 115px;
	border: 1px solid #cfcfcf;
	text-decoration: none;
	background: -moz-linear-gradient(100% 100% 90deg, #f4f4f4, #fefefe);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f4f4f4));
	background: -moz-linear-gradient(100% 100% 90deg, #f4f4f4, #fefefe);
	-webkit-box-shadow: inset 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
	padding: 10px 30px;
	cursor: pointer;
	color: #2a68d2;
	font-size: 14px;
}

#sptab75 ul.tabs_container li.tab:first-child span {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 10px 30px;
	font-size: 14px;
}

#sptab75 ul.tabs_container li.tab:last-child span {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	padding: 10px 30px;
	font-size: 14px;
}

#sptab75 ul.tabs_container li.tab, #sptab75 ul.tabs_container li.tab span{font-size:14px}
#sptab75 .items_mask {position:relative;overflow:hidden}

#sptab75.sptab_red ul.tabs_container li.tab.active{background:url(../images/style5/tab-red-active-l.png) no-repeat 0 50%}
#sptab75.sptab_red ul.tabs_container li.tab.active span{background:url(../images/style5/tab-red-active-r.png) no-repeat 100% 50%}

#sptab75.sptab_green ul.tabs_container li.tab.active{background:url(../images/style5/tab-green-active-l.png) no-repeat 0 50%}
#sptab75.sptab_green ul.tabs_container li.tab.active span{background:url(../images/style5/tab-green-active-r.png) no-repeat 100% 50%}

#sptab75.sptab_blue ul.tabs_container li.tab.active{background:url(../images/style5/tab-blue-active-l.png) no-repeat 0 50%}
#sptab75.sptab_blue ul.tabs_container li.tab.active span{
	color: #fff;
	cursor: default;
	text-decoration: none;
	border: 1px solid #666;
	background: #636363;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#545454), to(#7b7b7b));
	background: -moz-linear-gradient(100% 100% 90deg, #7b7b7b, #545454);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.52) inset;
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.52) inset;
	box-shadow: 0 1px 9px rgba(0, 0, 0, 0.52) inset;
	padding: 10px 30px;
	font-size: 14px;
}