/**********************************************************/
/* Globals */
/**********************************************************/
body {
    color: #2e2e2e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #3e3e3e;
}

h2 {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

/**********************************************************/
/* Links */
/**********************************************************/
a {
    color: #b33037;
    text-decoration: underline;
}

a:visited {
    color: #8C8C8C;
}

a.external {
    background: url("../../images/system/external-link-red.gif") no-repeat scroll right 1px transparent;
    padding-right: 18px;
}

a:visited.external {
    background: url("../../images/system/external-link-grey.gif") no-repeat scroll right 1px transparent;
}

ul.mainNavigation li a,
ul#lvl2Navigation li a,
ul#callToActionLinks li a,
#footerLinksContainer a,
.copyright a {
    color: #2e2e2e;
    text-decoration: none;
}

.copyright a:visited {
    color: #2e2e2e;
}

/**********************************************************/
/* Table */
/**********************************************************/


td{
vertical-align:top;
}



/**********************************************************/
/* Header */
/**********************************************************/
#dealerLogo {
    width: 340px;
    height: 70px;
    margin-top:15px;
    cursor:pointer;
    overflow: hidden;
}

#chevroletLogo {
    float: right;
    margin-top: 19px;
    margin-right: 25px;
}

#logosContainer {
    overflow: hidden;
    height: 52px;
    width: 415px;
    margin-left:20px;
    margin-top:19px;
}

#logosContainer div {
    float: right;
    height: 52px;
    overflow: hidden;
    margin-right: 20px;
}

.mainNavigationContainer {
    margin-top: 10px;
    height: 30px;
    overflow: hidden;
    position: relative;
}

.template_b .mainNavigationContainer,
.template_a2 .mainNavigationContainer {
    margin-bottom: 68px;
}

/**********************************************************/
/* Content */
/**********************************************************/
div.contentContainer {
    margin-bottom: 40px;
}
.template_b .contentContainer {
    margin-bottom: 60px;
}
/**********************************************************/
/* Navigations */
/**********************************************************/
.subNavigation {
    width: 220px;
    min-height: 100px;
}

ul.mainNavigation {
    position: absolute;
    top: 0;
   right: 0px;
    height: 30px;
    width: 800px;
    background: #fff url("../../images/system/background-main-navigation-first-element.jpg") no-repeat 0 0;
    overflow: hidden;
}

ul.mainNavigation li {
    height: 30px;
    float: left;
    background: #fff url("../../images/system/background-main-navigation.jpg") repeat-x 0 0;
}

ul.mainNavigation li.first {
    background: #fff url("../../images/system/background-main-navigation-first-element.jpg") no-repeat 0 0;
    border-left: 0;
}

ul.mainNavigation li:hover,
ul.mainNavigation li.active {
    background-position: 0 -40px;
}

ul.mainNavigation li a {
    display: block;
    height: 30px;
    width: 157px;
    line-height: 2.2em;
    padding: 0 20px;
    font-size: 1.17em;
    text-align: center;
    text-transform: uppercase;
    background: transparent url("../../images/system/spacer-main-navigation.png") no-repeat right top;
}

ul.mainNavigation li:hover a,
ul.mainNavigation li.active a {
    color: #fff;
}

ul.mainNavigation li.last a {
    background-position: right 30px;
}

ul#lvl2Navigation li a,
ul#callToActionLinks li a {
    line-height: 1.45em;
    display: inline-block;

}
ul#callToActionLinks li a {
    line-height:1.33em;
}
ul#lvl2Navigation li a {
    padding: 5px 8px 5px 16px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 11px;
}

ul#lvl2Navigation li.first a {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

ul#lvl2Navigation li.active a {
    border-bottom: 1px solid #e8ae05;
    background-color: #e8ae05;
    color: #fff;
}

ul#lvl2Navigation li.first.active a {
    border-top: 1px solid #e8ae05;
    border-bottom: 1px solid #e8ae05;
}

ul#lvl2Navigation li a:hover {
    text-decoration: underline;
}

/* Call to action */
ul#callToActionLinks {
   /* margin-bottom: 20px;*/
}

ul#callToActionLinks li a {
    padding: 5px 10px 5px;
    margin-bottom: 5px;
    display: block;
    background-color: #b33037;
    color: #fff;
    font-weight: bold;
}

ul#callToActionLinks li a.active {
    text-decoration: underline;
}

ul#callToActionLinks li a:hover {
    text-decoration: underline;
}

/**********************************************************/
/* Stages */
/**********************************************************/
#mainStage {
    width: 100%;
    /*height: 380px;*/
    overflow: hidden;
    margin-bottom: 20px;
    /*background-color: gray;*/
}

/**********************************************************/
/* Elements */
/**********************************************************/
.mainContent {
    line-height: 16px;
}

a.anchor {
    clear: both;
    line-height: 12px !important;
}

.mainContent p,
.mainContent img,
.mainContent h1,
.mainContent a.anchor,
.teaserContent p {
   /* margin-bottom: 20px; */
    display: block;
    color: #2e2e2e !important;
}
.teaserContent h2 {
    margin-top:-4px;
}
.mainContent h1 {
    margin-top:-2px;
    margin-bottom:18px;
}
.mainContent p {
    margin-bottom: 19px;
}
.template_b .mainContent h1 {
    margin-left:20px;
    width:740px;
}
.template_b .mainContent p {
    margin-left:20px;
    width:740px;
}
div#freeContainer {
    width: 940px;
}

/**********************************************************/
/* Footer */
/**********************************************************/
.footer {
    border-top: 1px solid #ddd;
}

#footerLinksContainer {
    padding: 20px 0 0 0;
    margin: 0 10px;
    overflow: hidden;
}

#footerLinksContainer .grid_12 {
    width: 680px;
}

#footerLinksContainer a:hover {
    text-decoration: underline;
}

#footerLinksContainer h3 {
    padding-bottom: 3px;
    color: #949494;
}

#footerLinksContainer div.column {
    float: left;
    width: 150px;
    padding: 0 10px 0;
}

#footerLinksContainer div.column.last {
    margin-right: 20px;
    width:200px;
}

#footerLinksContainer ul {
    margin-bottom: 20px;
}

#footerLinksContainer ul li {
    padding: 3px 0;
}

.footer.disclaimer {
    font-size: 9px;
    line-height: 10.8px;
    color: #7e7e7e;
    border-bottom: 0;
}

.copyright {
    padding: 10px 20px;
    font-size: 9px;
    width: 900px !important;
}

.copyright a:hover {
    text-decoration: underline;
}

.disclaimer {
    padding: 10px 20px;
    margin-bottom: 20px;
    width: 900px !important;
}

/**********************************************************/
/* Modules */
/**********************************************************/
.modulesContainer img {
    overflow: hidden;
   /* width: 460px !important;*/
  /*height: 200px !important;*/
}

.modulesContainer .module_1 {
    padding: 0 20px;
    border-bottom: 0;
    margin-bottom: 0;
}

/**/
.imageCopyBox {
    clear: both;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    overflow: hidden;
}

.imageCopyBox .imageContainer {
    float: left;
    width: 160px !important;
    height: 103px !important;
    margin: 0 20px 0 0;
    position: relative;
}
.imageCopyBox .imageModelu {
    float: left;
    width: 160px !important;
    height: 103px !important;
    margin: 0 0  0 30px;
    position: relative;
}

.imageCopyBox img {
    width: 160px !important;
  /*  height: 103px !important; */
    margin: 0;
}

.imageCopyBox .border {
    position: absolute;
    left: 0;
    top: 0;
    width: 158px !important;
    height: 101px !important;
    border: 1px solid #ddd;
}

.imageCopyBox a {
    line-height: 13px;
}

.imageCopyBox p {
    margin-bottom: 18px;
}

.imageCopyBox .textContent {
    width: 260px;
    float: left;
    margin: 0 0 20px 0;
}
.imageCopyBox .textModel {
    width:270px;
    float: left;
    margin: 0 0 20px 0;
}

.module {
    border-top: 1px solid #ddd;
    margin-bottom:15px;
margin-top:15px;
}

.module.first {
    border-top: 0;
    padding-top: 0;
}

/**********************************************************/
/* Teaser*/
/**********************************************************/

ul.teaser {
    margin-bottom: 20px;
}

ul.teaser li {
    height: 135px;
    margin-bottom: 10px;
}

ul.teaser li.last {
    margin-bottom: 0;
}

ul.teaser img {
    width: 220px !important;
    height: 135px !important;
}


