/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important;
	margin:0;
	padding:0;
	height:30px;
	border-bottom:1px solid #C7E1EF;
	width:697px;
}
/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}
/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #C4D8F2;	
	border-bottom:0px;
	height:18px;
	background-color:#FFF;
	background-image:url(tabs_bg_01.gif);
	color:#20619E;
	margin-right:4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
	font-weight:bold;
	
}
ul.css-tabs a:hover {
	color:#FFF;
}
/* selected tab */
ul.css-tabs a.current {
	background:url(tab_bg_02.gif) no-repeat;
	/*border-bottom:1px solid #FFF;	*/
	color:#FFF;	
	cursor:pointer;
	font-weight:bold;
}
/* tab pane */
div.css-panes {
	width:697px;
	
}
div.css-panes div {
	display:none;
	border:1px solid #C4D8F2;
	border-width:0 1px 1px 1px;
	padding:10px 12px;
	background-color:#FFF;
	margin-bottom:4px;
}
div.css-panes dl,dt,dd{margin:0;padding:0;text-indent:0;}
div.css-panes dl{background-position:left top;background-repeat:no-repeat;padding-left:162px;width:505px;}
div.css-panes dt{font-size:14px;font-weight:bold;color:#20619E;margin-bottom:6px;}
.highlightBlue {
	color: #4479BA;
	font-weight: bold;
}
.highlightPrice {
color:#CA2E00;
font-size:16px;
font-weight:bold;
}
