.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 135px; 
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 0px;
	margin:0;
	font: bold 1em sans-serif;
	background-color: #DDE0E8;
	list-style: none;
	border-left: solid 1px #DFE2E9;
	border-bottom: solid 1px #DFE2E9;
	border-top: solid 0px #DFE2E9;
	border-right: solid 1px #DFE2E9;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #FF6600;
	width: 53px;
	text-align: center;
	background-image: url(http://i.dir.bg/auto/img/tab.gif);
	background-repeat: repeat-x;
}

.TabbedPanels2 .TabbedPanelsTab {
	background-image: url(http://i.dir.bg/auto/img/my_buton.png);
	width: 74px;
	height: 17px;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:8px;
	color: #0A246A;
	margin-right:1px;
	border:0;
}

.TabbedPanelsTab2 {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 0;
	margin: 0px 1px 0px 0px;
	font: bold 14px sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #D1E0EC;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(http://i.dir.bg/trip/javascript/SpryAssets/img/tab.png);
	width: 129px;
	text-align: center;
	height: 17px;
	color: #0A246A;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
	background-image: url(http://i.dir.bg/auto/img/tab_hover.gif);
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-bottom: 1px solid #fff;
	background-image: url(http://i.dir.bg/auto/img/tab_active.png);
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #DFE2E9;
	border-bottom: solid 1px #DFE2E9;
	border-top: solid 0px #999;
	border-right: solid 1px #DFE2E9;
	background-color: #FFFFFF;
}
.TabbedPanels2 .TabbedPanelsTabHover {
	background-image: url(http://i.dir.bg/auto/img/my_buton_hover.png);
	height: 17px;
}
.TabbedPanels2 .TabbedPanelsTabSelected {
	background-image: url(http://i.dir.bg/auto/img/my_but_active.gif);
	height: 21px;
}
.TabbedPanels2 .TabbedPanelsContentGroup {
	clear: both;
	border:0;
}

.TabbedPanelsContent {
	padding: 8px;
}

.TabbedPanelsContentVisible {
}