﻿/* basic elements */
* { margin: 0; padding: 0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* mac hide \*/
* html .clearfix {height: 1%;}
  .clearfix {display: block;}
/* End hide */

body
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    color: #fff;
    font-size: 12px;
    background: url(../images/bg-wood.jpg) repeat;
    height: 100%;
}

p
{
    margin-bottom: 20px;
}

a:link, a:visited, a:hover
{
    color: #fff;
    text-decoration: none;
}

h2
{
    font-size: 16px;
    margin-top: -2px;
    padding-left: 6px;
    font-weight: bold;
}

h2.checkout
{
    padding-left: 12px;
}

h2.hdrProduct
{
    padding-left: 0;
}

h3.hdrWhite
{
    font-size: 13px;
    font-style: italic;
    padding: 0 0 5px 5px;
}

h3.hdrYellow
{
    font-size: 13px;
    color: #fcae00;
    padding-bottom: 5px;
}

a.btn:link, a.btn:visited
{
    height: 25px;
    line-height: 28px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 9px;
    text-decoration: none;
    color: #fff;
    background: #333;
    padding: 8px 10px 8px 10px;
    margin-right: 3px;
}

a.btn:hover
{
    color: #bddefe;
    background: #4d4d4d;
}

a.btnSmall:link, a.btnSmall:visited
{
    line-height: 22px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 9px;
    text-decoration: none;
    color: #fff;
    background: #333;
    padding: 6px 10px 6px 10px;
    margin-right: 3px;
}

a.btnSmall:hover
{
    color: #bddefe;
    background: #4d4d4d;
}

/* Header */
.hdrStripe
{
    background: #0d0d0d;
    height: 24px;
    width: 100%;
}

.hdrNav
{
    width: 986px;
    padding: 4px 0 4px 0;
    margin: auto;
    color: #fff;
    font-size: 10px;
}

.hdrNav li
{
    list-style: none;
    float: left;
    padding-right: 10px;
}

.hdrLinks
{
    width: 718px;
    padding-left: 46px;
    float: left;
}

.hdrNav a:link, hdrNav a:visited
{
}

.hdrNav a:hover
{
    color: #9ab3cb;
}

.hdrSignout
{
    font-size: 10px;
    text-align: right;
    float: left;
}

.lnkSignout
{
    padding-left: 10px;
}

.hdrMain
{
    width: 940px;
    height: 70px;
    margin: auto;
    padding-left: 46px;
    color: #fff;
    font-size: 10px;
}


.hdrMain h1 a
{
    display: block;
    width: 132px;
    height: 61px;
    float: left;
    text-indent: -5000px;
    overflow: hidden;
    background: url(../images/logo-hdr-ubiq.gif) no-repeat center;
}

.hdrBreadCrumbs
{
    width: 538px;
    font-size: 12px;
    color: #999999;
    padding: 41px 0px 0px 10px;
    float: left;
}

.hdrBreadCrumbs a
{
    color: #999999;
}

.hdrSearch
{
    padding-top: 4px;
    font-size: 11px;
    letter-spacing: 1px;
    float: left;
}

input#search
{
    border: solid 1px #4d4d4d;
    font-size: 12px;
    font-weight: bold;
    padding-left: 4px;
}
/* End Header */

.outerGrey
{
    width: 986px;
    background: url(../images/bg-outerGreyMain.gif);
    margin: auto;
}

.innerWrapper
{
    width: 958px;
    margin: auto;
}

/* Left Nav */
.mainLeft
{
    width: 160px;
    background: #000;
    padding: 0 4px;
    float: left;
}

li.leftNav
{
    list-style: none;
    padding-bottom: 2px;
}

li.leftNav a:link, li.leftNav a:visited
{
    width: 150px;
    padding: 3px 3px 3px 7px;
    display: block;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    background-color: #4d4d4d;
    margin: auto;
}

li.leftNav a:hover
{
    color: #000;
    background-color: #b2b2b2;
}

li.leftNavOn
{
    list-style: none;
    padding-bottom: 2px;
}

li.leftNavOn a:link, li.leftNavOn a:visited
{
    width: 150px;
    padding: 3px 3px 3px 7px;
    display: block;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    background-color: #b2b2b2;
    margin: auto;
}

li.leftNavOn a:hover
{
    color: #000;
    background-color: #b2b2b2;
}

.brandsLeft
{
    background: #4d4d4d url(../images/bg-nav-brands.gif) no-repeat top;
    width: 160px;
    margin: auto;
    padding-top: 26px;
}

.footwearLeft
{
    background: #4d4d4d url(../images/bg-nav-footwear.gif) no-repeat top;
    width: 160px;
    margin: auto;
    padding-top: 26px;
}

.apparelLeft
{
    background: url(../images/bg-nav-apparel.gif) no-repeat 0 4px;
    width: 160px;
    margin: auto;
    padding-top: 26px;
}

.apparelLeft ul
{
    background: #4d4d4d;
    padding-top: 4px;
}

.accessoriesLeft
{
    background: url(../images/bg-nav-accessories.gif) no-repeat 0 4px;
    width: 160px;
    margin: auto;
    padding-top: 26px;
    padding-bottom: 4px;
}

.accessoriesLeft ul
{
    background: #4d4d4d;
    padding-top: 4px;
}

.apparelLeft li, .footwearLeft li, .accessoriesLeft li, .brandsLeft li
{
    background: #4d4d4d;
    list-style: none;
}

.apparelLeft li a, .footwearLeft li a, .accessoriesLeft li a, .brandsLeft li a
{
    width: 113px;
    display: block;
    padding: 6px 40px 6px 7px;
    margin-top: 2px;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    text-decoration: none;
}

.apparelLeft li a:hover, .footwearLeft li a:hover, .accessoriesLeft li a:hover, .brandsLeft li a:hover
{
    color: #9ab3cb;
}
/* End Left Nav */

.mainMiddle
{
    width: 580px;
    float: left;
}

.mainMiddle li
{
    margin: 0 0 20px 30px;
}

.mainMiddle li li
{
    margin: 0 0 5px 25px;
    list-style-type: upper-alpha;
}

/* Right Nav */
.mainRight
{
    width: 202px;
    background: #000;
    padding: 0 4px;
    float: left;
}

a.rightNavBlog:link, a.rightNavBlog:visited
{
    width: 202px;
    height: 32px;
    display: block;
    background: url(../images/btn-right-blog.gif);
    text-indent: -5000px;
    overflow: hidden;
    margin-bottom: 4px;
}

a.rightNavBlog:hover
{
    background-position: -202px 0;
}

a.rightNavNewsletter:link, a.rightNavNewsletter:visited
{
    width: 202px;
    height: 32px;
    display: block;
    background: url(../images/btn-right-newsletter.gif);
    text-indent: -5000px;
    overflow: hidden;
    margin-bottom: 4px;
}

a.rightNavNewsletter:hover
{
    background-position: -202px 0;
}

a.rightNavGiftCert:link, a.rightNavGiftCert:visited
{
    width: 202px;
    height: 32px;
    display: block;
    background: url(../images/btn-right-giftcert.gif);
    text-indent: -5000px;
    overflow: hidden;
    margin-bottom: 4px;
}

a.rightNavGiftCert:hover
{
    background-position: -202px 0;
}

a.rightNavRss:link, a.rightNavRss:visited
{
    width: 202px;
    height: 32px;
    display: block;
    background: url(../images/btn-right-rss.gif);
    text-indent: -5000px;
    overflow: hidden;
    margin-bottom: 4px;
}

a.rightNavRss:hover
{
    background-position: -202px 0;
}

a.rightNavContact:link, a.rightNavContact:visited
{
    width: 202px;
    height: 32px;
    display: block;
    background: url(../images/btn-right-contact.gif);
    text-indent: -5000px;
    overflow: hidden;
    margin-bottom: 4px;
}

a.rightNavContact:hover
{
    background-position: -202px 0;
}

.rightNavPromo
{
    height: 163px;
    width: 202px;
    display: block;
    margin-bottom: 4px;
}

.rightNavPromo2
{
    background: url(../images/promo-right-2.jpg);
    height: 163px;
    width: 202px;
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    margin-bottom: 4px;
}

.rightNavPromo3
{
    background: url(../images/promo-right-3.jpg);
    height: 163px;
    width: 202px;
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    margin-bottom: 4px;
}

.rightNavPromo4
{
    background: url(../images/promo-right-4.jpg);
    height: 163px;
    width: 202px;
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    margin-bottom: 4px;
}
/* End Right Nav */

/* Footer */
.botSpacer
{
    margin: auto;
    background: url(../images/bg-outerGrey.gif);
    height: 4px;
    overflow: hidden;
    width: 986px;
}

.greyBar
{
    clear: both;
    margin: auto;
    background: #212121;
    height: 18px;
    width: 986px;
}

.ftrWrapper
{
    clear: both;
    width: 978px;
    padding: 4px 4px 0;
    background: url(../images/bg-outerGrey.gif);
    margin: auto;
}

.ftrLinksWrap
{
    width: 950px;
    margin: auto;
    color: #808080;
    background: #333333 url(../images/logo-ftr-ubiq.gif) no-repeat 33px center;
}

.ftrLinksText
{
    width: 870px;
    padding: 5px 0px 5px 80px;
    font-size: 10px;
}

.ftrLinksText a
{
    text-decoration: none;
    color: #808080;
}

.ftrLinksText a:hover
{
    color: #9ab3cb;
    text-decoration: underline;
}

.ftrSpace
{
    background-color: #212121;
    width: 950px;
    height: 4px;
    margin: auto;
}
/* End Footer */

/* Page Elements */
.mainContent
{
    background: #212121;
    padding: 6px 6px 25px 6px;
    margin: 4px;
}

.paging
{
    width: 580px;
    height: 25px;
    padding-bottom: 8px;
    text-align: center;
}

.paging a
{
    font-size: 12px;
    padding-right: 10px;
    text-decoration: underline;
    color: #fff;
}

.btnBar
{
    margin: 16px auto;
    padding: 4px 0;
    width: 580px;
    background: #000;
    clear: left;
}

.btnWrapper
{
    background: #212121;
    text-align: center;
    padding: 3px;
    margin: auto;
}

.Errors
{
    color: #fbc2c4;
    font-weight: bold;
    font-size: 14px;
}

.Errors ul
{
    list-style: none;
}

.Errors li
{
    margin: 0 0 0px 10px;
}

a.lnkBlue 
{
    text-decoration: none;
    color: #9ab3cb;
}

a.lnkBlue:hover
{
    text-decoration: underline;
}
