/**
 * @fileOverview    Universal CSS file which contains global styles for: (legacy tophat) / (tlc).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Wed, 30 Jan 2008 23:39:17 EST.
 *                  Copyright (C) Discovery.com 2010. All Rights Reserved.
 * @name            dave hogge, sabrina ngai, owais malik
 */


/**
 * @description     IDS / XHTML TAGS for ECOMMERCE (ecommerce ad spots) definitions
 */
#top-advertising { text-align: center; }

#top-advertising #ad-leaderboard { padding: 3px 0; }

#tophat-network-block #tophat-ecommerce-tile {
        float: right;
        padding: 10px 7px 0 0;
}

#tophatAd { 
		width: 990px; 
		padding: 3px 0;
		margin: 0 auto;
}

 
/**
 * @description     IDS / XHTML TAGS for TOPHAT (990 width) definitions
 */
.topHatContainer {
        width: 988px;
	    background-color: #FFF;
	    border: 1px solid #BCBCBC;
	    padding-bottom: 7px;
	    font: 12px arial;
}
  
.main, 
.column, 
.unit, 
.unitLeft, 
.left { float: left; }


/**
 * @description     IDS / XHTML TAGS for TOPHAT (LOGO) definitions
 */
#topHatLogo {
	    background-image: url("/images/tophat/flexible/tlc-sprite.png");
	    background-position: 0 -1028px;
	    display: block;
	    height: 56px;
	    margin: 11px 15px 13px;
        width: 117px;
}


/**
 * @description     IDS / XHTML TAGS for TOPHAT (SEARCH / NAVIGATION CONTAINER) definitions
 */  
.topHatContent {
	    margin-top: 16px;
	    width: 686px;
        height: 64px;
}
  
.topHatContentTop {
	    line-height: 18px;
	    margin-bottom: 16px;
}
	
.columnRight, 
.unitLast {
	    display: table-cell;
	    float: none;
	    width: auto;
}
    
#spriteDiscoverySignage  {
	    background-image: url("/images/tophat/flexible/tlc-sprite.png");
	    background-position: 0 -1340px;
	    height: 20px;
	    width: 224px;
}
  
.topHatLabelSearch { margin: 0 5px 0 33px; }
  
.topHatSearchBar {
	    background: url("/images/tophat/flexible/tlc-sprite.png") no-repeat scroll 0 -1312px transparent;
	    height: 19px;
	    margin-right: 5px;
	    width: 285px;
}

.topHatSearchBar input {
	    border: 0 none;
	    margin: 3px;
	    width: 270px;
}
  
.font8 { font-size: 10px; }
  
.colorText5 { color: #999; }
 

/**
 * @description     IDS / XHTML TAGS for TOPHAT (ECOMM MODULE) definitions
 */   
.ecomm-unit {
	    border-left: 1px solid #BCBCBC;
	    display: block;
	    height: 65px;
        margin-top: 9px;
        padding: 1px 0 0 8px;
	    overflow: hidden;
	    width: 138px;
	    text-indent: -10000px; 
}
 
#topHatNewsLetter,
#topHatStore  {
	    display: block;
	    overflow: hidden;
	    text-indent: -10000px;
	    width: 138px;
	    height: 32px;
}

#topHatStore { background: #FFF url("/images/tophat/ecommerce-tile.png") no-repeat 0 0; }

#topHatNewsLetter { background: #FFF url("/images/tophat/ecommerce-tile.png") no-repeat 0 -32px; }


/**
 * @description     IDS / XHTML TAGS for TOPHAT (NAVIGATION CONTAINER) definitions
 */  
.topHatNavigation a,
.topHatNavigation a:visited {
	    color: #5A5959;
	    font-size: 12px;
        text-decoration: none;
}

.topHatNavigationListLeft dd a:focus,
.topHatNavigationListLeft dd a:active,
.topHatNavigationListLeft dd a:hover {
       color: #660000;
       text-decoration: none; 
}
  
.paddingHorizontal4 {
        padding-left: 2px;
        padding-right: 2px;
}
  
  
/**
 * @description     IDS / XHTML TAGS for TOPHAT (NAVIGATION CONTAINER A) definitions
 */  
.topHatNavigationListLeft { 
        float: left; 
        display: block;
        width: 370px;
        padding-top: 2px;
}
 
.topHatNavigationListLeft dd.shows,
.topHatNavigationListLeft dd.tv-schedules,
.topHatNavigationListLeft dd.video,
.topHatNavigationListLeft dd.social,
.topHatNavigationListLeft dd.games,
.topHatNavigationListLeft dd.finance {
        height: 11px;
        padding: 0 7px 0 5px;
        border-right: 1px solid #595959;
}

.topHatNavigationListLeft dd.shows { padding: 0 4px 0 0; }

.topHatNavigationListLeft dd.shows ul { z-index: 11001; }

.topHatNavigationListLeft dd.tv-schedules { padding: 0 4px 0 5px; }

.topHatNavigationListLeft dd.tv-schedules ul { z-index: 11002; }

.topHatNavigationListLeft dd.video { padding: 0 4px 0 5px; }

.topHatNavigationListLeft dd.video ul { z-index: 11003; }

.topHatNavigationListLeft dd.social { padding: 0 4px 0 5px; }

.topHatNavigationListLeft dd.social ul { z-index: 11004; }

.topHatNavigationListLeft dd.games { padding: 0 4px 0 5px; }

.topHatNavigationListLeft dd.games ul { z-index: 11005; }
  
.topHatNavigationListLeft dd.finance {
        border-right: none;
        padding-right: 0;
}

.topHatNavigationListLeft dd.shows span,
.topHatNavigationListLeft dd.tv-schedules span,
.topHatNavigationListLeft dd.video span,
.topHatNavigationListLeft dd.social span,
.topHatNavigationListLeft dd.games span {
        background: url("/images/tophat/flexible/tlc-tophat-small-arrow.gif") no-repeat 100% 4px;
        padding-right: 8px;
}

.topHatNavigationListLeft dd {
	    cursor: pointer;
	    float: left;
	    position: relative;
	    margin: 0;
        z-index: 11000;
}

.topHatNavigationListLeft dd a {
        text-decoration: none;
        font-weight: bold;
        width: 100%;
        position: relative;
        bottom: 2px;
}

.topHatNavigationListLeft dd span { display: block; }

.topHatNavigationListLeft dd ul {
	    border: 1px solid #CCC;
	    display: none;
	    height: auto;
	    list-style-type: none;
        margin-top: -2px;
}

.topHatNavigationListLeft dd:hover ul {
        position: absolute;
	    background-color: #FFF;
	    display: block;
        padding: 0;
        width: 191px;
}

.topHatNavigationListLeft dd li a {
	    background: none repeat scroll 0 0 #FFF;
	    color: #666;
	    display: block;
	    height: auto;
	    padding: 5px;
	    text-align: left;
	    text-decoration: none;
        font-weight: normal;
        vertical-align: top;
        width: 181px;
        bottom: 0px;
}

.topHatNavigationListLeft dd li a:hover {
        background: none repeat scroll 0 0 #999;
        color: #FFF;
        display: block;
        height: auto;
        width: 181px;
}


/**
 * @description     IDS / XHTML TAGS for TOPHAT (NAVIGATION CONTAINER B) definitions
 */
.topHatNavigationListRight {
        float: right;
        padding: 2px 14px 0 0;
        font-weight: bold;
}

.topHatNavigationListRight dd.cooking,
.topHatNavigationListRight dd.family,
.topHatNavigationListRight dd.tlc-home,
.topHatNavigationListRight dd.tlc-style,
.topHatNavigationListRight dd.weddings {
        float: left;
        height: 11px;
        padding: 0 6px 0 6px;
        border-right: 1px solid #595959;
}

.topHatNavigationListRight dd.cooking { padding-left: 0; }

.topHatNavigationListRight dd.weddings {
        padding-right: 0; 
        border-right: none;
}

.topHatNavigationListRight dd a {
        position: relative;
        bottom: 2px;
}

.topHatNavigationListRight dd a:hover {
       color: #660000;
       text-decoration: none; 
}

.topHatNavigationListRight dd span { display: block; }
