/*Tabs Type 1*/

.tabs_type1 .tabscontainer {
	background:url('../images/tabs_type1_bg3.jpg') bottom no-repeat;
}

.tabs_type1 .tabscontainer .first.current {
	background:url('../images/tabs_type1_bg1.jpg');
	height:37px;
}

.tabs_type1 .tabscontainer .other.current {
	background:url('../images/tabs_type1_bg6.jpg');
	height:37px;
}

.tabs_type1 .tabscontainer #tabs .current a {
	background:url('../images/tabs_type1_bg2.jpg') right no-repeat;
	height:37px;
	display:block;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
	border:0px;
}

.tabs_type1 .tabscontainer #tabs a {
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#0390D3;
	padding-left:15px;
	padding-right:15px;
}

.tabs_type1 .tabcontentcontainer {
	background:url('../images/tabs_type1_bg4.jpg') repeat-y;
	padding:10px;
}

.tabs_type1 #preloader {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0390D3;
}
.tabs_type1 .tabcontentfooter {
	background:url('../images/tabs_type1_bg5.jpg') bottom no-repeat;
	height:4px;
}