
/* Layout, Structure and HTML Elements that stay the same */

body {
    padding:0px; margin:0px;
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    background:#000000;
    font-size: 10.5pt;
}

p {
    padding:0; margin:16px 0 10px 0;
}

.clear {
    clear:both;
}

a {
    text-decoration: none;
    color: #f09;
}

h2 {
    border-bottom: 1px solid #F09;
    padding: 0 0 5px 0;
}

.gutter {
    margin: 10px;
}

/* Container divs */

#container1 {
    width:100%; height:100%;
}

#container2 {
    width:1068px;
    margin:0 auto 0 auto;
    background: #333;
    overflow: hidden;
}

#copyrightEtAl {
    width: 1068px;
    margin: 10px auto;
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px solid #333;
    background: #000 url('../images/foot-secure-epayments.gif') 0 0 no-repeat;
    overflow: hidden;
    color: #FFF;
}

#footer p, #copyrightEtAl p {
    margin: 0;
    padding: 0;
}

#copyrightEtAl span, #copyrightEtAl p {
    float: left;
    margin-left: 25px;
}

#footer {
    width:1028px;
    margin:0 auto 0 auto;
    background: #FFF url('../images/hsbc-foot.gif') 20px 20px no-repeat;
    padding: 78px 20px 20px 20px;
    color: #333;
}

#logo {
    background: #333 url('../images/logo.gif') 50% 50% no-repeat;
    width: 250px;
    height: 180px;
    margin: 0;
    padding: 0;
    float: left;
}

#logo a {
    display: block;
    width: 228px;
    height: 159px;
    outline: none;
}

#logo a span {
    display: none;
}

#navlinks {
    float: left;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    width: 583px;
    color: #FFF;
}

#quickBasket {
    background: #333 url('../images/quickBasket.gif') 0 0 no-repeat;
    width: 140px;
    padding-left: 50px;
    float: left;
    margin: 10px 0 0 0;
    color: #FFF;
}

#quickBasket a {
    color: #FFF;
}

#quickBasketDivider {
    height: 1px;
    background: #f09;
    margin: 5px 0;
}

#extraNavigation {
    clear: both;
    overflow: hidden;
    color: #FFF;
}

#breadCrumbs {
    float: left;
    padding-left: 28px;
    line-height: 2em;
}

#countrySelectionSubmit {
    background: #333;
    border: 1px solid #f09;
    padding: 0 3px;
    margin: 1px;
    height: 22px;
    line-height: 22px;
    color: #f09;
    font-weight: bold;
}

#topPagination {
    width: 574px;
    float: left;
    text-align: right;
    line-height: 22px;
    height: 22px;
}

#filters {
    width: 242px;
    background: #FFF;
    padding: 0 0 20px 0;
    margin: 4px 0 10px 9px;
    float: left;
}

#filters a {
    color: #666;
    display: block;    
}

#filters ul {
    margin: 0 19px 0 19px;
    padding: 20px 0 0 0;
    list-style: none;
}

#filters ul li.title {
    color: #000;
    border-bottom: 1px solid #f09;
}

#shopByCategories li, #shopbyBrands li, #anneRecommends li {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #e9e9e9;
    display: block;
}

#wholecontent, #wholecontentProducts, #wholecontentDetails, #wholecontentBasket {
    margin: 4px 0 0 0px;
    width: 769px;
    background: #FFF;
    float: left;
}

#wholecontentBasket {
    margin: 4px 0 0 2px;
    width: 767px;
}

#wholecontentProducts, #wholecontentDetails {
    background: #333;
}

#information {
    background: #FFF;
}

.products .product {
    width: 190px;
    height: 325px;
    margin: 0 0 2px 2px;
    float: left;
    background: #666666;
    color: #FFF;
}

.products .product a {
    color: #FFF;
}

.products .product .productthumb {
    width: 190px;
    height: 265px;
    min-width: 190px;
    min-height: 265px;
    max-width: 190px;
    max-height: 265px;
    border: 0;
}


.products .product .producttext {
    height: 44px;
    border: 0;
    line-height: 16px;
    padding: 5px 0 0 5px;
}

.products .product .producttitle {
    font-weight: bold;
    height: 32px;
}

.products .product .price {
    float: left;
    padding-top: 3px;
    height: 20px;
}

.products .product .colours {   
    float: right;
    margin: 2px;
}

.products .product .colour {
    margin: 1px;
    width: 15px;
    height: 15px;
    float: right;
}

.productPagination {
    clear: both;
    float: right;
    width: 815px;
    text-align: center;
    margin: 20px 0;
    color: #FFF;
}
.productPagination a,
.productPagination u {
    padding: 2px 5px;
    text-decoration: none;
}

.productPagination a {
    color: #FFF;
}

.productPagination u {
    font-weight: bold;
    border-bottom: 2px solid #FFF;
}

#wholecontentProducts h2 {
    display: none;
}

#wholecontentDetails h2 {
    font-size: 12pt;
    font-weight: normal;
    color: #333;
    padding: 0;
    margin: 0;
}

#priceWrap {
    border-bottom: 1px solid #f09;
    padding: 3px 0;
    margin: 3px 0;
}

#submitter {
    background: #F09 url('') 0 0 no-repeat;
    border: 2px solid #F09;
    color: #FFF;
    padding: 0;
    margin: 0 4px;
}

#pictures {
    float: right;
}

input, select, textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFF url('../images/form_input_shadow.gif') 0 0 no-repeat;
    border: 1px solid #888;
}

.error {
    color: #ff0000;
}