/* Generic page styling */
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background: #000 url(/images/banners/sale/sale-bg.jpg) no-repeat top center;
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #FEC11E;
}

a img, img {
    border: none;
}

ul {
    list-style: none;
}

input {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: #444;
    padding: 0px 5px;
    /*width: 70px;*/
}

input.button {
    background-color: #444;
    color: #FFF;
    font-weight: bold;
    height: 26px;
    padding: 0px 3px;
    cursor: pointer;
}

input.textbox2 {
    display: block;
    border: 1px solid #999;
    margin: 0px 0;
    font-size: 1em;
    width: 60px;
    float:left;
    margin-right:15px;
    margin-left:0px;
}

input.manualAddress {
    border: 1px solid #999;
    margin: 5px 0;
    font-size: 1em;
    width: 120px;
}



input.textbox, select.select {
    display: block;
    border: 1px solid #999;
    margin: 5px 0;
    font-size: 1em;
    width: 120px;
}

select.select
{
width:132px;

}
input.borderbox {
    border: 1px solid #999;
}
input.radio {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: normal;
    margin: 20px 5px;
    font-size: 1.8em;
    color: #606060;
}

h2 {
    font-weight: normal;
    margin: 10px 0px;
    font-size: 1.4em;
}

h3 {
    font-weight: bold;
    margin: 10px 0px;
    font-size: 1.1em;
}

p {
    margin: 1em 0;
}

#container {
    position: relative;
    width: 950px;
    margin: 0 auto;
}

#content {
    padding-bottom: 15px;
}

#header {
    padding: 10px 25px 10px 25px;
    background-color: #000;
}

a#logo {
    float: left;
    background: url(/images/logo.jpg);
    width: 210px;
    height: 43px;
    margin-top: 15px;
    display: block;
}

#logo h1 {
    display: none;    
}

#headerNavAndSearch {
    float: right;
    margin-right: 20px;
    text-align: right;
}

ul#headerNav {
    font-size: 0.9em;
    margin: 10px 0px;
}

ul#headerNav li {
    display: inline;
    margin-right: 10px;
    text-transform: uppercase;
}

form#search {
    margin-top: 10px;
}

input.searchBox {
    background: url(/images/inputboxBg.jpg) repeat-x #FFF;
    height: 26px;
    line-height: 26px;
}

input.searchBut {
    background: url(/images/searchGlass.jpg) no-repeat top left;
    width: 24px;
    height: 21px;
    margin: 3px 0px 0px 10px;
    cursor: pointer;
    vertical-align: top;
}

input.searchBut:hover {
    background-position: bottom left;
}

#shoppingBag {
    position: relative;
    float: right;
    background: url(/images/shoppingBag.jpg) no-repeat 35px 5px;
    height: 69px;
    padding: 5px 0px 0px 100px;
    width: 140px;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.5em;
    border-left: 1px solid #42454a;
    z-index: 10;
}

#headerSSLcert {
    position: relative;
    float: right;
    height: 69px;
    padding: 5px 0px 0px 100px;
    width: 140px;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.5em;
    z-index: 10;
}

#topNav {
    position: relative;
    background: url(/images/navBg.jpg) repeat-x top left;
    height: 34px;
    line-height: 34px;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 25px;
    z-index: 9;
}

#topNav a {
    position: relative;
    float: left;
    display: block;
    padding: 0px 13px;
}

#topNav .dropDown {
    margin-right: 3px;
}

#topNav .dropDown:hover {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background-position: bottom left;
}

#topNav .dropDown:hover a {
    margin-left: -5px;
    padding-right: 11px;
}

#topNav .item-level1 a {
    background: url(/images/navSeperator.gif) no-repeat center left;
    margin-left: -3px;
}

#topNav .dropDown a:hover {
    color: #FFF;
}

#topNav .item-level1 {
    position: relative;
    float: left;
    text-transform: uppercase;
    background: #000 url(/images/navBg.jpg) repeat-x top left;
}

#topNav .item-level1:hover .list-level2 {
    display: block;
}

#topNav .list-level2 {
    position: absolute;
    top: 34px;
    left: -2px;
    line-height: 16px;
    display: none;
    z-index: 10;
}

#topNav .list-level2.right {
    right: -2px;
    left: auto;
}

#topNav .item-level2 {
    position: relative;
    float: left;
    border: 2px solid #000;
    background: #000 url(/images/dropDownBg.jpg) repeat;
    text-transform: none;
}

#topNav item-level2.right .item-level2 {
    float: right;
}

#topNav .navSectionTitle {
     color: #FEB500;
     margin: 15px 0px;
     font-weight: bold;
}

#topNav table.item-level2 tr td {
    vertical-align: top;
}

#topNav .list-level3 {
    width: 105;
    text-align: left;
    padding: 10px 35px 30px 35px;
}

#topNav .item-level3 a {
    float: none;
    display: inline;
    color: #FFF;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    border: none;
    background: none;
}

#topNav .dropDown:hover .item-level3 a {
    margin: 0px;
    padding: 0px;
}

#topNav .dropDown .item-level3 a:hover {
    color: #FEC11E;
}

#topNav .dropDown:hover .viewAll a {
    display: block;
    color: #FEC11E;
    margin-top: 15px;
}

#topNav .dropDown a.moreBut, #topNav .dropDown a.lessBut {
    display: block;
    color: #FEC11E;
}

#topNav .dropDown a.moreBut:hover , #topNav .dropDown a.lessBut:hover {
    text-decoration: underline;
}

#topNav li.more {
    padding-top: 10px;    
}

#topNav .dropDown .viewAll a:hover {
    text-decoration: underline;
}

#bottomNav {
    width: 100%;
    background: #000 url(/images/footerNavBgTop.jpg) repeat-x;
    text-align: left;
    margin-top: 20px;
}

#storeLocator {
    position: relative;
    float: left;
    text-align: center;
    padding: 25px 40px 20px 40px;
}

#storeLocator label {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 5px;
}

#storeLocator a {
    display: block;
    font-size: 1.1em;
    margin-top: 5px;
}

#bottomNav .links {
    float: left;
    padding: 20px 35px 17px 10px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8em;
    border-left: 1px solid #000;
}

#bottomNav .links ul {
    float: left;
    margin: 0px 20px;
}

#bottomNavBottom {
    background: url(/images/footerNavBgBottom.jpg) repeat-x;
    height: 17px;
    margin-top: -17px;
}

#footer {
    margin: 15px 0px;
    color: #c8c8c8;
}

#footer a {
    color: #c8c8c8;
}

#footer a:hover {
    color: #FEC11E;
}

input.smallerButton {
    height: 18px;
}

#copyright {
    float: left;
}

#createdBy {
    float: right;
}

.clearfix:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.carouselContainer, .carouselContainer a {
    color: #000;
}

.carouselContainer a:hover {
    color: #666;
}

.nextBut, .prevBut {
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.nextBut {
    background-image: url(/images/next.gif);
}

.prevBut {
    background-image: url(/images/prev.gif);
}

.nextBut:hover, .prevBut:hover {
    background-position: bottom left;
}

.vContainer {
    display: table;
    height: 100%;
    overflow: hidden;
}

.vCell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.vItem {
    position: relative;
}

.crumbtrail {
    background-color: #F0F0F0;
    height: 18px;
    line-height: 18px;
    text-align: left;
    padding: 0px 15px;
    margin-bottom: 10px;
}

.productListingBg .crumbtrail {
    background: transparent;
}

.crumbtrail a.remove {
    margin-left: 5px;
    color: #F00;
    font-weight: bold;
    font-size: 1.1em;
}

.crumbtrail a.remove:hover {
    color: #F00;
    text-decoration: underline;
}

.crumbtrail, .crumbtrail a {
    color: #000;
}

.productListingBg .crumbtrail, .productListingBg .crumbtrail a {
    color: #FFF;
}

.crumbtrail a:hover {
    color: #666;
    text-decoration: underline;
}

.crumbtrail li {
    display: inline;
    padding: 0px 6px 0px 9px;
    background: url(/images/nav-bullet.gif) no-repeat 0px 3px;
}

.crumbtrail li.first {
    padding-left: 0px;
    background: none;
}

.note {
    clear: both;
    padding-top: 10px;
    font-size: 0.8em;
}

.whiteBg {
    background-color: #FFF;
    padding-top: 10px;
}

.whiteBg2 {
    background-color: #FFF;
    padding-top: 0px;
}

.whiteBgWithImg {
    background: #F9F9F9 url(/images/selectionBg.jpg) top left no-repeat;
    border: 2px solid #434343;
    padding-top: 10px;
}

.errorBg {
    background: #000;
    min-height: 500px;
    width: 100%;
    font-size: 1.2em;
    color: #FFF;
    text-align: center;
}

.productListingBg {
    background: #FFFFFF url(/images/productSelectionBg.jpg) top left repeat-y;
    padding-top: 10px;
}

.productBg {
    background: #231f20 url(/images/productBg.jpg) repeat-x;
    padding: 10px 0 15px 0;
}

.whiteBg, .whiteBg2, .whiteBgWithImg, .whiteBg a, .whiteBg2 a, .whiteBgWithImg a, .productBg, .productBg a {
    color: #2c2c2c;
}

.whiteBg a:hover, .whiteBg2 a:hover, .whiteBgWithImg a:hover, .productBg a:hover {
    color: #666;
}

.banner {
    width: 100%;
    overflow: hidden;
    height: 329px;
    margin-bottom: 20px;
}

a.button, .linkButton {
    position: relative;
    display: block;
    height: 19px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 19px;
    cursor: pointer;
}

a.blackBut, .blackBut {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
}

a.blackBut:hover, .blackBut:hover {
    background-color: #666;
    color: #FFF;
}

a.justColour.orangeBut, .justColour.orangeBut {
    background: #ffb600;
    color: #FFF;
}

a.justColour.orangeBut:hover, .justColour.orangeBut:hover {
    background-color: #ffa200;
    color: #FFF;
}

.social {
    padding-left: 3px;
}

.social img {
    margin-bottom: -2px;
}

.tabs, .tabs.ui-tabs {
    margin: 15px;
    background: none;
    border: none;
    padding: 0;
    -moz-border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.tabs.ui-tabs .ui-tabs-nav {
    padding: 0;
    -moz-border-radius: 0;
    background: none;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: -1px;
}

.tabs li, tabs.ui-tabs .ui-tabs-nav .ui-state-default, .tabs .ui-state-active, .tabs.ui-widget-content .ui-state-active,
.tabs .ui-state-default, .tabs.ui-widget-content .ui-state-default {
    display: block;
    float: left;
    background: url(/images/tab.gif) no-repeat 0 -33px;
    width: 148px;
    height: 33px;
    line-height: 33px;
    padding-right: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.1em;
    margin: 0;
    border: none;
}

.tabs.ui-tabs .ui-tabs-nav li a, .tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .tabs.ui-tabs .ui-tabs-nav li.ui-state-processing a, .tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a {
    padding: 0;
    float: none;
    cursor: pointer;
}

.tabs li.ui-tabs-selected, .tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background-position: 0 0;
    color: #000;
    padding: 0 5px 0 0;
}

.tabs li.ui-tabs-selected a {
    color: #000;
}

.tabs.ui-tabs .ui-tabs-panel {
    -moz-border-radius: 0;
    background: transparent;
    border: none;
}

.tabs li.ui-tabs-selected a:hover {
    color: #FFF;
}

.tabs .panel-container {
    padding: 35px 0px 35px 35px;
    border: 1px solid #CCC;
    text-align: left;
    font-size: 1.1em;
    height: 200px;
    overflow: hidden;
    background: #E6E6E6;
}

.tabs .tabs-panel {
    margin-top: -35px;
}

.tabs .tabContent {
    float: left;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    padding: 35px 0px;
}

.tabs .ui-tabs-hide {
    display: none;
}

.content {
   padding-bottom: 15px;
   text-align: left;
}
.content2 {
   padding-bottom: 0px;
   text-align: left;
}

.paddedContainer {
    position: relative;
    padding: 15px;
}

.leftAlign {
    text-align: left;
}

.borderedBox {
    position: relative;
    border: 1px solid #CCC;
    padding: 20px 40px;
    margin: 10px 0;
}

.labelFieldHorizontal label
{
    width: 160px;
    text-align: right;
    float: left;
    display: block;
    margin-right: 6px;
    height: 14px;
}

.labelFieldHorizontal input
{
    margin-left: 15px;
}

.labelFieldHorizontal span.asterisk
{
    width: 10px;
    float: left;
    position: relative;
}

.labelFieldHorizontal .checkbox label
{
    float: right;
    width: 77%;
    text-align: left;
}

.labelFieldHorizontal .checkbox input
{
    margin-left: 142px;
}

.labelFieldHorizontal .hangright
{
    float: left;
}

a.orangeBGBut 
{
    
    background: #f7921e url(/images/orangeButBg.gif) repeat-x; 
    float: left;
    display: block;
    height: 19px;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0 5px;
}

a.orangeBGBut:hover {
    color: #FFF;
}

a.orangeBGBut.padded {
    margin-top: 11px;
}

a.orangeBGBut span {
    /*background: url(/images/orangeButLeft.gif) no-repeat;
    display: block;
    height: 35px;
    padding: 9px 8px 0 20px;*/
}

a.blackBGBut {
    background: url(/images/blackbutbg.gif) repeat-x;
    float: left;
    display: block;
    height: 19px;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0 5px;

}

a.blackBGButpostcode {
    background: url(/images/blackbutbg.gif) repeat-x;
    display: block;
    height: 19px;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
}

a.blackBGBut:hover {
    color: #FFF;
}

a.clearborderlessBut {
    background-color: #ffffff;
    float: left;
    display: block;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    text-align: right;
    color: #2c2c2c;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 3px -10px;
    border: 0;
}
.wishbtn
{
    background-image: url('/images/wishListIcon.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 34px 0 0;
}
.printbtn
{
    background-image: url('/images/printIcon.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 34px 0 0;
}
.emailfriendbtn
{
    background-image: url('/images/emailFriendIcon.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 34px 0 0;
}

/* Home page styling */

#homeItems {
    margin-bottom: 20px;
}

#homeItems .item {
    position: relative;
    float: left;
    width: 310px;
    margin-right: 10px;
    overflow: hidden;
}

#homeItems .item.last {
    margin-right: 0;
}

#homeItems .item img {
    margin: 0 auto;
}

#homeItems .item .item-description {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 270px;
    font-size: 1.1em;
    color: #000;
    z-index: 1;
}

#homeItems .item .item-title-container {
    height: 25px;
    text-align: center;
    background-image: url('/images/home-subbanner-bg.jpg');
    background-repeat: repeat-x;
}

#homeItems .item .item-title {
    padding: 5px 5px 2px 5px;
    font-size: 1.1em;
    font-weight: bold;
}

#homeItems .item .item-img-container {
    height: 225px;
    background-color: #FFF;
    text-align: center;
}

#homeItems .item .item-content-container {
    text-align: center;
    background-image: url('/images/home-subbanner-textbg.jpg');
    background-repeat: no-repeat;
}

#homeItems .item .item-content {
    padding: 5px 8px 0px 8px;
    font-size: 11px;
    text-align: left;
}

#homeItems .item .item-content-link {
    padding: 5px 0px 8px 0px;
    height: 13px;
    background: url('/images/home-subbanner-arrow.png') no-repeat center left;
}

.carouselHeaderContainer {
    background: url(/images/carousel-header-bg.jpg) no-repeat;
    width: 950px;
    height: 22px;
}

.carouselHeaderText {
    padding: 4px 5px 2px 10px;
    font-size: 1.1em;
    color: #fff;
    font-weight: bold;
}

.carouselContainer {
    position: relative;
    /*background: url(/images/home_scroller_bg.jpg) no-repeat;*/
    background: #fff url(/images/home_scroller_bg_white.jpg) no-repeat;
    width: 100%;
    height: 145px;
    margin-bottom: 20px;
    padding-top: 17px;
}

.carouselContainer .carousel {
    background-color: #FFF;
    height: 130px;
    overflow: hidden;
    width: 906px;
    float: left;
}

.carouselContainer ul {
    height: 100%;
}

.carouselContainer li {
    float: left;
    width: 250px;
    height: 100%;
    margin: 0px 26px;
}

.carouselContainer li .vContainer {
    float: left;
}

.carouselContainer .img {
    width: 140px;
    margin-right: 5px;
    text-align: center;
}

.carouselContainer img {
    margin: 0 auto;
}

.carouselContainer .text {
    width: 105px;
    text-align: left;
}

.carouselContainer .text .itemHeader {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.carouselContainer .next {
    height: 130px;
    width: 19px;
    /*background-color: #FFF;*/
    background: url(/images/next-bg.jpg) no-repeat right bottom;
    float: left;
    padding-right: 3px;
}

.carouselContainer .prev {
    height: 130px;
    width: 19px;
    /*background-color: #FFF;*/
    background: url(/images/prev-bg.jpg) no-repeat left bottom;
    float: left;
    padding-left: 3px;
}

#latestNews .newsHeaderBg {
    background: url(/images/carousel-header-bg.jpg) no-repeat;
    width: 725px;
    height: 22px;
}

#latestNews .newsHeaderBg .newsHeaderTitle {
    float: left;
    padding: 4px 10px 2px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

#latestNews .newsHeaderBg .newsHeaderViewAll {
    float: right;
    padding: 4px 10px 2px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

#latestNews .newsContainer {
    background: url(/images/news_bg.jpg) repeat-x;
    height: 170px;
    width: 725px;
    float: left;
}

#latestNews .newsItem {
    float: left;
    text-align: left;
    width: 164px;
    margin-left: 14px;

}

#latestNews .newsItem .newsItemThumb {
    overflow: hidden;
    /*float: left;*/
    width: 164px;
    height: 105px;
    /*background: #FFF;*/
}

#latestNews .newsItem .newsItemThumb img {
    width: 164px;
    height: 105px;
}

#latestNews .newsSnippet {
    /*float: left;*/
    /*width: 120px;*/
    width: 158px;
    padding: 3px;
}

#latestNews .newsSnippet h3 {
    margin: 0;
}

#latestNews .newsReadMore {
    color: #ffbe1f;
    font-weight: bold;
}

.signupContainer {
    float: right;
    margin-top: -22px;
}

.signupContainer .signupHeader {
    background: url(/images/carousel-header-bg.jpg) no-repeat;
    width: 210px;
    height: 22px;
}

.signupContainer .signupHeader .signupTitle {
    padding: 4px 10px 2px 10px;
    font-size: 1.1em;
    font-weight: bold;
}

.signupContainer #followUs {
    margin-top: 10px;
    margin-left: 15px;
    width: 160px;
}

.signupContainer #followUs h3, #signupToEmail h3 {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 20px;
}

.signupContainer #signupAndFollow {
    width: 210px;
    height: 170px;
    background: url(/images/news_bg.jpg) repeat-x;
    margin-top: -10px;
    /*margin-top: -20px;*/
}

.signupContainer #signupToEmail {
    width: 180px;
    margin-left: 15px;
}

.signupContainer #signupToEmail input {
    margin-top: 3px;
}

.signupContainer #signupToEmail img {
    float: left;
    margin-right: 2px;
}

/* Multiple product page styling */

.sectionHeader {
    margin: 10px 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: #474e54;
    padding-left: 15px;
}

.storeLocationSideHeader {
    margin: 10px 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: #474e54;
}

.productListingBg .sectionHeader{
    color: #FFF;
}

.leftNav .storeLocationSideHeader {
     padding-left: 15px;
     margin-top: 5px;
}

.rightNav .storeLocationSideHeader {
     margin-top: 5px;
}

.leftNav {
    float: left;
    width: 170px;
    margin-right: 20px;
    font-size: 1.1em;
    text-align: left;
    /* background-color: #231F20; */
}

.rightContent {
    float: left;
    width: 750px;
    font-size: 1.1em;
}

.centralContent {
    float: left;
    width: 530px;
    font-size: 1.1em;
}

.rightNav {
    float: right;
    width: 170px;
    padding-right: 30px;
    font-size: 1.1em;
    text-align: left;
}

#filteringList ul {
    padding-top: 5px;
}

#filteringList li {
    position: relative;
    padding: 0px 0px 5px 20px;
}

#filteringList.filter {
    margin: 5px 5px 5px 10px;
}

#filteringList.filter ul {
    background: #4D4D4D;
}

#products {
   float: left;
   width: 745px;
}

.sectionNavTop {
    padding: 5px;
    font-weight: bold;
    color: #ffbe1f;
}

.leftNav .list-level1 {
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
}

.leftNav .item-level1 {
    font-weight: bold;
    border-top: 1px solid #666; 
    padding: 10px 0px 10px 15px;
}

.leftNav .item-level1 a {
    padding-left: 15px;
    background: url(/images/navArrow.png) no-repeat top left; 
    color: #ffbe1f;
}


.leftNav .item-level1 a:hover, .leftNav .item-level2 a {
    color: #FFF;
}

.leftNav .item-level2 a:hover {
    color: #ffbe1f;
}

.leftNav .item-level1.closed a {
    background-position: bottom left;
}

#locationBrowse.leftNav .item-level1 a, #informationNav.leftNav .item-level1 a {
    color: #000;
    background-image: url(/images/navArrowBlack.png);
}

#locationBrowse.leftNav .item-level2 a, #informationNav.leftNav .item-level2 a {
    background: none;
    color: #000;
}

.leftNav .list-level2 {
    margin-top: 10px;
}

.leftNav .item-level2 {
    font-weight: normal;
    padding: 1px 0px 1px 15px;
}

.leftNav .item-level2 a, .leftNav .closed .item-level2 a  {
    background: none;
    padding: 0;
}



#filteringList .removeBut {
    display: block;
    background: url(/images/clearBut.jpg) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    right: 5px;
    cursor: pointer;
}


#products .item, #relatedItems .item {
    position: relative;
    float: left;
    width: 175px;
    height: 272px;
    border: 2px solid #e6e6e6;
    background-color: #e6e6e6;
    font-size: 1.1em;
    margin: 0px 7px 30px 0px;
    text-align: center;
}

#products.fromThisBrand .item {
    border-color: #CCC;
    background-color: #CCC;
}

#comparepage #products .item {
    height: auto;
}

#products .item, #products .item a {
    color: #666;
}

#products .item a:hover {
    text-decoration: underline;
}

#products .item.rowEnd {
    margin-right: 0;
}

#products .item .imgBox, #relatedItems .item .imgBox {
    position: relative;
    width: 100%;
    height: 177px;
    background-color: #FFF;
    margin-bottom: 10px;
}

#products .item img, #relatedItems .item img {
    margin: 0 auto;
}

#products .item a.itemLink, #products .item .overlay, #relatedItems .item a.itemLink, #relatedItems .item .overlay {
    position: absolute;
    width: 100%;
    height: 177px;
    left: 0px;
    top: 0px;
}

#products .item .overlay, #relatedItems .item .overlay {
    text-align: left;
    z-index: 1;
}

#products .item a.itemLink, #relatedItems .item a.itemLink {
    display: block;
    z-index: 2;
    background-image: url(/images/blank.gif);
}

#products .item .itemDetails, #relatedItems .item .itemDetails {
    height: 58px;
    padding: 0px 8px;
    font-size: 0.9em;
}

#comparepage #products .item .itemDetails {
    height: auto;
    padding-bottom: 5px;
}

#products .item .itemButtons {
    text-align: left;
    padding: 0px 8px;
}

#products .item .itemButtons input, #relatedItems .item .itemButtons input {
    float: left;
    margin-top: 2px;
}

#products .item .itemButtons label, #relatedItems .item .itemButtons label {
    display: block;
    float: left;
    line-height: 17px;
    padding-left: 3px;
    vertical-align: middle;
}

#products .item .price, #relatedItems .item .price {
    font-weight: bold;
    font-size: 1.1em;
}

.item a.details {
    position: relative;
    display: block;
    float: right;
    background: url(/images/detailsBut.jpg) no-repeat top left;
    width: 78px;
    height: 19px;
}

.item a.details:hover {
    background-position: bottom left;
}

a.compareLink {
    display:block;
    text-align: left;
    font-weight: bold;
}

/* Individual product page styling */

#mainProductImage {
    float: left;
    width: 605px;
    height: 455px;
    margin: 0px 10px 0px 15px;
}

#buyItem {
    float: left;
    width: 285px;
    border: 5px solid #CCC;
    font-size: 1.1em;
}

#buyItem #itemDetails {
    padding: 10px;
}

#buyItem .itemSku {
    display: none;
    padding-bottom: 5px;    
}

#buyItem .itemName {
    font-size: 1.5em;
}

#buyItem .price {
    font-size: 2.5em;
    font-weight: bold;
    margin: 5px 0px;
}

#buyItem .stock {
    font-weight: bold;
    font-size: 1.1em;
}

#buyItem .inStock {
    color: #0e8a2e;
}

#buyItem .outOfStock {
    color: #990b00;
}

#buyItem .subSection {
    border-top: 1px solid #CCC;
    padding: 10px;
    text-align: left;
}

#buyItem .subSection.share {
    text-align: center;
}

#buyItem .icon {
    float: left;
    margin-right: 10px;
}

#buyItem .details {
    text-align: left;
    float: left;
    width: 90px;
    margin-right: 3px;
}

#buyItem .deliveryDetails {
    float: left;
    width: 210px;
}

#buyItem .blackBut {
    float: left;
    width: 125px;
}

#buyItem .button {
    margin-top: 10px;
}

#buyItem input.blackBut {
    float: left;
    width: auto;
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    height: 22px;
    line-height: 20px;
}

#buyItem input.blackBut:hover {
    background-color: #666;
}

#buyItem .textInput {
    float: left;
    height: 22px;
    line-height: 22px;
    border: 1px solid #f2f1f1;
    margin-right: 2px;
}

#relatedItemsTitle {
    padding-left: 40px;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

#relatedItems {
    margin: 15px;
    /*border: 1px solid #CCC;*/
    padding: 10px 0px 20px 45px;
    /*background: #FFF;*/
}

#relatedItems .item {
    margin: 0px 35px 0px 0px;
}

#relatedItems .item .itemButtons {
    margin: 0px 10px;
    color: #666;
    padding-left: 5px;
}

/* Shipping Bag and checkout process styling */

.grayHeader {
    background: #F0F0F0;
    font-size: 1.5em;
    padding: 3px 0px 3px 20px;
}

table#basket {
    width: 100%;
    text-align: center;
    font-size: 1.1em;
}

table#basket .price {
    width: 70px;
}

table#basket th.img {
    padding-left: 20px;
    text-align: left;
}

table#basket td.qty input, table#basket tr.summary input  {
    border: 1px solid #CCC;
}

table#basket tr.summary input.button {
    border: none;
}

table#basket tr th {
    padding-bottom: 15px;
}

table#basket tr.item td {
    border-top: 1px solid #666;
}

table#basket tr.summary td {
    text-align: right;
    font-size: 1.1em;
}

table#basket tr.summary td.price {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    padding-right: 2px;
}

table#basket tr td.remove {
    border-right: 1px solid #666;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}

table#basket tr td.img {
    border-left: 1px solid #666;
    padding-left: 10px;
}

table#basket tr td {
    padding: 10px 0px;
}

table#basket tr td.empty {
    height: 20px;
    padding: 0;
}

table#basket tr td.name {
    text-align: left;
}

table#basket tr td.price {
    font-size: 1.3em;
    font-weight: bold;
}

table#basket tr.buttons td {
    padding-top: 20px;
    text-align: right;
}

.box {
    padding: 30px 50px;
}

/* Information page styling */

h1.infoTitle {
    margin-bottom: 10px;
}

.informationpages {
    padding: 5px;
}

.informationpages a {
    font-weight: bold;
}

.infosubheader {
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
}

.infoyellow {
    color: #4F4F4F;
}

.info {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.infowhite {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

/* News page styling */

a.newslink {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

a.newslink:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

a.newslinkwhite {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

a.newslinkwhite:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.childPages {
    border-top: 1px dashed #CCC;
    padding: 5px;
    width: 730px;
}

.childPages ul li {
    float: left;
    padding-left: 10px;
    width: 350px;
    background: url(/images/yellowarrowleftnav-in.gif) no-repeat 1px 2px;
}

#productSorting {
    margin: 10px 0px;
}

#productSorting select{
    font-size: 8pt;
}

#productsPerPage, #sortBy {
    float: left;
    margin-right: 10px;
}

#pagingLinks
{
	color: #000;
    float: right;
    line-height: 18px;
}

#pagingLinks a
{
	color: #000;
}

#pagingLinks #itemCount
{
	padding-right: 10px;
	float: left;
}

#pagingLinks #pageCount
{
	padding-right: 10px;
	float: left;
}

#pagingLinks #pager
{
	float: left;
}


/* Original modified Style - GS */
.gsGold {color: #AC7901; font-weight :bolder  ; text-decoration : underline;font-size :14px;} 
.png a:hover {color: #AC7901} 
	
/* Option 2 original style 
.gsGold {font-size :14px; padding:10px 20px 10px 0; margin: 0px;} */


/* Option 3 style 
.png a{ padding: 1px 6px; border: solid 1px #ddd;background: #fff; text-decoration: none; margin-right:2px}
.png a:visited { border: solid 1px #ddd; background: #fff; text-decoration: none;}
.png .gsGold{padding: 1px 6px;font-weight: bold; font-size: 13px;border:none}
.png a:hover {color: #fff; background: #ffa501;border-color:#ffa501;text-decoration: none;} */


#pagingLinks #pager a img {
    vertical-align: top;
    margin-top: 1px;
}

/* My Account Styling */

.myAccount {
    font-size: 1.1em;
    /*padding: 35px;*/
}

.myAccount h1 {
    font-size: 1.7em;
}

.checkbox input {
    float: left;
    margin-right: 10px;
}

.accountTabs th
{
    font-size: 12px;
	text-align: center;
	color: #fff;
	height: 20px;
	background: url('/images/largetab.gif') no-repeat;
	border-bottom: 1px solid #333;
	padding: 0;
}

.accountTabs th.selected
{
	background-image: url('/images/largetab-selected.gif');
}

.accountTabs th a
{
	text-decoration: none;
	color: #333;
}

.accountTabs th a:hover
{
	color: #000;
}

.accountTabs th.selected a
{
	color: #FFF;
}

.accountTabs th.selected a:hover
{
    color: #CCC;
}

.accountContent td
{
    padding: 10px;
    /*border: 1px solid #CCC;*/
}

.accountContent td td
{
    padding: 0;
    border: none;
}

.sectionSubHeader {
    font-size: 1.2em;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.accountHomeSubHeader {
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.detailSubHeader {
    font-size: 1.2em;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.pagerLeft {
    float: left;
}

.pagerLeft a {
    margin: 0 5px;
}

.pagerRight {
    float: right;
    margin-right: 80px;
}

.pagerRight a {
    margin: 0 5px;
}

.paging {
    padding-top: 10px;
    font-weight: bold;
}

.pagerDetails {
    float: left;
    width: 400px;
    text-align: center;
}

.leftFloatBut {
    float: left;
    margin-right: 20px;
}
.rightFloatBut {
    float: right;
    margin-left: 20px;
}

.IFCContainer {
    width: 750px;
}

.IFCBox {
    float: left;
    width: 220px;
    margin: 10px;
    padding-bottom: 10px;
    text-align: center;
    border: 1px solid #999;
    background: #FFF;
}

.IFCHeader {
    font-size: 1.2em;
    font-weight: bold;
    background: #F4F4F4;
    padding: 5px 0px;
}


.IFCPopupHeader {
    font-size: 18px;
    padding: 0px 0px 15px 0px;
}

.IFCContent {
    padding: 2px 5px 2px 5px;
}
.IFClabel {
    float: left;
    width: 150px;
    text-align: left;
}
.IFCvalue {
    float: left;
    width: 60px;
    text-align:right;
}
.IFClarge {
    width: 210px;
    font-size: 10px;
    text-align: center;
}

.IFCHeaderText {
    width: 210px;
    font-size: 11px;
    text-align: center;
    padding: 5px;
}
.IFCTypicalApr {
    width: 210px;
    font-size: 14px;
    text-align: center;
}

.IFCDeposit, .IFCPCM {
    float: left;
    width: 105px;
}

.IFCPrice {
    font-weight: bold;
    font-size: 1.1em;
}

.IFCBox .button {
    width: 160px;
    margin: 0 auto 10px auto;
    color: #FFF;
}

.errormsg {
    border: 1px solid #F00;
    background: #FFDEDE;
    color: #9E1111;
    font-size: 1.1em;
    padding: 5px;
    margin: 10px 0px;
}

.paypalBut {
    background: url('https://www.paypalobjects.com/WEBSCR-640-20100809-1/en_US/i/btn/btn_xpressCheckout.gif') no-repeat top left;
    height: 42px;
    width: 145px;
    cursor: pointer;
    margin-bottom: -10px;
}

.paypalBut:hover {
    background-position: bottom left;
}

.buttons .but {
    margin-left: 10px;
}

.giftwrap td {
    background: #F4F4F4;
    border-bottom: 1px solid #666;
    text-align: left;
}

.giftwrap td.first {
    border-left: 1px solid #666;
}

.giftwrap td.last {
    border-right: 1px solid #666;
}

.giftwrapBox {
    position: relative;
    border: 1px solid #666;
    background: #FFF;
    padding:5px;
    height: 93px;
}

.giftwrapBox .col {
    float: left;
    width: 300px;
}

.giftwrap td {
    background: #F4F4F4;
    border-bottom: 1px solid #666;
    text-align: left;
}

.giftwrap td.first {
    border-left: 1px solid #666;
}

.giftwrap td.last {
    border-right: 1px solid #666;
}

table#basket .giftwrapOptions td {
    border: none;
    background: none;
    padding: 0;
}

.giftwrapBox {
    border: 1px solid #666;
    background: #FFF;
    padding:5px;
}

.giftwrapBox .col {
    float: left;
    width: 250px;
}

a.removeButton {
    position: absolute;
    top: -8px;
    left: -8px;
    display: block;
    background: url(/images/remove_bg.png) no-repeat;
    width: 19px;
    height: 18px;
    text-align: center;
    padding: 1px 0px 0px 0px;
    color: #FFF;
}

a.removeButton:hover {
    color: #CCC;
}

/* mini basket flydown */
#miniBasketDropdown {
    position: absolute;
    top: 70px;
    left: -20px;
    width: 215px;
    background: #57585A url(/images/minibasketbg.gif) repeat-x;
    border: 2px solid #FFC120;
    text-align: left;
    color: #FFF;
    font-size: 0.85em;
    line-height: 1.2em;
    padding: 10px;
    display: none;
}

.miniBasketRow {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #AEAEAE;
}

.miniBasketRow.orderTotal {
   border: none;
}

.miniBasketItem {
    float: left;
    width: 50px;
    height: 65px;
    background: #FFF;
    border: 1px solid #333;
    margin-right: 10px;
}

.miniBasketItemDetails {
    float: left;
    padding-left: 10px;
    width: 140px;
}

.miniBasketPrice {
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}

.miniBasketOrderTotal {
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    float: right;
    width: 140px;
}
.searchhighlight {
    color: Red;
}
.searchResults
{
    position: absolute;
    display: none;
    border: solid 1px #cdcdcd;
    min-height: 100px;
    min-width: 400px;
    background-color: #000000;
    z-index: 100;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
}

.searchResults ul
{
    margin: 0;
    padding: 4px 0 4px 4px;
}
.searchResults ul > li
{
    margin: 0;
    list-style-type: none;
}

.searchResults ul > li a:visited
{
    margin: 0;
    padding: 0;
    color: #686868;
}
.productSpec
{
    position: relative; float: left; width: 290px; padding-left: 10px
}
#comparepage {
    padding: 5px;
}
.comparelist {
    position: relative;
    float: left;
    width: 156px;
    padding: 2px;
    margin-bottom: 10px;
}
.comparetitle {
    position: relative;
    float: left;
    width: 77px;
    font-weight: bold;
    text-align: left;
}
.compareitem {
    position: relative;
    float: left;
    width: 77px;
    text-align: left;
}

.comparerow {
    height: 28px;
    overflow: hidden;
    border-bottom: 1px silver solid;
}

#comparepage .name {
    clear: both;
    height: 28px;
    overflow: hidden;
}

.glossarynav {
        float: left;
        padding: 0px 7px;
        font-size: 16px;
        font-weight: bold;
}

.glossarynavspacer {
        float: left;
        font-size: 16px;
}

.glossarylist {
        float: left;
        width: 250px;
}

.glossarybacktotop {
        float: left;
        width: 250px;
        text-align: right;
}

.glossaryletter {
        font-weight: bold;
        font-size: 16px;
        text-align: left;
}
/*dialog*/
.ui-dialog.ui-widget-content {
    background: #333;
    border: 1px solid #000;
}

.ui-dialog.ui-corner-all {
    -moz-border-radius: 0;
}

.ui-dialog .ui-dialog-content.ui-widget-content {
    background: #FFF;
    border: 1px solid #000;
    padding-top: 26px;
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header {
    position: absolute;
    top: -26px;
    left: -1px;
    background: url(/images/modalTab.png) no-repeat;
    width: 176px;
    height: 26px;
    border: none;
    padding: 6px 10px 0px 10px;
    color: #FFF;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background: url(/images/modalClose.gif) no-repeat;
    height: 11px;
    width: 11px;
    top: 9px;
    right: 5px;
    cursor: pointer;
    position: absolute;
}

.ui-dialog .ui-widget-header .ui-icon {
    background-image: none;
}

/*checkout*/
.checkout .borderedBox
{
    padding-left: 100px;
    font-size: 1.1em;
}

.checkout h1
{
    margin: 20px 5px;
}

.checkout h3
{
    font-size: 1.2em;
    margin-bottom: 15px;
}

#checkoutNavButtons
{
    padding-top: 20px;
}

.checkoutProcess
{
    list-style: none;
    background: #F5F5F5;
    margin: 40px 20px 10px 20px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 1.1em;
}

.checkoutProcess li
{
    position: relative;
    float: left;
    padding: 0 15px;
}

.checkoutProcess li.pastOrCurrent
{
    background: #FFFBE8;
}

.checkoutProcess li .currentIcon
{
    position: absolute;
    top: -26px;
    background: url(/images/vanIcon.jpg) no-repeat;
    width: 40px;
    height: 24px;
}

#storeLocationMap {
    width: 530px;
    height: 400px;
    margin-bottom: 20px;
}

.storeDetails {
    float: left;
    width: 240px;
    margin-right: 20px;
    height: 230px;
}

.storeDetails span {
    display: block;
    padding-bottom: 5px;
}

.storeDetails a {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    display: block;
    padding-bottom: 5px;
}

strong.openingDay {
    display: block;
    float: left;
    width: 50px;
}

#storeDetails {
    margin-top: 20px;
}

#storeImage {
    width: 270px;
    overflow: hidden;
    float: left;
}

#storeSummary {
    float: right;
    width: 250px;
}

#appointmentForm {
    margin-top: 40px;
    border: 1px solid #ccc;
    padding: 5px 10px 10px 10px;
}

a.addressChoice {
    display: block;
    margin: 1px 10px;
}

h1#storeName {
    margin: 20px 5px 5px 0;
}

#storeBanner {
    margin-top: 10px;
}

h1.error404 {
    color: #FFBA0E;
    font-weight: bold;
}
.CSBox {
    float: left;
    width: 250px;
    margin: 10px;
    text-align: center;
    border: 1px solid #999;
}

.CSHeader {
    font-size: 1.4em;
    font-weight: bold;
    background: #F4F4F4;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #999;
}
#locationBrowse.leftNav a:hover {
    color: #666;
}

.jquery-selectbox {
	position: relative;
	height: 17px;
	width: 100px;
	float: left;
	display: inline;
	margin: 4px 4px 14px 90px;
	color: #444;
	background: url(/images/selectbg.gif) repeat-x;
	text-align: left;
}

.jquery-selectbox.selecthover {
	z-index: 700;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #FFF;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #919191;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(/images/selectmore.gif) no-repeat top left;
	width: 16px;
	height: 17px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background-position: bottom left;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #CCC;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

.CSContent {
    padding: 10px 25px;
    font-size: 1.2em;
    font-weight: bold;
}
.CSlabel {
    float: left;
    width: 100px;
    text-align: left;
}
.CSvalue {
    float: left;
    width: 90px;
    text-align:right;
}
.CSFooter {
    font-size: 1.4em;
    font-weight: bold;
    padding: 15px 25px;
    border-top: 1px solid #999;
}

.basketUpdate {
    display: block;
}

#productsTop {
    background: #000;
    margin-bottom: 10px;
    padding: 1px 0;
}

#productsTop .crumbtrail {
    float: left;
    width: 730px;
    margin: 0;
    line-height: 19px;
}

#productsSignUpToEmail {
    display: block;
    float: right;
    width: 175px;
    height: 20px;
    margin-right: 10px;
    padding-top: 2px;
}

#productsSignUpToEmail img {
    margin-top: -3px;
    float: left;
}

#productSignUpToEmail input {
    float:left;
    margin-right: 2px;
}

.banner ul {
    list-style: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #FFF;
}

.banner ul li {
    float: left;
    margin-right: 10px;
    height: 16px;
}

.banner ul li a {
    display: block;
    border: 1px solid #FFF;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}

.banner ul li a.selected {
    background: #fcc11d;
    color: #000;
}

.banner ul li a.selected:hover {
    color: #666;
}

.radioList input, .radio input {
    float: left;
    margin-right: 10px;
}

.checkout label, #newsletterSignUp label  {
    float: left;
    width: 140px;
}

.checkout a.orangeBGBut {
    float: right;
}

.checkout .textbox, #newsletterSignUp .textbox {
    float: left;
    margin: 0 5px 0 0;
}

.checkout .textboxNL, #newsletterSignUp .textboxNL {
    float: none;
    margin-top: 20px;
    clear: both;
}

.sectionRow {
    margin: 5px 0;
}

.checkout input.borderbox {
    margin-right: 5px;
}

#paymentOptions {
    margin:  0 0 20px 40px;
}

#paymentOptions input {
    margin-top:13px;
}

.extraItem {
    position: absolute;
    left: 15px;
    bottom: 100px;
    padding: 10px;
    text-align: left;
    border: 1px solid #333;
    color: #000;
    font-size: 1.2em;
    width: 400px;
}

#extraItemTitle {
    font-size: 1.2em;
    color: #444;
    font-weight: bold;
    margin-bottom: 5px;
}

.extraItem .img {
    float: left;
    width: 135px;
    height: 85px;
    background: no-repeat center center;
}

#extraItemDetails {
    float: right;
    line-height: 1.4em;
    text-align: right;
    width: 230px;
    height: 60px;
    position: relative;
    padding-bottom: 20px;
}

.extraItem a.orangeBGBut {
    margin-top: 10px;
    font-size: 0.9em;
    width: 220px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.basketInfoLink {
    background: url(/images/infoIcon.png) no-repeat;
    line-height: 16px;
    padding: 0 5px 0 20px;
    margin-right: 5px;
    font-size: 0.9em;
    border-right: 1px solid #2C2C2C;
    float: left;
}

.basketInfoLink.last {
    border-right: none;
}

.basketPopout {
    background: #F2F1F2;
    border: 1px solid #FCA81C;
    padding: 10px;
    color: #222;
    font-size: 0.8em;
    width: 300px;
}

.topLeft
{
	width:180px;
	border:solid 2px #E5E5E5;
	float:left;
	position:relative;
}
.topMiddle
{
	width:170px;
	border:solid 2px #E5E5E5;
	float:left;
	margin-left:10px;
	margin-right:10px;

}
.topRight
{
	width:170px;
	border:solid 2px #E5E5E5;
	margin-left:160px;

}
.accountSectionTop
{
	background-color:#E5E5E5;
	height:40px;
	text-align:center;
	vertical-align:middle;
	font-weight:700;
	padding-bottom:3px;
}
.accountSectionBottom
{
	background-color:White;
	height:90px;
	text-align:center;
	vertical-align:top;
}
.boxContent
{
	margin:6px;
	padding-bottom:10px;
	height:40px;
}

.boxDiv
{

}
.accountNav
{
	background-color: Black;
	width:150px;
	vertical-align:top;
}
.accountNav td
{
	padding:0px 10px 0px 10px;
}
.accountTable
{
	height:100%;
	width:100%;
}
.boxesContent
{
	margin-left:160px;
	margin-bottom:20px;
}

.boxesContentLower
{
margin-bottom:150px;
margin-left:160px;
margin-top:170px;
padding-bottom:75px;
}
.sectionButton
{
	width:100%;
	padding-left:60px;
	padding-right:60px;
	text-align:center;
}
.accountNavDiv
{
	width:100;
	padding-left:10px;
}
.accountNavDiv h1
{
	color:#FEB500;
	font-size:14px;
	margin-top:0px;
	margin-bottom:5px;
}
.accountNavLinks
{
	padding-left:40px;
	padding-top:5px;
}

.accountNavLinks .navlink
{
	color:White;

}
.linkdiv
{
padding-bottom:3px;
}
.accountNavLinks .navlink:hover
{
	color:#FEB500;
}

.accountNavLinks .selected
{
	color:#FEB500;
}

.borderedBox {
    border: 1px solid #CCC;
    padding: 10px 10px;
    margin: 10px 0;
}
.borderedBox2 {
    border: 1px solid #CCC;
    padding: 10px 10px;
    margin: 10px 0;
    width:315px;
    float:left;
}



.borderedBox3 {
    border: 1px solid #CCC;
    margin-left: 350px;
    padding:10px 10px;
    margin-top:10px;

    width:350px;
}


.borderedBox4
{

	padding:2px 10px 10px 10px;


}
.billingaddress
{
	background-color:#E5E5E5;
	width:315px;
	height:160px;
	color:Black;
}
.address
{
	margin-top:5px;
	background-color:White;
	width:315px;
	height:160px;
	color:Black;
}

.billingaddressinfo
{
	margin-left:50px;
	padding-top:20px;
}

.addressinfo
{
	margin-left:50px;
	padding-top:20px;
}


.name
{
	font-size:12px;
	margin-bottom:5px;

}
.billaddresschange
{
	font-size:12px;
	margin-bottom:10px;
	margin-top:15px;
}
.changelink
{
	text-decoration:underline;
	color:Black;
	font-weight:bold;
}

.changelink:hover
{
	color:#FEB500;
}

.labelFieldHorizontal label
{
    width: 160px;
    text-align: right;
    float: left;
    display: block;
    margin-right: 6px;
    height: 14px;
}

.labelFieldHorizontal input
{
    margin-left: 15px;
}

.labelFieldHorizontal span.asterisk
{
    width: 10px;
    float: left;
    position: relative;
}

.labelFieldHorizontal .checkbox label
{
    float: right;
    width: 77%;
    text-align: left;
}

.labelFieldHorizontal .checkbox input
{
    margin-left: 142px;
}

.labelFieldHorizontal .hangright
{
    float: left;
}

a.infoIcon {
    position: relative;
    display: inline-block;
    background: url(/images/infoIcon.png) no-repeat;
    width:16px;
    height:16px;
    margin-left: 5px;
    z-index: 2;
}

.infoBox {
    background: #f0f0f0;
    color: #606060;
    z-index: 1;
    font-size: 11px;
    font-weight: normal;
}

.checkoutError {
    position: absolute;
    z-index: 10;
}


a.myAccountOrangeBtn
{
float:right;

}


.articleImage {
    width: 100px;
    height: 60px;
    float: left;
}

.articleText {
    float: left;
    margin-left: 20px;
    width: 600px;
}

#newsArticleList li {
    border: 1px solid #CCC;
    margin:10px 0;
    padding:10px;
}

#storesNews #newsArticleList li {
    width: 510px;
}

#storesNews .articleText {
    width: 390px;    
}

.articleTitle {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.articleLink .orangeBGBut {
    float: right;
}

.giftwrapOverlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 63px;
    padding-top: 40px;
    z-index: 5;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}


#pagingLinksFooter a
{
	color: #000;
}

#pagingLinksFooter #pagerFooter 
{
	float: left;
}


#pagingLinksFooter #itemCountFooter
{
	padding-right: 10px;
	float: left;
}

#pagingLinksFooter #pageCountFooter 
{
	padding-right: 10px;
	float: left;
}

#pagingLinksFooter #pagerFooter a img {
    vertical-align: bottom;
    margin-top: 1px;   
}

#pagingLinksFooter 
{
	color: #000;
    float: right;
    line-height: 18px;
}

.wishListContinueShopping 
{
    float:left ;
    width:200px;
    padding-left:10px;
}

.wishListShare 
{
    float :right ;
    padding-right:30px;
} 

#newsletterSignUp {
    width: 500px;
    padding: 0 20px;
    font-size: 1.1em;  
}

#newsletterSignUp h1 {
    margin-left: 0;
}

#newsletterSignUp .radioGender label {    
    display: inline;
    float: none;
    padding-left: 5px;
}

#newsletterSignUp .radioGender input {
    display: inline;
    float: none;  
}

#newsletterSignUp a.dp-choose-date {
    margin: 0;    
}

#printLogo {
    position: absolute; 
    left: 25px; 
    top: 25px;
    display: none;
}

.printImage {
    display: none;    
}

.mainImage {
    display: block;    
}

#accessKeyShortcuts {
    display: none;    
}

.radio {
    display: block;
}

#errorPage {
    position: relative;
    margin: 50px auto 35px auto;
    width: 392px;  
    padding: 10px 25px;
    border-left: 1px solid #826C07;
    border-right: 1px solid #826C07;
    text-align: center;
}

#errorTop {
    position: absolute;
    width: 444px;
    height: 8px;
    top: -8px;
    left: -1px;
    background: url(/images/errorTop.gif) no-repeat;
}

#errorBottom {
    position: absolute;
    width: 444px;
    height: 8px;
    bottom: -8px;
    left: -1px;
    background: url(/images/errorBottom.gif) no-repeat;
}

#errorContent {
    text-align: left;    
}

#errorLogo {
    margin: 0 auto;
    background: url(/images/logo.jpg) no-repeat;
    width: 210px;
    height: 43px;
}

#errorPage h1 {
    font-size: 1.7em;
    color: #FFF;
    margin-left: 0;    
}

#errorPage a {
    font-weight: bold;
    text-decoration: underline;
}

#errorPage a:hover {
    text-decoration: none;    
}

#errorQuicklinks {
    font-size: 1.2em;
    margin: 10px 0;
}

#errorQuicklinks ul {
    list-style: none;
    margin-top: 10px;
}

#errorQuicklinks ul li {
    padding-left: 10px;
    background: url(/images/quickLinkArrow.gif) no-repeat left center;
    height: 20px;
}

#products .item .orangeBGBut, #products .item .blackBGBut {
    margin-top: 5px;
    width: 150px;
    color: #FFF;   
}

#utmtrans {
    display: none;    
}

.wasCost {
    color: red; 
    text-decoration: line-through; 
    font-size: 0.6em; 
    font-weight: normal;
}

.tigersPlayers td  {
    vertical-align: top 
}
