/**
 * Jewson eTrade Initiative.
 * Copyright (c) 2007, 2008 Jewson Limited.
 * All rights reserved.
 * =============================================================================
 * This stylesheet contains styles which should apply to all Saint Gobain
 * brands (Jewson, Graham, Tiles, etc.).
 * Generally speaking, this file should not contain colours or images.
 */ /*
 * =============================================================================
 * Page layout - main template.
 */ /* <!-- */ /* General styles */
@media screen, projection {
/* The following selector reveals @media rules to MacIE on screen.
   Omitting this leaves MacIE with a plain page,
   which is OK, too, since MacIE is a dead browser.
*/
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
.rsync-parser {} /*WinIE5.0*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    font-size: 80%;
    background-color: #eeeeee;
}
.wrapper {
    width: 100%;
}
.header {
    padding: 1px 10px 0px 18px; /* avoid margin collapse */
    height: 120px;
}
#main {
    color: #000;
    position: relative; /* for WinIE */
}
#inner {
  width: 100%;   
  float: left;
  padding-left: 5px;
}
#content {
  width: 70%; /* leave some margin on left/right edges */
  float: left;
  padding: 1px 0 5px 5px;
  color: #000;
}
#rightNavigation {
  width: 160px;         /* 20px less than #main border width */
  padding-top: 1px;   /* avoid margin collapse */
  float: right;
  color: #000;
  position: relative; /* avoid WinIE peekaboo bug */
  padding-right: 10px;
  
}
#leftNavigation {
  width: 160px;         /* 1em less than #main border width */
  float: left;
  padding-top: 1px;   /* avoid margin collapse */
  color: #000;
  position: relative; /* avoid WinIE peekaboo bug */
  padding-left: 12px;
}
.footer {
  clear: both;
  padding: 1px 10px;  /* avoid margin collapse */
}

/* clear floats to stretch column lengths */
.skiplinks:after,
#main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* zoom stretches float containers in WinIE. If you're a
stickler for validation, put this in a conditional comment */
.skiplinks,
#main {
  zoom: 1;
}
/* inline-block stretches float container in MacIE
   and prevents bizarre container widths */
* html>body #inner,
* html>body #content,
* html>body #main {
  display: inline-block;
}
/* end float clearing */

/* MacIE 5 */
* html>body .wrapper {
  display: inline-block;
  clear: both;
}
/* Don't ask me why the rule below works to correct #content width,
   but it does. See the original Ruthsarian layout for explanations
   http://webhost.bridgew.edu/etribou/layouts/skidoo_redux/css/skidoo_redux.css
*/
* html>body #content {
  margin-right: -100%;
} /* end */


/* accessibility stuff */
ul.skiplinks,
ul.skiplinks li {
  margin: 0; /* use negative top margin to hide off-screen */
  padding: 0;
  list-style: none;
}
ul.skiplinks li {
  width: 33%;
  float: left;
  text-align: center;
  font-size: 80%;
}


} /* end screen media rules */

@media print {
.skiplinks,
#leftNavigation {
  display: none;
}
} /* end print rules */



/*
 * =============================================================================
 * Menus and Side Boxes
 */
label,h1,h2,h3,th {
    font-family: Arial, Helvetica, sans-serif;
}
div.menuBoxTop {
   height: 24px;
   margin-top: 0px;
}
div.menuBoxContents {
   clear: both;
   padding: 10px;
   width: 160px;
}

div.menuBoxContentsNarrow {
   clear: both;
   padding: 10px;
   width: 140px;
}

div.menuBoxContentsWide {
   clear: both;
   padding: 10px;
   width: 100%;
}

div.menuBoxBodyBlue {
    padding: 0;
}
div.menuBoxTop label {
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px;
    top: 5px;
    white-space: nowrap;
}
div.menuBoxBody label, div.menuBoxBodyBlue label {
    text-transform: uppercase;
    padding-left: 10px;
    width: 160px;
}
div.menuBoxBodyBlue ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    padding-top: 5px;
    width: 160px;
}
div.menuBoxBodyBlue ul li ul {
    margin-top: 2px;
    padding-top: 0px;
}
div.menuBoxBodyBlue ul li {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    width: 159px;
}
div.menuBoxBodyBlue ul li.last {
    border: 0 !important;
}
div.menuBoxBodyBlue ul li.selected {
    margin: 0px;
    padding: 0px;
}
div.menuBoxBodyBlue ul li a {
    margin: 0px;
    padding: 0px;
    display: block;
    padding: 1px 0px 1px 5px;
    width: 120px;
    margin-left: 5px;
}
div.menuBoxBodyBlue ul li.selected a {
    font-weight: normal;
    border-top: 0px dotted #aaaaaa;
    padding: 1px 0px 1px 5px;
    margin-left: 0px;
    display: block;
    width: 125px;
}
div.menuBoxBodyBlue ul li ul {
    margin-top: 3px;
    margin-left: 0px;
    width: auto;
}
div.menuBoxBodyBlue ul li a:hover {
    text-decoration: underline;
}
div.menuBoxBodyBlue ul li.selected ul li {
    margin-left: 5px;
    width: 140px;
}
div.menuBoxBodyBlue ul li.selected ul li a {
    padding: 3px 0px 3px 5px;
    padding-left: 15px;
    margin-left: 0px;
}
div.menuBoxBottom, div.menuBoxBottomBlue {
    margin-top: 0px;
    margin-bottom: 10px;
}
div.menuBoxBottom {
    background: transparent url(/etrade/public/images/elements/white_border_bottom.png) no-repeat 0px 0px;
    width: 160px;
}
/**
 * =============================================================================
 * Controls and General Page Elements
 */
body {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none
}

form {
    margin: 0;
    padding: 0;
}
img {
    border: 0px;
}

input[type='submit'] {
    font-weight: bold;
    font-size: 10px;
    text-transform: lowercase;
    height: 20px;
}

input[type='text'],input[type='password'] {
    height: 16px;
    border-width: 1px;
    font-size: 12px;
}

.select {
    height: 2em;
    font-size: 0.9em;
    padding: 0px;
}

textarea {
    height: 2em;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    width: 120px;
    height: 50px;
}

.formButtons {
    text-align: right;
    width: 90%;
    padding-top: 2px;
}

.cartFormButtons {
    float: right;
    width: 100%;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

tt {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

ul {
    list-style-type: square;
    margin-left: 28px;
    padding-left: 0px;
}

/**
 * =============================================================================
 * Headings
 */
h1 {
    text-transform: uppercase;
    font-size: 1.3em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: -2px;
    line-height: 0;
}


/**
 * =============================================================================
 * banner
 */

#copyrightNotice {
    float: right;
}

#bannerCenter {
    background-image: url("/etrade/public/images/banner/center.gif");
    background-repeat: repeat-x;
    clear: both;
    position: relative;
    height: 92px;
    margin: 0px;
    padding: 0px;
}

#bannerLeft {
    background-image: url("/etrade/public/images/banner/left.gif");
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 8px;
    height: 92px;
    z-index: 1;
}

#bannerRight {
    background-color: white;
    border-right: 1px solid #BCBAB8;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 0;
    width: 3px;
    height: 92px;
    margin: 0px;
}

#logoLink {
    padding-left: 8px;
    padding-top: 10px;
}

#bannerTabs {
    position: absolute;
    top: 59px;
    right: 10px;
    z-index: 1;
}

/**
 * =============================================================================
 * Footer rounded box
 */
#footerBox {
    clear: both;
    display: block;
    height: 21px;
    font-size: 0.9em;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
}

#footerBox .sb-inner {
    padding-top: 2px;
    background-color: white;
}

#footerBox p {
    padding: 5px;
}

/**
 * =============================================================================
 * Search features
 */
#breadcrumbs {
    position: absolute;
    top: -20px; left: 40px;
    z-index: 99;
}
#currentUser {
    position: absolute;
    top: 93px; right: 22px;
    z-index: 99;
}
textarea#quickSearch {
    width: 135px;
    height: 120px;
    border-width: 1px;
}

#searchBannerBox {
    float: right;
    clear: both;
    text-align: right;
    margin-top: 15px;
    padding: 4px;
    margin-right: 12px;
    padding-right: 5px;
    z-index: 4;
}

#searchBannerBox form {
    padding: 0;
    margin: 0;
}

#searchBannerGoButton {
    margin-bottom: -4px;
    margin-left: 1px;
    margin-top: 2px;
    margin-right: 8px;
    margin-botton: -2px;
    padding: 0;
}

#searchBannerInput {
    height: 16px;
    font-size: 0.8em;
}

#searchBannerBox label {
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
}

#searchBannerBox label.tradePoint {
    margin-left: 0px;
}

#searchBannerBox input[type='submit'] {
    margin-right: 4px;
}

#searchResultsbanner {
    float: right;
    margin-top: -50px;
}

#searchResultsPaginator {
    float: block;
    clear: both;
    text-align: center;
}

#searchFields {
    margin-left: auto;
    margin-right: auto;
    display: table;
    clear: both;
    margin-bottom: 10px;
}
#loginSidebarBody input[type='text'], #loginSidebarBody input[type='password'] {
  width: 140px !important;
  padding-right: opx;
}

/*
 used generally for quantity boxes (search & checkout)
*/
.quantity {
    width: 60px;
    font-size: 12px;
    text-align: right;
}

/*
 * =============================================================================
 * Inline Messages
 */
.error,.warning,.information {
    padding: 5px;
}

.error .sb-inner,.warning .sb-inner,.information .sb-inner {
    background-color: white;
}

.error .sb-border {
    background-color: #ff9999;
}

.information .sb-border {
    background-color: #CCCCCC;
}

.error .logo,.warning .logo,.information .logo {
    float: left;
    width: 50px;
    height: 40px;
}

.error .logo {
    margin-top: 4px;
    margin-left: 4px;
    background-image: url("/etrade/public/images/message/error.png");
    background-repeat: no-repeat;
}

.warning .logo {
    margin-top: 4px;
    margin-left: 4px;
    background-image: url("/etrade/public/images/message/warning.png");
    background-repeat: no-repeat;
}

.information .logo {
    margin-top: 4px;
    margin-left: 4px;
        background-image: url("/etrade/public/images/message/information.png");
    background-repeat: no-repeat;
}

/*
 * =============================================================================
 * Sortable Tables
 * - see http: //www.frequency-decoder.com/demo/table-sort-revisited/paginate/
 */
table {
    padding: 0;
    margin: 0 auto 1.5em auto;
    border-left-width: 1px solid #00529F;
    border-collapse: collapse;
}

th {
    color: #cccccc;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 12px 4px 16px;
}

td.total {
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 1px;
    background: none;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

th.sortable,th.sortable-text,th.sortable-date,th.sortable-keep,th.sortable-date-dmy,th.sortable-numeric,th.sortable-currency,th.sortable-sortByTwelveHourTimestamp,th.sortable-sortIPAddress,th.sortable-sortEnglishLonghandDateFormat,th.sortable-sortScientificNotation,th.sortable-sortImage,th.sortable-sortFileSize
    {
    cursor: pointer;
    padding: 8px 12px 4px 16px;
}

th.forwardSort a,th.reverseSort a {
    outline: 0 none;
}

/*
These styles should be added when very long tables are expected
th.sort-active
{
  background: #00529F url(../media/bg_banner_sorting.jpg) no-repeat 0 0;
  cursor: wait;
}
th.sort-active a
{
  color: #a80000 !important;
  cursor: wait;
}
*/
td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 6px 12px 6px 12px;
}

td.date {
    width: 10em;
    text-align: left;
}

td.text {
    width: 10em;
    text-align: left;
}

td.currency {
    width: 7em;
    text-align: left;
}

/*
 * =============================================================================
 * Table Pagination
 * - see http: //www.frequency-decoder.com/demo/table-sort-revisited/paginate/
 */
ul.tablePaginater {
    display: block;
    list-style: none;
    padding: 0;
    margin: 1px 0 1em 0;
    text-align: center;
}

ul.tablePaginater li {
    display: inline;
    width: 2.1em;
    height: 2.1em;
    line-height: 2em;
    vertical-align: middle;
    margin-right: 4px;
    list-style: none;
    cursor: pointer;
}

ul.tablePaginater li a {
    display: table-cell !important;
    display: inline-block;
    text-align: center;
    width: 2em;
    height: 2em;
    padding: 0.2em;
    min-width: 2em;
    min-height: 2em;
    text-decoration: none;
    outline: none;
    border-width: 1px;
    cursor: pointer;
}

ul.tablePaginater li a   : focus {
    text-decoration: none;
    outline: none;
}

/*
 * =============================================================================
 * Login
 */
#loginSidebarBody input[type='text'],#loginSidebarBody input[type='password']
    {
    width: 149px;
}

/*
 * =============================================================================
 */
#searchPagination {
    font-size: 1em;
    text-decoration: none;
    text-transform: none;
    display: inline;
    padding: 3px 3px 3px 3px;
}

#searchPaginationSelected {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
    display: inline;
    padding: 3px 3px 3px 3px;
}

#quickSearchSelected {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: none;
    display: inline;
}

div#branchesNearby {
    width: 500px;
    margin: auto;
}

div#branchesNearby div#searchmap {
    margin-bottom: 5px;
}

div#branchesNearby div#mapviewer {
    height: 420px;
    position: relative;
}

div#branchesNearby div#branches ol li p {
    margin: 0px;
}

div#branchesNearby div#branches ol li {
    margin-bottom: 10px;
}

div#branchesNearby div#branches ol {
    list-style-type: decimal;
}

a {
    text-decoration: none;
    color: #0053a1;
}

a:hover {
    text-decoration: none;
}

table.recentNews {
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 20px;
    margin-bottom: 5px;
    border-collapse: collapse;
}
table.recentNews thead tr th {
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    color: white;
    text-align: center;
}

table.recentNews td {
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 2px;
    vertical-align: top;
    color: black;
}

/* This is newly added for the News sections of the site */
table.recentNews th#date {
    width: 90px; 
}
table.recentNews th#heading {
    width: 260px; 
}
table.recentNews th#category {
    width: 140px; 
}
table.recentNews th#article {
    width: 70px; 
}

span.newsDate {
    float: right;
    margin-top: -15px;
    text-align: top;
    font-size: 0.9em;
}

td.mandatoryField {
	color:red;
	font-weight: normal;
}

#message, td.message{
	font-weight: normal;
	font-size: 12px;
	color: #0053A1;
	padding: 2px;
}

.help, #help{
	font-size: 11px;
	font-weight: normal;	
	padding: 3px;
	height:300px;
	overflow-x:auto; 
	overflow-y:scroll;
	background-color: white;
	padding: 10px;  
	margin-top: 20px;
	/* border:2px; border-style:solid;  */
}

td.nopadding {
	padding 6px 0px;
}

div.menuBoxBodyTool{	
    border-top-style: dotted;
    border-top-width: 1px;    
    padding-left: 10px; 
    background-color: #ACC8E2
}

#registration{
	padding: 6px 6px;	
}