html{
    background: black;
}

body{
    background: #ffffff;
}

#header{
    background: transparent url(../images/design/main-top-bg.jpg) repeat-x;
    width:100%;
}

#headerInner{
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
}

#wrapper{
    width: 980px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    margin: 0 auto;
    background: transparent url(../images/design/main-bg-shadow.png) repeat-y top center;
    padding-top:20px;
}

#cart{
    display: inline;
    position: relative;
    width: 150px;
    height: 105px;
    float:right;
    background: transparent url(../images/design/cart-info-bg.png) no-repeat;
    padding: 10px 20px 0 20px;
}

#content-left{
    width: 220px;
}

#content-middle{
    width: 710px;
    padding-left: 20px;
}

#cart .items{
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    width: 90px;
}

#cart .subtotal{
    float: right;
    font-size: 14px;
    text-transform: uppercase;
}

a#viewcart{
    position: absolute;
    bottom: 15px;
    left: 20px;
}

img#cartIcon{
    float: left;
}

span.itemsVal{
    float: right;
}

#search{
    float: right;
    clear: both;
}

#searchInputHolder{
    background: transparent url(../images/design/search-bar.png) no-repeat center left;
    padding: 15px 38px 15px 20px;
    display: inline;
    position: relative;
    top: -14px;
    left: 40px;
}

#topnav{
    margin: 20px auto 0 auto;
    border-top: 5px solid #ffea01;
    width: 960px;
    background: white;
    height: 32px;
}

#topnav li{
    display: inline;
    float: left;
    
    text-align: center;
}

#topnav li a{
    padding: 8px 20px 5px 20px;
    color: #0d0d0d;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 8px;
}

#topnav li a:link, #topnav li a:visited{
    text-decoration: none;
}

#topnav li a:hover, #topnav li a:active{
    color: white;
    background: #6a81ad;
    text-decoration: none;
}

#sidenav div{
    min-height: 38px;
    height: auto !important;
    height: 38px;
    float: left;
    width: 180px;
    padding: 17px 0 0 70px;
}

#sidenav a{
    text-decoration: none;
    font-weight: bold;
    color: #000100;
}

div.english-teams{
    background: transparent url(../images/design/lhs-england.png) no-repeat !important;
}

div.scottish-teams{
    background: transparent url(../images/design/lhs-scottish.png) no-repeat !important;
}

div.european-teams{
    background: transparent url(../images/design/lhs-euro.png) no-repeat !important;
}

div.international-legends{
    background: transparent url(../images/design/lhs-legends.png) no-repeat !important;
}

div.international{
    background: transparent url(../images/design/lhs-world.png) no-repeat !important;
}

#sidenav div{
    background: transparent url(../images/design/lhs-other.png) no-repeat ;
}

div.boxing{
    background: transparent url(../images/design/lhs-boxing.jpg) no-repeat !important;
}

ul.sideSubmenu{
    width: 80%;
    margin: 0 0 20px 0;
    float: left;
}

#sidenav ul.sideSubmenu li{
    padding: 0;
    height: auto;
}

#sidenav ul.sideSubmenu li a{
    display: block;
    width: 180px;
    line-height: 120%;
    padding: 9px 0 9px 30px;
    color: #597e9b;
}

#sidenav ul.sideSubmenu li a:link, #sidenav ul.sideSubmenu li a:visited{
    background: transparent url(../images/design/sub-category-bg.png) no-repeat left center;   
}

#sidenav ul.sideSubmenu li a:hover, #sidenav ul.sideSubmenu li a:active{
    background: #ebfaff url(../images/design/sub-category-bg-hover.png) no-repeat left center;
    color: #0D0D0D;
}

#footer{
    width: 100%;
    height: 115px;
    background: #04040C url(../images/design/footer-main-bg.gif) repeat-x center left;
    padding: 0;
}

#footerInner{
    width: 960px;
    margin: 0 auto;
}

#footer li{
    display: inline;
    float:left;
}

#leftFooter{
    margin-top: 20px;
    padding-top:20px;
    height: 35px;
    width: 420px;
    float: left;
    background: transparent url(../images/design/footer-bg-yel.png) no-repeat center left;
    text-align: center;
}

#footer a{
    color:#1e3158;
}

#footer a:hover{
    color:#1e3158;
}

#middleFooter{
    margin-top: 20px;
    padding-top:20px;
    width: 218px;
    height: 35px;
    float: left;
    background: transparent url(../images/design/footer-bg-wht.png) no-repeat center left;
    text-align: center;
}

#rightFooter{
    margin-top: 20px;
    padding-top:20px;
    width: 312px;
    height: 35px;
    float: right;
    background: transparent url(../images/design/footer-bg-blu.png) no-repeat center left;
    text-align: center;
}

#leftFooter ul, #middleFooter ul, #rightFooter ul{
    margin: 0 auto;
    width: auto;
}

#footerInner a{
    text-decoration: none;
    font-weight: bold;
}

#footerInner a:link, #footerInner a:visited{
    text-decoration: none;
}

#footerInner a:hover, #footerInner a:active{
    text-decoration: none;
}

#searchInput{
    border: none;
    width:200px;
}

#splashContent h1{
    color: #404e71;
    font-size: 24px;
    border-top: 1px dashed #d0d4f9;
    margin-top: 10px;
    padding-top: 10px;
}

#splashContent p, #extraDetails p{
    font-size: 13px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    color: #6981ad;
    line-height:140%;
    
}

p{
    color: #6981AD;
}

#widgetFeatured{
    width: 100%;
}

#widgetFeatured .body{
    width: 220px;
    text-align: left;
    margin-right: 10px;
}

#widgetFeatured .body .photo{
    text-align: center;
}

#widgetFeatured .body .title{
    padding-top: 10px;
}

#widgetFeatured .body .title, #widgetFeatured .body .sprice{
    text-align: left;
}

.sprice{
    padding:5px 0 5px 20px !important;
}

#widgetFeatured .body .title p{
    margin: 5px 0;
    font-size:12px;
}

#widgetFeatured .body .title a{
    text-decoration: none;
    color: #404E71;
    font-size: 14px !important;
}

#widgetFeatured .body .title a:link, #widgetFeatured .body .title a:visited{
    text-decoration: none;
}

#widgetFeatured .body .title a:hover, #widgetFeatured .body .title a:active{
    text-decoration: underline;
}

span.featuredFullPrice{
    color: red;
    text-decoration: line-through;
    font-size: 13px;
}

span.salePrice{
    color: #01684a;
    font-size: 16px;
    margin-left: 6px;
}

#widgetFeatured .body .sdetailsNoImg{
    position: relative;
}

#featuredImgWrapper{
    border-top: 1px dashed #d0d4f9;
    border-bottom: 1px dashed #d0d4f9;
    padding: 5px 0;
    margin-bottom: 10px;
}


#productDetail #productPhotos{
    width: 350px;
}

#productDetail #extraDetails h2{
    color: #404E71;
    font-size: 16px;
}

#relatedHeader{
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px dashed #d0d4f9;
    border-bottom: 1px dashed #d0d4f9;
}

#productDetail #extraDetails {
width:48%;

}

#productDetail #productsRelated {
    border: none;
}

#productDetail #productsRelated .content-even {
    border-left: none;
}

#productDetail #productsRelated .title a {
    color:#404E71;
    font-size:14px !important;    
}

#productDetail #productsRelated .title a:link, #productDetail #productsRelated .title a:visited {
    text-decoration: none;
}

#productDetail #productsRelated .title a:hover, #productDetail #productsRelated .title a:active {
    text-decoration: underline;
}

#productDetail #productsRelated .content-odd, #productDetail #productsRelated .content-even {
    width: 230px;
    margin-right:10px;
}

#productDetail #productsRelated .title {
    text-align: left;
}

#productDetail #productsRelated .details .sprice {
    text-align: left;
}

#productDetail #productsRelated .details {
    text-align: left;
}

#productDetail #productsRelated .title {
    width: auto;
}

#productGrid .content-odd3, #productGrid .content-even3 {
    border: none;
    padding: 0 15px 20px 0;
}

#productGrid .title {
    text-align: left;
}

.prodListTitle a{
    color:#404E71;
    font-size:14px !important;
    text-decoration: none;
}

.prodListTitle a:link, .prodListTitle a:visited {
    text-decoration: none !important;
}

.prodListTitle a:hover, .prodListTitle a:active {
    text-decoration: underline !important;
}

#productGrid .description {
    text-align: left;
}

#productGrid .details .sprice {
    text-align: left;
}

#productGrid .details .buttons {
    text-align: left;
}




#clientAccount .section, #clientAccount .logout {
    height: auto;
}

#clientAccount .hdr-title,
#viewCart #cartItems thead tr th,
#checkoutOnePage #cartItems thead tr th,
#existingCustomer .hdr-title,
#newCustomer .hdr-title,
#createCustomer .hdr-title,
#passwordRemindCustomer .hdr-title,
#checkoutOnePage #existingCustomer .hdr-title,
#checkoutOnePage #newCustomer .hdr-title {
    background-color: #0B1844;
}

#clientAccount {
    width: 700px;
}

#clientAccount #myAccount, #clientAccount #shipInfo, #clientAccount #billInfo {
    width: 210px;
}

#checkoutOnePage{
    width: 700px;
}

#viewCart {
    width: 700px;
}

#viewCart #cartButtons {
    width: 100%;
}

#checkoutOnePage #existingCustomer{
    float: right;
    position: relative;
    right: 100px;
}

/* Splash page tabs stuff */

#splashTabs { height: 350px; } 
.tabs-bottom { position: relative; } 
.tabs-bottom .ui-tabs-panel { height: 300px; overflow: visible; padding-left: 0; } 
.tabs-bottom .ui-tabs-nav { position: absolute !important; left: 0; bottom: 0; right:0; padding: 0 0.2em 0.2em 0; } 
.tabs-bottom .ui-tabs-nav li { margin-top: -2px !important; margin-bottom: 1px !important; border:1px solid black; background:yellow;}
.tabs-bottom .ui-tabs-selected { margin-top: -3px !important; }
.ui-tabs-selected li { border: 1px solid black;}
.ui-widget-header { background: none; border: none }
.ui-widget-content { border: none }
.tabs-bottom .ui-tabs-nav { padding-left: 500px }
.ui-tabs .ui-tabs-nav li a { padding: 4px 8px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected  { padding-bottom: 0; border:3px solid black }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a  { padding:2px 6px;}


#clientAccount .hdr-title {
    background: url(../images/design/table-bg-210.gif) no-repeat;
    height:23px;
    padding:7px 0 0 15px;
}

#clientAccount #billInfo {
border:none;
background: url(../images/design/account-bg.gif);
clear:left;
float:left;
height:auto !important;
margin:5px;
text-align:left;
width:210px;
}

#clientAccount #billInfo .body{
    padding:20px;
    font-size:13px;
    color:#173763;
    line-height:140%;
}


#clientAccount #shipInfo {
border:none;
background: url(../images/design/account-bg.gif);
float:left;
height:auto !important;
margin:5px;
text-align:left;
width:210px;
}

#clientAccount #shipInfo .body{
    padding:20px;
    font-size:13px;
    color:#173763;
    line-height:140%;
}

#clientAccount #myAccount {
border:none;
background: url(../images/design/account-bg.gif);
float:left;
margin:5px;
text-align:left;
width:210px;
height:auto !important;
}

#clientAccount #myAccount .body{
    padding:20px;
    font-size:13px;
    color:#173763;
    line-height:140%;
}


.goRight, .logout {
float:right;
text-align:right;
background:lightBlue;
padding:3px;
border: 1px solid #7995bc;
}


.goRight a, .logout a {
    color:#4b668b;
}

#existingCustomer .hdr-title {
    background: transparent url(../images/design/existing-bg.gif) no-repeat !important;
    padding:10px;
}

#customerLogin #existingCustomer {
    border:none;
background: url(../images/design/account-bg-255.gif);
clear:left;
float:left;
height:auto !important;
width:255px;
margin:5px;
text-align:left;
}


#customerLogin #existingCustomer .body{
    padding:15px;
    font-size:13px;
    color:#173763;
    line-height:140%;
    padding:5px;
}

#newCustomer .hdr-title {
    background: transparent url(../images/design/table-bg-210.gif) no-repeat !important;
    padding:8px;
    width:210px;
    margin-top:5px;
}

#cartItems tr {
    height:35px;
}

#cartItems thead tr {
    background: url(../secure/images/table-header-bg-wide.gif);
    height:35px;
    
}

#cartItems thead tr th {
    background:none !important;
    padding:10px 10px 10px 15px;
}

#cartItems tbody tr td{
    height:40px;
    vertical-align: middle;
    padding-left:20px;
}

#cartCoupon {
    
}

#searchForm h2 {
    color:#173763;
    font-size:16px !important;
    margin:5px 0 10px;
}

#productGrid h2, #categoryGrid h2 {
    color:#173763;
    font-size:16px !important;
    margin:5px 0 10px;
}

#productGrid h2 a, #categoryGrid h2 a{
    color:#173763;
    font-size:16px !important;
    margin:5px 0 10px;
    text-decoration:none;
}

#productGrid h2 a:hover, #categoryGrid h2 a:hover{
    color:#173763;
    font-size:16px !important;
    margin:5px 0 10px;
    text-decoration:underline;
}

#pageContent h2 {
    margin: 10px 0 3px 0;
    font-size:18px;
    color:#173763;
}

.pageNote p{
    margin-bottom:10px;
}

.pageNote h1{
    margin: 10px 0 3px 0;
    font-size:20px;
    color:#173763;
}

.pageNote h2{
    margin: 10px 0 3px 0;
    font-size:18px;
    color:#173763;
}

.pageNote h3{
    margin: 10px 0 3px 0;
    font-size:16px;
    color:#173763;
}

.pageNote h4{
    margin: 10px 0 3px 0;
    font-size:14px;
    color:#173763;
}

#myPrice{
    margin-bottom: 10px;
}

#productGrid #topOptions .sort .option select{
    height: auto;
}

#checkoutConfirm .hdr-title{
    background: url("../images/design/table-bg-210.gif") no-repeat scroll 0 0 transparent;
    height: 23px;
}

#checkoutConfirm #billInfo,
#checkoutConfirm #shipInfo,
#checkoutConfirm #paymentInfo,
#checkoutConfirm #orderDetails,
#checkoutConfirm #orderDetails .list{
    border: none;
}

#orderDetails .hdr-title {
    background: #373B6E;
}

#checkoutConfirm h2, #checkoutComplete h2 {
    color: #373B6E;
    font-size: 14px;
}

.submitOrder {
    background: white;
}

#checkoutConfirm {
    width: 100%;
}

#checkoutConfirm #billInfo, #checkoutConfirm #shipInfo {
    height: 170px;
}

#checkoutConfirm #orderDetails{
    width: 95%;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color:black;
text-decoration:none;
}


