
body {
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    background: #eee;
    font-family: Arial, Helvetica, sans-serif;
    }

/* Base Typography Styles */
a {
    color: #1b0386;
    background: inherit;
    }

a:hover {
    background: inherit;
    text-decoration: underline;
    }

h1 {
    font-size: 1.6em;
    padding: 0 0 5px 0;
    margin: 0;
    letter-spacing: -1px;
    }

h2 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.4em;
    letter-spacing: -1px;
    }

h3 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.2em;
    }

h4 {
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    font-size: 1.1em;
    }

p {
    margin: 8px 0;
    }

ul {
    margin: 0;
    padding: 5px 0 5px 15px;
    }

/* ------ common layout ------ */
#content {
    width: 950px;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
}

a img {
    border-style: none;
}

label {
    display: block;
    font-weight: bold;
    margin-top: 6px;
}

.error-message, #authMessage {
    display: block;
    color: #F83E0E;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ------ main layout ------ */
#navContainer {
    width: 970px;
    margin: 0 auto;
    background: #fff;
}

#tagLine {
    text-align:right;
    font-weight: bold;
    font-size: 1.2em;
    padding: 38px 7px 2px 0;
    float: right;
    width: 600px;
}

    #headerLogo {
        float: left;
        width: 265px;
        padding: 5px 0 0 0;
    }

    #headerLinks {
        float: right;
        padding: 10px 10px 0 0;
    }
    
    #navTabs {
        height: 35px;
        width: 100%;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        background-color: #000;
    }

        #navTabs ul {
            padding: 9px 0 0 0;
            float: left;
        }

        #navTabs li {
            margin: 0;
            padding: 0;
            width: 150px;
            float: left;
            display: block;
            border-left: 1px solid #fff;
        }
        
        #navTabs li.firstItem {
            border-left: none;
        }
        
        #navTabs  a {
            display: block;
            text-align: center;
            text-decoration: none;
            font-size: 1.2em;
            cursor: pointer;
            font-weight: normal;
        }

        #navTabs  a:link,
        #navTabs  a:visited {
            color: #fff;
        }

        #navTabs a:hover {
            text-decoration: underline;
        }

        #navTabs a.active {
            font-weight: bold;
        }

        #navTabs span {
            line-height: 35px;
            float: right;
            padding-right: 10px;
            color: #fff;
        }
    
/* clear div to make sure divs expand properly */
.clear {
    clear: both;
}

/* For two column layout */
#mainContentTwo {
    float: left;
    width: 770px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

#secondaryContentTwo {
    float: left;
    width: 160px;
}

/* For three column layout */
#primaryContentThree {
    float: left;
    width: 380px;
    border-left: 1px solid #ccc;
    padding: 0 5px;
}

#secondaryContentThree {
    float: left;
    width: 380px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
}

#tertiaryContentThree {
    float: left;
    width: 160px;
}

/* Styles for notifications and alerts */
#notificationMessage {
    margin: 10px;
    text-align: center;
    padding: 10px;
    background-color: #eee;
    height: 1%;
    font-weight: bold;
}

#alertMessages {
    margin: 10px;
    background-color: #B9121B;
    text-align: center;
    padding: 10px;
    color: #fff;
    height: 1%;
}

    #alertMessages a {
        color: #fff;
        text-decoration: underline;
    }
    
/* Syles for size links */
.sizesContainer {
    margin-left: 20px;
}

.sizes ul {
      float: left;
  }

  .sizes li {
      margin: 0 5px;
      padding: 6px 5px;
      width: 30px;
      float: left;
      display: block;
      border: 1px solid #333;
      background: #ccc;
  }
  
  .sizes a {
      display: block;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      font-weight: normal;
  }

  .sizes  a:link,
  .sizes  a:visited {
      color: #333333;
  }

  .sizes a:hover {
      text-decoration: underline;
  }

.storesContainer {
  margin: 35px 0 0 20px;
}
  
  
  .storesContainer a {
      padding-left: 20px;
      text-decoration: none;
      color: #333;
      line-height: 1.4em;
  }

  .storesContainer a:hover {
      text-decoration: underline;
  }
  
  
/* Styles for pagination */
.pagination {
    text-align: right;
    padding: 5px;
    }

    .sortFilters {
        float: left;
    }
        
        
/* Base Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
}

th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    }

td {
    border-bottom: 1px dotted #ccc;
    vertical-align: top;
    padding: 5px;
    }

table.noBorder td {
    border-bottom: none;
    vertical-align: top;
    }

/* Styles for horizontal grid sales lists */
div.horizontalGridList {
    float: left;
    width: 165px;
    height: 240px;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
    text-align: center;
}

    div.horizontalGridList div.productImgFrame {
        width: 125px;
        height: 125px;
        padding: 3px;
        line-height: 125px;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

    div.horizontalGridList div.productImgFrame img {
        vertical-align: middle;
    }

    div.horizontalGridList a.productName {
        font-size: 1.1em;
    }

span.salePrice {
    font-size: 1.1em;
    color: #cc0000;
    font-weight: bold;
}

/* Styles for ajax sales lists */
div.ajaxRecentList {
    float: left;
    width: 50px;
    height: 70px;
    margin: 3px;
    padding: 3px;
    overflow: hidden;
    text-align: center;
}

    div.ajaxRecentList div.productImgFrame {
        width: 40px;
        height: 40px;
        padding-bottom: 3px;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

    div.ajaxRecentList div.productImgFrame img {
        vertical-align: middle;
    }

    div.ajaxRecentList a.productName {
        font-size: .9em;
    }

a.subCategory {
    padding-left: 10px;
    text-decoration: none;
    color: #333;
    line-height: 1.4em;
}

a:hover.subCategory {
    text-decoration: underline;
}

a.mainCategory {
    padding-left: 10px;
    text-decoration: none;
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
}

a:hover.mainCategory {
    text-decoration: underline;
}

/* ------ ajax recent div ------ */

#ajaxRecent {
}

span.ajaxRecentTitle {
    font-weight: bold;
    float: left;
}

span.ajaxRecentNav {
    float: left;
    padding-left: 10px;
}


#ajaxRecent #flashMessage {
    float: left;
    padding-left: 10px;
    color: #B9121B;
    font-weight: bold;
}

/* ------ footer ------ */
#footer {
    clear: both;
    text-align: center;
    margin: 30px 0 5px 0;
    color: #808080;
    }

#footer a {
    color: #808080;
}
    
#footer span.copy {
    font-size: .9em;
}
 
/* ------ modal box ------ */
#MB_overlay {
    position: absolute;
    margin: auto;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
    background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
    position: absolute;
    top: 0;
    border: 0 solid;
    text-align: left;
    z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
    position: relative;
    background-color: #EFEFEF;
    height: 100%;
}

#MB_header {
    margin: 0;
    padding: 0;
}

#MB_content {
    padding: 6px .75em;
    overflow: auto;
}

#MB_caption {
    font-weight: bold;
    padding: .5em 2em .5em .75em;
    margin: 0;
    text-align: left;
}

#MB_close {
    display: block;
    position: absolute;
    right: 5px; top: 4px;
    padding: 2px 3px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}
#MB_close:hover {
    background: transparent;
}

#MB_loading {
    padding: 1.5em;
    text-indent: -10000px;
}

#MB_frame {
    padding-bottom: 7px;
}

#MB_window {
    background-color: #EFEFEF;
    color: #000;
}

#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }

.MB_alert {
    margin: 10px 0;
    text-align: center;
}