.shadetabs, .suttontabs,.shadenewtabs {
	width:606px;
	padding-top: 3px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 0;
	margin-top: 0px;
	padding-bottom: 7px;
	margin-bottom:0px;
	font-family: Trebuchet MS;
	list-style-type: none;
	float:left;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadebg {
	background-color:#000000;
	width:913px;
}
.shadebgnew {
		background-color:#000000;
	width:625px;
}
.shadetabs li, .suttontabs li,.shadenewtabs li {
	display: inline;
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 7px 30px 7px 30px;
	margin-right: 1px;
	/*border-right: 1px solid #000000;*/
	color: #ffffff;
	font-family: Trebuchet MS;
	background-color:#727272;/*background: #727272 url(/images/brand_landing_newincar_shadow.png) bottom left no-repeat;*/
}
.shadenewtabs li.cc
{
margin-left:20px;
float:left;
}
.shadenewtabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 7px 14px 7px 14px;
	margin-right: 1px;
	/*border-right: 1px solid #000000;*/
	color: #ffffff;
	font-family: Trebuchet MS;
	background-color:#727272;/*background: #727272 url(/images/brand_landing_newincar_shadow.png) bottom left no-repeat;*/
}
.suttontabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 11px 30px 8px 30px;
	margin-right: 0px;
	border-right: 1px solid #000000;
	color: #9FA0A4;
	background-color:#393E41;
	font-family: Trebuchet MS;
}
.shadetabs li a:visited, .suttontabs li a:visited,.shadenewtabs li a:visited {
/*color: #ffffff;*/
font-family: Trebuchet MS;
}
.shadetabs li a:hover, .suttontabs li a:hover,.shadenewtabs li a:hover {
	text-decoration: none;/*color: #101010;*/
}
.shadetabs li a.selected, .suttontabs li a.selected,.shadenewtabs li a.selected { /*selected main tab style */
	position: relative;
	top: 0px;
	color:#000000;
	font-family: Trebuchet MS;
}
.shadetabs li a.selected,.shadenewtabs li a.selected { /*selected main tab style */
	border-bottom: 3px solid #ffffff;
	background-color:#ffffff;
	color:#000000;
	font-family: Trebuchet MS;
}
.suttontabs li a.selected { /*selected main tab style */
	border-bottom: 3px solid #161616;
	background-color:#161616;
	color:#FDFDFD;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
	font-family: Trebuchet MS;
}
.shadetabs li a.selected:hover, .suttontabs li a.selected:hover,.shadenewtabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}






