.tabbed_area {
	width: 218px;
	float: left;
}

ul.tabs {
	margin:0px;
	padding:0px;
	clear: right;
	float: left;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
/*ul.tabs li a {
	background-color:#464c54;
	color:#ffebb5;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54;
	background-image:url(images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
*/
.QuoteContent {
	background: #842184;
	clear: left;
	float: left;
	color:#FFFFFF;
	text-align: left;
	padding: 10px 5px 0px 15px;
	width: 198px;
}

/*.QuoteContent input, textarea, select {
	font:normal 13px/150% Arial, Helvetica, Sans-serif;
	color:#000000;
	text-align:left;
}
*/
.QuoteContentBottom {
	background:url(../graphics/tabQuote-bottom.gif) no-repeat left bottom;
	clear: left;
	float: left;
	width: 218px;
	text-align: left;
	height: 19px;
}
#tabWrap {
	margin: 0;
	padding: 0;
	height: 60px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#tabWrap li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#tabWrap a {
	float: left;
	margin: 0;
	padding: 60px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:60px; /* for IE5/Win only */
}
#tabWrap li a:hover {
	background-position: 0 -60px;
}
#tabWrap li a.active {
	background-position: 0 -120px;
}
#tabCar a {
	width: 109px;
	background: url(../graphics/tabCar.jpg) no-repeat left 0px;
}
#tabCampa a {
	width: 109px;
	background: url(../graphics/tabCampa.jpg) no-repeat left 0px;
}
