﻿.active_tab 
{
    border-bottom : solid 2px #4F81BD;
    border-left : solid 2px #4F81BD;
    border-top : solid 2px #4F81BD;
    border-right : solid 2px #4F81BD;
    background-color : #4F81BD;
    padding : 5px;
    text-align : center;

}

.active_tab_link
{
    color : #FFFFFF;
    font-family : Arial;
    font-size : 12px;
    text-decoration : none;
}

.category_link 
{
    color : #000000;
    font-family : Arial;
    font-size : 12px;
    text-decoration : underline;
}

.category_description_cell
{
    color : #000000;
    font-family : Arial;
    font-size : 11px;
}


/* Schedule Service Drop Down Menu */

    #dropDownMenuItems {
        position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        background: #EAEBD8;
        border-left: solid 1px #D33721;
        border-bottom : solid 1px #D33721;
        border-right : solid 1px #D33721;
        width : 117px;
    }
    
    #dropDownMenuItems a {
        color : #565656;
        display : block;
        font-family: geneva, arial;
        font-size: 7pt;
        line-height: 1.5em;
        margin : 0;
	    padding : 5px;
	    text-align: left;
	    text-decoration: none;
	    background: White;
    }
    
    #dropDownMenuItems a:hover {
        background-color : #F5F5F5;
	}

/* END - Schedule Service Drop Down Menu */

.footer_link
{
    /*
    color : Black;
    font-family : Arial;
    font-size : 9px;
    padding-left : 10px;
    */
    color: #666666;
    font-family: geneva, arial;
    font-size: 7pt;
    line-height: 1.5em;
    text-decoration : none;
}

.footer_link:hover
{
    text-decoration : underline;
}

.footer_link:hover
{
    text-decoration : underline;
}

.footer_link_second_row
{
    color : #B8BEBA;
    font-family : Arial;
    font-size : 10px;
    text-decoration : none;
}

.header_link
{
    /*
    color : #C1C1C1;
    font-family : Arial;
    font-size : 11px;
    text-decoration : none;
    text-transform : capitalize;
    */
    color: #BDBDBD;
    font-family: geneva, arial;
    font-size : 8pt;
    line-height: 1.5em;
    text-decoration : none;
}

.header_link:hover
{
    text-decoration : underline;
}

.inactive_tab
{
    background-color : White;
    border-bottom : solid 1px #4F81BD;
    border-left : solid 1px #4F81BD;
    border-top : solid 1px #4F81BD;
    border-right : solid 1px #4F81BD;
    padding : 5px;
    text-align : center;
}

.inactive_tab_link
{
    color : #000000;
    font-family : Arial;
    font-size : 12px;
    text-decoration : none;
}

.product_name
{
    font-family : Arial;
    font-size : 16px;
    font-weight : bold;
}

.tab_separator 
{
    border-bottom : solid 1px #4F81BD;
}

/* Style for the product description tabs. */

.tab_link_first 
{
    color : #BEBCBD;
    font-family : Arial;
    font-size : 9px;
    font-weight : bold;
    text-decoration : none;
    vertical-align : top;
    padding-left : 16px;
    padding-right : 10px;
}

.tab_link 
{
    color : #BEBCBD;
    font-family : Arial;
    font-size : 9px;
    font-weight : bold;
    text-decoration : none;
    vertical-align : top;
    padding-left : 10px;
    padding-right : 10px;
}

.tab_link_2
{
    color : #BEBCBD;
    font-family : Arial;
    font-size : 9px;
    font-weight : bold;
    text-decoration : none;
}

.tab_link_cell
{
    padding-left : 10px;
    padding-right : 10px;
    text-align : center;
    vertical-align : top;
}

.tab_link_pipe_separator 
{
    color : #BEBCBD;
    font-family : Arial;
    font-size : 9px;
    font-weight : bold;    
    text-align : center;
    vertical-align : top;
    width : 5px;
}

.tab_content 
{
    background-repeat : no-repeat;
    display : none;
    width : 633px;
    height : 380px; /* 395px */
    margin : 0px 0px 0px 0px;
    padding : 0px 0px 0px 0px;
}