/*============================================================================
 * Navigation Style Sheet
 *============================================================================*/
 
/*----------------------------------------------------------------------------
 * Product Nav Styles
 *----------------------------------------------------------------------------*/

/*
 * Appearance of container.
 */
#divNav {
    width: 156px;
}

/*
 * Menu section appearance.
 */
div.menu-section {
    padding-left: 8px;
    padding-right: 8px;
}

/*
 * Menu section body appearance.
 */
div.menu-section div.menu-section-body {
    border-bottom: 1px solid #5F9AE2;
    padding-bottom: 4px;
}

/*
 * Appearance of section header.
 */
div.menu-section div.menu-section-body div.menu-section-title {
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px;
    color: #00148f;
}

/*
 * Do not underline links
 */
div.menu-section a {
    text-decoration: none;
}

/*
 * Appearance of menu list.
*/
div.menu-section div.menu-section-body ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; 
} 

/*
 * Appearance of menu list item.
 */
div.menu-section div.menu-section-body ul li {
    padding: 0px 0px 2px 8px;
    background-image: url(/vp/images/nns/common/bullets/bullet_list_big.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

/*
 * Appearance of menu list item link.
 */
div.menu-section  div.menu-section-body ul li a {
    color: #00148f;
}

div.menu-section  div.menu-section-body ul li a:hover {
    color: #000033;
    text-decoration: underline;
}

/*
 * Call out text
 */
.NavCallOutText
{
	color: #55A51C;	
	font-weight: bold;
}


/*----------------------------------------------------------------------------
 * Styles for Current Menu Section
 *----------------------------------------------------------------------------*/

/*
 * Changes to menu-section when it is current.
 */
div.current {
    background-color: #c2d4f8;
    padding: 0px;
    border-left: 1px solid #3b78e7;
    border-top: 1px solid #3b78e7;
    border-bottom: 1px solid #3b78e7;
}

/*
 * Changes to menu-section-body when it is current.
 */
div.current div.menu-section-body {
    border-bottom: none;
    background-color: #c2d4f8;
}

/*
 * Changes to menu section header.
 */
div.current div.menu-section-body h4 {
    padding-left: 10px;
}

/*
 * Changes to list item.
 */
div.current div.menu-section-body ul li {
    padding: 0px 0px 2px 18px;
    background-position: 10px 7px;
}

/*
 * Appearance of menu list item.
 */
div.current div.menu-section-body ul li.current {
    background-color: white;
}

/*----------------------------------------------------------------------------
 * E-mail Signup Styles
 *----------------------------------------------------------------------------*/

/*
 * Main layout of the control.
 */
#divExclusiveOffers{
    margin : 12px 0px 8px 8px;
}


#divExclusiveOffers div.offer-layout {
    width: 139px;
}

/*
 * Alignment of textbox.
 */
#divExclusiveOffers div.email-input {
    text-align: center;
}

/*
 * Styling of text input field.
 */
#divExclusiveOffers div.email-input #txtEmailSignup {
    font-size: 12px;
    width: 128px;
    margin-bottom:3px;
}


/*
 * Styling of text 
 */
#divExclusiveOffers div.email-offer {
    color: #2E2f91;
    width : 139px;
    margin:3px 0px;
}

#divExclusiveOffers div.email-offer div.sub-heading {
    font-size: 13px;
    font-weight: bold;
    color: #2E2f91;
    
}

#divExclusiveOffers div.email-offer div.body-text {
    font-size: 10px;
    color: #2E2f91;
    padding:3px 0px;
}


/*
 * Styling of signup button.
 */
#divExclusiveOffers div.email-signup {
    text-align: right;
}



