@charset "utf-8";
/* Global Reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
}
/* REQUIRED BUTTON STYLES for reset: */
button.btn {
    font-family: Arial, Sans-Serif;
    font-size: 0;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
    background: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-width: 1px;
}
button.btn:hover {
    text-decoration: none !important;
    /*border: solid 0px !important;*/
}
button.btn::-moz-focus-inner {
    border: none;  /* overrides extra padding in Firefox */
    padding: 0;
}

button.btn span {
    position: relative;
    display: block;
    white-space: nowrap;
}

button.btn img {
    vertical-align:middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button.btn span {
        margin-top: -1px;
}
}

/* General */
body {
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    line-height: 130%;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
input,
select,
textarea {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}
textarea {
    height: 100px;
}
.Textbox, textarea, .field-xlarge {
    padding: 8px;
}
.Textbox, .field-xlarge {
    height: 16px;

}
select.field-xlarge {
    height: 36px;
    padding: 0;
}
input {
    padding: 2px;
}
input[type=submit], .btn,
input[type=reset],
input[type=button] {
    /* height: 36px; */
    line-height: 100% !important;
    padding: 5px 12px;
    text-transform: uppercase;
    font-weight: normal;
    min-width: 45px;
    overflow: visible; /* seems to keep IE (inc 7) in check without anything else */
    cursor: pointer;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    font-size: 16px !important;
font-family:'Roboto', sans-serif; color:#fff;
}
a.btn {
    /* line-height: 34px !important;
    height: 34px !important; */
    padding: 6px 12px !important;
}


p {
    margin-top: 0;
    margin-bottom: 15px;
    color:#ababab;
}
a {
    text-decoration: underline;
}

h1,
h2,
h3,
.TitleHeading {
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    /*text-transform: uppercase;*/
    font-size: 36px;
    min-height: 1px;
    zoom: 1;
    line-height: 100%;
}
.TitleHeading {
    font-size:36px;
    margin: 0 0 50px 0;
    letter-spacing: 1px;
}
h1{
    font-size:30px;
    margin: 0 0 50px 0;
    padding-top: 0px;
    line-height: 110%;
}
h1.title, h1.PageHeader{
    float: left;
    width:100%;
    margin: 0;
    padding: 30px 0 50px 0;
    font-size: 36px;
    text-transform: uppercase;
    width: 575px;
    letter-spacing: 3px;
    line-height: 100% !important;
}
h1.PageHeader {
    margin: 0 40px;
    float: none;
    width: auto;
}
h1.PageHeader.M40 {
    margin: 0 40px !important;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    margin-bottom: 15px;
}
h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    margin-bottom: 15px;
    line-height: 130%;
}
img,
img a {
    border: 0;
}
ul,
ol {
    margin: 0 0 15px 30px;
}
ul {
    list-style-type: disc;
}
li {
    margin: 0;
    padding: 0;
}
blockquote {
    background: #e7e7e7;
    padding: 25px;
    border: 1px solid #e5e5e5;
    margin: 0 0 25px 0;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 20px 0;
    padding: 0;
    height: 0px;
    border:0;
    border-top: 1px dotted #bbb;
}

/* Helpers */
.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* Clearfix */
/*
.cf:before,
.cf:after,
.fastCartTop:before,
.fastCartTop:after,
.LoginForm:before,
.LoginForm:after,
#VideoList:before,
#VideoList:after,
.Content .ProductList .ProductDetails:before,
.Content .ProductList .ProductDetails:after,
.CartCode:before,
.CartCode:after,
#CartContent:before,
#CartContent:after,
.ProceedToCheckout:before,
.ProceedToCheckout:after,
.Message:before,
.Message:after,
#WishLists .header:before,
#WishLists .header:after,
#ChooseShippingAddress .header:before,
#ChooseShippingAddress .header:after
{
    content: " ";
    display: table;
}

.cf:after,
.fastCartTop:after,
.LoginForm:after,
#VideoList:after,
.Content .ProductList .ProductDetails:after,
.CartCode:after,
#CartContent:after,
.ProceedToCheckout:after,
.Message:after,
#WishLists .header:after,
#ChooseShippingAddress .header:after {
clear: both;
}
.cf,
.fastCartTop,
.LoginForm
#VideoList,
.Content .ProductList .ProductDetails,
.CartCode,
#CartContent,
.ProceedToCheckout,
.Message,
#WishLists .header,
#ChooseShippingAddress .header {
*zoom: 1;
}
*/

/* Forms */
.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 160px;
    float: left;
    clear: left;
    text-align: right;
    font-size: 13px;
    line-height: 36px;
    min-height: 36px;
    white-space: nowrap;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-left: 180px;
    margin-bottom: 18px;
    line-height: 30px;
}
.NarrowFormContainer dt {
    width: 100px;
}
.NarrowFormContainer dd {
    margin-left: 110px;
}
.HorizontalFormContainer p.Submit {
    margin: 0 0 27px 180px;
    line-height: 28px;
}
.NarrowFormContainer p.Submit {
    margin-left: 110px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 15px;
    margin-left: 0;
}

/* Page Containers */

#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
#ContainerFooter {
    clear: both;
    float: left;
    width: 100%;
}


/* Top Navigational Menu */
#TopMenu {
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    position:relative;
    z-index: 2;
}
#TopMenu p {
    margin: 0;
}
#TopMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}
#TopMenu li {
    float: left;
    margin-right: 15px;
}
#TopMenu .accLink a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 0px;
}
#TopMenu .currency-converter,
#TopMenu .wishLink,
#TopMenu .CartLink,
#TopMenu .checkout{
    float: left;
}
#TopMenu .currency-converter {
    font-size: 11px;
    height: 35px;
    position: relative;
    padding: 0 18px;
}

#TopMenu .currency-converter #SideCurrencySelector {
    position: absolute;
    top: 30px;
    left: 45px;
    z-index: 1;
    width: 166px;
    padding: 13px;
    display: none;
    border:1px solid #ddd;
}
#TopMenu .currency-converter #SideCurrencySelector .CurrencyList {
    display: none;
}
#TopMenu .currency-converter #SideCurrencySelector:before {
    content:"";
    display: block;
    width: 17px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -8px;
    z-index: 1;
}
#TopMenu .currency-converter #SideCurrencySelector h2 {
    font-size: 12px;
    font-weight: 600;
    color:#00ACE4;
    margin-bottom:10px;
    text-transform: none;
    font-family: Arial, Sans-Serif;
}
#TopMenu .currency-converter #SideCurrencySelector .selected-currency {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 11px;
}
#TopMenu .currency-converter .Flag,
#TopMenu .currency-converter .Text {
    vertical-align: middle;
}
#TopMenu .currency-converter .Flag img {
    padding-right: 5px;
}
.wishLink {
    display: block;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 25px;
}

.CartLink {
    text-transform: uppercase;
    padding-right: 5px;
    white-space: nowrap;
    width: auto;
}
.CartLink .total {
    padding-left: 10px;
}
#TopMenu  .checkout {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 0 13px;
}


/* Outer Content Wrapper (Surrounds header & content) */
#Outer, .Inner {
    clear: both;
    width: 1250px;
    margin: 0 auto;
    position: relative;
}
#Outer {
    z-index: 1;
}
#Wrapper {
    position: relative;
    z-index: 1;
    min-height: 300px;
}


/* Header */
#Header {
    position: relative;
    z-index: 2;
    min-height: 1px;
}
/* Logo */
#Logo {
    float: left;
    display: block;
    margin: 20px 0 30px 0;
}
#Logo {
    font-size: 40px;
    text-transform: none;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}
#Logo #LogoImage {
}
#Logo h1 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 300;
    color: #777;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}

/* Top Search Form */
#SearchForm {
    float: right;
    width: 231px;
    margin: 35px 0 0px 0;
    position: relative;
    z-index: 4;
}
#SearchForm label {
    display: none;
}
#SearchForm #search_query {
    width: 179px;
    border: solid 0px;
}
#SearchForm button {
background:#00ace4; /* border:1px solid #313131; */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#SearchForm button:hover { /* border:1px solid #313131; */}
#SearchForm button span {
    height: 31px;
    width: 34px;
    display: block;
    text-align:center;
    overflow: hidden;
    line-height: 31px;
}
#HeaderLower {
    position: relative;
    z-index: 3;
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    min-height: 1px;
}
#HeaderLower .sf-sub-indicator {
    background: url(../images/white/subDrop2.png) 0 0 no-repeat !important;
    width: 4px !important;
    height: 7px !important;
    top: 50% !important;
    margin-top: -4px !important;
    right: 5px !important;
    opacity: 1 !important;
    filter: alpha(opacity = 1) !important;
    display: none;
}
#HeaderLower .PageMenu, #HeaderLower .CategoryList {
    float: left;
}
#HeaderLower #Menu .First  {
    display: none;
}

#HeaderLower h2 {
    display: none;
}
/* Horizontal Category List (Default & Flyout) */
#SideCategoryList {
    padding: 0;
    margin: 0;
}
#HeaderLower ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
}
#HeaderLower li  {
    float: left;
    padding: 0px 0;
    line-height: 21px;
    height: 41px;
    position: relative;
    letter-spacing: 2px;
    width: auto;
}
#HeaderLower li:first-child a {
    border-left: solid  0px;
}
#HeaderLower li a {
    display: block;
    padding: 10px 20px;
}


#HeaderLower li ul {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    margin-left: 0px;
    z-index: 1;
    width: 220px;
    padding: 0px 0;
}
#HeaderLower li ul ul:before {
    display: none;
}
#HeaderLower li ul li {
    float: none;
    height: auto;
    padding: 0 20px;
    text-transform: capitalize;
    position: static;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    letter-spacing: 0;
}
#HeaderLower li ul li a {
    border: solid 0px;
    display: block;
    padding: 8px 5px;
    text-transform: capitalize;
}
#HeaderLower li ul li a.hasSub {
    padding-right:     10px;
}
#HeaderLower li ul li a:hover { color:#00ace4;

}
#HeaderLower li ul li ul {
    top: 0;
    left: 220px;
    margin: 0;
}
/* lvl 2 */
#HeaderLower li.over ul {
    display: block
}
#HeaderLower li li.over > a {
    color: #fff;
}
#HeaderLower li.over ul ul {
    display: none;
}

/* lvl 3 */
#HeaderLower li li.over ul {
    display: block
}
#HeaderLower li li li.over > a {
    color: #fff;
}
#HeaderLower li li.over ul ul {
    display: none;
}
/* lvl 4 */

#HeaderLower li li li.over ul {
    display: block
}
#HeaderLower li li li li.over > a {
    color: #fff;
}
#HeaderLower li li li.over ul ul {
    display: none;
}
/* lvl 5 */

#HeaderLower li li li li.over ul {
    display: block
}
#HeaderLower li li li li li.over > a {
    color: #fff;
}
#HeaderLower li li li li.over ul ul {
    display: none;
}

.Content .Block h2 {
    line-height: 37px;
    font-size: 18px;
    padding: 0 24px;
    margin: 0 0 20px 0;
    position: relative;
    color: #ED6E41;
}
.ProductList {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}
#fastCartContainer .ProductList {
    width: 800px;
}
.customfastCart .ModalTitle {
    display: none;
}
#fastCartContainer .ProductList li,
.ProductList li {
    float: left;
    margin: 0 10px 20px 0 !important;
    width: 250px !important;
    padding: 0 !important;
    position: relative;
}
.ProductList li .ProductImage  {
    min-width: 248px !important;
    max-width: 248px !important;
    width: 248px !important;
    position: relative;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}
.ProductList li .ProductImage img {
    max-width: 248px !important;
    max-height: 248px !important;
}
.ProductList li .ProductDetails {
    font-size: 13px;
    padding-bottom: 10px;
    margin-top: 15px;

}
.ProductList.List li .ProductDetails {
    margin-top: 0;
}
.ProductList li .ProductDetails a {
    line-height: 130%;
}
.ProductList li .ProductDetails strong {
    display: block;
    font-weight: bold;
    line-height: 130%;
    padding: 0px 0 5px;
}
.ProductList li .ProductDetails em {
    font-weight: normal;
    font-style: normal;
}
.ProductList li .ProductCompareButton {
    float: left;
    line-height: 17px;
    min-height: 17px;
    padding-right: 8px;
}
.ProductList li .ProductPriceRating {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.ProductList li .ProductPriceRating .Rating {
    padding-left: 8px;
    display: block;
}

.ProductList li .ProductPriceRating img {
    padding-top: 2px;
}
.ProductList li .ProductActionAdd {
    clear: both;
    padding-top: 10px;
}
.ProductList li .ProductActionAdd a {
    line-height: 26px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;

}

/* footer */
#Footer {
    clear: both;
    font-size: 0.85em;
    padding: 15px 0;
    margin: 0;
}
#FooterUpper {
    clear: both;
    padding: 20px 0 40px;
}
#FooterUpper .Column {
    float: left;
    width: 180px;
    margin: 0 0 0 20px;
}
#FooterUpper .Column h2 {
    font-size: 14px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
#FooterUpper .Column ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
}
#FooterUpper .Column li {
    font-size: 12px;
    margin: 0 0 10px 0;
    width: auto;
    float: none;
}
#FooterUpper .Column li .sf-sub-indicator {
    display: none !important;
}
#FooterUpper .Column li ul {
    display: none !important;
}
#FooterUpper .Column li a {
    display: block;
}
#FooterUpper .Column li a:hover {

}
#FooterUpper .Column #socnet li {
    margin: 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
padding-right:10px;
}
#FooterUpper .Column label {
    width: 55px;
    line-height: 23px;
    margin-bottom: 10px;
    float: left;
    display: block;
}
#FooterUpper .Column input {
    height: 16px;
    margin-bottom: 10px;
    padding: 4px 5px 3px 5px;
    width: 110px;
    border: solid 0px;
}
#FooterUpper .Column input.Button {
    margin-left: 55px;
    height: 25px;
    font-size: 12px;
    min-width: 60px;
    width: auto;
    cursor: pointer;
    font-weight: 300;
    text-transform: capitalize;
}
.SortBox select {
    width: 180px;
    height: 22px !important;
}

/* Quick Search */

.QuickSearch {
    margin: 5px 0 0 -15px;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 9999;
}
.QuickSearch td {
    padding: 5px 15px 5px 10px;
    vertical-align: top;
}
.QuickSearchResultImage {
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 5px 15px !important;
}
.QuickSearchResultImage  img {
    height: auto;
    max-height: 50px;
    max-width: 50px;
    width: auto;
}
.QuickSearchResultMeta {
    font-size: 12px;
}
.QuickSearchResultMeta .RatingIMG {
    display: block;
}
.QuickSearchResultMeta p {
    font-size: 11px;
    margin: 0;
}
.QuickSearchResultMeta em {
    font-style: normal;
}
.QuickSearchAllResults td {
    padding: 10px;
}
.QuickSearchAllResults a {
    line-height: 28px;
    height: 28px;
    padding: 0 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/* Breadcrumb */
.Breadcrumb {
    line-height: 38px;
    min-height: 38px;
    padding: 0 20px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 !important;
}

.Breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb li {
    display: inline-block;
    *display: inline;
    *float:left;
    zoom: 1;
}
.Breadcrumb li a {
    display: block;
    padding-right: 10px;
}
.Breadcrumb li a:hover {
    color: #fff;
}
#CategoryHeading {
    position: relative;
    z-index: 2;
    padding: 0 40px;
    margin: 0 !important;
}
#CategoryHeading .BlockContent {
    float: right;
    white-space: nowrap;
    margin-top: 35px;
}
#CategoryPagingTop, .SortBox {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.CategoryPagination {
    margin-right: 30px;
}
.CategoryPagination {
    float: left;
}
.PagingList {
    list-style-type: none;
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
}
.PagingList li {
    float: left;
    line-height: 24px;
}
.PagingList li.ActivePage {
    padding: 0 8px;
}
.PagingList li:first-child {
    border-left: solid 0px;
}
.PagingList li a {
    display: block;
    padding: 0 8px;
}

.CategoryPagination .Prev {
    float: left;
}
.CategoryPagination .Prev a {
    display: block;
    height: 24px;
    width: 10px;
    text-align:left;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
}
.CategoryPagination .Next {
    float: left;
}
.CategoryPagination .Next a {
    display: block;
    height: 24px;
    width: 15px;
    text-align:left;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
}
.SortBox {
    font-weight: 600;
    line-height: 24px;
}
.SortBox .selector {
    margin-left: 10px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
}
.SortBox .selector span {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 22px;
    text-align: left !important;
    display: block;
}
.SortBox div.selector select {
    top: 0 !important;
}
/* Left Content Area */
.Left {
    float: left;
    width: 220px;
}
.Left .Block {
    padding: 0 0 10px 0;
}
.Left h2 {
    font-size: 18px;
    line-height: 100%;
    padding: 0 10px;
    font-size: 18px;
    text-align: left;
    margin: 0 0 15px 0;
    color: #ED6E41;
}
.Left .CategoryList h2,
.Left #SideNewProducts h2 {
    line-height: 36px;
}

.Left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Left li {
    margin: 0 0 10px 0;
    font-weight: 600;
}
.Left li.ActivePage a,
.Left li a:hover {
    text-decoration: underline;
}
.Left .CategoryList ul {
    width: auto;
}
.Left .CategoryList  li {
    font-weight: 300;
    width: auto;
    float: none;
    margin: 0 0 0px 0 !important;
    padding-right: 0px;
}


.Left .CategoryList  .sf-sub-indicator {
    display: none;
}
.Left .CategoryList .SideCategoryListFlyout li a.sf-with-ul {
    background: url(../images/white/subDrop.png) 95% 50% no-repeat;
}


.Left .CategoryList .SideCategoryListFlyout li ul {
    position: absolute;
    top: -15px !important;
    left: 180px !important;
    background: #fff !important;
    border: solid #DBDAD9 1px !important;
    padding: 5px 0 10px 0 !important;
}
.Left .CategoryList .SideCategoryListFlyout li ul ul {
    top: -6px !important;
    left: 220px !important;
}

.Left .CategoryList .SideCategoryListFlyout li ul li {
    padding: 0 20px !important;
    height: auto;
    margin: 0 !important;
}
.Left .CategoryList .SideCategoryListFlyout li ul li a {
    display: block;
    border-bottom: 1px dotted #DBDAD9;
    line-height: 20px;
    height: auto;
    padding: 8px 5px !important;
    width: 170px;
    text-decoration: none;
}



.CompareButton {
    padding: 20px 0;
    margin: 0 20px 0 0;
    text-align: center;
}



/* Primary Content Area */
.Content {
    float: left;
    width: 800px;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 800px;
    padding: 0;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: auto;
    float: none;
    padding-right: 0px;
    padding-left: 0px;
}


.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
}
.Content .BlockContent {
    margin-right: 55px;
}
.Content.Wide .BlockContent,
.Content.Widest .BlockContent {
    margin-right: 0;
}
.Content.Wide .ProductList {
    margin-left: 0;
}



.Content .ProductList.List li {
    width: auto !important;
    display: block;
    float: none;
    clear: both;
    min-height: 0;
    background-image: none;
    position: relative;
    height: auto !important;
}
.Content .ProductList.List li .ProductImage {
    top: 0;
    left: 0;
    float: left;
}
.Content .ProductList.List li .ProductDetails {
    padding: 0 0 0 20px !important;
    min-height: 1px;
}
.Content .ProductList.List li .Rating  {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.Content .ProductList.List li .ProductDetails strong {
    display: block;
    padding-right: 100px;
}
.Content .ProductList.List li .ProductDescription {
    margin: 15px 0;
}
.Content .ProductList.List li .ProductActionAdd {
    vertical-align: middle;
    padding-top: 0;
    padding-right: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.ProductList li .ProductCompareButton {
    padding-top: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
}

.Left #SideNewProducts .BlockContent {
    margin: 0 0 0 40px;
}
.Left .ProductList li {
    height: auto !important;
    float: none;
    margin-bottom: 25px;
}
.Left .ProductList li a:hover {
    text-decoration: none;
}
.Left .ProductList li .ProductDetails {
     height: 80px !important;
   /*  padding: 0 !important; */
}


.RecentNews ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.RecentNews li h5 {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin: 0 0 5px 0;
}
.NewsDate {
    font-size: 11px;
}
#CartHeader {
    height: 118px;
    margin: 0;
}
#CartHeader .btn {
    float: right;
    margin-top: 30px;
}

/* General Tables & Carts Table commong styling */
.CartItemQuantity select {
    width: 75px;
    height: 32px;
}
.CartItemQuantity div.selector {
    line-height: 32px;
    height: 32px;
}
.CartItemQuantity div.selector span {
    padding-right: 0;
    margin-right: 30px;
    background: none;
    line-height: 30px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-right: solid 0px !important;
}
table.Stylize  {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
.productAttributes {
    border-collapse: collapse;
}

.CartContents .productAttributes td {
    padding: 0;
    border: solid 0px !important;
    vertical-align: top;
}
.CartContents .productAttributes td label,
.CartContents .productAttributes td span {
    display: block;
    line-height: 150%;
}
table.Stylize th {
    padding: 22px 10px;
}

table.Stylize th {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
}
table.Stylize td {
    padding: 15px 10px;
}
table.CartContents .CartThumb img {
    max-height: 110px;
    max-width: 110px;
}
table.CartContents .ProductName h5 {
    font-size: 14px;
    margin-bottom: 5px;
}
table.CartContents .ProductName h5 a {
    color: #fff;
}
table.CartContents .ProductPrice {
    font-style: normal;
}
.CartRemoveLink {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 17px;
    width: 17px;
    text-align:left;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
}
.CartContents tfoot .SubTotal td {
    font-weight: 300;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 0px;
}
.CartContents tfoot .SubTotal td.Label {
    font-weight: 600;
    font-size: 14px;
}
.EstimateShippingLink em,
.EstimateShippingLink {
    font-weight: 600;
    font-style: normal
}
.EstimateShipping {
    /* width: 100%; */
    float: right;
}
.EstimateShipping dl {
    padding: 25px 15px 10px 15px;
}
.EstimateShipping dt {
    clear: left;
    float: left;
    margin-bottom: 15px;
    width: 175px;
    line-height: 32px;
}
.EstimateShipping dd {
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 200px;
    text-align: left;
}

.ShippingMethodList table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ShippingMethodList table td {
    text-align: left !important;
}
.ShippingMethodList table .Price {
    text-align: right !important;
}
.CartContents tfoot .GrandTotal  td {
    font-weight: 300;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.CartContents tfoot .GrandTotal td  {
    font-weight: 300 !important;
    font-size: 24px !important;
    color: #fff;
}
.CartItemTotalPrice {
    width: 85px;
}

.ProceedToCheckout {
    float: right;
    text-align: right;
}
.ProceedToCheckout .CheckoutButton {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.KeepShopping {
    float: left;
    padding: 5px 15px 0 0;
}
/*-------------------------------------------------- */
/* Product Page   */
.ProductAside {
    float: left;
    width: 505px;
    margin: 25px 0 25px 0;
}
.ProductThumbImage {
    /*
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    */
}

.ProductThumb {
    text-align: center;
    display: table-cell;
    vertical-align: middle;

}

.ProductThumbWrap, .ImageCarouselBox {
    margin-left: 0px !important;
}
.ProductThumbImage, .ProductThumb {
    width: 482px !important;
}

.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
}
.ProductThumbWrap {
    position: relative;
}
.ProductThumbWrap p {
    margin: 0 0 0 0;
    z-index: 50;
    width: 100%;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #312e29;
    position: relative;
    display: none;
}
.ProductThumbWrap span {
    padding-left: 20px;
    background: url(../images/white/zoom.png) 0 50% no-repeat;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
/* .ProductThumbImage a, */
.zoomWrapper {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: none !important;
}
.zoomWrapper {
    margin: -1px 0 0 -1px !important;
}
.ProductThumbWrap {
    background:  #000;
    border: 1px solid #313131;
    margin-bottom: 7px;
    margin-left: 0px !important;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    overflow:hidden;
}
.ImageCarouselBox {
    position: relative;
    padding: 0 !important;
    margin-bottom: 15px !important;
}
.ProductTinyImageList {
    left: auto;
    margin: 0;
}
.ProductTinyImageList li {
    border: 1px solid #313131;
    background: #060606;
    height: auto !important;
    width: auto !important;
    margin: 0 3px;
    float: left;
}
.ProductTinyImageList li.selected {
    border: solid #00ACE4 1px;
}
.ProductTinyImageList li div {
    border: solid #ddd 0px !important;
}
.ProductTinyImageList li div div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ProductTinyImageList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ProductTinyImageList li img {
    height: auto;
    max-height: 60px;
    max-width: 60px;
    padding: 0 !important;
    vertical-align: middle;
    width: auto;
}
.ImageCarouselBox br {
    display: none;
}
#ImageScrollPrev, #ImageScrollNext {
    position: absolute;
    top: 50%;
    margin: -10px 0 0 0;
    display: none;
}
#ImageScrollPrev {
    left: 0;
}
#ImageScrollNext {
    right: 0;
}

.ProductMain {
    float: right;
    margin: 25px 0;
    width: 440px;
    line-height: 140%;
}
.ProductMain h5.brandName, #QuickViewProductDetails h5.brandName {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 10px 0;
    line-height: 110%;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.ProductMain h5.brandName  a {
    color: #fff;
}
.ProductMain  h1, #QuickViewProductDetails h1 {
    font-size: 36px;
    margin: 0 0 15px 0;
    padding-right: 15px;
}
.DetailRow.Rating {
    margin: 0 0 25px 0;
    padding: 0;
    border: solid 0px;
}
.DetailRow.Rating .ReviewListLink {
    color: #fff;
    font-size: 12px;
    padding-left: 0.5em;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-bottom: dotted 1px;
}

#ProductReviews a.button {
    background: #00ace4;
    margin-left: 55px;
    font-size: 14px;
    width: auto;
    cursor: pointer;
    font-weight: normal;
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 6px 10px 4px;
    font-family: 'Roboto', sans-serif;
border:1px solid #282828;
}
#ProductReviews a.button:hover { background:none; color:#fff; border:1px solid #282828;}

.ProductPriceWrap {
    margin: 0 0 25px 0;
}
.ProductPriceWrap .RetailPrice {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 110%;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    border: solid 0px;
}
.ProductPriceWrap .PriceRow {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 110%;
    font-size: 32px;
    border: solid 0px;
}
.ProductPriceWrap .PriceRow em {
    font-weight: normal;
    font-style: normal;
}
.ProductPriceWrap .PriceRow .YouSave {

    font-size: 14px;
    padding-right: 40px;
    padding-top: 4px;
    font-weight:normal;
    line-height: 14px;
    display: block;
    text-transform: uppercase;
}
/* accordion */
#prodAccordion { margin-bottom: 20px; }
#prodAccordion .Block {
    margin: 0;
}
#prodAccordion .Block > h2 {
    margin: 0;
    font-size: 14px;
    line-height: 37px;
    font-size: 14px;
    padding: 0 5px 0 40px;
    position: relative;
    cursor: pointer;
    background:none;
    border-bottom: 1px dashed #313131;
    color:#00ACE4;
    text-transform: uppercase;
}
#prodAccordion .Block > h2 span {
    display: block;
    position: absolute;
    left: 9px;
    z-index: 1;
    font-family: FontAwesome;
}
#prodAccordion .Block >  h2 span:before {
   content: "\f067";
}

#prodAccordion .Block.current >  h2 span:before {
   content: "\f068";
}

#prodAccordion .Block > h2 .LNGString {
    background: none repeat scroll 0 0 transparent;
    display: block;
    height: auto;
    position: static;
    width: auto;
}
.ProductDescription { border-top: 1px dashed #313131; }
.prodAccordionContent {
    padding: 15px 10px;
    display: none;
}
#prodAccordion .Block.current .prodAccordionContent {
    display: block;
    color:#ccc;
}
.ProductDetailsGrid {

}
.DetailRow {
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px dashed #313131;
    overflow:hidden;
}
.DetailRow .Label {
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 5px 0;
}
.DetailRow .Value .Textbox  {
    width: 400px;
}
.productAttributeList .productAttributeRow {
    border-bottom: none;
    margin: 0 auto !important;
    padding: 10px 0!important;
}
.fileLimitations {
    padding-top: 10px;
}
.ProductAddToCart .productAttributeLabel {
    display: block !important;
    font-size: 13px;
    font-weight: normal;
    margin: 0 !important;
    padding: 0 0 5px 0 !important;
    width: auto !important;
    *width: 100% !important;
    float: none !important;
}
.ProductAddToCart  .productAttributeRow.addToCart .productAttributeLabel,
#QuickViewProductDetails .productAttributeRow.addToCart .productAttributeLabel {
    display: none !important;
}
.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label  {
    padding-left: 0 !important;
    margin-bottom: 5px;
}
.productAttributeList .productAttributeValue {
    display: block;
}
.productAttributeList .productAttributeValue select {
    width: 420px;
}
.productAttributeList .productAttributeValue .dateselector select,
#EventDateMonth, #EventDateDay, #EventDateYear   {
    width: 100px;
}


html.javascript .productOptionViewRectangle ul {
    margin: 0;
}
html.javascript .productOptionViewRectangle li {
    padding: 0px;
    display: inline-block !important;
    *display: inline !important;
    zoom: 1;
}
html.javascript .productOptionViewRectangle li.selectedValue {
    background: none !important;
}
html.javascript .productOptionViewRectangle .option label {
    border: 1px solid #313131 !important;
    padding: 0 4px !important;
    margin: 0 !important;
    background: #000;
    line-height: 24px;
    font-size: 14px;
    color:#aaa !important;
    min-width: 30px;
    text-align: center;
}

.productAttributeValue .Field[type=text] {
    width: 400px !important;
    height: 16px !important;
    border: 1px solid #CCCBCA;
    padding: 9px !important;
}
.productAttributeValue textarea.Field {
    width: 420px !important;
    height: 75px !important;
    border: 1px solid #CCCBCA;
    padding: 9px;
}
.productAttributeValue .productAttributeFluidWidth {
    width: 420px !important;
}
.productAttributeValue .Field.productAttributeFluidWidth[type=text] {
    height: 36px !important;
}
.productAttributeValue .ui-datepicker-trigger {
    display: none;
}


html.javascript .productOptionPickListSwatch ul {
    margin: 0;
}
html.javascript .productOptionPickListSwatch li {
    padding: 1px;
    display: inline-block !important;
    *display: inline !important;
    zoom: 1;
}
html.javascript .productOptionPickListSwatch li.selectedValue {
    background: #00ACE4 !important;
}

html.javascript .productOptionPickListSwatch label .name {
    display: none !important;
}
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    border: solid 0px !important;
    margin: 0 !important
}
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour  {
    display: inline-block !important;
    height: 24px !important;
    width: 24px !important;
    padding: 0 !important;
    border: 1px solid #313131 !important;
}

/* uploader */
div.uploader {
    background: none;
    border: 0px solid #CCCBCA;
    height: 36px;
    width: auto;
}
div.uploader span.filename {
    border: 1px solid #CCCBCA;
    padding: 9px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    background: #fff;
    margin: 0;
    width: 210px;
    float: right;
}
div.uploader span.action {
    float: left;
    display: block;
    background: #312E29;
    color: #fff;
    text-shadow: none;
    line-height: 34px;
    height: 34px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #26231E;
    width: 78px;
}
.productAttributeList .productAttributeLabel {

}
.productAttributeList .productAttributeLabel .name {

}
.productAttributeList .productAttributeLabel .required  {
    margin-left: 8px;
    font-size: 12px;
    color: #00ace4!important;
}
input.AddCartButton {
    margin-right: 5px;
    background-image: url(../images/white/cart.png) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 50% !important;
    padding-left: 30px !important;
    font-size: 16px;
}
input.WishListButton, #SideProductAddToWishList .btn {
    margin-right: 5px;
    background-color: #3c3c3c;
    background-image: url(../images/wishlist2.png) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 50% !important;
    padding-left: 30px !important;
    border: 0 !important;
    font-size: 14px;
    text-transform: uppercase !important;
    color: #fff !important;
}
#SideProductAddToWishList .btn:hover {  background: url(../images/wishlist2.png) no-repeat 10px 50% #00ace4 !important;}
#SideProductAddToWishList {
    margin-top: 36px;
}
#SideProductAddToWishList .BlockContent:before {
    background: url(../images/white/drop.png) 0 0 no-repeat;
    content:"";
    display: block;
    width: 17px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 10px;
    margin-left: 0;
    z-index: 1;
}
#SideProductAddToWishList .BlockContent {
    padding: 15px;
    background: #000;
    width: 250px;
    margin-left: 0px;
    border: 1px solid #313131;
}
.Submit {
    margin: 15px 0;
}

/* Modal*/
#ModalContainer, #fancy_inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid #312e29 0px;
}

#ModalContentContainer,
#ModalTitle,
.ModalTitle,
.ModalButtonRow {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: solid 0px !important;
}
body.quickView .ModalTitle {
    display: none !important;
}
#ModalContentContainer {
    border: solid #222 2px !important;
    background: url(../images/bodybg.gif) #000 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.ModalTitle {
    background: #fff !important;
    border: solid 0px !important;
    font-family: 'Questrial',sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 20px 0 20px !important;
}
.ModalContent {
    border: solid 0px !important;
    padding: 0 20px 20px !important;
}
.modalContainer {

}
.ModalButtonRow  {
    height: auto !important;
    background: #fff !important;
    padding: 0 15px 15px 15px !important;
}
.ModalButtonRow .Submit {
    margin: 0;
}
.modalClose, div#fancy_close  {
    top: 2px !important;
    right: 2px !important;
    width: 29px  !important;
    height: 29px  !important;
    background: url(../images/close-btn.png) !important;
    padding: 0 !important;
    display: block !important;
    text-align:left !important;
    text-indent: -99999px !important;
    overflow: hidden !important;
}
.ProductAside .Block {
    position: relative;
    margin-left: 0px;
}
.ProductAside .ProductList {
    width: 522px;
}
.ProductAside .ProductList li {
    margin: 0 15px 15px 0;
    width: 84px !important;
    height: 200px !important;
    overflow: hidden;
}
.ProductAside .ProductList li .ProductDetails {
    font-size: 11px !important;
    height: auto !important;
}
.ProductAside .ProductList li .ProductDetails strong {
    font-weight: 300;
}
.ProductAside .ProductList li div.ProductImage  {
    display: table-cell;
    height: 82px !important;
    line-height: 82px !important;
    margin: 0 0 15px !important;
    min-height: 82px !important;
    min-width: 82px !important;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 82px !important;
}
.ProductAside .ProductList li .ProductImage img {
    line-height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    text-align: center;
}
.ProductAside .ProductList li .ProductDetails em {
    font-weight: normal;
}
.ProductAside .ProductList li .ProductDetails em strike {
    color: #ED6E41;
}


#ModalOverlay {
    opacity: 0.75 !important;
    filter: alpha(opacity = 40) !important;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 16px !important;
    line-height: 37px !important;
    height: 37px !important;
    padding: 0 10px !important;
    letter-spacing: 0px !important;
    color: #00ACE4;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle abbr {
    width: 22px;
    height: 37px;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: FontAwesome;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle abbr:before {
   content: "\f068";
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle abbr:before {
   content: "\f067";
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock .ExpressCheckoutContent {
    padding: 25px 0 50px 0;
    margin: 0px auto;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: block;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 1;
    white-space: nowrap;
    width:auto;
    left: auto;
    color:#999;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: url(../images/white/square.png);
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle abbr {
    background-position: 0 0;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
    color: #fff;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    padding: 0 10px;
    background: #333;
}
.ExpressCheckoutBlockCompleted a.ChangeLink:hover {
    background: #00ACE4;
}


.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

.CreateAccount {
    float: left;
    width: 370px;
}
.AccountLogin {
    float: right;
    width: 370px;
    padding-left: 50px;

}
.ExpressCheckoutContent h4, .CreateAccount h4, .AccountLogin h4  {
    font-size: 15px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #313131;
    color:#00ACE4;
}
.HorizontalFormContainer.DynamicWidth {
    width: 840px;
}
.HorizontalFormContainer.DynamicWidth dt {
    width: 160px;
    float: left;
    margin-right: 20px;
    min-height: 38px;
    clear: none;
    color:#fff;
}
.HorizontalFormContainer.DynamicWidth dd {
    min-width: 240px;
    width: auto;
    float: left;
    margin: 0 0 18px 0;
    min-height: 38px;

}

.HorizontalFormContainer.DynamicWidth .WideField {
    width: 620px;
}

.HorizontalFormContainer.DynamicWidth .Submit {
    clear: both;
}
.ShippingProviderList {
    line-height: 200%;
    margin: 0 0 20px 20px;
}

.ExpressCheckoutContent h5, #ConfirmOrder h5 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 125%;
    margin: 0 0 10px 0;
}
#payment_options, #provider_list {
    line-height: 200%;
}
.CheckoutRedeemCoupon {
    width: 330px;
    background: #060606;
    padding: 15px; border:1px solid #313131;
    margin-bottom: 15px;
}
.CheckoutRedeemCoupon h5 {
    text-transform: none;
    color: #00ACE4;
    font-size: 14px;
    margin-bottom: 5px;
}
.CheckoutRedeemCoupon p {
    margin: 0 0 15px 0;
}
#couponcode {
    margin-right: 10px;
    width:auto !important;
}
.FieldFull {
    width: 98%;
    height: 125px;
}

#giftcertificatecode { margin-right: 10px; }

#CheckoutStepPaymentDetails .ProductPrice {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
#LoginForm {
    margin: 0 50px;
}
.HorizontalFormContainer h3 {
    font-size: 18px;
    letter-spacing: normal;
    margin: 0 0 20px 0;
    line-height: 40px;
    color:#00ACE4;
    padding:0;
    border-bottom:1px dashed #313131;
    clear: both;
}
.HorizontalFormContainer h3 span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 15px;
}
.CreateAccountIntro {
    font-size: 18px;
    margin: 0 0 30px 0;
}

.CreateAccountIntro em {
    font-style: normal;
}
#CreateAccountForm .HorizontalFormContainer  p {
    font-size: 14px;
}
/* Tabbed Navigation */
.TabNav,
.TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TabNav {
    height: 36px;
    padding: 0 20px;
    border-bottom: solid #e2e2e2 0px;
}

.TabNav li {
    margin-right: 2px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.TabNav li a {
    display: block;
    background: #060606;
    border: 1px solid #313131;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    border-radius: 0;
}
.TabNav li a:hover {
    text-decoration: none;
    background: #060606;
    color: #00ACE4;
}
.TabNav li.Active a {
    background: url(../images/bodybg.gif) #000;
    border-bottom: 0px;
    position: relative;
    bottom: -1px;
}
#SearchPage .Block, .TabContent {
    padding: 30px 20px;
    background: none;
    border: 1px solid #313131;
    border-left: solid 0px;
    border-right: solid 0px;
}
#SearchResultsCategoryAndBrand {
    border-bottom: solid #e2e2e2 1px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.ContentList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ContentList li {
    border-bottom: solid #e2e2e2 1px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.ContentList li p {
    margin: 0 0 0 0;
}
.Content .Intro {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 36px;
}
.FeedContent, .SitemapContent  {
    margin: 0 0 50px 20px;
}
.Left .Intro {
    font-size: 18px;
    line-height: 125%;
}
.YourAccount p strong {
    font-weight: 600;
    text-transform: uppercase;
}
h2 .actions {
    display: block;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.actions a {
    display: block;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    font-weight: 600;
    height: 37px;
    margin-right: 12px;
    overflow: hidden;
    padding-right: 3px;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    letter-spacing: normal;
}
.actions a span.icon-plus {
   padding-left: 10px;
}
.ShippingAddressList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ShippingAddressList li  .UtilityLinks {
    padding: 0 0 5px 0;
}
.ShippingAddressList li {
    vertical-align: top;
    width: 175px;
    margin: 0 34px 25px 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.ShippingAddressList li h4 {
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
}
.Inline {
    display: inline;
}
.AccountOrderStatusList, .AccountMessageList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.AccountOrderStatusList li {
    position: relative;
    margin: 0 0 50px 0;
}
.AccountOrderStatusList li h3 {
    font-size: 16px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
    text-transform: none;
    margin:15px 0 5px;
}
.OrderItemList li {
    margin: 0 0 10px 0;
    padding: 0;
}
.OrderAction {
    float: right;
    font-weight: 600;
    color: #848484;
}
.AccountOrderStatusList li  .Meta,
.AccountOrdersList li .Meta {
    font-size: 11px;
    border-bottom: 1px solid #313131;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
.iconBtn, .share a  {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.iconBtn span {
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    text-align:left;
    text-indent: -99999px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.iconBtn span.icon-pencil, .iconBtn.delete span {
   text-indent: 0px;
   font-size: 18px;
}
.share a {
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    text-align:left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.iconBtn.share span {
    background-image: url(../images/white/btnShare.png);
}
.AccountMessageList h3 {
    font-size: 16px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 5px 0;
}
.AccountMessageList h5 {
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 5px 0;
}
.AccountMessageList h5 span {
    text-transform: uppercase;
}
.AccountMessageList h5 img {
    vertical-align: middle;
}



/********************************************************************************************************************************************************/

/* Right Content Area */
.Right {
    float: left;
    width: 230px;
    margin: 0 0 0 0px;
}
.Right .Block {
    padding: 0 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 1.4em;
}
.Right ul {
    margin: 0;
    padding: 0;
    border:1px solid #313131;
    background: #060606;
}
.Right ul li { border-bottom: 1px solid #313131; }
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 7px 8px;
}
.Right li a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
}
.Right li a:hover {
    text-decoration: underline;
    color: #00ACE4;
}


/* Hero slider */
.hero {
    width: 980px;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    left: -10px;
    overflow: hidden;
}
.hero_slider div { /* Items to be rotated through */
    position: relative;
    width: 980px;
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}
.hero_slider div .text { /* Text container for each item */
    position: absolute;
    top: 60px;
    left: 70px;
    width: 350px;
    color: #fff;
    z-index: 99;
}
.hero_slider div .text h1 {
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h2 {
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h3 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text p {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.hero #slide_prev { /* Previous button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    left:5px;
    width: 20px;
    height: 40px;
    background: url(../images/white/hero_prev.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
.hero #slide_next { /* Next button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    right:5px;
    width: 20px;
    height: 40px;
    background: url(../images/white/hero_next.gif) 0 0 no-repeat;
    text-indent: -9999px;
}



/* Top Banner styles */
/* .Block.banner_home_page_top *,
.Block.banner_category_page_top *,
.Block.banner_brand_page_top *,
.Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
} */


/* Bottom Banner styles */
.Block.banner_home_page_bottom,
.Block.banner_category_page_bottom,
.Block.banner_brand_page_bottom,
.Block.banner_search_page_bottom {
    position: relative;
}
.Block.banner_home_page_bottom div:first-child,
.Block.banner_category_page_bottom div:first-child,
.Block.banner_brand_page_bottom div:first-child,
.Block.banner_search_page_bottom div:first-child {
    margin-left: 0;
}
.Block.banner_home_page_bottom div .text,
.Block.banner_category_page_bottom div .text,
.Block.banner_brand_page_bottom div .text,
.Block.banner_search_page_bottom div .text {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 200px;
    z-index: 99;
}
.Block.banner_home_page_bottom div .text h2,
.Block.banner_category_page_bottom div .text h2,
.Block.banner_brand_page_bottom div .text h2,
.Block.banner_search_page_bottom div .text h2 {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 12px;
}
.Block.banner_home_page_bottom div .text h3,
.Block.banner_category_page_bottom div .text h3,
.Block.banner_brand_page_bottom div .text h3,
.Block.banner_search_page_bottom div .text h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
}
.Block.banner_home_page_bottom div .text p,
.Block.banner_category_page_bottom div .text p,
.Block.banner_brand_page_bottom div .text p,
.Block.banner_search_page_bottom div .text p {
    margin-bottom: 10px;
}
.image-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}
.category-featured .image-container-centered {
    width: 320px;
    height: 264px;
}
.category-featured .image-container-centered img {
    max-width: 320px;
    max-height: 264px;
}
.category-featured h3 {
    text-transform: uppercase;
}



/* Newsletter Subscription Form */
.NewsletterSubscription {

    float: left;
}





/* Product Listings */
.ProductList {

}



.btn {

}
.QuickViewBtn {

}




.prodAccordionContent .btn {
    float: none;
    margin-bottom: 20px;
}
.ToggleSearchFormLink.btn{
    padding:0 !important;
}
.ToggleSearchFormLink.btn a{
    padding:14px 10px 12px 3px !important;
    float:left;
}
.ToggleSearchFormLink.btn #toggle_form_link {
    padding:7px 3px 7px 10px !important;
}




/* Top Seller Block Specific */
.Right .TopSellers,
.Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul,
.Left .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li,
.Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber,
.Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}
.Right .TopSellers .ProductDetails,
.Left .TopSellers .ProductDetails { /* Contains the details of the item */
    margin: 0;
    margin-left: 28px;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
    display: none;
}



.FindByCategory ul,
.FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    display: inline;
}
.FindByCategory li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 12px;
}


/* Miscellaneous Definitions */
.Meta {
    color: #999;
    font-size: 0.93em;
}
.Left .FeedLink,
.Right .FeedLink {
    float: right;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    margin: 0;
    position:relative;
    right:2px;
    top:10px;
    line-height:normal;
}
.Content .FeedLink a {display:block; float:left; margin-right:10px; color: #f86b02;}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}

.AlignCenter {
    text-align: center;
}
.AlignRight {
    text-align: right;
}

.Clear {
    clear: both;
}
.clear {
    clear:both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    line-height: 0 !important;
    min-height: 0 !important;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


.Field45 {
    width: 45px !important;
}

.Field100 {
    width: 100px;
}

.Field150 {
    width: 150px;
}

.Field200, input.field-xlarge {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}


select.Field45 {
    width: 85px !important;
}

select.Field100 {
    width: 120px;
}

select.Field150 {
    width: 170px;
}

select.Field200, select.field-xlarge {
    width: 220px;
}

select.Field250, .categoryPicker.Field250 {
    width: 270px;
}

select.Field300 {
    width: 320px;
}

select.Field350 {
    width: 370px;
}

select.Field400 {
    width: 420px;
}


.MB10 {
    margin-bottom:10px;
}
.MB25 {
    margin-bottom:25px;
}
.MT0 {
    margin-top:0px;
}
.LH140 {
    line-height:140%;
}
.PLRB5 {
    padding:0px 5px 5px 5px;
}
.PLR10 {
    padding:0px 10px 0px 10px;
}
.PL20 {
    padding:0;
}
.PL40 {

    padding:0px 0px 0px 40px;
}
.ML20 {
    margin:0px 0px 0px 20px;
}
.MT10 {
    margin-top:10px;
}
.MT30 {
    margin-top:30px;
}
.PL10 {
    padding-left:10px;
}
.ML50 {
    margin-left:50px;
}
.ML250 {
    margin-left:250px;
}
.PB2 {
    padding-bottom:2px;
}
.NoMarginBottom {
    margin-bottom: 0;
}

.Required {
    color: #00ace4;
    font-weight: bold;
}

.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.Message {
    padding: 12px 6px 10px 52px;
    margin-bottom: 15px;
}
.AccountLogin .Message {
    margin-bottom: 30px;
}

.Message p {
    float:left;
}

.Message ul{
    float:left;
    list-style-position: inside;
    margin: 0 0 5px 30px;
}
/************* Page Specific: Create Account / Login Page *************/



.MiniCart h3 {
    font-size: 1.3em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 1.1em;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.JustAddedProduct strong,
.JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.Field45.quantityInput {
    margin: 0 0 10px;
}




/* Brand Tag Clouds */
.BrandCloud .smallest {
    font-size:12px;
}
.BrandCloud .small {
    font-size:15px;
}
.BrandCloud .medium {
    font-size:18px;
}
.BrandCloud .large {
    font-size:20px;
}
.BrandCloud .largest {
    font-size:26px;
}
.BrandCloud a {
    padding-right: 5px;
}
.DownloadExpires {
    padding-top: 3px;
    font-style: italic;
    color: gray;
}
.DownloadExpiresToday {
    color: red;
}

.CheckoutRedeemCoupon h4 {
    margin-top: 0;
}


.BillingDetails {
    float: left;
    width: 48%;
    margin:0 1%;
    margin-bottom: 15px;
}

.ShippingDetails {
    float: left;
    width: 48%;
    margin:0 1%;
    margin-bottom: 15px;
}
.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}

.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    padding: 10px 5px 4px;
    margin-bottom: 20px;
}
.SubCategoryList a {
    text-decoration: none;
}

.SubCategoryList ul,
.SubCategoryList li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../images/SubCategory.gif') no-repeat 3px 50%;
}

.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}

.ProductReviewList {
    clear: both;
}

.SortBox select {
    font-size: 0.9em;
}

.SortBox option {
    color: #fff;
}

.YourAccount li {
    margin-bottom: 8px;
}

.SoldOut {
    color: #999;
}

.RemoveFromWishlistForm {
    margin: 5px;
}
.AddToWishlistLink {
    position: relative;
    margin: 0;
}
.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 165px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    background: #fff;
    border: 0;
}




.ShippingProviderList {
    list-style: none;
}


/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
}

#TopMenu li.Flag div {
    border: 0;
}

#TopMenu li.Flag img {
    margin: 3px;
}

#TopMenu li.Flag img.Last {
    margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
    border: 2px solid #dadada;
    margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
    margin: 0;
    padding: 0;
}

.CurrencyList dd {
    padding: 0px;
    margin: 0px;
    border: 1px dashed #313131;
    background-color: #000;
    clear: both;
}

.CurrencyList a {
    padding: 0 10px;
    display: block;
    line-height: 25px;
    text-decoration: none;
    font-size: 11px;
    color: #ccc;
}
.selected-currency {
    padding: 5px 10px;
    background: #060606;
    border:1px dashed #313131;
    border-bottom: 0;
}
.CurrencyList a .Flag, .selected-currency .Flag {
    vertical-align: middle;
    padding-right: 5px;
}

.CurrencyList a .Text {

}




.SharePublicWishList {
    padding:8px;
    border:1px solid #ddd;
}


#TopMenu li.HeaderLiveChat {
}

.HeaderLiveChat img {
    vertical-align: middle;
}

.SubCategoryListGrid {
    padding: 4px;
}

.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryListGrid li {
    margin-bottom: 4px;
    padding: 8px;
    margin-left: 10px;
    float: left;
    text-align: center;
}

.SubCategoryListGrid ol {
    clear: both;
}
.SubBrandList {
    padding: 10px;
    margin: 0 20px;
}

.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
}

.SubBrandList li {
    margin-bottom: 8px;
    padding-left: 4px;
    float: left;
    width: 45%;
    font-family: FontAwesome;
}
.SubBrandList li:before {
    content: "\f105";
}
.SubBrandList li a { color:#ccc; font-family: Arial,Sans-Serif; padding-left: 12px; }
.SubBrandList li a:hover { color:#00ACE4; }

.SubBrandListGrid {
    padding: 0px;
    margin: 0 0 0 20px;
}

.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    width: 160px !important;
    float: left;
    margin: 0 20px 20px 0;
    line-height: 150%;
    height:auto !important;
}
.SubBrandListGrid li .BrandImage {
    display: table-cell;
    vertical-align: middle;
    border: 1px dashed #313131;
    width: 160px;
    height: 178px;
    text-align: center;
    background: #000;

}
.SubBrandListGrid li a.BrandName {
    display: block;
    font-weight: 600;
    color: #ddd;
    text-align:center;
    padding: 5px 0 0 0;
}
.SubBrandListGrid li a.BrandName:hover {
    color: #00ACE4;
}

.RowDivider {
    display: none;
}
.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}



.ProductAddToCart dt div.Required,
#CartEditProductFieldsForm dt div.Required {
    width: 8px;
}

.ProductAddToCart input.Textbox,
#CartEditProductFieldsForm input.Textbox {
    width:181px;
}

.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
    width:400px;
    height: 50px;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
}

.ProductFields dd {
    margin-bottom: 4px;
}

.ProductFields {
    margin-bottom: 15px;
}

.ProductFields input.Textbox {
    width:100%;
}

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsRow {
    border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}



.TagList {
    margin-top: 20px;
}

.CartThumb {
    text-align: center;
    width: 1px;
    padding: 10px !important;
}

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;

}

.SelectGiftWrapMultiple {
    max-height: 400px;
}



#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}



.OrderItemMessage {
    padding:7px;
    margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
    color:gray;
    font-size: 0.85em;
    padding:2px 0px 2px 0px;
}

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */




#QuickViewProductDetails .ProductPriceWrap .productAttributeRow {
    padding: 0;
    border-bottom: 0;
    clear: none;
}

/** Search All Form Result - Start **/



.ContentList em,
.QuickSearchResultMeta em {
    font-size: 11px;
    font-style: normal;
}

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    width: 180px;
    z-index: 1000000000;
    padding: 5px 10px;
}

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}

/** AJAX loading box - End **/





/** Product image gallery end **/
/** AJAX loading box - End **/

/* Product Videos */

#VideoList li {
    float: left;
    list-style: none outside none;
    padding: 8px;
    width: 120px;
min-height:110px;
margin:5px;
}

.VideoSeparator {
    clear: both;
}

.videoRow {
    margin-bottom: 4px;
}

.previewImageContainer {
    height: 30px;
    width: 50px;
}

.videoRow img {
    float: left;
}

.videoRowTitle {
    font-weight: bold;
    overflow: hidden;
    width: 120px;
    font-size: 11px;
    float: left;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.videoRowDescription {
    max-height: 50px;
    overflow:hidden;
}

.VideoOverlay {
    background: url('../images/VideoOverlay.png')center center no-repeat;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}


/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
    height: 90px;
    width: 120px;
float:left; margin-right:20px;
}

.videoRowLength {
    padding-left: 4px;
}

.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
    cursor: pointer;
}

#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
}

#VideoSingle {
    padding: 10px 0;
}

#VideoContainer {

}

.HideElement {
    display: none;
}



.VideoSingleTitle {
    font-weight: 600;
    font-size: 14px;
}

.VideoSingleDescription {
    padding-top: 10px;
    overflow-y: auto;
    height: 220px;
    padding-right:5px;
}

.Left #VideoMiddleContainer,
.Right #VideoMiddleContainer {
    display: none;
}

.Content #VideoSideContainer {
    display: none;
}

#VideoSideContainer ul {
    text-align: center;
}

#VideoSideContainer ul li {
    margin-bottom: 5px;
}

.VideoSideDescription {
    padding: 2px 10px;
}

.VideoImageContainer {
    position: relative;
}


/* Add to cart modal */
#fastCartWrapper {
    padding: 0;
}
#fastCartContainer .ProductList .ProductImage {
    width: 205px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fastCartTop {
    padding: 0;
}
.fastCartProdLink {
    margin-bottom: 20px;
}
.fastCartContent {
    width: auto;
}
/*.fastCartContent .ProductList li {
width: 120px !important;
}*/
/*.fastCartContent .ProductList .ProductImage img {
height: 120px !important;
}*/
.fastCartItemBox {
    padding: 0;
    margin-left: 40px;
    width: 234px;
}
.fastCartItemBox h2 {
    font-size: 11px;
    font-family: "Helvetica Neue", Arial, "Sans-Serif";
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartItemBox .ProductPrice {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
}

.fastCartProd {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 13px;
}
.fastCartProd  small {
    display: block;
    font-weight: 300;
    padding-top: 10px;
    font-size: 12px;
}
.fastCartSummaryBox {
    max-width: none;
    width: 250px;
    padding: 28px;
    padding: 10px;
    background: none;
    color: #ccc;
}

.fastCartSummaryBox .AmazonPaymentsCheckout .RemoteCheckout {
    text-align:right;
}

.ProceedToCheckout .RemoteCheckout {
    clear: right;
}

.fastCartContent .ProductPrice {
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    color: #00ACE4;
    display: block !important;
    line-height: 29px !important;
}
.fastCartSummaryBox .subtotal,
.fastCartSummaryBox .ProductPrice,
.fastCartSummaryBox .CartActions {
    padding: 0 0;
}
.fastCartSummaryBox .subtotal {
    margin-top: 0;
    padding-bottom: 5px;

}
.fastCartSummaryBox .btn.btn-secondary {
    text-align: center !important;
    color: #FFFFFF !important;
    height: auto !important;
    line-height: normal !important;
    padding: 8px 15px;
    text-align: center !important;
}
.fastCartSummaryBox .ProductPrice {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    border-top: 1px #313131 dashed !important;
    border-bottom: 1px #313131 dashed !important;
}
.fastCartSummaryBox .actionLink {
    border-top: solid #fff 0px;
    padding-top: 0px;
    margin: 0;

}
.fastCartSummaryBox .CartActions {
    font-size: 12px;
}
.fastCartSummaryBox .CartActions a {
    color: #00ACE4;
}
.fastCartSummaryBox .CartActions {
    margin-top: 10px;
    padding: 10px 0;
}
.fastCartSummaryBox .ProductPrice {
    font-size: 29px;
    font-weight: normal;
}
.fastCartBottom {
    padding-left: 0;
    padding-right: 0;
}
.fastCartBottom h3 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 37px;
    margin: 15px 0;
    padding: 0 10px 0 10px;
    position: relative;
    border: solid 0px !important;
    background: url("../images/white/square.png")  0 0;
    color: #00ACE4;
}/*
#fastCartSuggestive {
margin-left: -76px !important;
}*/

.ToggleSearchFormLink {
    margin: 8px 5px 0 0;
}

.Panel#ProductTabs {
    padding-top: 0px;
}

.productAttributeLabel {
    text-align: left !important;
}

.AddThisButtonBox {
    float: left !important;
    width: auto;
    margin: 0 0 0 !important;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
width:165px;
}
.BlogShare .AddThisButtonBox {width:100%;}

.PinterestButtonContainer {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    margin-left:2px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;

}




#fastCartContainer .ProductDetails {
    height: 40px;
}

/* Social elements
....................................................................... */

#socnet a {
    display: block;
    float:left;
    text-align: left;
   /* text-indent: -9999px; */
    vertical-align: middle;
    margin: 0 8px 8px 0;
font-size:21px;
}

#socnet a:hover { color:#00ace4;}


/* Tabcontent
....................................................................... */
#tabcontent {
    overflow: hidden;
}

#tabcontent .photo {
    width: auto;
    margin-right: 20px;
}


/* Gift Certificate
....................................................................... */

/* Shopping cart
....................................................................... */


.CartCode {
    margin: 0;
    padding: 20px 0;
}
.CartCode .CouponCode,
.CartCode .GiftCertificate {
    margin-bottom: 25px;
}
.CartCode .GiftCertificate {

}
.CartCode input[type="submit"] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.CartContents .GrandTotal {
    font-size: 19px;
}
.CartUpdateBtn {
    margin-right: 10px;
}

#CartContent .AlternativeCheckout {
    clear: both;
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
}
#CartContent .AlternativeCheckoutOr {
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 12px;
    display: inline;
}


/* Wish List Form
....................................................................... */
#WishListEditFrom form{
    margin-top: 20px;
}
#WishListEditFrom dt{
    width:auto;
}

#WishListEditFrom dd{
    margin-left: 125px;
    margin-bottom: 25px;
}

#WishListEditFrom label {
    margin-left: 10px;
}
.header h1,
.header h2,
.header h3 {
    float:left;
}

.header .actions
{
    float:right;
}


#ChooseShippingAddress .header{
    margin-bottom:15px;
}



#wishlistsform .action  {
    white-space: nowrap;
    text-align: center;
}

/* Pagecontent NewContent */

#PageContent, #NewsContent {
    line-height: 20px;
}
#PageContent span, #NewsContent span {line-height:normal;}

#PageContent h3, #NewsContent h3 {
    font-family: 'Questrial',sans-serif;
    font-weight: normal;
    font-style: normal;
    background: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 110%;
}
#PageContent h4, #NewsContent h4  {
    font-family: 'Questrial',sans-serif;
    font-weight: normal;
    font-style: normal;
    background: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 110%;
}
#PageContent h5, #NewsContent h5 {
    font-family: 'Questrial',sans-serif;
    font-weight: normal;
    font-style: normal;
    background: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 110%;
}


.PagingBottom {
    margin-top: 10px;
}


#SideProductAddToWishList {
    position: absolute;
    z-index: 10;
}
#SideProductAddToWishList .BlockContent {
    display: none;
}


.fastCartContent h2 {
    font-size: 13px;
    line-height:normal;
    margin-bottom: 20px;
    color: #ccc;
}
.fastCartContent .fastCartTop .fastCartProd a {
    font-size: 12px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 0;
}
.fastCartContent .fastCartTop .fastCartProd small {
    padding: 0;
    margin: 0;
}

#cartForm {
    margin-bottom: 15px;
    display: block;
}

.SearchContainer {border-top:1px solid #4a4a4a;}
.faceted-search .SearchContainer {border-top:none;}
.SearchContainer .ProductList {
    margin-left: 0 !important;
    margin-right: -9px !important;
    min-height: 1px;
    zoom: 1;
}
.ReturnsList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* modal overrides */
#ModalTitle, .ModalTitle {
    background: none !important;
    font-family: 'Questrial',sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: normal;
    min-height: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ModalContent, .ModalContent {
    border: none !important;
}
#ModalButtonRow, .ModalButtonRow {
    border: none !important;
    background: url("../images/bodybg.gif") repeat  #000 !important;
    height: auto !important;
    padding: 10px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
#ModalButtonRow input {
    margin: 0 !important;
}
.productAttributeValue .btn {
    vertical-align: middle;
}
.productAttributeValue {

}
#SimilarProductsByCustomerViews h2 {
    font-size: 14px;
}
.CartItemTotalPrice  {
    white-space: nowrap !important;
    width: 100px;
}

.M20 {
    margin: 0 20px;
}
.M40 {
    margin: 0 40px;
}
.fastCartSummaryBox .ProceedToCheckout {
    width: auto;
    float:none;
}

.ProceedToCheckout .CheckoutButton {
    clear: both;
    display: block;
}
#SharingDataChoices {
    float: none;
}
#SharingDataChoices li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    margin: 0 10px 15px 10px;
    height: 150px;
    width: 150px;
}
#SharingDataChoices li img {
    max-width: 150px;
    max-height: 150px;
}
.SelectBillingAddress .selector {
    margin-bottom: 10px;
}



#SharingDataWrapper {
    height: auto !important;
}
.btn.sml {
    font-size: 12px !important;
    font-weight: 300 !important;
    height: 25px !important;
    line-height: 25px !important;
    margin-left: 15px;
    text-transform: none !important;
}


.Value.Quantity {
    padding-bottom: 10px !important;
}
td.action .share {
    color: #FAFAFA;
    height: 20px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 25px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
}

.Sold.Out {

    height: 24px;
    width: 84px;
    text-align:left;
    text-indent: -99999px;
    overflow: hidden;
    background: url(../images/os.png) 0 50% no-repeat;
}
.stockIcon.Sold.Out {
    display: block;
}
.OutOfStockMessage {
    line-height: 17px;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 15px;
    color:#ccc;
padding-top:15px;
}
.ProductMain table.ExpectedReleaseDate {
    margin-left: 0;
    margin-right: 0;
}

.AddCartAction .CurrentlySoldOut {
    float: left;
    height: 40px
}
/* hide radio inputs for swatch and rectangle options when javascript is enabled */
html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    overflow: hidden;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    height: 28px !important;
    width: 28px !important;
    z-index: 10 !important;
    margin: 0 !important;
    opacity: 0 !important;
    filter: alpha(opacity = 0) !important;
}

.NotifyMessage {
    background: #EAECEE;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px 15px 0;
}
@-moz-document url-prefix() {
    /* firefox won't hide elements with z-index values but we can render them offscreen without scrolling issues */
    html.javascript .productOptionViewRectangle input,
        html.javascript .productOptionPickListSwatch input {
        left: 0 !important;
}
}

/* Out of Stock styling */

/* Gave strike through to text of out of stock options except rectangle styled  */
label.outStock span.name {
    text-decoration: line-through;
}
.productOptionViewRectangle label.outStock span.name {
    text-decoration: none;
}

/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span.name,
.productOptionViewProductPickList .outStock span.name,
.productOptionViewProductPickListWithImage .outStock span.name,
.productOptionViewRectangle .option label.outStock {
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    *zoom: 1;
}

/* Made the container of the strike through image relative */
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours,
.productOptionViewRectangle label {
    position: relative;
}

/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after,
.productOptionPickListSwatch .outStock .thumbnail:after,
.productOptionViewRectangle .outStock .name:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/out-of-stock-bg.png") center no-repeat;
    z-index: 999;
    content: "";
}



/* Model Container */
#ModalContainer {width:820px !important; margin-left:-410px; height:auto !important; overflow-y:auto !important; top:5% !important;}



/* Color: Black */
body {
    color: #ccc;
    background-image: url(../images/bodybg.gif);
}
a {
    color: #00ACE4;
    text-decoration: none;
}
a:hover {
    color:#ccc;
}
input,textarea {
    background: #060606;
    color: #FFFFFF;
}
.Textbox, select, textarea, .field-xlarge {
    border: 1px solid #313131;
}
input[type=submit], .btn, input[type=reset], input[type=button] {
    background: #00ACE4;
    border: 0;
    text-decoration: none;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding:5px 12px !important;
    *padding:3px 12px 4px;
    line-height:normal;
    letter-spacing:normal;
    font-size:13px !important;
border:1px solid #282828;
}
.btn.back {padding-left:33px !important;}
input[type=submit]:hover, .btn:hover, input[type=reset]:hover, input[type=button]:hover {
    background: none;
    border: 0; color:#fff;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
border:1px solid #282828;
}
input.WishListButton, #SideProductAddToWishList .btn {
    color: #fff !important;
}
.btn.btn-secondary {
    background: #00ACE4;
    border: 0;
border:1px solid #282828;
font-size:13px; font-weight:500;
}
.btn.btn-secondary:hover {
    background: none;
    border: 0;
    text-decoration:none;
border:1px solid #282828;
}
input.AddCartButton, input.WishListButton, #SideProductAddToWishList .btn { padding-left: 30px !important; }
#FooterUpper .Column input.Button {
    border: 0;
    font-family: 'Roboto', sans-serif;
    height:auto;
    padding:4px 12px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:13px !important;
    font-weight:normal;
    margin-bottom:0px;
    background:#00ACE4;
font-weight:500;
 border:1px solid #282828;
}
#FooterUpper .Column input.Button:hover {
    background: #000; color:#fff; border:1px solid #282828;
}
.credit strong, .credit i {color:#00ACE4;}
/* Top Navigational Menu */
#TopMenu {
    border-bottom:1px dashed #313131;
    color: #fff;
    height:30px;
    line-height:30px;
}
#TopMenu a {
    color: #999;
}
#TopMenu a:hover {
    color: #fff;
}
#TopMenu p {
    color:#999;
}
#TopMenu .FloatRight {
    height: 30px;
}
#TopMenu .currency-converter {
    height: 30px;
}
#TopMenu .selCurr {
    color: #00ACE4;
}
#TopMenu .currency-converter #SideCurrencySelector {
    background: #000;
    border:1px dashed #333;
    color: #000;
}
#TopMenu .currency-converter #SideCurrencySelector .CurrencyList {
    display: none;
}

#TopMenu .currency-converter #SideCurrencySelector:before {
    content: "\f0d8";
    font-family: FontAwesome;
    position: absolute;
    top: -21px;
    font-size: 28px;
}

#TopMenu .currency-converter #SideCurrencySelector .selected-currency {
    border: dashed #313131 1px;;
    background: #000 url(../images/white/sel.png) 95% 50% no-repeat;
    color: #fff;
}

.wishLink {
    font-family: FontAwesome;
    font-size: 14px;
}
#TopMenu  .wishLink a, #TopMenu  .CartLink a {
   font-family: Arial,Sans-Serif;
   font-size: 11px;
  padding-left: 10px;
}
.wishLink:before {
    content: "\f004";
}
#TopMenu .wishLink {
    padding-left: 10px;
}

.CartLink:before {
    content: "\f07a";
}
.CartLink {
    font-family: FontAwesome;
    font-size: 16px;
}

#TopMenu  .checkout {
    background: #00ACE4;
}
#TopMenu  .checkout:hover {
    background: #312E29;
}
#Wrapper {

}
/* Header */

/* Logo */

#Logo { margin: 30px 0; }

#Logo a {
    color:#00ACE4;
}

/* Top Search Form */
#SearchForm {
    border: solid #000 1px;
    margin: 34px 0 30px;
}
#SearchForm .btn  { padding:0px !important; border:1px solid #313131;}
#SearchForm .btn:hover { background: none; border:1px solid #282828; padding:0px;}
#SearchForm button span {
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
#SearchForm button:hover span {
    background: none;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
#SearchForm #search_query { padding:8px; color:#888; background: #060606; border: 1px solid #313131; }
#HeaderLower {
    color: #ddd;
    font-size:15px;
    border-top: 1px dashed #313131;
    border-bottom: 1px dashed #313131;
}
#HeaderLower a {
    color: #fff;
}

#Header > a {
    background: none repeat scroll 0 0 #00ACE4;
    display: block;
    float: right;
    height: 23px;
    margin: 35px 0 35px 10px;
    padding: 6px 0 2px;
    text-align: center;
    width: 34px;
color:#fff;
border:1px solid #282828;
}
#Header > a#Headercompareview, #Header > a#Headerquickcartview {
   font-size: 13px !important;
   padding:0;
   height:31px !important;
   line-height:31px !important;
}
#Header > a:hover { background:none; border:1px solid #282828;}

/* Horizontal Category List (Default & Flyout) */

#HeaderLower li  {
    height: auto;
    letter-spacing: normal;
    line-height: 25px;
    margin-right: 30px;
}
#HeaderLower li ul li {
    font-family:'Roboto', sans-serif;
    font-size: 14px;
    text-transform:uppercase;
    padding:0;
    margin: 0;
    background:#000;
}

#HeaderLower li:first-child a {
    border-left: solid #545c66 0px;
}
#HeaderLower li a {
    padding: 10px 0;
}
.hasSub {
    padding-right:30px !important;
}

#HeaderLower li a .sub-indicator:before {
    content: "\f107";
}
#HeaderLower li a .sub-indicator {
    display: block;
    font-family: 'FontAwesome';
    margin-top: -2px !important;
    opacity: 1 !important;
    position: absolute;
    right: 12px !important;
    top: 36% !important;
    width: 7px !important;
    z-index: 1;
   line-height: normal;
}
#HeaderLower li.ActivePage a, #HeaderLower li.over a, #HeaderLower li a:hover {
    color: #00ACE4;
}

#HeaderLower li ul {
    top: 46px;
    width:200px;
border:1px dashed #333;
border-top:none;
}

#HeaderLower li ul:before { /*background: url("../images/white/drop_new.png") no-repeat 0 0; content: "";*/ display: block; height: 9px; left: 10%; margin-left: -8px; position: absolute; top: -9px; width: 17px; z-index: 1;}

#HeaderLower li ul li a {
    color: #ddd;
    background: none !important;
    border-top: 1px dashed #333;
    padding: 5px 12px;
}
#HeaderLower li ul li:first-child a {border-top:none;}
#HeaderLower li ul li a.hasSub {
    background: url(../images/white/subDrop.png) 100% 50% no-repeat !important;
}
#HeaderLower li ul li a:hover {
    background: #00ACE4;
    color: #00ace4;
}

#HeaderLower li.subOver a {
    color: #312E29;
}
#HeaderLower li.subOver li a {
    color: #00ACE4;
}
#HeaderLower li.subOver li.subOver a {
    color: #312E29;
}
#HeaderLower li.subOver li.subOver li a {
    color: #00ACE4;
}
#HeaderLower li.subOver li.subOver li a:hover {
    color: #312E29;
}

#SideCartContents h2, #sidr-right-compare h2 { font-size: 15px; color:#00ACE4; background:url("../images/square-dark.png"); line-height: 40px; padding: 0 0 0 12px; text-transform: capitalize; }
#SideCartContents .BlockContent, #sidr-right-compare .BlockContent  { margin-top: 10px; color:#C3CBD6; }
#SideCartContents img, #sidr-right-compare img { float: left; width: 45px; margin-right: 10px; background: #000; padding: 5px; border: 1px solid #1b1b1b; }
#SideCartContents li, #sidr-right-compare li { float: left; width: 100%; padding: 10px 0; border-bottom:1px solid #1b1b1b; }

#SideCartContents .BlockContent a, #sidr-right-compare .BlockContent a { color:#fff; }
#SideCartContents .ViewCartLink, #SideCartContents .CheckoutLink, #sidr-right-compare .CompareNowLink {
    background:#00ace4;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color:#fff;
    padding:5px 10px;
    font-weight:normal !important;
    text-transform:capitalize;
    margin:0 5px 0 0;
 border: 1px solid #313131;
text-transform:uppercase;
font-weight:500;
}
#SideCartContents .ViewCartLink:hover, #SideCartContents .CheckoutLink:hover, #sidr-right-compare .CompareNowLink:hover { background:#000; color:#fff !important; border: 1px solid #313131;}

.Content .Block h2 {
    background: url(../images/square-dark.png);
    color:#3c3c3c;
    line-height:34px;
    padding:0 0 0 12px;
    margin:0 0 20px;
    font-size:15px;
}
.Content .SideRecentlyViewed h2 {
    background: url(../images/square-dark.png);
    color:#00ACE4;
    line-height:40px;
    padding:0 0 0 12px;
    margin:0 0 20px;
    font-size:18px;
}
 .Content .Block h2  {
    background: url(../images/square-dark.png);
    color: #ddd;
    line-height: 40px;
    padding: 0 0 0 10px;
    font-size: 18px;
    margin: 0 0 10px;
}
/* .Content .FeaturedProducts h2 { background:none !important; text-transform:none;} */
.Content .FeaturedProducts h2 { text-transform: capitalize; }
.Content .Block h2.ExpressCheckoutTitle { color: #00ACE4; }

.Left .Block { margin:0px; padding:0px; }
.Left .Block h2 {
    background: url(../images/square-dark.png);
    color:#DDDDDD;
    line-height:40px;
    padding:0 0 0 12px;
    margin:0 0 10px;
    font-size:18px;
    text-transform: capitalize;
}

#SideAccountStoreCredit .BlockContent {
    -moz-box-sizing: border-box;
    border: 1px dashed #333;
    line-height: 22px;
    padding: 10px;
    width: 99.5%;
}

#SideAccountStoreCredit .BlockContent strong { color:#00ace4;}

.ProductList li .ProductImage  {
    background: #000000;
}
.ProductList li .ProductDetails {
    color: #4c4944;
    padding: 12px 8px 0px;
    text-align: center;
    font-size:14px;
    margin-top: 0px;
}
.ProductList li .ProductDetails a {
    color: #ddd;
    font-weight: normal;
}
.ProductList li .ProductDetails a:hover {
    color: #00ACE4;
}
#fastCartContainer .ProductList li


.ProductList li .ProductPriceRating .Rating0 {
    border-left: solid #4c4944 1px;
}
.ProductList li .ProductActionAdd { padding: 12px 0px; text-align: center;}

.ProductList li .ProductActionAdd a {
    border: solid #333 1px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.ProductList li .ProductActionAdd a span {
    font-size: 17px;
    padding-right: 10px;
}
.ProductList li .ProductActionAdd a.Choose {
    font-family: 'Roboto', sans-serif;
}
.ProductList li .ProductActionAdd a:hover {
    background-color: #00ACE4;
    border: solid #00ACE4 1px;
    text-decoration: none;
}

.featured-products-pager, .sales-products-pager, .new-products-pager, .topseller-products-pager, .popular-products-pager  { font-size: 32px; text-align: center; clear:both; cursor:pointer; padding:10px 0 0; color: #3c3c3c; }

.featured-products-pager span, .sales-products-pager span, .new-products-pager span, .topseller-products-pager span, .popular-products-pager span {
    width:7px;
    height:7px;
    display:inline-block;
    margin:0 2px;
    *display:block;
    *float:left;
    color: #333333;
}
.featured-products-pager span.cycle-pager-active, .sales-products-pager span.cycle-pager-active, .new-products-pager span.cycle-pager-active, .topseller-products-pager span.cycle-pager-active, .popular-products-pager span.cycle-pager-active {
    color: #00ACE4;
}

/* footer */
#FooterUpper {
    color: #999;
    margin:20px 0 0;
    overflow:hidden;
    padding: 20px 0;
    border-top: 1px dashed #313131;
}

#FooterUpper .Column h2 {
}
#FooterUpper .Column li a {
    color: #c3cbd6;
}
#FooterUpper .Column li a:hover {
    color: #fff;
}


/* Quick Search */
.QuickSearch {
    background: #000;
    padding-top: 0;
    border: 1px solid #313131;
    margin:6px 0 0 26px;
    width:240px !important;
}
.QuickSearchResultImage  img {
    border: solid #e5e5e5 1px;
}
.QuickSearchResultMeta a {
    color: #ccc;
}
.QuickSearchAllResults a { height:27px; width:161px; overflow:hidden; position:relative;}
.QuickSearchAllResults a:hover {background-position:0 100%}
.QuickSearchResult:hover td {
    background: #222;
}
#QuickSearch .QuickSearchResultName {clear:both; display:block;}
#QuickSearch span.Price { display:block; float:left; margin-right:5px; color: #00ACE4; font-size: 14px; }
.QuickSearchResultMeta .RatingIMG {display:block; padding:2px 0 2px 5px;}

/* Breadcrumb */
.Breadcrumb {
    color:#888;
    line-height:30px;
    min-height:30px;
    overflow:hidden;
    padding: 0;
}
.Breadcrumb li {float:left; display:block; white-space:nowrap;}

.Breadcrumb li a {
    color: #666;
}
.Breadcrumb li a:after {
   content: "\f105"; font-family: FontAwesome;
   padding-left: 10px; font-size: 14px;
}
.Breadcrumb li a:hover {
    color: #888;
}
#ProductBreadcrumb ul {clear:both;}
.PagingList li {
    border: solid #252525 1px; margin:0 3px;
}
.PagingList li:first-child { border:1px solid #1b1b1b; }
.PagingList li.ActivePage {
    background:#00ACE4;
    border:1px solid #00ACE4;
}

.PagingList li a {
    color: #444;
}
.PagingList li a:hover {
   background:#00ACE4;
   color: #fff;
}



.SortBox .selector {
   /* background: url(../images/white/sel2.png) no-repeat scroll 106% 50%; */
    border:1px solid #1b1b1b;
}
.SortBox .selector span {
   /* background: #fff; */ margin-right:0px;
}

/* Left Content Area */

.Left .CategoryList h2, .Left #SideNewProducts h2, #sidr-left-menu h2 {
    background: url(../images/square-dark.png);
    font-size:18px;
    line-height:40px;
    color:#ddd;
    text-transform: capitalize;
}
.Left .CategoryList h2 { color:#ddd;}

.CompareButton {
    border-top: dotted #c8c8c8 1px;
    display:none;
}
.compare > a {
    color: #777;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    text-align: center;
    font-weight:normal !important;
    padding:3px;
    display:block;
}
.compare {width:50%; float:right; margin-top:2px;}
#Outer.compare {float:none;}
.addtowishlist {
    color: #777;
    text-align: center;
    float:left;
    width:49%;
}
.addtowishlist > a {
    color: #777;
    font-size: 12px;
    font-weight:normal !important;
    padding:4px 5px;
    display:block;
}
.addtowishlist > a:hover, .compare > a:hover {
    color: #00ACE4;
}


.RecentNews li {
    border-bottom: solid #e4e4e4 1px;
}
.RecentNews li h5 a {
    color: #312e29;
}

/* General Tables & Carts Table commong styling */
.CartItemQuantity div.selector {
    background: url(../images/white/sel2.png) 100% 50% no-repeat;
}
.CartItemQuantity div.selector span {
    border-right: solid #333 1px;
    color: #ddd;
}
.TabNav li.Active a {color:#00ACE4;}

table.Stylize th {
    border-bottom: 1px dashed #313131;
    color: #00ACE4;
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
    padding: 12px;
}

table.Stylize td {
    border-bottom: 1px dashed #313131;
}

table.CartContents .ProductName h5 a {
    color: #ddd;
}

.CartRemoveLink {
    font-size: 18px;
    color: #fff;
}
.EstimateShipping dl {
    border: 1px solid #1B1B1B;
    overflow:hidden;
    background: #060606;
}
.EstimateShipping input[type=button] {
    background: none; border:1px solid #282828; font-size:13px;
}
.EstimateShipping input[type=button]:hover {
    background: #00ace4;
border:1px solid #282828;
}
.EstimateShipping .EstimateShippingButtons {text-align:right; line-height:28px;}

.ShippingMethodList table td {
    border-bottom: 1px dashed #313131 !important;
}
.CartContents tfoot .GrandTotal td {
    border-bottom: 1px dashed #313131;
}
.SalePrice {
    color: #00ACE4;
    font-weight: 600;
}

/********************************************************************************************************************************************************/

.order-number {
    font-size:1.4em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero_slider .Block div {
    border-bottom: 4px solid #000;
}
.hero_slider .Block div div {
    border: 0;
}
.hero div .text h1,
.hero div .text h2,
.hero div .text h3,
.hero div .text p,
.hero div .text a {
    color: #000;
    text-shadow: none;
}
.hero div .text.white * { /* Reverse text colour */
    color: #fff !important;
    text-shadow: 1px 1px 2px #000 !important;
}


.Block.banner_home_page_bottom div .text.text-light *,
.Block.banner_category_page_bottom div .text.text-light *,
.Block.banner_brand_page_bottom div .text.text-light *,
.Block.banner_search_page_bottom div .text.text-light * { /* Reverse text colour */
    color: #fff !important;
    text-shadow: 1px 1px 2px #000 !important;
}

a.btn_link { /* All boxed links within banners */
    color: #fff !important;
    background: #000;
    text-decoration: none;
    padding: 2px 10px 2px 10px !important;
}
a.btn_link:hover {
    text-decoration: underline;
}
.ToggleSearchFormLink.btn a:hover{
    color:#000;
}

.plain.btn {
    background: #fff !important;
    text-transform: capitalize !important;
    font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
}
.plain.btn:hover{
    text-decoration: underline !important;
}

.CompareItem {
    width:200px;
    border-left: solid 1px #313131;
}
.CompareFieldName {
    font-weight:bold;
    border-bottom: 1px solid #313131;
}
.CompareFieldTop {
    border-bottom:solid 1px #313131;
}
.CompareFieldTop a:hover {
    color:#4e4e4e;
}
.CompareCenter {
    border-left: 1px dashed #313131;
    border-bottom:solid 1px #313131;
    text-align: center;
}
.CompareLeft {
    border-left: 1px dashed #313131;
    border-bottom:solid 1px #313131;
    text-align: center;
}

.CartCode {
    border: 1px dashed #313131;
    border-width: 1px 0 0;
}
.CompareLeft > a { color: #fff; }
.CompareLeft > a:hover { color: #00ACE4; }

/* Wish List Form
....................................................................... */
.header .actions .btn {
    font-size: 13px !important;
    padding: 4px 12px !important;
    margin-left: 20px;
}

#wishlistsform .action .edit a{
    background:url(../images/edit.png) transparent left top no-repeat;
}

#wishlistsform .action .delete a{
    background:url(../Outdoor/images/trash.png) transparent left top no-repeat;
}

#wishlistsform .action .share a{
    display: block;
    left: 0;
    position: absolute;
    top: 3px;
    font-size: 18px;
    font-family: 'FontAwesome';
    text-indent: 0px;
}
#wishlistsform .action .share a:before {
   content: '\f064';
}
/*....................................................................... */

.JustAddedProduct {
    border: 1px solid #dcdcdc;
    background: #fff;
}
.JustAddedProduct strong,
.JustAddedProduct a {
    text-decoration: none;
}
.JustAddedProduct a:hover {
    text-decoration: underline;
}

.SubCategoryList,
.SubBrandList {

}

.Message {
    color:#fff;
    border-width:1px;
    border-style: dashed;
    border-color: transparent;
    background-position: 12px 11px;
    background-repeat: no-repeat;
    padding-left:6px;
}

.Message a {
    text-decoration: none;
}

.InfoMessage {
    background-position:8px 9px;
    border-color: #444;
    background-repeat: no-repeat;
    padding:10px 10px 10px 40px;
    color: #777;
}
.InfoMessage:before {
  content: "\f05a"; font-family: FontAwesome; font-size: 19px; margin-left: -28px; padding-right: 6px;
}
hr {border-style:dashed; border-color:#313131;}
.NotifyMessage, #tabcontent {background: #060606; border:1px solid #313131;}

ul.tabs li { border-color:#313131; background: #000; color: #ccc; }
ul.tabs li.active { border-bottom: 1px solid #000; color: #000; }

.NotifyMessage .Bold em {color:#00ACE4;}
.SpecificInfoMessage {
    color: #606060;
    background-color: #000;
}
.SuccessMessage {
    background-position:5px 5px;
    border-color: #489f41;
    background-repeat: no-repeat;
    padding:5px 10px 5px 35px;
    color: #489f41 !important;
}
.SuccessMessage:before {
    content: "\f058"; font-family: FontAwesome; font-size: 19px; margin-left: -28px; padding-right: 6px;
}
.ErrorMessage {
    border-color: #e52828;
    background-repeat: no-repeat;
     background-position:5px 5px;
    padding:5px 10px 5px 35px;
    color: #e52828;
}
.ErrorMessage:before{content: "\f071"; font-family: FontAwesome; font-size: 19px; margin-left: -28px;}

.ErrorMessage span {
  font-size: 18px;
  padding-right: 10px;
}

.ComparisonTable tr:hover td,
.ComparisonTable tr.Over td, .SearchTips .Examples {
    background: #060606;
}
.Right hr {
    background: transparent;
    border: 0;
}
.MiniCart .SubTotal {
    color: #00ACE4;
}

/* Product Videos */

.currentVideo {
    background-color: #000;
}

.videoRow:hover {
    background-color: #00ace4;
}

.CartContents .ItemShipping th {
    border-bottom-color: #313131;
    border-top-color: #313131;
    background: #f4f4f4;
    color: #2f2f2f;
}

#ModalContent, .ModalContent {
    background: url(../images/bodybg.gif) #000 !important;
}

#ModalOverlay { background:#333; opacity:0.75;}


/* start fast cart styles */
#fastCartContainer {
    font-size: 13px;
    color: #000;
    padding:20px 0;
}
.fastCartContent h2 {
    background-color:transparent;
}
.fastCartContent h3 {
    background-color:transparent;
}
.fastCartThumb {
    border: 1px solid #313131;
    padding: 0px;
    background: #000;
    width: 204px;
    height: auto;
}
.fastCartThumb img {
    display: block;
    margin: auto;
    max-width: 204px;
    max-height: 204px;
}

.fastCartSummaryBox a:hover {
    text-decoration: underline;
}

.fastCartSummaryBox .subtotal {
    border-color: #313131;
}
.fastCartSummaryBox .ProductPrice {
    border-color: #313131;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #fff;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #fff;
}
.fastCartContent .Quantity {
    color: #ccc;
}
.fastCartContent p {
    color: #bdbdbd;
}

.fastCartBottom h3 {
    font-size: 18px;
    letter-spacing: normal;
    color: #ddd;
    text-transform: capitalize;
    line-height: 40px;
    margin: 15px 0;
    padding: 0 10px 0 10px;
    position: relative;
    border: solid 0px !important;
    background: url("../images/square-dark.png")  0 0;
}

/* end fast cart styles */


/* Modal */




.SubCategoryListGrid {
    border-bottom: 1px solid #313131;
    margin-bottom:20px;
}

#AjaxLoading,
.OrderItemMessage,
.CurrencyList a.Sel,
.SharePublicWishList {
    background: #fff;
}

.Left .CurrencyList dd, #AjaxLoading, .OrderItemMessage, .CurrencyList a.Sel, .SharePublicWishList { background: #060606; border-color:#313131; }
#TopMenu .CurrencyList a.Sel {background:none;}
.Left .CurrencyList a {color:#fff;}
.Left .selected-currency span {color:#00ACE4;}
.Left .CurrencyList a:hover {background:#00ACE4;}
select option {padding:0 10px !important; background:#000; color:#ccc;}

#socnet .icon-social-theme {
    /* background-image: url('../images/sprite-social.png'); */
}

#TopMenu .phoneIcon {
   /* background: url('../images/white/phoneIcon.png') no-repeat 0 50%;*/
      color:#00ace4;

}
#TopMenu .phoneIcon:before {
     content: "\f095";
     font-family: FontAwesome;
     padding-right: 10px;
     font-size: 13px;
}

/* For the currency chooser */

#currency-chooser {
    float: right;
    clear: both;
    margin-top: 25px;
    font-size: 11px;
}
#currency-chooser .currency-info {
    float:left;
    margin-right: 5px;
    color: #b8b8b8;
}
#change-currency {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    float: left;
}
#currency-chooser .currencies {
    background: #f8f8f8;
    display: none;
    margin-top: 30px;
    padding: 10px;
    position: absolute;
    right: 0px;
    z-index: 10;
    width: 168px;
}
#currency-chooser .currencies:before {
    width: 0;
    height: 0;
    border-left: 15px solid rgba(248, 248, 248, 0);
    border-right: 15px solid rgba(248, 248, 248, 0);
    border-bottom: 15px solid #f8f8f8;
}
#currency-chooser .currencies dd {
    background: transparent;
    border: #313131 solid 1px;
}
#currency-chooser .currencies dd a {
    background: transparent;
    border: none;
    padding: 5px;
}
#currency-chooser .currencies dd a.Sel {
    background: #fff;
}

/* tree view */
/* #SideCategoryList .sf-menu ul {display:none !important;} */
.treeview, .treeview ul, #sidr-right ul, #sidr-right-compare ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidr-right, #sidr-right-compare {
    background: #060606;
    left: auto;
    right: -260px;
    border-left: 1px solid #313131;
    z-index: 1;
}

.treeview ul {

}
.treeview .hitarea {
    height:34px;
    width: 43px;
    cursor: pointer;
    position:absolute;
    right:0;
    top:0;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li {
    margin: 0;
    /*padding: 3px 0pt 3px 16px;*/
}

/*.treeview a.selected {
background-color: #eee;
}*/

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color:#000; cursor: pointer; }
.treeview li a:hover, .treeview li a.selected, .treeview li li a.selected, .treeview li li li a.selected { color:#fff; background:#00ACE4; text-decoration: none; }

.treeview li {  position:relative; border-bottom:1px dashed #313131;  }
.treeview li li {  position:relative; border-bottom:0px; border-top:1px dashed #313131;  }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview li a, .SideNav li a { color:#ddd; font-size:12px; text-decoration:none; border-bottom:1px solid #313131;  padding:8px 10px 8px 10px; display:block; font-family: Arial,Sans-Serif; }
#sidr-left-menu .treeview li.expandable a, #sidr-left-menu .treeview li.collapsable a {border-bottom:none; width:70.8%;}
#sidr-left-menu .treeview li.expandable li a, #sidr-left-menu .treeview li.collapsable li a {width:inherit;}
.treeview li a {border-bottom:none;}

/* Level 2 Arrow ICon */
.treeview .collapsable ul li .hitarea {
    height:23px;
    width: 24px;
    cursor: pointer;
    position:absolute;
    right:0;
    top:0;
}

/*.treeview li ul li{ border-bottom:1px solid #313131; }*/
/* .treeview .collapsable ul li a { padding-left: 25px; }  */
.treeview li.last { background-position: 0 -1766px }

.treeview .placeholder {
    background: url(../images/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}

.treeview .collapsable ul li .expandable-hitarea {
    width:24px;
    height:22px;
    position:absolute;
    right:0;
    top:0;
    border-bottom:0px solid #313131;
}

ul.treeview {
    background: #060606;
    border: 0px solid #313131;
    width: auto;
}


/* SIDR */
.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-y: auto;
  /*  background: none repeat scroll 0 0 rgba(70, 70, 70, 0.8); */
}

.sidr .SideNav { background: none; }
.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}
.CloseMenu { background: black; padding: 5px; color: white; }

.treeview, .treeview ul, #sidr-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sidr-right .cartLink, #sidr-right #SideCurrencySelector {display: none !important;}
#sidr-right .TopAccountMenu { padding-right: 0px !important;  border-right:0px !important;}


.Block.Moveable.Panel.SideCart {  padding: 12px; }

/* Growl Messages */
/* jQuery Growl
* Copyright 2013 Kevin Sylvestre
* 1.1.0
*/
#growls {
    z-index: 50000;
    position: fixed; }
#growls.default {
    top: 10px;
    right: 10px; }
#growls.tl {
    top: 10px;
    left: 10px; }
#growls.tr {
    top: 10px;
    right: 10px; }
#growls.bl {
    bottom: 10px;
    left: 10px; }
#growls.br {
    bottom: 10px;
    right: 10px; }

.growl {
    position: relative;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.growl.growl-incoming {
    opacity: 0; }
.growl.growl-outgoing {
    opacity: 0; }
.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
.growl.growl-default {
    color: white;
    background: #7f8c8d; }
.growl.growl-error {
    color: white;
    background: #c0392b; }
.growl.growl-notice {
    color: white;
    background: #2ecc71; }
.growl.growl-warning {
    color: white;
    background: #f39c12; }
.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
.growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
.growl .growl-message {
    font-size: 14px;
    line-height: 18px; }



/* Gift Certificate
....................................................................... */



/* Form fields */

.AccountOrdersList {
    list-style: none;
    margin: 0;
}
.AccountOrdersList > li {
    margin-top: 20px;
}

/* .......................................................................
My Extra Styles
....................................................................... */

/* Home Slider */
.flex-direction-nav a { }
#HomeSlideShow .center a#prev, #HomeSlideShow .center a#next {display:none !important;}
#HomeSlideShow:hover .center a#prev, #HomeSlideShow:hover .center a#next {display:block !important;}
#HomeSlideShow .center a#prev, #HomeSlideShow .center a#next { position:absolute; top:50%; width: 34px; overflow:hidden; display:block; z-index:3; margin-top:-17px; font-size: 30px; padding-bottom: 2px; text-align: center; background: rgba(0,0,0,0.5); color: #fff; }
#HomeSlideShow .center a#prev { left:0px;}
#HomeSlideShow .center a#next { right:0;}
#HomeSlideShow .center a#prev:hover, #HomeSlideShow .center a#next:hover {color: #00ACE4;}

.slide-show-render .slides li {height:400px;}

.cycle-pager {position: absolute; right: 8px; bottom: 8px; text-align: right; z-index: 3;}
.cycle-pager span {font-size:30px; margin:1px; cursor:pointer; color:#333;}
.cycle-pager span.cycle-pager-active {color:#00ACE4;}


/* Common Container */
.Content.Widest { margin-top:15px; clear:both; }
.HomePage .Content.Widest { margin-top:0px; }
.HomePage {margin-top:0;}
.ContentWrapper { /*margin:0 2% 0 3%; width:96%; */}
.Content.Widest.M20 { margin-left:0;}
.Content.WideWithLeft {width:990px; float:right; padding:0 0 0 20px; min-height:500px;}

.Left {width:240px;}
.Content {width:740px; padding:0 20px 20px; }
.Left #SideNewProducts .BlockContent {margin-left:0;}
.Left .ProductList li, .Right .ProductList li {margin:0 auto !important;}

.SideRelatedProducts .ProductList li { overflow:hidden; }

/* Typography */
.Content .Block h1,.Block h1 a, h1.title, .title, h1.PageHeader, h1.PageHeader.M40 { background: url(../images/square-dark.png) !important; line-height: 40px !important; font-size: 18px !important; padding: 0 0 0 12px !important; letter-spacing: normal !important; margin: 0 0 18px !important; position: relative !important; color: #ddd; text-transform: initial; }


/* Home Page Side Panel Menu */
.treeview .hitarea {background-position: 12px -41px; width:24px; height:24px; padding:5px;}
.treeview .collapsable-hitarea {background-position:12px 14px;}

/* Footer Newsletter box */
#FooterUpper .Column li a {color:#fff;}
#FooterUpper .Column input {width:75%;}
#FooterUpper .Column {width:23%; margin:0 1%; *width:22.5%;}
.NewsletterSubscription {width:100%;}
.fbwidget {background:#eaeaea; padding:2%; width:96%; }
#FooterUpper iframe {width:100% !important;}

/* Social Icons */
.icon-social-theme {width:28px; height:28px;}
.icon-social-theme.icon-facebook:hover, .icon-social-theme.icon-facebook:focus {background-position:100% 0;}
.icon-social-theme.icon-googleplus:hover, .icon-social-theme.icon-googleplus:focus {background-position:100% -40px;}
.icon-social-theme.icon-tumblr:hover, .icon-social-theme.icon-tumblr:focus {background-position:100% -80px;}
.icon-social-theme.icon-twitter:hover, .icon-social-theme.icon-twitter:focus {background-position:100% -120px;}
.icon-social-theme.icon-pinterest:hover, .icon-social-theme.icon-pinterest:focus {background-position:100% -160px;}
.icon-social-theme.icon-stumbleupon:hover, .icon-social-theme.icon-stumbleupon:focus {background-position:100% -200px;}
.icon-social-theme.icon-youtube:hover, .icon-social-theme.icon-youtube:focus {background-position:100% -240px;}
.icon-social-theme.icon-linkedin:hover, .icon-social-theme.icon-linkedin:focus {background-position:100% -280px;}
.icon-social-theme.icon-rss:hover, .icon-social-theme.icon-rss:focus {background-position:100% -320px;}


/* Footer Wrapper Box */
#FooterUpper .footerwrapper .Column h2 { background:url(../images/square-dark.png); padding:10px 12px; margin-bottom:0; font-size:18px; color: #00ACE4; border: 0; text-transform: capitalize; }
.Inner.footerwrapper a { color:#999;}
.Inner.footerwrapper .credit { text-align:center; margin:30px 0 0; color:#ababab; }
.Inner.footerwrapper .credit br {display:none;}
.footerwrapper .footerbox { padding:5%; width:90%; min-height:105px; border-radius:0 0 0px;}
#FooterUpper .footerwrapper .Column .footerbox input[type="text"] { width:73%; padding: 7px 6px; margin-bottom: 12px; border:1px solid #313131; }
#FooterUpper .footerwrapper .Column .footerbox label, #FooterUpper .footerwrapper .Column .footerbox a {color:#ababab;}
#FooterUpper .footerwrapper .Column .footerbox a:hover {color:#fff;}
.footerwrapper .call, .footerwrapper .email, .footerwrapper .footerbox b { color:#999 !important; font-size:16px; display:block; clear:both; padding:7px 0 10px 0; text-indent:0 !important; font-weight:normal; line-height:18px; }
.footerwrapper .call, .footerwrapper .email {color:#c3cbd6 !important;}
.footerwrapper .call {background:url(../images/phoneicon.png) 0 50% no-repeat; padding-left:35px; display:block; font-weight:bold; font-size:20px;}
.footerwrapper .email {background:url(../images/emailicon.png) 0 50% no-repeat; padding-left:35px; display:block;}
.watermark {color:#999;}

/* Category Page */
#CategoryHeading { padding:0; }
#CategoryHeading .prev, #CategoryHeading .next {margin-top:0;}
#CategoryHeading .BlockContent {margin:0 0 20px auto; width:100%; }
#CategoryPagingTop, .SortBox {float:left;}

/* Category Page and Search Page List View  */
#SearchResultsProduct #CategoryPagingTop, .SortBox {float:right;}
#SearchResultsProduct .CategoryPagination {margin-right:0; margin-top:15px;}

/* Common Product Li */
.HomePage .ProductList { margin-left:0px; }
.HomePage .Right .ProductList, .HomePage .Left .ProductList {margin-left:0;}
.ProductList { margin-left:0; border:0px;}
.ProductList li.row3-item1, .ProductList li.row3-item1.row4-item1 {clear:both; margin-left:0 !important;}
.ProductList li.row3-item1.row4-item4 {clear:none; margin-left:20px!important;}
.ProductList li { margin:0 0 20px 20px !important; }
.ProductList li { width:231px !important; min-width:231px !important; border:1px dashed #313131; }
.Content.WideWithLeft .ProductList li {width:228px !important; min-width:228px !important;}
.Content.WideWithLeft .ProductList li .ProductImage {width:226px !important; min-width:226px !important; max-width:226px !important;}
.ProductList li .ProductImage { width:231px !important; min-width:231px !important; max-width:231px !important; border-bottom:1px dashed #313131; }
.HomePage .ProductList li { width:231px !important; min-width:5px !important; border:1px dashed #313131; }
.HomePage .ProductList li .ProductImage { width:231px !important; min-width:5px !important; max-width:238px !important; }

.ProductList li .ProductImage img {max-width:100% !important;}
.ProductList li .ProductCompareButton {padding:5px 0; float:left; width:100%; text-align:center; display:block;}
.ProductList li .ProductPriceRating {display:block; margin:0 auto; text-align:center;}

#fastCartContainer .ProductList li, .ProductList li {margin:0 0 20px 20px !important; background:none;}

.Right .ProductList li { min-width:228px !important; width:228px !important; margin-bottom: 10px; text-align: center; margin:0 !important; }
.Right .ProductList li .ProductImage { max-width: 228px !important; width: 228px !important; line-height: normal !important;}
.Right .ProductList li .ProductImage img { max-width: 228px !important; max-height: 100% !important; }
.Right #BlogRecentPosts li {padding:0;}
.Right li a { font-weight:normal; color: #777; }
.Right li a:hover {text-decoration:none;}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    display: none;
}

/* Brands Page */
.BrandPage h1 { float:none; width:auto; }
.BrandCloud a { line-height:normal; color:#777; }
.BrandCloud a:hover {color:#00ACE4; }
.BrandPage .SortBox { margin:0 0px 20px auto; float:right;}
.BrandCloud { text-align:center;}

/* Create Account Page */
.CreateAccountIntro {line-height:normal;}
#CreateAccountForm .ML250  {margin-left:20px;}

/* Login Page */
#LoginForm {margin:0 auto;}
.CreateAccount, .AccountLogin {width:45%;}
.AccountLogin {float:right; padding-left:0;}

/* Common Form Elements */
.HorizontalFormContainer dt {text-align:left;}
.Textbox, .field-xlarge {height:auto;}

/* Content Page */
.ContentPage .PageContentTitle {display:none;}
.Right #SideShopByBrand li {padding:0; border-top:none;}
.Right #SideShopByBrand li:first-child {border-top:none;}

/* Search Page */
.SearchPage h1.title {float:none; width:auto;}
#SearchPage .Block, .TabContent {padding:30px 0;}
.SearchContainer .ProductList li {margin-right:0 !important;}

/* Product Details Page */
.ProductPage h1.title {width:auto; float:none; display:block; clear:both;}
.ProductMain {width:46%; float:right; margin:0 auto !important;}
.ProductAside {width:51%; float:left; margin:0 !important;}
.ProductMain { margin:0 auto !important;}
.ProductMain .Rating, .ProductMain .ProductPriceWrap, .prodAccordionContent { }
/* .ProductMain .Rating {display:none;} */
.DetailRow.Rating .ReviewListLink {border:none;}
.ProductThumb {display:block; margin:0 auto; text-align:center;}
.ProductAside .ProductThumbWrap .ProductThumb {display:table-cell;}
.ProductTinyImageList {margin:0 auto;}
.prodAccordionContent { line-height:normal; }
.ProductMain .DetailRow .Label { font-weight: bold; width:140px; float:left; clear:both; }

.zoomWindow {background:#000; border: 1px solid #313131;}

/* product popup */
.ImageCarousel {max-width:100%; overflow:hidden;}

/* Sitemap Page */
.SitemapPages, .SitemapCategories, .SitemapBrands {float:left; width:31%; margin-right:2%;}
#SitemapContent h2 {color:#ddd; background:none !important;}
#SitemapContent li a:hover, #SitemapContent li {color:#00ACE4;}
#SitemapContent li a {color:#ababab; padding-bottom:10px; display:block;}

/* Quick View Popup */
.ProductMain h1, #QuickViewProductDetails h1 { color:#FFF; font-size:24px;}
.QuickViewSide {width:35% !important; margin:0 2% 0 0;}
#QuickViewProductDetails {width:63% !important; *width:62% !important;}

/* Cart Page */
#CartHeader {height:auto;}

/* Fast Cart Popup */
#fastCartContainer .ProductList {margin-left:-20px !important;}
#fastCartContainer .ProductList li, .ProductList li {width:231px !important; background: none;}
#fastCartContainer .ProductList li, #fastCartContainer .ProductList li .ProductImage {width:172px !important; min-width:172px !important;}
#fastCartContainer .ProductList li .ProductImage img {width:100% !important; min-width:100% !important; max-width:100% !important;}
#fastCartContainer .ProductList li .ProductPriceRating, #fastCartContainer .ProductList li .compare, #fastCartContainer .ProductList li .addtowishlist {display:none;}

/* ----- NEW CLASSES ----- */
.Left .Block, .Right .Block { padding-top:10px; padding-bottom:0; }
.Left .Block:first-child, .Right .Block:first-child {padding-top:0;}
.Right .BlockContent { margin:0; }
.Right .Block h2 { color: #DDDDDD; background:url(../images/square-dark.png); line-height:40px; font-size:18px; text-transform: capitalize; padding-left:12px; }

.ProductList li .ProductDetails strong { padding:0 0 8px;}
.ProductList li .ProductDetails em { font-size:15px; font-weight:bold; color:#00ACE4; }
.Left #SideCategoryList .sf-menu {   background: #060606; border: 0px solid #313131;}
.Left #SideCategoryList .sf-menu li { border-top:1px dashed #313131;}
.Left #SideCategoryList .sf-menu li:first-child { border-top:0px;}
.Left #SideCategoryList .sf-menu li a { color:#ababab; font-size:12px; padding:8px 12px; display:block;}
.Left #SideCategoryList .sf-menu li a:hover { text-decoration:none; color:#fff;}
.Left #SideCategoryList .sf-menu li ul { left:238px; top:-1px; background: #060606; border: 1px dashed #313131 !important; display:none; width:200px;}
.Left #SideCategoryList .sf-menu li ul ul { left:200px; background:#060606;}
.Left #SideCategoryList .sf-menu li ul li { border-top:1px dashed #313131 !important; background:#060606;}
.Left #SideCategoryList .sf-menu li ul li a { background-color:#060606;}
.Left #SideCategoryList .sf-menu li ul li:first-child { border-top:0px !important;}



.AddCartAction span.DetailRow {border:none;}

.Left li { font-weight: normal; }
/* .Left .BrandList { padding: 20px 0 0; }
.Left .PopularProducts, .Right .PopularProducts { padding: 20px 0 0; } */

.PopularProducts .ProductList li {  }

h1.title, h1.PageHeader {
    float: none;
    width: auto;
}
div#fancy_overlay { background-color: #000; }
#ModalContent a, .ModalContent a { color: #00ACE4;}
#SimilarProductsByCustomerViews h2 {
    background: url(../images/square-dark.png);
    color:#fff;
    line-height:40px;
    padding:0 0 0 12px;
    margin:0 0 20px;
    font-size:18px;
}

#ModalContentContainer {max-height:100%; overflow-y:auto; overflow-x:hidden;}

.ProductPriceWrap .PriceRow em { color:#00ACE4; }
.ProductReviewForm h4 { color:#ddd; font-size: 18px; }

.fastCartContent .fastCartTop .fastCartProd a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    text-transform: capitalize;
    font-family:'Roboto', sans-serif;
}
#LayoutColumn1.M20 { margin-left: 0px; margin-right: 0px;}
#LayoutColumn1.M40 { margin-left: 0px; margin-right: 0px;}
.ContentWrapper .BlockContent.ML20 { margin-left: 0px; }
.BlockContent.ML50 { margin-left: 0px; }

.ExpressCheckoutBlock .ExpressCheckoutTitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    padding: 0 10px;
    letter-spacing: 0px;
    color: #3c3c3c;
}
div.checker span, div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    font-family: 'FontAwesome';
    background: transparent;
    font-size: 18px;
    line-height: 14px;
    position: relative;
}
div.checker input {
  position: absolute;
  left: 0px;
}
div.checker span:before {
  content: "\f0c8";
}
div.checker span.checked:before {
  content: "\f14a";
}
div.radio span:before {
  content: "\f10c";
}
div.radio span.checked:before {
  content: "\f192";
}
div.checker span
.sharebutton { background:#3c3c3c; border:0px; border-radius:0; }

.col2 { width:47%; margin:0 10px; }

.OrderAction strong { font-weight: 600; }

.RemoveFromWishlistForm { margin:0px; }
.RemoveFromWishlistForm input[type="submit"] {
    background:none;
    border: 0 none;
    color: #777 !important;
    font-size: 12px !important;
    letter-spacing: normal;
    line-height: normal !important;
    padding: 4px 0;
    text-decoration: none !important;
    transition: none;
    margin:0;
    text-transform: none;
}
.RemoveFromWishlistForm input[type="submit"]:hover {
    background:none;
    border: 0 none;
    color: #00ACE4 !important;
}
#PageContent .BlockContent, #NewsContent .BlockContent { padding:0 12px; }

#SideCartContents .BlockContent .total strong, #sidr-right-compare .BlockContent .total strong { color:#fff; font-size: 15px; }
#SideSubPageList { padding-bottom:20px; }

.productOptionPickListSwatch .textureContainer, .productOptionPickListSwatch .swatchColours { z-index:11;}

.ProductList li.row4-item1 {clear:both; margin-left:0 !important;}



/* Home Recent Blog */
#FooterUpper #HomeRecentBlogs h5 a {color:#fff; font-size:13px;}
#FooterUpper #HomeRecentBlogs h5 a:hover {color:#C3CBD6 !important;}
#HomeRecentBlogs p {font-size:12px; color:#ababab;}
#FooterUpper .Column .RecentNews li {border-top:1px solid #313131; border-bottom:none; margin:0 auto; padding-top:10px; }
#FooterUpper .Column .RecentNews li:first-child {border-top:none; padding-top:0;}
.NewsDate {color:#00ACE4; text-align:right; margin-right:12px;}
a.backtotop { float:right; text-align:center; width:34px; height:22px; display:block; margin:20px 5px 0; border:none; font-size: 60px; font-weight: bold !important; color: #00ACE4; }

.footerbox #PagesMenu h2 {display:none;}

/* Product Slider Side Panel */
.cycle-slideshow.ProductList { border: 1px dashed #313131; overflow:hidden !important; background: none; }
ul.cycle-slideshow.ProductList li { border:none !important; margin-bottom:0 !important; max-width:228px !important; width:228px !important; background: none; }


.Left ul.cycle-slideshow.ProductList li, .Left ul.cycle-slideshow.ProductList1 li { max-width:228px !important; width:228px !important; }
.Left .ProductList li .ProductPriceRating { height: auto !important; }

ul.cycle-slideshow.ProductList li .ProductImage { border-bottom: 1px dashed #313131; }
.Left ul.cycle-slideshow.ProductList li .ProductImage, .Left ul.cycle-slideshow.ProductList1 li .ProductImage { border-bottom: 1px dashed #313131; width: 226px !important; max-width:226px !important; }

/* Tree view */
.treeview li.expandable a, .treeview li.collapsable a { width:77%; }
.treeview li.expandable li a, .treeview li.collapsable li a {width:inherit;}

/* Common Page Banners */
.banner_home_page_top, .banner_category_page_top, .banner_brand_page_top, .banner_search_page_top {margin-bottom:20px;}

/* zoom */
.zoomWrapperImage img { max-width:none !important; }

/* Compare Product Page */
#CompareContent {overflow-x:auto; margin:0;}

.CloseMenu {background:none; overflow:hidden; padding:5px;}
.MobileView.CloseMenu a {font-size:31px; text-transform:uppercase; background:#00ACE4; padding:0; margin:5px auto; float:left;  color:#fff; text-align: center;}
.MobileView.CloseMenu a:hover {
   background: none; border:1px solid #282828;
}
#sidr-left-menu .MobileView.CloseMenu a {float:right; background-position:0 0; width:34px; height:34px; text-indent:-9999px; overflow:hidden; padding:1px;}
#sidr-left-menu .MobileView.CloseMenu a:hover {background-position:0 -34px; width:34px; height:34px; padding:0;}
#sidr-right .MobileView.CloseMenu a, #sidr-right-compare .MobileView.CloseMenu a { width:34px; height:34px;  overflow:hidden; margin-left:7px; border:1px solid #282828;}
#sidr-right .MobileView.CloseMenu a:hover, #sidr-right-compare .MobileView.CloseMenu a:hover {background-position:-34px -34px;}
#SideCartContents .MobileView.CloseMenu, #SideCartContents .MobileView.CloseMenu a {margin-left:0; padding-left:0;}
#SideCartContents.Block.Moveable.Panel.SideCart {padding-top:0;}

/* Suggestinve Cart Content */
#SuggestiveCartContent {margin-top:20px;}
#SuggestiveCartContent .ProductList li.row3-item1 {margin-left:20px !important; clear:none;}
#SuggestiveCartContent .ProductList li:first-child {margin-left:0 !important; clear:both;}

/* Extra updated classes - 23-12-2013 */
.HomePage .Left, .HomePage .Right, .HomePage .Content { margin-top:15px; }
.Left, .Right, .Content { margin-top:0px; }

.RemoteCheckout { float:right; clear:both; text-align:right; }
.RemoteCheckout:last-child { margin-bottom: 15px; }
.PayPalExpressCheckout input { padding:0; }
.RemoteCheckout > p { text-align:right; margin:10px 0; }

#Logo a span { color:#fff; }
#Logo a:hover span {color:#ccc;}
#Logo a:hover {color: #7cdcfc;}

/* Page Content Styling */
#PageContent h1, #PageContent h2, #PageContent h3, #PageContent h4, #PageContent h5, #PageContent h1 {text-transform:none; color:#f4f4f4; background:none !important; padding-left:0 !important; font-family:'Roboto', sans-serif; line-height:normal;}
#PageContent h1 { font-size:22px !important; padding-bottom:5px !important; margin-bottom:0px !important;}
#PageContent h2 { font-size:20px;}
#PageContent h3 { font-size:18px;}
#PageContent h4 { font-size:16px;}
#PageContent h5 { font-size:14px;}
#PageContent h6 { font-size:12px;}

/* Sub Category Grid View */
.SubCategoryListGrid {padding:0;}
.SubCategoryListGrid {float:left; width:100%; border:none;}
.SubCategoryListGrid ul {margin-left:-20px !important;}
.SubCategoryListGrid li { padding:0; margin:0 0 20px 20px !important;  }
.SubCategoryListGrid li .sub-img {  background: none repeat scroll 0 0 #000; border: 1px dashed #313131; display: table; height: 178px; text-align: center; vertical-align: middle; width: 160px; margin-bottom:10px; }
.SubCategoryListGrid li .sub-img img { max-width:100%; max-height:100%;}
.SubCategoryListGrid li a:first-child { display:table-cell; vertical-align:middle;}

.jstree-interspire.jstree-focused { background: #060606 !important; }
div.categoryPicker { border:1px solid #313131; }
.jstree-interspire a { color:#fff !important; }
.jstree-interspire a:hover { color:#000 !important; }

/* Blog Tags */
ul.blog-tags li {background:#00ACE4; color:#fff; border-radius: 0; }
ul.blog-tags li:hover {background:#038ebb;}

/* Form Elements */
.HorizontalFormContainer h3 { }
.recaptchatable {background:#000; border:1px solid #313131 !important;}
.recaptchatable a, .recaptchatable a:hover {color:#00ACE4 !important;}
.recaptchatable #recaptcha_response_field {background:#000; padding:5px 0; color:#fff !important;}

.SubCategoryList { overflow: hidden; border-bottom: 1px dashed #252525; padding: 0 5px 10px; }
.SubCategoryList li { float: left; width: 29%; background: url('../images/SubCategory.gif') no-repeat left center; padding-left: 22px; }

.CheckoutButton .btn.btn-secondary { padding: 8px 12px !important; font-size:13px; font-weight:600; }

.CartContents .CartThumb a { display: block; background: #000; padding: 8px; border:1px solid #1B1B1B;}

#ChooseBillingAddress h2, #ChooseShippingProvider h2, #ConfirmOrder h2 { color:#00ACE4; }

.BillingDetails h3, .ShippingDetails h3 { color: #fff; border-bottom: 1px dashed #313131; padding: 5px 0 10px; font-size: 16px; }

.AccountPage .ContentWrapper .Block h2 { text-transform: uppercase; /*font-size: 16px; color: #00ACE4; border-bottom: 1px dashed #313131; background: none;*/ }
.PurchaseGiftCertificate h2, #GiftCertificateIntro h2, #CheckGiftCertificateBalance h2 { text-transform: uppercase; /*font-size: 16px !important; color: #00ACE4 !important; border-bottom: 1px dashed #313131; background: none !important;*/ }

#WishLists .CartContents a { color: #fff; }
#WishLists .CartContents a:hover { color: #00ACE4; }

div#fancy_inner { background: #000 !important; }

.AddCartAction { padding-top: 10px; }

.Left .category-list li.expandable ul { background: #060606; border: 1px solid #313131; border-top: 0; }
.Left .category-list li ul li { }

.collapsable ul { border: 0; }
.treeview li ul li a { padding-left: 20px; padding-right: 0; }

#ModalTitle, .ModalTitle { color:#00ACE4 ; }
#SharingDataWrapper p { color:#fff; }

.giftcerti .ModalContent { padding-top: 15px !important; }
.giftcerti .ModalContent iframe { background: #FFFFFF; }
#ProductDetails .ProductDetailsGrid .DetailRow .btn { padding:0 8px !important; /* text-transform:none; */ border:1px solid #282828; margin-right:6px; font-weight:600; font-family: 'Roboto',sans-serif; line-height:35px; height:35px; vertical-align:middle; }
#ProductDetails .ProductDetailsGrid .DetailRow .btn:hover { border:1px solid #282828; background:none;}
#ProductDetails .DetailRow .btn span {
   display: inline-block;
   padding-right: 8px !important;
   font-size: 17px;
}
#ProductDetails .ProductDetailsGrid .DetailRow .WishListButton {
   background: none; border:1px solid #282828;
   color: #fff !important;
}
#ProductDetails .ProductDetailsGrid .DetailRow .WishListButton:hover { background:#00ace4; border:1px solid #282828;}
.treeview li a, .SideNav li a, .SideNav li, .treeview li{ color:#ababab; background:#060606; }
#SideCartContents .BlockContent a:hover, #sidr-right-compare .BlockContent a:hover { color:#00ace4; }
.Block.BlockContent.banner_category_page_bottom { padding-top:20px;}
#ContactForm .Warning { padding-top:12px; line-height:normal;}
#PurchaseGiftCertificate h2, #GiftCertificateIntro h2, #CheckGiftCertificateBalance h2 { background:none !important; padding:0px !important; text-transform:none;}
.Left .sf-menu a.sf-with-ul { background: url(../images/SubCategory.gif) no-repeat 95% center; }
.Left .sf-menu a.sf-with-ul:hover {  background: url(../images/SubCategory.gif) no-repeat 95% center  #00ace4; color:#ababab;}
#PurchaseGiftCertificate small { font-size:11px;}
.ProductList li .product-button { min-height:50px;}
#SearchTabContent .InfoMessage:before, #SearchTabProducts .InfoMessage:before { float:left;}
#AccountInbox h2, .AccountOrderStatusList h2, #AccountOrderStatus h2, #ChooseShippingAddress h2, #WishLists h2, #EditAccountForm h2, #AccountRecentItems h2 { background:none !important; padding-left:0px !important;}
.AccountMessageList h3 strong { font-weight:normal;}
#WishListItems .ProductList .RemoveFromWishlistForm input[type="submit"] { padding-top:3px !important;}
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th { background:#000 !important;}
#ProductReviews #recaptcha_area { border:1px solid #313131;}
#ProductReviews #recaptcha_table { border:0px !important;}
#FeaturedVideo .currentVideo { background-color: #e7e7e7; }
#VideoList li { border:1px solid #313131;}
#QuickSearch .QuickSearchResultImage img { border:0px !important;}
#QuickSearch .QuickSearchResultMeta img.RatingIMG { display:none !important;}

#CartEditProductFieldsForm .productAttributeLabel { margin-left:0px !important; color:#ccc !important;}
.ExpressCheckoutContent .CreateAccount ul { margin-left:20px !important;}
#SideProductAddToWishList div.radio input { position:relative; margin-top:-10px;}
#SideProductAddToWishList div.radio { margin:5px !important;}
.credit strong, .credit i { font-style:normal;}
.credit i a { color:#00ace4; text-transform: uppercase; font-weight:bold;}
.credit i a:hover { color:#fff;}
.Content .FeedLink a:hover {color:#ababab;}
.ContentWrapper #SideNewsletterBox h2 { display:none;}
.ContentWrapper #SideNewsletterBox .footerbox .Clear { padding:7px 0px;}
.ContentWrapper #SideNewsletterBox .footerbox .Clear input[type="text"] { width:200px; margin-left:10px;}
.ContentWrapper #SideNewsletterBox .footerbox .Button { margin-left:48px; margin-top:15px;}
#SideCartContents li a.removeLink, #sidr-right-compare li a.removeLink { color:#00ace4; display:block;}
#SideCartContents li a.removeLink:hover, #sidr-right-compare li a.removeLink:hover { color:#fff;}
.ProductPriceWrap .RetailPrice span.Label { width:auto; padding-right:15px;}
.ProductAddToCart .productAttributeLabel { width:140px; float:left;}
.fastCartContent .ProductPrice, .fastCartContent .ProductList em { color:#00ace4;}
.fastCartContent .ProductList .ProductDetails a { color:#ababab;}
.fastCartContent .ProductList .ProductDetails a:hover { color:#00ace4;}
.fastCartContent .fastCartTop a { color:#00ace4;}
.fastCartContent .fastCartTop a:hover { color:#ababab; text-decoration:none;}
.ProductList li .ProductDetails em strike.RetailPriceValue { color:#ddd;}
.addthis_button_facebook_like.at300b { margin-right:6px;}
#ModalContent, .ModalContent, #ModalContent a, .ModalContent a { color:#ccc;}
#ModalContent a:hover, .ModalContent a:hover { color:#00ace4;}
.Right #SideCategoryTopSellers { margin-top:10px;}
#OrderConfirmationForm div.radio input, .ShippingProviderList div.radio input, #ConfirmOrder div.radio input { position:relative; bottom: 16px; margin-top:-10px;}
.HorizontalFormContainer dd em.ProductPrice { font-style:normal; font-size:16px; font-weight:bold;}
div.selector#uniform-creditcard_ccexpm , div.selector#uniform-creditcard_ccexpy  { width:100px !important;}
div.selector#uniform-creditcard_ccexpm  span, div.selector#uniform-creditcard_ccexpy  span { width:100px;}
.Right #SidePopularProducts { margin-top:10px;}
#WishListItems h2 { background:none !important; text-transform:none;}
.DetailRow.social { border:0px;}
#TopMenu .wishLink a, #TopMenu .CartLink a { text-transform:none;}
#SideAccountStoreCredit .BlockContent { margin-bottom:15px; }
.CheckoutRedeemCoupon #couponcode.Textbox { padding:5px 8px;}
.GiftCertificate { margin:10px  auto !important;}
div.selector select { line-height:32px;}
#RSSRecentNews p a img { float:left;}
#RSSRecentNews p br { clear:both;}

#prodAccordion .ProductDescription { border-top:none; }
#prodAccordion .Block#ProductReviews h2 { border-bottom:none; }
.saleLabel { display: none;}
.Right .ProductList li .ProductPriceRating { height: auto !important;}
.FeedContent a {
   margin-right: 10px;
}
.treeview .hitarea:before {
content: "\f107";
}
.treeview .collapsable-hitarea:before {
content: "\f106";
}
.treeview .hitarea:before, .treeview .collapsable-hitarea:before {
font-family: FontAwesome;
font-size: 16px;
padding-left: 7px;
}
.treeview li ul li li a {
  padding-left: 40px;
}
.treeview li ul li li li a {
  padding-left: 60px;
}

a.addthis_button_google_plusone.at300b{width:25px !important;}

.BlogShare a.addthis_button_google_plusone.at300b{padding-right:7px !important;}​
