/* CSS Additions for Swiss  JEEP Website */      

html, body {
  font-family: verdana, arial, helvetica, "Sans Serif";
  color: #333333;
}       

a:link, a:visited {
  color:#C60;
  text-decoration: none;
  outline: none;
}

/* Header Swiss Modifications */
#headerBkgd {
  background: url(/img/header_bkgd.gif) no-repeat;  
} 
#shade {
    filter: alpha(opacity=1);  
}
.flyout {   
    height: 255px;
    border-top: 2px solid #5B5849;
    border-right: 2px solid #5B5849;
    border-bottom: 2px solid #5B5849;
    color: #333;            
    background: url(/img/flyout_bkgd.jpg) no-repeat;    
}      
.flyout a, .flyout a:active, .flyout a:link, .flyout a:visited {      
    color:#C60 !important;
    text-decoration:none;
	font-weight:bold;
}

.flyout a:hover {
    color: #333 !important;
}

.flyoutCopy a, .flyoutCopy a:active, .flyoutCopy a:link, .flyoutCopy a:visited {      
    color:#C60;
    text-decoration:none;
	font-weight:bold;
}

.flyoutCopy a:hover {
    color: #333;
}

a.link:active, a.link:link, a.link:visited { 
	font-size: 11px;
	color: #C60; 
	text-decoration: none; 
	font-weight:bold;
	display: block;
}
a.link:focus, a.link:hover {
	color: #C60;     
	font-size:11px; 
	text-decoration:none;
} 

a.link_text:active, a.link_text:link, a.link_text:visited {
	color: #C60; 
	text-decoration: none;
}
a.link_text:focus, a.link_text:hover {
	color: #C60;  
}

a.pdf:active, a.pdf:link, a.pdf:visited { 
	font-size: 11px;
	color: #C60; 
	text-decoration: none; 
	font-weight:bold;
	display: block;
}
a.pdf:focus, a.pdf:hover {
	color: #C60; 
	text-decoration:none;
} 

.ul{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.li{
	list-style: none;
	margin-left: -23px;
	list-style-image: url(../img/li.gif);
}

/* Vehicle HomePage */
.copy {
  position: relative;
  width: 605px; 
  height:8px;    
  padding: 0;
  display: block;
  float: right;
  overflow: hidden;     
  background: url(/img/main_img_bottom.gif) repeat-x;
}
#news_story_holder {
  position: relative;
  background: #cbc4a4;
  width: 573px;
  margin: 0 0 0 0;
  padding: 10px 14px 14px 18px;
  float: right;
  overflow: hidden;
}

.td_title{
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: bold;
	/*
	background-color: #CBC4A4;
	border-bottom: 1px solid #CBC4A4;
	*/
	background-color: transparent;
	border-style: none;
}
.td{
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.title{
	font-family: Verdana;
	font-size: 11px;
	padding-left: 1px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #333;  
}

.text{
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	vertical-align: top;
}
.intro{
	font-weight: bold;
}
.bold{
	font-weight: bold;
	color: #A18B67;
	}

#models_sep {
	  border-top: 1px solid #e6debc;
	} 

	
#footerLegal{
	position: relative;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #756F5E;
	text-align: center;
}


.sitemap_row_title{
	background-color: #CBC4A4;
	color: #333;
}

.sitemap_row_items a, a:visited, a:link {
color: #c60;
text-decoration: none;
}
.sitemap_row_items a:hover {
text-decoration: underline;
}

.sitemap_row_items_subnav a, a:visited, a:link {
	color: #c60;
	text-decoration: none;
}
.sitemap_row_items_subnav a:hover {
	text-decoration: underline;
}

.blueLink a, .blueLink a:visited {  
  color: #c60;
  font-weight: bold;
  text-decoration: none;
  display: inline;
}

.blueLink a:hover {
  color: #333;
}

.menu_arrow {
  font-size: 10px;
	padding: 0 10px 0 0;
	background: url(/img/extra_arrow2_up.gif) no-repeat right center;
	/* -background-position: right 3px; */
}

.menu_arrow2 {
  font-size: 10px;
	padding: 0 10px 0 0;
	background: url(/img/extra_arrow2_up.gif) no-repeat right center;
	/* -background-position: right 3px; */
}

h2 {
  color: #333;
  font-size: 12px;
  margin:  0; 
  padding: 0;;
  display: inline;
}

h3 {
  color: #333;
  font-size: 12px;
  margin:  0; 
  padding: 0;
  display: inline;
}

.back {
	line-height: 20px;
}

/* for productoverview in main jeepsite */
.jeepmain {
	background-color:#cbc4a4 !important;
}