/* 126 Linear */
html { margin: 0; padding: 0; width: 100%; height: 100%; }
body {
    margin: 16px 0 0 0; padding: 0px;
    height: 100%; width: 100%;
}
a { outline: none; cursor: pointer; }
p { margin: 5px 0px; }

#wdk_template-sitecontainer {
    margin: 0 auto 16px auto;
    position: relative;    
}

#wdk_template-headercontainer {
    margin: 0 auto;
    position: relative;
    font-size: 12px; 
}

#wdk_template-sitecontent {
    margin: 0 auto; clear: both;
}

/* Main Menu */
.wdk_menu-container {
    float: left;
    width: 100%; height: 39px;
    overflow: hidden;
}
.wdk_menu-ul {
    float: left;
    list-style: none;
    padding: 0px; margin: 0px;
    font-family: Arial; font-size: 10px;
    display: block;
    height: 40px;
    text-transform: uppercase;
}
.wdk_menu-item {
    float: left;
    padding: 0px; margin: 0px;
}
.wdk_menu-item a {
    display: block;
    text-decoration: none;
    padding: 14px 12px 12px 12px;
}

/* Sub Menu */
ul.wdk_sub_menu {
    min-width: 160px;
}
ul.wdk_sub_menu.wdk_tier_3 {
    left: 100%; margin-top: -40px;
}

/* Titles */
#wdk_template-sitename {
    font-size: 24px;
    padding: 0px; margin: 0px;
}
.wdk_content-pagetitle {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Logo */
#wdk_template-logoscontainer {
    padding: 16px 0 16px 16px;
}
#wdk_template-logoscontainer img { border: none; }

/* Template Search and Basket */
#wdk_template-search {
    margin: 8px 16px 8px 7px; padding: 0px 5px;
    width: 152px; height: 22px;
    background: #fff;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
#wdk_template-search-field {
    background: #fff; border: none;
    height: 20px; width: 122px;
    line-height: 19px; font-size:12px;
    font-family: Arial, sans-serif;
    vertical-align: top;
    float: left;
}
#wdk_template-search-button {
    margin: 3px 0 0 0;
    float: right;
}
#wdk_template-basketcontainer {
   position:absolute;
   right: 16px; bottom: 4px;
}

/* -- Basket -- */
#wdk_template-basketcontainer .wdk_widget-shopbasketnoitem { font-size: 12px; }
#wdk_template-basket-img {
    display: table-cell; float: left;
    margin: -1px 8px 0 0;
}
#wdk_basket-link {
    font-size: 12px; font-weight: bold;
    text-decoration: none;
    float: left;
    margin: 0 8px 0 0;
}
#wdk_basket-link:hover {
    text-decoration: underline;
}
#wdk_template-basketcontainer .wdk_widget-shopbasket {
    float: left;
    margin-top: -3px;
    width: auto !important;
}
#wdk_template-basketcontainer .wdk_widget-shopbaskettotal {
    text-align: left !important;
    display: block;
    padding-top: 2px;
    font-size: 12px;
    font-weight: bold;
}
.wdk_widget-shopbaskettotal a {
    text-decoration: none;
}
#wdk_template-basketcontainer .wdk_widget-shopbasket strong {
    display: none;
}
#wdk_template-basketcontainer .wdk_widget-shopbasketitemtr {
    display: none;
}
#wdk_template-basketcontainer .wdk_widget-shopbasketlinks {
    display: none;
}

/* Side Columns */
.wdk_sidecolumn-container {
    width: 180px;
    padding-top: 20px;
}
.wdk_sidecolumn-container-inner {
    margin-bottom:20px;
}
#wdk_sidecolumn-containerleft {
    padding-left:16px;
}
#wdk_sidecolumn-containerright {
    padding-right:16px;
}

.wdk_sidecolumn-item-outter {
    padding-top:6px;
    width:160px;
}
.wdk_sidecolumn-item {
    width:160px;
}
.wdk_sidecolumn-itemtitle {
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;
    margin:0px 0px 2px 0px;
}
.wdk_sidecolumn-itemcontent {
    font-size:12px;
    padding:5px 10px 10px 10px;
}

.wdk_sidecolumn-type-basic {
    
}

/* Main Content */
#wdk_content-container {
    padding-top:16px;
}
#wdk_content-maincontentcontainer {
    padding:0px 16px;
}
#wdk_content-maincontent {
    padding-bottom:16px;
}

/* Footer */
#wdk_template-footercontainer {
    margin:0 auto;
    padding:16px;
}
.wdk_template-footercontent {
    font-size:12px;
}

/* Shop Cat SC */
.shopcatlist a {
    font-size:12px !important;
    text-decoration:none;
    padding:6px 8px;
}
ul.wdk_sidecolumn-shopcategories {
    list-style: none outside none;
    margin: -5px 0 -12px -10px; //margin: -5px 0 -20px -10px;
    padding: 0;
}
.wdk_sidecolumn-type-shopcats {
    margin: 0 0 10px;
    overflow: visible !important;
    padding-bottom: 0 !important;
    width: 150px !important;
}
.shopcatlist {
    padding:0px;
    width:100%;
}
.shopcatlist a {
    display: block;
    width:144px;
    outline:none;
}
.shopcatlist a:hover {
    text-decoration: none !important;
}


/****SYSTEM*****/
.wdk_shop-checkoutlinks {
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;

}
.wdk_shop-relatedproducts {background:transparent !important;}
.breadCrumb {
    font-size:12px !important;
    text-align:left;
    font-weight:bold;
}
.pageTitle, .pageTitle a, .contentParentHeading h1, .wdk_content-pagetitle, .contentParentHeading a, .contentParentHeading {margin-left:0px !important;}

.headingProductTbl {
    background: transparent !important;
}
.headingProductTxt {
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}
.headingCategoryTbl {
    background: transparent !important;
}

.headingCategoryCell {
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}

/*basket sc*/
.wdk_sidebasket-noitems {font-size:12px;}

/*events sc*/
.wdk_sidecolumn-type-events {font-size: 12px !important;} .colitemlist  {font-size: 12px !important;}

/*login sc*/
.wdk_sidecolumn-login-box strong {font-size:12px !important; font-weight:normal !important;}
.wdk_sidecolumn-input-text {width:134px;}