.tabbed_navigation {
	background: url(fix.gif) 0px 5px no-repeat;
	margin: 2em 0;
}

.tabbed_navigation ul.tabs {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
	/*background: url(bg_contentAreaHead.gif) bottom right no-repeat;*/
}

.interior2 .tabbed_navigation ul.tabs {
	background: url(bg_contentAreaHead2.gif) bottom right no-repeat;
}
.interior1 .tabbed_navigation ul.tabs {
	background: url(bg_contentAreaHead.gif) bottom right no-repeat;
}

.tabbed_navigation ul.tabs li {
	float: left;
	background: url(bg_li.gif) top left no-repeat;
	height: 34px;
	cursor: pointer;
	_cursor: hand;
}

.tabbed_navigation ul.tabs div {
	float: left;
	background: url(bg_a.gif) top right no-repeat;
	height: 34px;
	padding-left: 12px;
	margin-left: 3px;
	padding-right: 30px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	
	display: inline;
}

.tabbed_navigation ul.tabs div img {
	vertical-align: middle;
	padding-right: 8px;
	float: left;
}

.tabbed_navigation ul.tabs div span {
	float: left;
	display: block;
	line-height: 11px;
	padding-top: 0px;
	font-size: 10px;
}
.interior1 .tabbed_navigation ul.tabs div span {
	width: 90px;
}
.interior2 .tabbed_navigation ul.tabs div span {
	width: 150px;
}

.tabbed_navigation ul.tabs li.selected div,
.tabbed_navigation ul.tabs li.firstSelected div,
.tabbed_navigation ul.tabs li.lastSelected div {
	color: #fb8a00;
}

.tabbed_navigation ul.tabs li.last div {
	padding-right: 28px;
	background: url(bg_a_last.gif) top right no-repeat;
}
.tabbed_navigation ul.tabs li.nextLast div {
	padding-right: 28px;
	background: url(bg_a_last.gif) top right no-repeat;/**/
}
.tabbed_navigation ul.tabs li.lastSelected div {
	padding-right: 28px;
	background: url(bg_a_lastSelected.gif) top right no-repeat;
}

.tabbed_navigation ul.tabs li.first {
	background: url(bg_li_first.gif) top left no-repeat;
}
.tabbed_navigation ul.tabs li.firstSelected {
	background: url(bg_li_firstSelected.gif) top left no-repeat;
}
.tabbed_navigation ul.tabs li.firstSelected div {
	background: url(bg_a_firstSelected.gif) top right no-repeat;
}
.tabbed_navigation ul.tabs li.next,
.tabbed_navigation ul.tabs li.nextLast {
	background: url(bg_li_next.gif) top left no-repeat;
}
.tabbed_navigation ul.tabs li.selected,
.tabbed_navigation ul.tabs li.lastSelected {
	background: url(bg_li_selected.gif) top left no-repeat;
}
.tabbed_navigation ul.tabs li.selected div {
	background: url(bg_a_firstSelected.gif) top right no-repeat;
}
#contentArea1,
#contentArea2,
#contentArea3,
#contentArea4,
#contentArea5 {
	display: none;
}
.preview .contentArea {
	display: block !important;
}
.contentAreas { clear: both; }
.contentArea { border: solid #ccc; border-width: 0 1px; padding: 25px; background: url(bg_contentArea.gif) top left repeat-x; }

.drivingdirections .contentArea li { padding-bottom: 5px; }

.contentAreaHead {
	background: url(bg_contentAreaHead.gif) top right no-repeat;
	border-left: solid 1px #ccc;
	height: 3px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

.contentAreaFoot {
	background: url(bg_contentAreaFoot_left.gif) top left no-repeat;
	height: 3px;
}
.contentAreaFoot div {
	background: url(bg_contentAreaFoot_right.gif) top right no-repeat;
	margin-left: 3px;
	height: 3px;
	overflow: hidden;
}

.cfdebug { text-align: left; }