﻿.body, html
{
    margin: 0;
    padding: 0;
    background: #272727;
    color: #000;
}

body
{
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 80%;
    min-width: 1000px;
}
img
{
    border: 0;
}
img.picture
{
    border: 1px solid #c4bba3;
    padding: 1px;
    background: #fff;
}
img.left
{
    float: left;
    margin-right: 10pt;
}
img.right
{
    float: right;
    margin-left: 10pt;
}
a
{
    text-decoration: none;
    color: #193580;
}
a:hover
{
    text-decoration: underline;
}
p
{
    margin: 0 0 0.6em 0;
    padding: 0;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, Verdana, Tahoma;
    margin: 0.6em 0 0 0;
    padding: 0;
}
h1
{
    color: #d60010;
    font-size: 1.8em;
    margin-bottom: 8pt;
    letter-spacing: -0.05em;
}
h2
{
    color: #d60010;
    font-size: 1.6em;
    margin-bottom: 8pt;
}
h3
{
    color: #d60010;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 6pt;
}
h4
{
    color: #d60010;
    font-size: 1.2em;
    margin-bottom: 4pt;
}
h5
{
    color: #555;
    font-size: 1em;
    margin-bottom: 1pt;
}
h6
{
    color: #555;
    font-size: 0.9em;
    margin-bottom: 0;
}
input, select
{
    font-family: Tahoma, Verdana, Helvetica;
    border: solid 1px #bfb69c;
    font-size: 1em;
}
abbr, acronym
{
    border-bottom:1px dotted #888;
    cursor:help;
}
.textboxWatermark
{
    color: #aaa;
}
.bold
{
    font-weight: bold;
}
.spinnerButton
/* Used for the quantity-change NumericUpDownExtender spinner controls */
{
    cursor:hand;
    margin-bottom:-2px;
}
a.bulletLink
{
    font-size:0.85em;
    padding-left: 11px;
    background: url( "../images/bullet_blue.gif" ) no-repeat left;
}

div.center
{
    width: 1024px;
    margin: 0 auto;
    background: #fff url( "../images/main_BG_twoColumns.gif" ) repeat-y;
}

div.center.oneColumn
{
    background: #fff url( "../images/main_BG_oneColumn.gif" ) repeat-y;
}

div.center.threeColumns
{
    background: #fff url( "../images/main_BG_threeColumns.gif" ) repeat-y;
}

div.center.threeColumnsThin
{
    background: #fff url( "../images/main_BG_threeColumnsThin.gif" ) repeat-y;
}

div#layoutWrapper
{
    width: 1000px;
    margin: 0 auto;
}

div#header
{
    height: 94px;
    background: #f8f8f8 url( "../images/header_BG.gif" ) repeat-x bottom;
}

div#header img
{
    float: left;
}

div.search
{
    float: right;
    margin-top: 40px;
    padding-right: 15px;
}
div.search h4
{
    display: inline;
    padding-right: 5px;
}
div.search .advancedSearchLabel
{
    border-left: 1px solid #bfb69c;
    padding-left: 18px;
    background-position:7px center;
}
div.search input
{
    margin-top: 5px;
}
div.search .searchText
{
    float: left;
    height: 1.21em;
}
div.search .searchButton
{
    float: left;
    height: 1.49em;
}
div#navigation
{
    width: 1000px;
    text-align: center;
    min-height: 33px;
    padding: 1px 0 0 0;
    background: #474747;
}
ul#navigationMenuTop
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#navigationMenuTop li
{
    display: block;
    float: left;
    border-left: 1px solid #818181;
    background: #5b5b5b url( "../images/navigation_BG.gif" );
}
ul#navigationMenuTop li a
{
    display: block;
    font: normal 1.1em Arial;
    color: #fff;
    height: 26px;
    padding: 7px 0 0 0;
}
ul#navigationMenuTop li a:hover
{
    background-color: #5c5c5c;
    text-decoration: none;
}
ul#navigationMenuTop li.QuickOrder
{
    border-right: 1px solid #818181;
}

div.welcome
{
    clear: both;
    padding: 10px 0 0 25px;
    margin: 0;
    background: #dfe5fa url( "../images/welcome_BG.gif" ) repeat-x bottom;
}
div.welcome.notLoggedIn
{
    min-height: 138px;
}
*html div.welcome.notLoggedIn /* IE only */
{
    height: 138px;
}
div.welcome.loggedIn
{
    min-height: 83px;
}
*html div.welcome.loggedIn /* IE only */
{
    height: 83px;
}
div.welcome .welcomeMessage h3
{
    padding-top: 15px;
    margin: 0 0 3pt 0;
}
div.welcome .welcomeMessage p
{
    margin: 0;
    padding: 0;
}
div.welcome div#grey_line
{
    background: #b4b9c6;
    position: relative;
    float: right;
    top: 26px;
    height: 8em;
    width: 1px;
}
div.welcome.notLoggedIn .login
{
	float:right;
    width: 195px;
    margin: 26px 10px 0 20px;
    padding-bottom:5px;
}
div.welcome.loggedIn .login
{
    width: 490px;
    margin: 0 10px;
    padding-bottom:5px;
}
*body .login /* IE only */
{
    margin-left: 10px;
    margin-right: 5px;
}
.login .loginTitle
{
    margin-top: 0;
}
.login input
{
    margin: 1px 0;
}
.login .label
{
    font-size: 0.85em;
    text-align: right;
}
.login .loginButton
{
    text-align: right;
}
.login .passwordRecoveryLink
{
    font-size: 0.85em;
}
.login .failureText
{
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #b4b9c6;
    background-position: 3px 3px;
    padding: 3px 3px 3px 18px;
    width: 180px;
}
a.quickOrderAd
{
    float: right;
    padding: 8px 5px 5px 10px;
    height: 60px;
    width: 212px;
    color: #000;
    overflow: hidden;
    background: url( "../images/quick_order_ad.gif" ) no-repeat;
}
a.quickOrderAd:hover
{
    text-decoration: none;
}
a.quickOrderAd h4
{
    margin: 0;
}
.quickOrderAdLink
{
    font-size: 0.85em;
    color: #193580;
    padding-left: 11px;
    background: url( "../images/bullet_blue.gif" ) no-repeat left;
}

div.orderSummary 
{
    float:right;
    padding:0 5px 2px 7px;
    margin-right:8px;
    width:203px;
    background-color:#fff;
    border-right:1px solid #bfb69c;
    border-bottom:1px solid #bfb69c;
}
div.orderSummary p
{
    font-size:0.85em;
    color:#777;
    margin-bottom:3px;
}

.loginName
{
    margin: 0 20px 5px 0;
}
.loginStatusLink
{
    margin:0 8px 0 2px;
}
.customerName
{
    color: #555;
}
ul.accountOptions
{
    margin: 0;
    padding: 4px 0 0 0;
    clear: left;
    border-top: 1px dotted #bfb69c;
}
ul.accountOptions li
{
    margin: 0 15px 0 0;
    display: inline;
}
ul.accountOptions li a
{
    padding: 0 0 0 20px;
}
ul.accountOptions a.orders
{
    background: url( "../images/orders.gif" ) top left no-repeat;
}
ul.accountOptions a.orderStatus
{
    background: url( "../images/status.gif" ) top left no-repeat;
}
ul.accountOptions a.orderHistory
{
    background: url( "../images/history.gif" ) top left no-repeat;
}
ul.accountOptions a.backorderLines
{
    background: url( "../images/back.gif" ) top left no-repeat;
}
ul.accountOptions a.salesAgent
{
    background: url( "../images/orders.gif" ) top left no-repeat;
}

div#siteMapPath
{
    display: block;
    padding: 3px;
    font-size: 8pt;
    border-top: 1px solid #c9c9c9;
    background-color: #ECF0FB;
    color: #888;
}
div#siteMapPath .node
{
    color: #445687; /*#6884d5*/
}
div#siteMapPath .selected
{
    font-weight: normal;
}
div#siteMapPath .separator
{
    padding: 0 5px 1px 5px;
}

div#categories
{
    width: 174px;
    float: left;
    clear: left;
    padding: 0 0 0 20px;
    background: url( "../images/spacer_white_1x9.gif" ) repeat-x top;
}

div#categories h4
{
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

div#categories .categoryMenu
{
    font: bold 0.85em Arial,Verdana,Tahoma;
    margin-left: -15px;
}
div#categories .treeNodeParent
{
    font-weight: bold;
    text-decoration: none;
    clear:both;
}
div#categories .treeNodeParent img
{
    cursor:pointer;
    float:left;
}
div#categories .treeNodeParent a
{
    display:block;
    margin-left:20px;
    margin-top:4px;
    min-height:15px;
}
div#categories .treeNodeParent:hover
{
    text-decoration: underline;
}
div#categories .treeNodeLeaf
{
    font-weight: normal;
    color: #112153;
    text-decoration: none;
    clear:both;
    margin-left:25px;
}
div#categories .treeNodeLeaf:hover
{
    text-decoration: underline;
}
div#categories .selected a
{
    font-weight: bold;
    color: #d60010;
}

div.content
{
    float: right;
    width: 785px;
    min-height: 300px;
    padding-left: 20px;
}

div.center.oneColumn div.content
{
    width: 980px;
}

div#left
{
    float: left;
    padding-right: 10px;
    width: 548px;
}
div.center.threeColumnsThin div#left
{
    width: 580px;
}

div#right
{
    float: right;
    width: 185px;
    padding: 15px 20px 0 20px;
    background: url( "../images/spacer_white_1x9.gif" ) repeat-x top;
}
div.center.threeColumnsThin div#right
{
    background-image: none;
    width: 138px;
}

div#footer
{
    width: 1000px;
    background: #fff url( "../images/footer_BG.gif" ) repeat-x bottom;
    clear: both;
    height: 90px;
    padding-top: 9px;
}

div#footerNavigation
{
    margin-bottom: 10px;
}

.footerNavigationMenuLink
{
    margin-right: 10px;
}

div#copyright
{
    float: left;
    margin: 10px;
    font-size: 8pt;
    color: #777;
}

div.flags
{
    float: right;
    margin: 10px;
    text-align: right;
    font-size: 8pt;
    color: #777;
}
div.flags input
{
    margin: 2px;
}

div.spacer
{
    clear: both;
    background: #fff;
}

.formTable
{
    margin-left: 15px;
}
.formTable td
{
    padding-left: 10px;
}
.formLabel
{
    color: #777;
}
div.articleContent
{
    margin-right:50px;
}

/* Generic style for data tables */
table.dataTable
{
    border-collapse:collapse;
    background-color:#fff;
}
table.dataTable th
{
    white-space:nowrap;
    border-bottom: 2px solid #d4d9f9;
}
table.dataTable td, table.dataTable th
{
    padding:2px 5px;
}
table.dataTable tr.even
{
    background-color: #f1f5fe;
}
table.dataTable tr.editing
{
    background-color: #ffeec3;
}
table.dataTable tr.editing td
{
    padding-top:1px;
    padding-bottom:1px;
}

div.errorBox
{
    clear:both;
    padding:5px 20px 5px 20px;
    margin:20px 20px 10px 5px;
    background-color:#f9eab5;
}
.errorMessage
{
    padding-left: 15px;
    color: #f00;
    background: url( "../images/warning.gif" ) no-repeat 0px 3px;
}
div.errorBox .errorMessage
{
    background-position:0px 0px;
    padding-left: 20px;
}

div.disclaimer
{
    clear:both;
    padding:5px 20px 5px 20px;
    margin:20px 20px 10px 0;
    background-color:#f9eab5;
}
div.disclaimer p
{
    font-size:0.85em;
}

/* Product.ascx user control */
.productItem
{
    width:350px;
    float:left;
    margin-bottom:10px;
    margin-right:5px;
}
.productItem img
{
    float:left;
    margin-right:5px;
}