 
/* ==========================================================================
   Custom Fonts
   ========================================================================== */

@font-face {
    font-family: 'HelveticaNeueLT35Thin';
    src: url('lte50257-webfont.eot');
    src: local('?'), url('lte50257-webfont.woff') format('woff'), 
        url('lte50257-webfont.ttf') format('truetype'), 
        url('lte50257-webfont.svg#webfontGrDAJMyN') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pluto_sansbold';
    src: url('plutosansbold-webfont.eot');
    src: url('plutosansbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('plutosansbold-webfont.woff') format('woff'),
         url('plutosansbold-webfont.ttf') format('truetype'),
         url('plutosansbold-webfont.svg#pluto_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Tags
   ========================================================================== */

html, body, form {
    height: 100%;
}
#wrap {
    min-height: 100%;
    height: auto;
}
html {
    min-width: 986px;
    overflow-y: scroll;
}
body {
    background: url(../Images/bg3.png) repeat-x 0 0 #f8f8f8;
    font: 100%/1.4em Arial, Helvetica, sans-serif;    
    color: #666666;    
}
ul, ol {
    list-style: none;
}
p {
    margin-bottom: 16px;
}
a {
    color: rgb(226, 50, 39);
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h2.title {
    font-size: 21px;
    line-height: 1.5em;
    color: #393939;
    border-bottom: 2px solid #393939;
    padding: 13px 0 22px 0;
    margin-bottom: 15px;
}
h2.alt {
    margin-bottom: 1px;
}
h3 {
    font-size: 21px;
    line-height: 1.2em;
    font-weight: normal;
    color: #4e4d4d;
}
h4 {
    padding: 0 0 10px 0;
}
h5 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 12px;
}
h5 a {
    text-decoration: none;
}
h5 a:hover {
    text-decoration: underline;
}
h5 span {
    font-size: 12px;
    color: #000;
}


/* ==========================================================================
   Main Page Structure
   ========================================================================== */

.wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.container {
    width: 100%;
}
#main {
    width: 986px;
    margin: 0 auto;
    font-size: 12px;
    padding-bottom: 182px; /* 142px */
}
#mainRight {
    float: right; 
    width: 756px; 
    margin-bottom: 50px;
}
#mainLeft {
    float: left; 
    width: 756px; 
    margin-bottom: 50px;
}
.leftSide {
    width: 210px;
    margin-bottom: 20px;
}
.rightSide {
    float: right;
    width: 210px;
}
#midContent {
    float: right;
    width: 526px;
    margin-right: 20px;
}
#masterRight {
    width: 837px;
}


/* ==========================================================================
   Header
   ========================================================================== */

#note {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.8;
    font-size: 13px;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
    color: #222;
    display: none;
}
#close {
    cursor: pointer;
    float: right;
    margin-right: 20px;
    background: url('../Images/close.png') no-repeat center center;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: 8px;
    vertical-align: middle;
}
#header {
    /*height:172px;*/
    margin-bottom: 20px; /*overflow:hidden;*/
}
#header .row-1 {
    /*height:122px;*/
}
#header .row-1 .fleft {
    /*padding:36px 0 0 1px;*/
    padding: 20px 0 0 1px;
}
#header .row-1 .fright {
    text-align: right;
}
.adv-nav {
    padding: 0px 0 0px 0;
    margin-top: 18px;
    margin-right: -5px;
    margin-left: 15px;
    height: 22px;
    float: right;
    display: block;
}
.adv-nav li {
    display: inline;
    color: #666;
}
.adv-nav li a {
    color: #666;
    text-decoration: none;
    padding: 0 5px;
}
.adv-nav li a:hover {
    text-decoration: underline;
}
#header img {
    height: 85px;
}
#header .nav {
    background: url('../Images/grad.png') repeat-x 0 0 #383838;
    height: 42px;    
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.nav1 {
    /*width: 8.2%;*/
    width: 8.8%;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.nav1 a {
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
/*.nav2 {
    width: 8.7%;
}
.nav3 {
    width: 10.2%;
}
.nav4 {
    width: 12%;
}
.nav5 {
    width: 13.5%;
}
.nav6 {
    width: 10.6%;
}
.nav7 {
    width: 9.7%;
}
.nav8 {
    width: 10.3%;
}*/
.nav2 {
    width: 9.3%;
}
.nav3 {
    width: 10.7%;
}
.nav4 {
    width: 12.5%;
}
.nav5 {
    width: 14.1%;
}
.nav6 {
    width: 11.1%;
}
.nav7 {
    width: 16.4%;
}
.nav9 {
    /*width: 16.8%;*/
    width: 17.1%;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;      
}
.nav9 a {
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    border: none !important;    
}


.naNav .nav1 {    
    width: 10.1%;
}
.naNav .nav2 {
    width: 10.7%;
}
.naNav .nav3 {
    width: 12.2%;
}
.naNav .nav4 {
    width: 14.1%;
}
.naNav .nav5 {
    width: 15.8%;
}
.naNav .nav6 {
    display: none;
}
.naNav .nav7 {
    width: 18.2%;
}
.naNav .nav9 {
    width: 18.9%;
}

#header .nav li {
    float: left;
    text-align: center;
    height: 100%;
}
#header .nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    background: url('../Images/grad.png') repeat-x 0 0 #383838;    
    border-right: 1px solid #999;
    padding: 10px 0;
}
#header .nav li span {
    float: left;
    cursor: pointer;
}
#header .nav li span span {
    line-height: 23px;
}
#header .nav li a:hover, #header .nav li a.current {
    background: #383838;
}
#searchButton {
    border: none;
    float: right !important;
    border-left: 1px solid #999;
}
.pageName {
    font-size: 2.6em;
    line-height: 22px;
    vertical-align: top;
    background-color: #E23227;
    color: #fff;
    font-family: HelveticaNeueLT35Thin, Lucida Grande, sans-serif;
    clear: right;
    margin-top: 26px;
    float: right;
    padding: 9px 10px 8px 10px;
}
.topNavLink {
    background: url('../Images/top_link.gif') no-repeat 22px 0;
    padding: 2px 5px 2px 45px !important;
}
.topNavLink:hover {
    background: url('../Images/top_link.gif') no-repeat 22px -33px;
}
#MainNav li a {
    padding: 0 10px;
}
#loggedInAs {
    margin-right: 5px;
}
#headerRight {
    width: 850px;
}


/* ==========================================================================
   Search Bar
   ========================================================================== */

#advancedSearchLink {
    float: left; 
    margin-top: 26px; 
    padding: 7px; 
    line-height: 1.2;
    text-align: center;
    margin-left: 5px;      
}
#advancedSearchLink a {
    color: #676767 !important;
}
#bigSearch
{
    float: left; 
    margin-top: 26px; 
    padding: 7px;   
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url('../Images/search-grad.png') repeat-x 0 0 #ddd;
}
.bigSearchText {
    height: 25px;
    width: 100% !important;
    border-right: none !important;
    border-color: #e5e5e5 !important;  
    padding: 0 10px 0 24px !important;          
    border-color: #d5d5d5 !important;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    box-shadow:         inset 2px 2px 5px #ddd;
    background-image: url('../Images/search_small.png') !important;
    background-repeat: no-repeat !important;
    background-position: 3px 4px !important;
}
.bigSearchCombo
{
    float: left;
    height: 25px !important;
    width: 120px !important;
    background: #fff !important;
    border: none !important;
}
#ctl00_cmbBigSearch td {
    background-color: #eee !important; 
}
.bigSearchCombo table
{
    height: 25px !important; 
}
#ctl00_txtBigSearchText_wrapper
{
    float: left !important;
    display: block !important;
}
.btnBigSearch {
    /*background: url('../Images/find.png') no-repeat 0 0 transparent;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 21px;
    width: 21px;
    float: left;
    border: none;
    margin: 2px 0 0 5px;
    background-image: url('../Images/arrow-go.png') !important;
    background-repeat: no-repeat !important;
    background-position: 5px 3px !Important;
    background-color: #494442;
}

#bigSearch div.RadComboBox_Metro table td.rcbInputCell {
    border-width: 1px 0 1px 1px;
    border-color: #d5d5d5 !important;
}
#bigSearch div.RadComboBox_Metro .rcbReadOnly .rcbArrowCellRight, div.RadComboBox_Metro .rcbArrowCellHidden.rcbArrowCellRight {
    border-color: #d5d5d5 !important;
}


/* ==========================================================================
   Footer
   ========================================================================== */

#footerOuter {
    background: #383838;
    position: relative;
    margin-top: -142px; /* negative value of footer height */
    height: 142px;
    clear: both;
}
#footer {
    /*background:url(../Images/Site/footer-left-bot-corner.gif) 0 100% no-repeat #383838;*/
    color: #fff;
    width: 986px;
    margin: 0 auto;
    font-size: .75em;
}
#footer .wrapper {
    padding: 20px 0 0;
}
#footer .indent {
    /*background:url(../Images/Site/footer-right-bot-corner.gif) no-repeat 100% 100%;*/
    padding: 16px 20px 30px 20px;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .nav {
    padding: 0 0 8px 0;
}
#footer .nav li {
    display: inline;
    padding-right: 21px;
}
#footer .nav li a {
    color: #d7d7d7;
    text-decoration: none;
}
#footer .nav li a:hover {
    text-decoration: underline;
}
#footer .users-links {
    color: #888;
    margin-left: -6px;
    padding-bottom: 10px;
}
#footer .users-links li {
    color: #888;
    display: inline;
}
#footer .users-links li a {
    color: #888;
    text-decoration: none;
    padding: 0 9px 0 6px;
}
#footer .users-links li a:hover {
    text-decoration: underline;
}
#copyright {
    padding: 0 0 0 2px;
}
#leftNav li {    
    font-size: 11px;
    font-weight: bold;
    background: url('../Images/nav_arr.gif') no-repeat 100% 12px #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
#leftNav li a {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 4px 30px 3px 20px;
}
#leftNav li a:hover {
    color: #df3128;
}


/* ==========================================================================
   Global
   ========================================================================== */

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

.failureNotificationBox {
    padding: 0 0 20px 0;
    margin: -10px 0 0 0px;
    color: #df3128;
    font-weight: bold;
    
}
.failureNotification {
    float: right;
    display: block;
    color: #df3128;
    font-weight: bold;
}
.failureNotificationBox.hide {
    display: none !important;
}
.validationError {
    color: Red;
}
.validationSummaryError {
    color: Red;
    margin: 10px 0 10px 0;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
}

.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}
.titlebutton {
    float: right;
    margin: -5px 20px 0 0;
}
.noBorder {
    border-bottom: none;
}
.padding20 {
    padding: 20px;
}
.red {
    color: rgb(226, 50, 39);
}
.pink {
    color: #ec008d;
}
.blue {
    color: rgb(0, 173, 238);
}
p.normalLineHeight {
    line-height: 1.4em;
}        
.italic {
    font-style: italic;
}
.tooltipImage {
    float: right; 
    padding-right: 20px; 
    margin: -5px 0 0 0;
}

body.basicMP {
    background: url('/Global/Images/bg3.png') repeat-x 0 0 #f8f8f8 !important;
}
.noMargin {
    margin: 0 !important;
}
.noWrap {
    white-space: nowrap;
}
.right20 {
    margin-right: 20px;
}

.row-2 {
    margin-top: 42px;
}
.clearLeft {
    clear: left;
}

.normalLineHeight {
    line-height: 1.4;
}

.boxTitleButton {
    float: right;
    margin: -5px 10px 0 0;
}
.boxTitleButtonFirst {
    float: right;
    margin: -5px 20px 0 0;
}

#MainContent_LoginUser_UserNameRequired, #MainContent_LoginUser_PasswordRequired
{
    font-size: 7pt;
}
.accountLabel {
    width: 120px;
    display: block;
    float: left;
}

.textEntry, .passwordEntry {
    width: 326px;
}

.accountInfo .textEntry, .accountInfo .passwordEntry {
    width: 406px;
    border: 1px solid #ccc;
    padding: 4px 2px;
}
.accountInfo label {
    font-weight: bold;
}
.accountInfo .rowTitle {
    margin: 0px 0 5px;
}

.accountInfo span {
    color: #E23227;
    display: block;
}

.submitButton {
    margin-top: 50px;
    clear: both;
}
.top40 {
    margin-top: 40px;
}
.problemMessage {
    padding: 10px;
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px dashed #D8000C;
    display: block;
    margin-bottom: 20px;
}
.problemMessage div {
    display: inline !important;
}



.productItem {
    float: left;
    border-bottom: 1px dotted #676767;
    width: 100%;
    padding: 20px 0 40px;
    clear: both;
}
.productItem img {
    float: left;
}
.productDescription {
    float: left;
    padding: 5px 0px 0 20px;
    width: 480px;
}
.productDescription h2 {
    margin-bottom: 10px;
    font-size: 18px;
}










.boxTitle {
    background: #ccc;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: url('../images/block_title.gif') 0 0 repeat-x #f9f9f9;
    padding: 14px 0 11px 20px;
}
.boxTitle h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.boxContainer {
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    margin-bottom: 20px;
}
.messageBox {
    border-top: 1px solid #e5e5e5;
}
.standardPadding {
    padding: 20px;
}
.standardBottomMargin {
    margin-bottom: 20px;
}
.innerBoxContent {
    float: right;
    width: 44.5%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    min-height: 240px;
}
.innerBoxContent h3 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 13px;
    font-size: 12px;
    font-weight: normal;
    color: #df3128;
    text-transform: uppercase;
}

.bigValues {
    border-collapse: inherit;
    width: 300px;
    border: 1px solid #ddd;
    color: #383838;
    background: #f3f3f3;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.bigValues td {
    padding: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.bigValues tr:last-child td {
    border: none;
}
.bigValue {
    font-size: 20px;
    text-align: right;
}
.bigValuesButton {
    padding: 30px 20px !important;
    text-align: center;
}



.pageView {
    margin-top: -1px !important;
}
.fancyButton {
    padding: 4px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    background: url("../images/grad2.png") repeat-x 0 0 #c11006;
    color: #fff;
    display: block;
    text-decoration: none;
}
.fancyButton:hover {
    background: #c11006;
}

.relatedBox {
    border-right: 1px solid #e5e5e5;
    width: 175px;
    float: left;
    height: 140px;
}




#editDetails td {
    height: 30px;
    vertical-align: top;
}
#topHeader {
    height: 40px;
}
.moveUp {
    margin-top: -5px !important;
}
.moveUp2 {
    margin-top: -2px !important;
    background: #aaa !important;
    height: 25px !important;
}
.moveUp2 input {
    background: #aaa !important;
    height: 25px !important;
}
.rpSlide * {
    color: #666 !important;
}
.rpText {
    color: #666 !important;
}

#searchPanel {
    background: #fcfcfc;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    width: 200px;
    position: absolute;
    margin-left: 740px;
    z-index: 1000;
    display: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 20px;
}
.active {
    display: block;
}
.searchCombo {
    margin-top: 10px;
}
.searchPanelButton {
    float: left;
    margin-top: 10px;
}

.rpRootGroup {
    background: #fff !important;
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}


.detailsBtn, .detailsBtn input {
    background: url("../images/grad.png") repeat-x 0 0 rgb(56, 56, 56) !important;
}
.detailsBtn:hover, .detailsBtn input:hover {
    background: rgb(56, 56, 56) !important;
}
.detailsBtn {
    margin-left: 5px;
}
.otherDetailsBtn, .otherDetailsBtn input {
    background: url("../images/grad.png") repeat-x 0 0 rgb(56, 56, 56) !important;
}
.otherDetailsBtn:hover, .otherDetailsBtn input:hover {
    background: rgb(56, 56, 56) !important;
}
.otherDetailsBtn {
    float: right;
    margin: -5px 20px 0 0;
}
.languageCombo {
    float: left;
    margin: 18px 15px 0 0 !important;   
    font-family: Arial !important; 
    color: #666 !important; 
}
.languageCombo .rcbInput
{
    font-family: Arial !important;
    color: #666 !important; 
}
.languageComboBasic {
    margin: 18px 0 0 0;   
    float: right;
    font-family: Arial !important; 
    color: #666 !important; 
}
.languageComboBasic .rcbInput
{
    font-family: Arial !important;
    color: #666 !important; 
}

.capitalize {
    text-transform: capitalize;
}
.hover {
    cursor: pointer;
}

.fieldLabel {
    display: block;
}
.textEntry
{
    width: 100%; 
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}

.scapaOnProductBanner {
    height: 40px;
    border: 1px solid #e5e5e5;
    width: 100%;
    background: url('../Images/scapaon_product.png') no-repeat 0 0;
    margin-bottom: 20px;
}
.scapaOnProductBanner p 
{
    margin: 0;
    padding: 8px 0 0 55px;
    font-family: HelveticaNeueLT35Thin, Sans-Serif;
    color: #fff;
    font-size: 20px;
}
.hide {
    display: none;
}

.straight {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.roundedBottom {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.AdvancedLink
{
    line-height: 1.2;
    text-decoration: underline;
}

.Barnier {
    width: 180px;
}

#onMainBox a {
    color: #00adee;
}
#onMainBox .onProductItemRight > .newProductItemDescription3 {
    padding-left: 0;   
}
#onMainBox .targetControl {
    margin-left: 15px;   
}
#onMainBox .newProductItemDescription3.alternate {
    background: #ededed;
}
#leftNav.scapaonul li a:hover {
    color: #00adee;
}



/* ==========================================================================
   Renfrew Styles
   ========================================================================== */

#portalrenfrew #masterRight, #portalbarnier #masterRight {
    width: 797px;   
}
#portalrenfrew .pageName {
    background-color: #0098d8;
    font-family: 'pluto_sansbold';
    font-size: 2.3em;
}
#portalrenfrew .rbDecorated, #portalrenfrew .rbSkinnedButton, #portalrenfrew .radButton {
    background-image: none !important;
    background-color: #0098d8 !important;
    color: white;
}
#portalrenfrew a {
    color: #0098d8;
}
#portalrenfrew .rgRow a, #portalrenfrew .rgAltRow a {
    color: #0098d8 !important;
}
#portalrenfrew #leftNav li a:hover {
    color: #0098d8;
}
#portalrenfrew #cart {
    background: #00618a;
    border-top: 1px solid #003349;   
}
#portalrenfrew #cartTitle {
    background: #0098d8;   
}
#portalrenfrew #cartSubtotal {
    background: #0378a9;   
}
#portalrenfrew div.RadComboBoxDropDown_Metro .rcbHovered {
    background: #0378a9;   
}
#portalrenfrew .nav1 {
    width:10.4%;
}
#portalrenfrew .nav2 {
    width: 10.9%;
}
#portalrenfrew .nav3 {
    width: 12.3%;
}
#portalrenfrew .nav4 {
    width: 14.1%;
}
#portalrenfrew .nav5 {
    width: 15.6%;
}
#portalrenfrew .nav7 {
    width: 18%;
}
#portalrenfrew .nav9 {
    width: 18.7%;   
}
.emptyResults {
    padding: 20px 40px;   
}

.RadButton_Default.rbSkinnedButton,
.RadButton_Default .rbDecorated,
.RadButton_Default.rbVerticalButton,
.RadButton_Default.rbVerticalButton .rbDecorated,
.RadButton_Default .rbSplitRight,
.RadButton_Default .rbSplitLeft 
{
    color: white !important;
}