/**
 * @fileOverview    Universal CSS file which contains global styles for: (page credits) / (breed slector).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Copyright (C) Discovery.com 2011. All Rights Reserved.
 * @name            sabrina ngai
 */


#page-credits {
        clear: both;
        width: auto;
        padding: 15px;
        font-size: 90%;
        line-height: 120%;
		color: #bdd0a1;
		background: transparent url('/en-us/apl/breedselector/breed-selector/images/modules/footer.jpg') no-repeat;
}

#page-credits a { color: #84958a; }
        
#page-credits  a:focus, 
#page-credits  a:hover  { color: #bdd0a1; }


/**
 * @description     CLASSES / IDS for TOPHAT (link columns) definitions
 */
#page-credits section {
        float: left;
        width: 137px;
        height: 205px;
        margin-bottom: 15px;
        padding: 0 10px 2px 10px;
        border-right: 1px dotted #405756;
}

#page-credits section.last { border-right: none; }

#page-credits section p.stack { margin-top: 20px; }

#page-credits ul {
        list-style-type: none;
        width: 143px;
}

#page-credits .networks {
        width: 289px;
        padding: 0 10px 2px 10px;
}

#page-credits .networks ul {
        float: left;
        width: 139px;
}

#page-credits .networks ul.left-list { 
        width: 130px;
        padding-right: 20px;
}

#page-credits .customer { width: 125px; }

#page-credits .customer ul { width: 125px; }

#page-credits .corporate {
        width: 166px;
        padding: 0 0 2px 10px;
        border-right: none;
}

#page-credits .corporate ul { float: left; }

#page-credits p {
        padding-bottom: 2px;
        text-transform: uppercase;
        font-weight: bold;
}


/**
 * @description     CLASSES / IDS for TOPHAT (footer text) definitions
 */
#page-credits .footer-copy {
        width: 998px;
        margin: 0 auto;
        font-size: 90%;
        text-align: center;
        clear: both;
		text-transform: none;
		color: #193441;
}