﻿
/*
 ***************************************************
 *  AUDI THEME
 ***************************************************
 */

    /*
     * HEADER IMAGE
     */
        div.mainBody
        {   
            background-image : url('/assets/web/theme/seat/images/header.jpg');
            }

	/*
	 * MENU BAR
	 */	
		div.menu.site ul.level0
		{
			background-image : url("/assets/web/images/siteMenu/nav_bg_Seat.jpg");
			}
			
            
    /*
     * PRIMARY TEXT COLOURS
     */
        #mainBodyContent h1,
        #mainBodyContent h2,
        #mainBodyContent h2 a,
        #mainBodyContent div.iconRelatedItems ul#iconRelatedLinksMenu li a span.title,
        div#mainBodyContent p.transferNotice strong.highlight.name,
        div#mainBodyContent p.transferNotice strong.highlight
        {
            color : #cb0101;
            }
            
     /*
      * GENERAL THEME COLOURS
      */
        /* TEXT ELEMENTS */
        .themeColour,
        #mainBodyContent .themeColour,
        #mainBodyContent div.displayStackMenuContainer div.displayStackMenuButton h2 a.themeColour,
        #mainBodyContent div.displayStackMenuContainer div.displayStackMenuButton h2 a.themeColour:hover,
        #mainBodyContent div.vehicleViewPanel div.displayStackMenuContainer div.displayStackMenuButton h2 a.themeColour,
        #mainBodyContent div.vehicleViewPanel div.displayStackMenuContainer div.displayStackMenuButton h2 a.themeColour:hover,
        #TB_window .themeColour
        {
            color : #cb0101;
            }
            
        /* BACKGROUND COLOUR */
        .themeBackgroundColour,
        #mainBodyContent .themeBackgroundColour,
        #mainBodyContent #locationPage .themeBackgroundColour,
        #mainBodyContent #vehicleImagesContainer .themeBackgroundColour,
        #mainBodyContent div.vehicleViewPanel div.dropShadowOuter div.priceContainer,
        #mainBodyContent div.results div.item div.dropShadowOuter.thumbnail div.dropShadowInner span.themeBackgroundColour,
		#mainBodyContent div.favourites div.item div.dropShadowOuter.thumbnail div.dropShadowInner span.themeBackgroundColour,
		#mainBodyContent div.vehicleViewPanel div#vehicleImagesContainer
        {
            background-color : #cb0101;
            }
      
        #mainBodyContent div.results div.item div.dropShadowOuter.thumbnail div.dropShadowInner span.themeBackgroundColour_resultsList
        {
            background-color : #000000;
            }

    /*
     * SEARCH PANEL COLOUR
     */
        div.related form.searchPanel 
        {
            background-image : url(/assets/web/images/panelElements/searchPanel/backgroundGradient_searchPanel_seat.jpg);
            background-color : #cb0101;
            }
            
    /*
     * DEALER PAGE - SITE SHOTS BACKGROUND COLOUR
     */
        #locationPage div.dropShadowInner
        {
            background-color : #cb0101;
            }

        #mainBodyContent div.panelItemsCollection div.openingTimesContainer h3
        {
            color : #cb0101;
            }
  
 
    
            

