﻿
body
{
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 10px;
    color: #000000;
    margin: 0px;
    padding: 0px; /*background-image: url('images/homeBG.gif');*/
    background-repeat: repeat-x;
    cursor: default;
}

.label
{
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    vertical-align: top;
}

.text
{
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 10px;
    color: #000000;
    vertical-align: top;
    display: block;
}

.text input
{
    font-family: Verdana;
    font-size: 10px;
    border: solid 1px #000000;
    width: 100%;
}

.error
{
    font-family: Verdana, Helvetica, Sans-Serif;
    color: Red;
    font-size: 10px;
}

/* Global.master page
   This page contains #hdr and #topnav */

#hdr
{
    width: 760px;
    height: 100px;
    display: block;
}

#hdr img
{
    display: block;
    height: 100px;
    width: 760px;
}

#topnav
{
    width: 100%;
    height: 22px;
    padding: 0px;
    margin: 0px;
}

#topnav a img
{
    display: none;
}

.topnav_menu
{
    background-image: url(images/menu_mid.gif);
    height: 22px;
}

.topnav_menu td
{
    text-align: center;
}

.topnav_hover a
{
    background-image: none;
    background-color: Transparent;
}

.topnav_hover
{
    background-image: url(images/menu_mid_over.gif);
}

.ftrnav_menu td
{
    text-align: center;
    padding-right: 2px;
    padding-left: 2px;
}

/* Product.master
   This pages contains 
   #suptopnav, #search, #breadcrumb
   #pagecontent, #prodnav, #template (content pages in this      div/container */
#subtopnav
{
    margin-bottom: 10px;
    line-height: 25px;
    height: 25px;
    text-align: left;
    font-size: 10px; /*color: #000000;*/ /*background-color: #3959A5;*/ /*background-color: #e0e0e0;*/
}

#subtopnav #search
{
    float: left;
    width: 130px;
    height: 30px;
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    display: block;
}

#subtopnav #search .textbox
{
    float: left;
    margin-right: 5px;
}

#subtopnav #breadcrumb
{
    float: right;
    width: 620px;
    line-height: 27px;
}

#subtopnav #breadcrumb a, #subtopnav #breadcrumb a:hover
{
    color: #5389DA;
}

#pagecontent
{
    text-align: left;
    height: 100%;
    background-color: #ffffff;
}

#pagecontent #productnav
{
    float: left;
    width: 135px;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 10px;
}

.prodnav_staticmenuitem a
{
    display: block;
}

#pagecontent #template
{
    float: right;
    width: 620px;
}

#pagecontent #template_withoutleftnav
{
    width: 760px;
}

/* ProductDetail.master
   This page contains #prodsummary, #title, #content
   asp:panel, # gallerycontainer, #centered wrapper, #dotteddivider, #gc_menu, #gc_context */
#productsummary
{
    width: 100%;
    font-size: 10px;
    float: right;
}

#productsummary #content
{
    color: #000000;
    font-size: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

/* this is for placeholder control */
#productsummary #content OBJECT
{
    font-size: 10px;
}

#productsummary .MainImg
{
    float: left;
    margin-right: 10px;
}

#productsummary #title
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #666666;
    font-size: 14px;
    font-family: Verdana, Arial, sans-serif;
}

/* this is for placeholder control */
#productsummary #title OBJECT
{
    font-weight: bold;
    color: #666666;
    font-size: 12px;
    background-color: #ffffff;
}

#dotteddivider
{
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

#dotteddivider img
{
    display: block;
    width: 145px;
    height: 1px;
    float: none;
}

#gallerycontainer
{
    width: 100%;
    float: right;
    margin-top: 10px;
}

#gallerycontainer #centeredwrapper
{
    width: 536px;
    margin-right: 42px;
}

/* tabbed menu container */
#gallerycontainer #gc_menu
{
    width: 100%;
}

#gallerycontainer #gc_content
{
    border-bottom: solid 1px #85a9c9;
    border-right: solid 1px #85a9c9;
    border-left: solid 1px #85a9c9;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ModelFeature specific */
li.featuretitle
{
    color: #666666;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 15px;
    font-weight: bold;
    list-style-type: none;
    list-style-position: outside;
    display: block;
}

li.featuretext
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    list-style-type: none;
    list-style-position: outside;
    display: block;
    padding-bottom: 5px;
}
/* end ModelFeature */

#bottomnavmenu
{
    width: 100%;
    float: right;
    text-align: center;
    padding-top: 25px;
}

.bottomnavcontainer
{
    background-color: #ffffff;
    width: 120px;
    font-size: 10px;
    margin: 2px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.bottomnavtitle
{
    background-color: #f3e783;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
}

.bottomnavitem
{
    background-color: #ffffff;
    list-style-position: outside;
    list-style-type: none;
    padding: 2px;
}

.bottomnavitem, .bottomnavitem a, .bottomnavitem label
{
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    font-size: 10px;
}

.bottomnavitem a:hover
{
    font-weight: normal;
    color: #666666;
    text-decoration: underline;
}

.editmodellist ul
{
    padding: 0px;
    margin: 0px;
}

.editmodellist li
{
    list-style-type: none;
    list-style-position: outside;
    margin: 2;
}

.editmodellist a, .editmodellist a:visited
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    text-decoration: none;
    color: blue;
}

.editmodellist a:hover
{
    text-decoration: underline;
}

.tabbedmenu_hoverstyle td
{
    background-image: url(images/tab_over.gif);
    background-repeat: no-repeat;
}

.tabbedmenu_menuitemstyle
{
    text-align: center;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    width: 134px;
    height: 26px;
    line-height: 26px;
    color: #000000;
}

.tabbedmenu_menuitemstyle a:visited
{
    color: #000000;
}

.tabbedmenu_menustyle
{
    background-image: url(images/tab_off.gif);
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    width: 134px;
    margin-top: 20px;
}

.tabbedmenu_selectedstyle td
{
    background-image: url(images/tab_on.gif);
    text-align: center;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    width: 134px;
    height: 26px;
    line-height: 26px;
}

#ftr
{
    font-size: 9px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#hp_rightnav
{
    width: 185px;
    height: 100%;
    float: right;
    background-color: #ffffff; /*background-image: url('images/quicklink_gradient.gif');*/ /*background-repeat: repeat-x;*/
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 10px;
}

.hp_contentcontainer
{
    float: left;
    width: 575px;
    height: 100%;
    font-size: 10px;
    background-repeat: no-repeat;
}

#hp_content
{
    margin-top: 60px;
    margin-left: 220px;
    padding-right: 5px;
}

.hp_cms_content OBJECT
{
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 10px;
    color: #000000;
    background-color: #ffffff;
}

#hp_rightnav #hp_search
{
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#hp_rightnav .hp_quicklinks_title
{
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

#hp_rightnav #hp_quicklinks
{
    width: 100%;
    text-align: center;
}

#hp_rightnav .quicklinkitem
{
    line-height: 15px;
}

#hp_rightnav #hp_quicklinks Text
{
    font-size: 10px;
}

/* Specifications and SpecFileAttachment pages */
.filelabel
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #191970;
    background-color: #e0e0e0;
}

.filetext
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #191970;
    background-color: #e0e0e0;
}

.filetext button
{
    font-family: Verdana;
    font-size: 11px;
    border: solid 1px #191970;
    color: #191970;
    background-color: White;
}

.filetext input
{
    font-family: Verdana;
    font-size: 11px;
    border: solid 1px #191970;
    color: #191970;
    background-color: White;
    width: 75;
}

.filetable
{
    background-color: #f0f0f0;
    border-top: solid 1px #191970;
    border-bottom: solid 1px #191970;
    border-right: solid 1px #191970;
    border-left: solid 1px #191970;
}

.filetable td
{
    padding-right: 3px;
    padding-left: 3px;
    line-height: 13px;
}

.filespeceditlink
{
    font-family: Verdana;
    font-size: 11px;
    color: Blue;
}

.filespeceditlink a, .filespeceditlink a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: Blue;
    width: 25px;
}

.filespectitle
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    width: 422px;
}

.filespecdesc
{
    font-family: Verdana;
    font-size: 10px;
    vertical-align: top;
    display: block;
    width: 422px;
}

.filespectitle_edit span
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    width: 265px;
}

.filespectitle_edit input
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    border: solid 1px #000000;
    width: 265px;
}

.filespecdesc_edit span
{
    font-family: Verdana;
    font-size: 10px;
    width: 100%;
}

.filespecdesc_edit textarea
{
    font-family: Verdana;
    font-size: 10px;
    width: 100%;
    height: 50px;
    border: solid 1px #000000;
}

#spectitlecontainer
{
    width: 100%;
    color: black;
    font-size: 12px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}

#specimgcontainer
{
    width: 100%;
}

#specsubtitlecontainer
{
    width: 100%;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

#specfilelistcontainer
{
    width: 100%;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 15px;
}

/* end Specs Styles */
/* Begin Tools styles */

#tools_container
{
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.tools_title
{
    width: 615px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 11px;
    vertical-align: bottom;
}

.tools_title_edit input
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 11px;
    border: solid 1px #000000;
    width: 615px;
}

.tools_description
{
    width: 615px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    vertical-align: top;
}

.tools_description_edit object
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    border: solid 1px #000000;
    width: 615px;
    height: 60px;
}

.tools_img
{
    padding-right: 5px;
    padding-bottom: 5px;
    height: 90px;
    width: 100px;
    vertical-align: middle;
    text-align: center;
}

.tools_link
{
    font-family: Verdana;
    font-size: 9px;
    color: Blue;
    font-weight: normal;
    cursor: hand;
}

.tools_link a, .tools_link a:visited
{
    font-family: Verdana;
    font-size: 9px;
    color: Blue;
    font-weight: normal;
    cursor: hand;
}

/* Begin References styles */
#ref_container
{
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Verdana;
    font-size: 10px;
}

.ref_Underline
{
    display: block;
    height: 3px;
    line-height: 3px;
}

.ref_Underline img
{
    display: block;
}

.ref_CategoryHeader
{
    color: black;
    font-size: 12px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: bold;
    clear: both;
    padding-bottom: 5px;
}

.ref_FileContainer
{
    clear: both;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-left: 25px;
}

.ref_fileliteratureimg
{
    padding-right: 5px;
    padding-bottom: 5px;
    height: 75px;
    width: 60px;
    vertical-align: middle;
    text-align: center;
}

.ref_fileliteraturetitle
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 11px;
    vertical-align: bottom;
}

.ref_fileliteraturedesc
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9px;
    vertical-align: top;
}

.ref_fileliteditlink
{
    font-family: Verdana;
    font-size: 9px;
    color: Blue;
    font-weight: normal;
    cursor: hand;
}

.ref_fileliteditlink a, .ref_fileliteditlink a:visited
{
    font-family: Verdana;
    font-size: 9px;
    color: Blue;
    font-weight: normal;
    cursor: hand;
}
.ref_hyperlinks, .ref_hyperlinks a, .ref_hyperlinks a:visited
{
    font-size: 10px;
    padding-top: 15px; 
    padding-bottom: 10px;
    color:Blue;
}
a.ref_hyperlink, a.ref_hyperlink:visited
{
    font-size: 10px;
    color:Blue;
}
.ref_row
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
}

.ref_summary_title
{
    font-weight:bold;
    font-size: 11px;
}

/* end references page */
/* Begin literature styles */

#literaturelistcontainer
{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.fileliteratureimg
{
    padding-right: 5px;
    padding-bottom: 5px;
    height: 75px;
    width: 60px;
    vertical-align: middle;
    text-align: center;
}

.fileliteratureimage_nowidth
{
    padding-right: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileliteraturetitle
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 11px;
    width: 175px;
    vertical-align: bottom;
}

.fileliteraturetitle_nowidth
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 11px;
    vertical-align: bottom;
}

.fileliteraturedesc
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9px;
    width: 175px;
    vertical-align: top;
}

.fileliteraturedesc_nowidth
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9px;
    vertical-align: top;
}

.fileliteraturetitle_edit, .fileliteraturetitle_edit span
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 11px;
    width: 175px;
}

.fileliteraturetitle_edit input
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 11px;
    border: solid 1px #000000;
    width: 175px;
}

.fileliteraturedesc_edit, .fileliteraturedesc_edit span
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9px;
    width: 175px;
}

.fileliteraturedesc_edit textarea
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9px;
    border: solid 1px #000000;
    width: 175px;
    height: 50px;
}

/* end literature styles */
/* Begin related products */
.relatedproducts_title
{
    font-weight: bold;
    font-size: 10px;
    vertical-align: bottom;
    width: 100%;
}
.relatedproducts_title a, .relatedproducts_title a:visited, .relatedproducts_title a:hover
{
    color: Blue;
}

.relatedproducts_summary
{
    width: 100%;
    vertical-align: top;
    font-size: 10px;
}
/* end related products */

/* Begin Model Summary Styles */
.ms_wrapper
{
    width: 100%;
    padding-top: 10px;
    margin-left: 25px;
    clear: both;
}

.ms_img
{
    width: 105px;
    float: left;
}

.ms_img img
{
    text-align: left;
    clear: both;
    display: block;
    padding-right: 5px;
    padding-bottom: 5px;
}

.ms_label
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.ms_img a, ms_img a:visited
{
    font-size: 10px;
    color: Blue;
}

.ms_brieftitle
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.ms_briefsummary
{
    font-size: 10px;
    font-weight: normal;
}

/* Free Form Template */
#ff_content
{
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 10px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

#ff_content OBJECT
{
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 10px;
}
/* end free form template */
/* Events Template */

#event_container
{
    width: 720px;
    padding-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

#event_logo
{
    float: left;
    clear: left;
    height: 120px;
    width: 140px; /* img = 120px + 10px of padding */
    display: block;
}

.event_logo_img
{
    display: block;
    border: 0;
}

.event_info
{
    float: right;
    margin-top: 10px;
    width: 580px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
}

.event_info OBJECT, .event_info INPUT
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    border: solid 1px #000000;
}

.event_info a, .event_info a:visited, .event_info li a:hover
{
    color: Blue;
}

/*end Events Template */
/* Begin News Article Template */

#newsarticle_container
{
    width: 720px;
    padding-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

/* set the image to use and establish the lower-right position */
.METAbox, .METAbox_body, .METAbox_head, .METAbox_head h2
{
    background: transparent url(images/demobox.png) no-repeat bottom right;
}
.METAbox
{
    width: 535px !important; /* intended total box width - padding-right(next) */
    width: 520px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */
}

/* set the top-right image */
.METAbox_head
{
    background-position: top right;
    margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.METAbox_head h2
{
    font-size: 12px;
    background-position: top left;
    margin: 0; /* reset main site styles*/
    border: 0; /* ditto */
    padding: 20px 0 5px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important;
    height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.METAbox_body
{
    background-position: bottom left;
    margin-right: 25px; /* interior-padding right */
    padding: 5px 0 15px 40px; /* mirror .cssbox_head right/left */
    font-size: 11px;
}

.METAbox_body OBJECT
{
    font-size: 11px;
}

.newsarticle_info
{
    float: left;
    margin-top: 10px;
    width: 580px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
}
.newsarticle_info a, .newsarticle_info a:visited, .newsarticle_info a:hover
{
    color: Blue;
}

.newsarticle_info OBJECT
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    border: solid 1px #000000;
}

/* News And Events */

.ne_container
{
    width: 720px;
    margin-right: 20px;
    margin-left: 20px;
}

.ne_Header
{
    margin-top: 25px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}

.ne_divisionHeader
{
    font-size:12px;
    font-weight:bold;
    margin-bottom: 14px;
}

.ne_divisionHeader a, .ne_divisionHeader a:visited
{
    text-decoration:none;
    color:Blue;
}

.ne_divisionHeader a:active, .ne_divisionHeader a:hover
{
    text-decoration:underline;
}

/* news */

.ne_newsItem
{
    width: 680px;
    float: left;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
}

.ne_newsDate
{
    float: left;
    clear: left;
    width: 100;
}

.ne_newsDate a, .ne_newsDate a:visited, .ne_newsDate a:hover
{
    color: Blue;
}

.ne_newsTitle
{
    float: right;
    padding-bottom: 10px;
    font-weight: bold;
    width: 580px;
}

.ne_newsSummary
{
    float: right;
    width: 580px;
}

a.ne_hyperlink, a.hyperlink:visited
{
    font-size: 10px;
    color:Blue
}

/* events */

.ne_eventItem
{
    width: 680px;
    float: left;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
}

.ne_eventTitle a, .ne_eventTitle a:visited, .ne_eventTitle a:hover
{
    color: #000000;
}

.ne_eventTitle
{
    float: left;
    padding-bottom: 10px;
    font-weight: bold;
    width: 580px;
}

.ne_eventSummary
{
    float: left;
    width: 580px;
    padding-bottom: 5px;
}

/* Contact Us Form */
.cu_row
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.cu_checkbox
{
    margin-left: 150px;
    font-size: 11px;
    /*border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 2px #cccccc;
    border-bottom: solid 2px #cccccc;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.cu_checkbox_label
{
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    vertical-align: middle;
}

.cu_checkbox_label input
{
    font-family: Verdana, helvetica, Sans-Serif;
    color: #000000;
    font-weight: bold;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 2px #cccccc;
    border-bottom: solid 2px #cccccc;
    font-size: 11px;
    line-height: 12px;
}

.cu_checkbox input, .cu_checkbox label
{
    vertical-align: middle;
}

.cu_notation
{
    font-size: 10px;
}

.formLabel
{
    width: 150px;
    font-size: 10px;
    font-weight: bold;
    float: left;
}
.formLabelZip
{
    font-size: 10px;
    font-weight: bold;
}

.formText
{
}

.formText INPUT
{
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 2px #cccccc;
    border-bottom: solid 2px #cccccc;
    font-size: 11px;
    line-height: 12px;
}

.formText TEXTAREA, .formText SELECT
{
    border: solid 1px #cccccc;
    font-size: 11px;
}

#cu_container
{
    width: 100%;
    display: block;
    padding-top: 20px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.cu_header, .cu_header INPUT
{
    width: 242px;
    display: table-cell;
    padding-bottom: 10px;
    color: #666666;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.cu_header INPUT
{
    border: solid 1px #000000;
}

.cu_content, .cu_content OBJECT
{
    width: 242px;
    display: table-cell;
    font-size: 10px;
    vertical-align: top;
}

#cu_description
{
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
    display: block;
    font-size: 10px;
    font-weight: bold;
}

#cu_description OBJECT
{
    font-size: 10px;
}

#corp_imgcol
{
    width: 220px;
    margin-right: 5px;
    clear: left;
    float: left;
}

#corp_content OBJECT
{
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 11px;
}

#corp_content
{
    width: 535px;
    margin-top: 10px;
    float: right;
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 10px;
}
/* Pump Selector */
#ps_container
{
    width: 100%;
    display: block;
    padding: 10px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    text-align: center;
}

.ps_header
{
    font-size: 11px;
    font-weight: bold;
}

.ps_label
{
    font-weight: bold;
}

table.ps
{
    border: solid 1px #85a9c9;
    font-size: 10px;
    text-align: center;
}

td.ps_label
{
    font-weight: bold;
    text-align: right;
    vertical-align:top;
    width:100px
}

.psGridView
{
    font-size: 10px;
    width: 720px;
}

.psGridView a, .psGridView a:visited
{
    text-decoration: none;
    color:Black
}

.psGridView a:hover, .psGridView a:active
{
    text-decoration: underline;
}

.psGridView_button
{
    background-color: White;
    font-size: 11px;
    padding:1px;
    border: solid 1px black;
}

.psGridView_error
{
    color:Red;
}

/* These are basically the same classes as the METAbox classes */
.PSbox, .PSbox_body, .PSbox_head, .PSbox_head h2
{
    background: transparent url(images/demobox.png) no-repeat bottom right;
}
.PSbox
{
    width: 815px !important;
    width: 800px;
    padding-right: 15px;
    margin: 20px auto; 
}

.PSbox_head
{
    background-position: top right;
    margin-right: -15px;
    padding-right: 40px; 
}

.PSbox_head h2
{
    font-size: 12px;
    background-position: top left;
    margin: 0;
    border: 0;
    padding: 20px 0 5px 40px;
    height: auto !important;
    height: 1%;
}

.PSbox_body
{
    background-position: bottom left;
    margin-right: 25px;
    padding: 5px 0 15px 40px;
    font-size: 11px;
}

/*Dealer Locator */
td.dl_label
{
    font-weight: bold;
    text-align: right;
    vertical-align:top;
    width:100px;
}
.dlGridView
{
    font-size: 10px;
    width: 360px;
    border-width: 0px;
}
td.dlGridView table
{
    font-size:10px;
}

.dlGridView a, .dlGridView a:visited, .dlGridView td
{
    color:Black;
    font-size: 10px;
}

.dlGridView_button
{
    background-color: White;
    font-size: 11px;
    padding:1px;
    border: solid 1px black;
}
.dl_image
{
    border: 1px solid black;
}   

.dealerLocator
{
    font-size: 10px;
}

.dealerLocator td
{
    vertical-align: top;
}

.dealerName
{
    font-weight: bold;
}

.dlUserAddress
{
    border: 1px solid blue;
    padding: 10px;
}

table.dlUserAddress
{
    font-size: 10px;
}

table.dlUserAddress .button
{
    font-family: Verdana;
    font-size: 11px;
    border: solid 1px #191970;
    color: #191970;
    background-color: White;
    padding: 2px;
}

.dlAddressLabel
{
    font-size: 11px;
    font-weight: bold;
}

.dlAddressLabelWarning
{
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

ul.dl_productLinesList
{
    margin-top: 0px;
}

.dl_productLinesList li
{
    list-style-type:disc;
    margin-left: 0px;
    padding-left: 0px;
}

/* These are basically the same classes as the METAbox classes */
.DLbox, .DLbox_body, .DLbox_head, .DLbox_head h2, table.DLbox_head, td.DLbox_head
{
    background: transparent url(images/demobox.png) no-repeat bottom right;
}
.DLbox
{
    width: 440px !important;
    width: 425px;
    padding-right: 15px;
    margin: 0px auto; 
}

.DLDetailbox
{
    width: 455px !important;
    width: 440px;
    padding-right: 15px;
    margin: 20px auto;
}


table.DLbox_head
{
    font-size: 12px;
    font-weight: bold;
    background-position: top left;
    margin-right: -15px;
    border: 0;
    padding: 17px 0 5px 40px;
    height: 1%;
}
td.DLbox_head
{
    background-position: top right;
    text-align:right;
    padding-right: 20px;
}

.DLbox_head
{
    background-position: top right;
    margin-right: -15px;
    padding-right: 20px;
}

.DLbox_head h2
{
    font-size: 12px;
    background-position: top left;
    margin: 0;
    border: 0;
    padding: 20px 0 5px 40px;
    height: auto !important;
    height: 1%;
}

.DLbox_body
{
    background-position: bottom left;
    margin-right: 25px;
    padding: 5px 0 15px 40px;
    font-size: 11px;
}

.invisibleColumn
{
    width: 1px;
    visibility: hidden
}

.invisible
{
    display: none;
}

/*Spray IT Calculator*/
.sprayIT { font-family:Verdana, helvetica, Sans-Serif; font-size:10px; }

a.sprayIT { color:Blue; font-size:10px; }
a.sprayIT:hover { color:Blue; font-size:10px; }
a.sprayIT:visited { color:Blue; font-size:10px; }

.gvHeader { background-color:Blue; font-size:10px; font-weight:bold; color:White; }
.gvSubHeader { font-size:10px; font-weight:bold; }
.gvRow { font-size:10px; }
.gvAlternateRow { font-size:10px; }
.gvAlternateRow2 { background-color:#DDDDDD; font-size:10px; }

td.sc_boldlabel
{
    font-weight: bold;
    text-align: right;
    width:110px;
}

td.sc_boldlabelTop
{
    font-weight: bold;
    text-align: right;
    width:110px;
    vertical-align:top;
}

td.sc_boldlabelcenter20
{
    font-weight: bold;
    text-align: center;
    vertical-align:top;
    width:20%;
}


td.sc_labelcenter
{
    font-weight: bold;
    text-align: center;
    vertical-align:top;
}

td.sc_pressure_boldlabel
{
    font-weight: bold;
    text-align: right;
    width:125px;
}

td.sc_pressurevalue_label
{
    width:50px;
}