/*********************************************************** 
    Base HTML Elements  
 ************************************************************/
body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
}

td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a
{
    color: #187FDF;
    text-decoration: none;
}

li
{
    list-style-position: outside;
    list-style-type: square;
    margin-left: -24px;
}

a:hover
{
    color: #4B6C8C;
    text-decoration: none;
}

li.DMCA
{
    list-style-type: decimal;
}

li.careers
{
    list-style-type: circle;
}


ul.productDetails, li.productDetails
{
    margin-top: -10px;
    list-style-type: square;
    margin-left: 18px;
    font-size: 11px;
}

ul.productDetailsPlain
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
}

li.productDetailsPlain
{
    margin-bottom: 4px;
    line-height: 13px;
}

.head3
{
    font-size: 14px;
    font-weight: bold;
}

.promoBoxTitle2
{
    font-size: 18px;
    font-weight: bold;
}

.promoBoxTitle
{
    font-size: 12px;
    font-weight: bold;
}

.promoBox
{
    font-size: 11px;
}

.fontSizeLarge
{
    font-size: 18px;
}

.fontSizeVeryLarge
{
    font-size: 25px;
}

.fontSizeVerySmall
{
    font-size: 9px;
}

.fontSizeSmall
{
    font-size: 10px;
}

.pageTitle
{
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    margin-bottom: -8px;
}

.pageTitle2
{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin-bottom: -8px;
}

.contentAreaPadding
{
    margin: 4px 17px 15px 17px;
}

.contentAreaPaddingNoSidebar
{
    margin: 4px 0px 15px 28px;
}


/*********************************************************** 
    Photograph Tags 
 ************************************************************/

.photoAlignRight
{
    float: right;
    margin: 0px 0px 2px 10px;
}
.photoAlignLeft
{
    float: right;
    margin: 0px 10px 2px 0px;
}



/*********************************************************** 
    Form Elements  
 ************************************************************/

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid #929090;
}
.textField
{
    height: 13px;
}

form
{
    margin: 0px;
}


/*********************************************************** 
    Header/Footer Styles  
 ************************************************************/

.headerFooterLink, a.headerFooterLink, .headerFooterLink:link, .headerFooterLink:active, .headerFooterLink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666363;
    text-decoration: none;
}
.headerFooterLink:hover
{
    color: #ADB6B6;
}

.topHeaderBkgd
{
    background-image: url(images/header_02.gif);
}

.topNavBkgd
{
    background-image: url(images/nav_bg.gif);
    border-bottom: 1px solid #929090;
}

/*********************************************************** 
    Menu Styles  
 ************************************************************/

.sectionTitleBkgdLeft
{
    background-image: url(images/left_blue_bg.gif);
}

.sectionTitleBkgdRight
{
    background-color: #001621;
}

/* Menu Navigation */

#Navigation table
{
    width: 118px;
}

#Navigation td
{
    border-bottom: 1px dotted #CECECE;
    padding: 4px 0px 4px 0px;
    font-size: 11px;
}
.menuLink, a.menuLink, .menuLink:link, .menuLink:active
{
    color: #4B6C8C;
    text-decoration: none;
}
.menuLink:visited
{
    color: #4B6C8C;
    text-decoration: none;
}
.menuLink:hover
{
    color: #000000;
}
.menuLinkSelect
{
    color: #187FDF;
    font-weight: bold;
}

.menuSubLink, a.menuSubLink, .menuSubLink:link, .menuSubLink:active
{
    color: #808080;
    text-decoration: none;
    padding-left: 15px;
    font-size: x-small;
}
.menuSubLink:visited
{
    color: #808080;
    text-decoration: none;
}
.menuSubLink:hover
{
    color: #000000;
}
.menuSubLinkSelect
{
    color: #000000;
    font-size: x-small;
    padding-left: 15px;
}

/*********************************************************** 
    A- Style Tables  
 ************************************************************/

.tableATopRowLeft
{
    background-image: url(images/table_head_left.gif);
    border-bottom: 1px solid #929090;
    background-repeat: no-repeat;
}

.tableATopRowCenter
{
	background-image: url(images/table_head_bg.gif);
	border-bottom: 1px solid #929090;
	padding: 8px 0px 6px 0px;
	color: #4B6C8C;
	text-decoration: none;
	padding-left: 15px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.tableATopRowRight
{
    background-image: url(images/table_head_right.gif);
    border-bottom: 1px solid #929090;
    background-repeat: no-repeat;
}

.tableAMiddleRowLeft
{
    border-left: 1px solid #929090;
}

.tableAMiddleRowCenter
{
    padding: 8px 0px 8px 0px;
}

.tableAMiddleRowRight
{
    border-right: 1px solid #929090;
}

.tableABottomRowLeft
{
}

.tableABottomRowCenter
{
	border-bottom: 1px solid #929090;
}

.tableABottomRowRight
{
}


/*********************************************************** 
    Misc. Elements  
 ************************************************************/

.DataTable
{
    border: 1px solid #00579e;
    text-align: left;
}

.TableHeader
{
    background-color: #00579e;
    color: #ffffff;
    font-weight: bold;
}

.TableShaded
{
    background-color: #ebf0f4;
}

.TableShaded2
{
    background-color: #dbe4eb;
}

.SmallText
{
    font-size: 9px;
    font-family: Verdana;
}

.SmallText2
{
    font-size: 10px;
    font-family: Verdana;
}

.SitemapTD
{
    background-color: #005496;
    line-height: 20px;
    font-family: arial, tahoma, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: Bold;
}

.PicBorder
{
    border: solid 3px #545454;
}
.SSLMainText
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    padding: 0px 0px 10px 0px;
}

.smallred
{
    font-size: 9px;
    font-family: Verdana;
    font-weight: Bold;
    color: #ff0000;
}

/*********************************************************** 
    Banners  
 ************************************************************/

.twins
{
    padding: 0px;
    width: 115px;
    height: 288px;
    border: 0px;
    
}
 
 
.ThirdPartyImage 
{
	margin: 8px;
}   