﻿

    /*
     *************************************
     FRANCHISE HOME PAGE - PRINT STYLE SHEET
     *************************************
     */
    
    #mainBodyContent  div#rangeImageContainer div.dropShadowInner
    {
        position        : relative;
        padding         : 0px;
        border-width    : 0px;
        }
         
    #mainBodyContent  div#rangeImageContainer div.dropShadowInner img
    {
        margin : 0px;
        }
    
    #mainBodyContent  div#rangeImageContainer div.dropShadowInner img.loadingGraphic
    {
        display : none;
        }
        
        #mainBodyContent  div#rangeImageContainer div.dropShadowInner div.linksContainer
        {
            display : none;
            }
            
            #mainBodyContent div.dropShadowInner h2.subTitle
            {
                width               : auto;
                border-bottom-width : 0px;
                }
            
            #mainBodyContent div.dropShadowInner div.listLocations div.rowContainer
            {
                position            : static;
                width               : 100%;
                border-bottom-width : 0px;
                }
                
                #mainBodyContent div.dropShadowInner div.listLocations div.itemLocation
                {
                    float               : none;
                    clear               : both;
                    width               : 100%;
	                background-image    : none;
	                border-bottom       : 1px solid #777777;
	                padding-bottom      : 5px;
	                padding-top         : 15px;
                    }
                     
                #mainBodyContent div.dropShadowInner div.listLocations div.fullWidth
                {
                    width : 100%;
                    }
                    
                    #mainBodyContent div.dropShadowInner div.listLocations div.itemLocation div.innerContainer
                    {
                        background-image    : none;
                        }
                        
                        #mainBodyContent div.dropShadowInner div.listLocations div.dropShadowOuter
                        {
                            display     : none;
                            float       : none;
                            margin-left : 0px;
                            }
                        
                        #mainBodyContent div.dropShadowInner div.listLocations div.oddItem div.innerContainer,
                        #mainBodyContent div.dropShadowInner div.listLocations div.evenItem div.innerContainer
                        {
                            width   : auto;
                            padding : 0px;
                            margin  : 0px;
                            }
                            
                        #mainBodyContent div.dropShadowInner div.listLocations div.itemLocation h3
                        {
                            padding-left    : 0px;
                            }
                                
                        #mainBodyContent div.dropShadowInner div.listLocations div.itemLocation div.detailsContainer
                        {
                            float : none;
                            clear : none;
                            }
                            
                            #mainBodyContent div.dropShadowInner div.listLocations div.itemLocation address
                            {
                                width   : 100%;
                                position : relative;
                                padding     : 0px;
                                }
                                
                            #mainBodyContent div.dropShadowInner div.listLocations div.itemLocation dl
                            {
                                width   : 100%;
                                margin  : 0px;
                                padding : 8px 0px 0px 0px;
                                display : block;
                                }
                    	
                                #mainBodyContent div.dropShadowInner div.listLocations div.itemLocation dt
                                {
                                    width   : 100%;
                                    float   : none;
                                    width   : auto;
                                    }
                                
                                #mainBodyContent div.dropShadowInner div.listLocations div.itemLocation dd
                                {
                                    width   : 100%;
                                    margin-left     : 0px;
                                    padding-bottom  : 8px;
                                    }
                        
                        #mainBodyContent div.dropShadowInner div.listLocations div.itemLocation a.iconButton
                        {
                            display : none;
                            }
