/********************************************/
/*************** RESET **********************/
/********************************************/

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #333333;
    font-family: Arial, Tahoma, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Lucida, Verdana;
    font-size: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.Heading {
    display: none;
}

.Float-Left {
    float: left;
}

.Float-Right {
    float: right;
}

.Clear-Both {
    clear: both;
}
.Clone-Contents {
    display: none;
}

/********************************************/
/********** STRUCTURE ***********************/
/********************************************/

body {
    background-color: #004e90;
    background-position: center 0;
    background-image: linear-gradient(top, #00529A 0%, #00AFEF 100%);
    background-image: -o-linear-gradient(top, #00529A 0%, #00AFEF 100%);
    background-image: -moz-linear-gradient(top, #00529A 0%, #00AFEF 100%);
    background-image: -webkit-linear-gradient(top, #00529A 0%, #00AFEF 100%);
    background-image: -ms-linear-gradient(top, #00529A 0%, #00AFEF 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #00529A),
        color-stop(1, #00AFEF)
        );
}

#Body-Wrapper {
    background-image: url(https://images.esellerpro.com/2650/images/block-backgrounds/body-top-bg.jpg);
    background-repeat: repeat-x;
    position: relative;
    float: left;
    width: 100%;
}

#Max-Width {
    position: relative;
    float: left;
    width: 100%;
    /*background-image: url(https://images.esellerpro.com/2650/images/block-backgrounds/christmas-bg.png);*/
    background-repeat: no-repeat;
    background-position: center top;
}

#Min-Width {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

#Wrapper {
    position: relative;
    float: left;
    margin: 0 auto;
    width: 1000px;
    background-image: url(https://images.esellerpro.com/2650/images/block-backgrounds/body-wrapper.png);
    background-repeat: repeat-y;
}

#Faux-Shadow {
    position: relative;
    float: left;
    margin: 0 auto;
    width: 1000px;
}

#Faux-Body {
    position: relative;
    float: left;
    margin: 0 0 0 10px;
    width: 980px;
    height: auto;
}

#Content-Wrapper {
    position: relative;
    float: left;
    width: 980px;
    height: auto;
}

/********************************************/
/************* CONTENT **********************/
/********************************************/

#Header-Container {
    position: relative;
    float: left;
    margin-left:-10px;
    padding:0 10px;
    width: 980px;
    height: 200px;
   background-image: url(https://images.esellerpro.com/2650/images/block-backgrounds/header-bg.png);
      
    /*  background-image: url(https://images.esellerpro.com/2650/images/block-backgrounds/header-bg-xmas.png);*/
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 2;
}

#Page-Logo {
    position: absolute;
    left: 46px;
    top: 54px;
}
#Ebay-Store {
    position: absolute;
    left: 535px;
    top: 54px;
}

#Content-Container {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 1;
}

#Menu-Left {
    position: relative;
    float: left;
    width: 175px;
    height: auto;
    padding: 10px 0 40px 34px;
}

#Menu-Right {
    position: relative;
    float: right;
    width: 171px;
    height: auto;
    padding: 0 0 40px 0;
}

#Content {
    background-color: #ffffff;
    position: relative;
    float: left;
    padding: 0 0 10px 0;
    width: 771px;
    height: auto;
}

#Footer-SUB {
    float: left;
    width: 980px;
    padding: 50px 0 10px 0;
    height: 247px;
    background-color: #175090;
}

#Faux-Footer {
    position: relative;
    float: left;
    padding: 40px 0 0 0;
    width: 980px;
    height: 55px;
    margin: 0 0 0 10px;
}

/********************************************/
/************* MODULES **********************/
/********************************************/

/*** Top Links ***/

#Header-Menu-Top-Links {
    position: absolute;
    right: 40px;
    top: 10px;
    height: 11px;
    line-height: 11px;
    list-style: none;
}

#Header-Menu-Top-Links li {
    float: left;
    padding: 0 12px;
    color: #333333;
    font-size: 0.7em;
    height: 11px;
    border-left: 1px solid #dfdfdf;
}

#Header-Menu-Top-Links li:first-child {
    border-left: none;
}

#Header-Menu-Top-Links li a {
    color: #666666;
}
#Header-Menu-Top-Links li a:hover {
    color: #666666;
}

/*** Header Menu ***/

#Header-Menu {
    position: absolute;
    left: 40px;
    top: 10px;
    height: 11px;
    line-height: 11px;
    z-index: 1;
    list-style: none;
}

#Header-Menu li {
    float: left;
    padding: 0 12px;
    font-size: 0.7em;
    height: 11px;
    border-left: 1px solid #dfdfdf;
}

#Header-Menu li:first-child {
    border-left: none;
}

#Header-Menu li a {
    color: #666666;
}

#Header-Menu li a:hover {
    color: #666666;
}

/*** Header Cart ***/

#Header-Cart {
    position: absolute;
    right: 40px;
    top: 110px;
    width: 455px;
    text-align: right;
    font-size: 0.8em;    
    padding-left:96px;
    height: 20px;
    line-height: 20px;

}

#Header-Cart #HC-Title {
    float: right;
    background-image: url(https://images.esellerpro.com/2650/images/objects/my-basket.gif);
    width:96px;
    height:20px;
    margin-right: 7px;
}

#Header-Cart #HC-ItemCount {
    color: #666666;
    float: right;
}
#Header-Cart #HC-ItemCount a {
    color: #d64b03;
    font-weight: bold;
}


/*** Header Search ***/

#Header-Search {
    position: absolute;
    right: 37px;
    top: 60px;
    height: 34px;
    width: 278px;
    border: 1px solid #a7a7a7;
}

#Header-Search li {
    display: inline;
    float: left;
}

#Header-Search li p {
    margin: 4px 6px 0 0;
    color: #00528c;
    font-size: 0.75em;
}

#Header-Search li #header-searchquery {
    position: relative;
    float: left;
    margin: 0 0 0 0;
    padding: 5px 8px;
    width: 226px;
    height: 24px;
    font-size: 0.75em;
    color: #666666;
}

#Header-Search li #header-searchsubmit {
    position: relative;
    float: left;
    padding: 0 0 0 0;
    width: 36px;
    height: 34px;
    cursor: pointer;
    background-image: url(https://images.esellerpro.com/2650/images/objects/buttons/search-button.gif);
}

#Header-Search li #header-searchsubmit:hover {
    background-color: #1e88d3;
}

/**** Header Tabs ***/

#Tabbed-Menu {
    position: absolute;
    left: 25px;
    top: 150px;

    width: 980px;
    list-style: none;
    height: 41px;
    line-height: 41px;
    z-index: 10;
}

#Tabbed-Menu > li{
    float: left;
    padding: 0;
    height: 41px;
    line-height: 41px;
    position: relative;
    z-index: 10;
    font-size: 0.875em;
    background-image: url(https://images.esellerpro.com/2650/images/elements/tabbed-menu-separator.png);
    background-position: left;
    background-repeat: no-repeat;
}

#Tabbed-Menu > li:first-child {
    background-image: none;
}

#Tabbed-Menu > li > a{
    float: left;
    padding: 0 20px 0 22px;
    color: #ffffff;
    font-weight: bold;
}

#Tabbed-Menu > li:hover > a{
    color: #d24401;
    padding: 0 19px 0 21px;
    background-image: url(https://images.esellerpro.com/2650/images/block-backgrounds/tabbed-menu-hover.jpg);
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #cdcdcc; 
    text-decoration: none;
}

#Tabbed-Menu > li > ul {
    position: absolute;
    left: -1px;
    top: 41px;
    visibility: hidden;
    list-style: none;
    padding-bottom: 15px;
    padding-top: 10px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #cdcdcc;
    margin: 0;
    z-index: 10;
    box-shadow: 0 4px 7px #999999;
    border-left: 1px solid #cdcdcc;
    border-right: 1px solid #cdcdcc;
}

#Tabbed-Menu > li:hover > ul{
    visibility: visible;
}

#Tabbed-Menu > li > ul > li {
    height: 29px;
    line-height: 29px;
    padding: 0 30px 0 25px;    
    min-width: 100px;
    font-size: 0.95em;
}

#Tabbed-Menu > li > ul > li > a {
    color: #004f94;
    white-space: nowrap;
    font-weight: bold;
}

#Tabbed-Menu > li > ul > li > a:hover {
    color: #004f94;   
}	

/*** BREADCRUMBS ***/

.Content-Heading-Container {
    position: relative;
    float: right;
    width: 771px;
    line-height: 20px;
    background-color: transparent;
}

.Content-Heading-Container p {
    position: relative;
    float: left;
    padding: 0 0 0 10px;
    font-size: 0.8em;
    color: #666666;
}

.Content-Heading-Container p a {
    color: #666666;
}

.Content-Heading-Container p .Orange {
    color: #d64b03;
    font-weight: bold;
}

.Content-Heading-Container p a:hover {
    color: #666666;
}

.Content-Heading-Container p .Orange:hover {
    color: #d64b03;
}

/*** Footer SUB ***/

#Footer-SUB ul.Links {
    float: left;
    list-style: none;
    width: 140px;
}
#Footer-SUB ul.Links:first-child {
    margin-left: 25px; 
}

#Footer-SUB ul.Links li {
    float: left; 
    width: 140px;
    line-height: 18px;
    font-size: 0.75em;
    color: #ffffff;
}
#Footer-SUB ul.Links li a {
    color: #ffffff;
}

#Footer-SUB #Footer-Category-List {
    width: 280px;
    margin-right: 30px;
}
#Footer-SUB #Footer-Brand-List {
    width: 200px;
}
#Footer-SUB #Footer-Brand-List li{
    width: 100px;
}

#Footer-SUB ul.Links li.FooterHeader, #Footer-SUB ul#Footer-Brand-List li.FooterHeader {
    font-size: 0.8em;
    margin-bottom: 7px;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
}

#Footer-SUB #FooterRight {
    width: 258px;
    height: 228px;
    position:relative;
    float:right;
    margin-top: -30px;
    margin-right: 29px;
}

#Footer-SUB #FooterRight img {
    position: absolute;
    top:0;
    left:0;
}
#Footer-SUB #FooterRight a {
    position: absolute;
    bottom: 75px;
    left: 12px;
    width: 232px;
    height: 18px;
}

/*** FAUX FOOTER ***/

#Faux-Footer ul.Links {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 980px;
    text-align: center;
    list-style: none;
    z-index: 1;
}

#Faux-Footer ul.Links li {
    display: inline;
    padding: 0 5px;
    font-size: 0.7em;
    color: #777777;
}

#Faux-Footer #W3C-Logos{
    position: relative;
    float: left;
    display: block;
    width: 190px;
    padding: 0 0 0 10px;
    z-index: 2;
}

#Faux-Footer p#eSellerPro{    
    color: #777777;
    font-size: 0.7em;
    margin: 0 215px;
    text-align: center;
    width: 600px;
}
#Faux-Footer p#eSellerPro a{    
    color: #777777;
}
#Faux-Footer p#eSellerPro span {    
    color: #777777;
    float: left;
    line-height: 36px;
}

#Faux-Footer p#eSellerPro img {
    float:left;
    margin-left: 5px;
}

/*** NEWSLETTER ***/

#Newsletter {
    position: relative;
    float: left;
    margin: 10px 0 0;
    padding: 5px 0;
    width: 100%;
    clear: both;
    background-color: #f0f0f0;
    font-size: 0.75em;
}
#Newsletter li {
    list-style: none;
    float: left;
    padding: 2px 5px 2px 5px;
}
#Newsletter li:first-child {
    padding-left: 150px;
}
#Newsletter label {
    padding: 5px 0;
    float: left;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    color: #777;
}
#Newsletter .newsletter-input {
    margin: 0;
    padding: 2px 8px 2px 8px;
    width: 200px;
    height: 17px;
    border: 1px solid #bebebe;
    border-radius: 2px;
    float: left;
    font-size: 1em;
    color: #777;
}
#Newsletter .newsletter-submit {
    float: left;
    height: 23px;
    line-height: 23px;
    margin: 0 15px 0 0;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.4px;
    color: #ffffff;
    background-color: #186da9;
}

#Newsletter .newsletter-submit:hover { background-color: #1e88d3;}

/********************************************/
/************* OTHER ************************/
/********************************************/

#LoadingBG {
    background-image: url(https://images.esellerpro.com/2650/images/objects/searchload.png);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#LoadingBG img {
    padding: 300px 0 0;
}

/*** POST CODE LOOKUP ***/

#Select-Postcode{
    padding: 2px 4px;
}

.Postcode-Lookup-Button {
    float: right;
    margin: 0 0 6px 4px;
    padding: 0 0 0 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-image: url(https://images.esellerpro.com/2650/images/objects/magnifying_glass.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.Text-Message{
    padding: 0 25px 10px;
    color: #cc0000;
    text-align: right;
}

#PostcodeContainer td{
    padding: 10px 0;
}

#PostcodeContainer select{
    background: #ffffff;
}








