@font-face {
    font-family: CategoryHeaderFont;
    src: url('../../../content/fonts/TrajanPro-Regular.otf');
}
/* Global Reset */

* {
    margin: 0;
    padding: 0;
    outline: none;
}
/* General */

html,
body {
    background: #000;
    height: 100%;
    margin: 0;
}
#new-wrap {
    width: 100%;
    min-height: 100%;
}
#new-main {
    overflow: auto;
    width: 100%;
    padding-bottom: 53px;
    /* must be same height as the footer */
}
#new-footer {
    position: relative;
    margin-top: -53px;
    /* negative value of footer height */
    
    height: 51px;
    width: 100%;
    background-color: #1b1b1b;
    color: #969696;
    clear: both;
    border-top: 2px solid #eb8023;
}
#new-footer-wrapper {
    width: 70%;
    max-width: 1296px;
    min-width: 1100px;
    height: 100%;
    margin: auto;
    text-align: center;
}
#new-footer-content-left {
    color: #969696;
    font-size: 11px;
    float: left;
    margin-top: 20px;
}
#new-footer-content-right {
    color: #969696;
    font-size: 11px;
    float: right;
    margin-top: 15px;
    text-align: right;
}
#caro-wrapper {
    background-color: #000;
    width: 100%;
    height: 591px;
    overflow: hidden;
    top: 50%;
    left: 0;
    position: relative;
    margin-bottom: 15px;
}
#caro-outline-wrapper {
    width: 100%;
    margin: auto;
    border-bottom: 2px solid #eb8023;
}
#carousel img {
    display: block;
    float: left;
}
#carousel a {
    display: block;
    float: left;
}
#carousel > div {
    width: 1016px;
    height: 551px;
    float: left;
    overflow: hidden;
}
#caro-prev,
#caro-next {
    background-color: rgba(0, 0, 0, 1);
    display: block;
    height: 591px;
    width: 50%;
    top: 0;
    position: absolute;
}
#caro-prev:hover,
#caro-next:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, 1);
}
#caro-prev {
    left: -508px;
    background-image: url('../../../content/images/carousel-left-arrow.png');
    background-repeat: no-repeat;
    background-position: center right;
}
#caro-next {
    right: -508px;
    background-image: url('../../../content/images/carousel-right-arrow.png');
    background-repeat: no-repeat;
    background-position: center left;
}
#caro-pager {
    margin-left: -470px;
    left: 50%;
    bottom: 10px;
    position: absolute;
}
#caro-pager a {
    border: 2px solid #eb8023;
    border-radius: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
}
#caro-pager a:hover {
    background-color: rgba(235, 128, 35, 0.5);
}
#caro-pager a span {
    display: none;
}
#caro-pager a.selected {
    background-color: #eb8023;
}
a:hover {
    color: #fff;
}
.Textbox,
select,
textarea {
    padding: 7px 5px !important;
    line-height: normal !important;
}
input[type="file"] {
    background: #111 !important;
    cursor: pointer;
}
input {
    padding: 3px;
    border: 0px;
    background: #fff;
    text-align: left;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
input[type="image"] {
    background: none;
}
input[type="radio"] {
    margin-right: 3px;
}
.showoptions {
    color: #eb8023;
    text-decoration: none;
    font-size: 11pt;
    font-weight: bold;
}
.showoptions:hover {
    color: #fff;
}
#bottom_payment_button {
    margin-top: 15px !important;
}
.fileLimitations {
    display: none;
}
p {
    line-height: 1.6;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
}
.bar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -99;
}
.ProductList li {
    margin-bottom: 35px;
}
img,
img a {
    border: 0;
}
ul,
ol {
    margin: 0 0 10px 30px;
}
li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border: 0;
}
/* Helpers */

.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 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,
.HorizontalFormContainer p.Submit:before,
.HorizontalFormContainer p.Submit: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,
.HorizontalFormContainer p.Submit:after {
    clear: both;
}
.cf,
.fastCartTop,
.LoginForm #VideoList,
.Content .ProductList .ProductDetails,
.CartCode,
#CartContent,
.ProceedToCheckout,
.Message,
#WishLists .header,
#ChooseShippingAddress .header,
.HorizontalFormContainer p.Submit {
    *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;
    font-weight: bold;
    padding-top: 7px;
    text-align: right;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-left: 170px;
    margin-bottom: 15px;
}
.NarrowFormContainer dt {
    width: 110px;
}
.NarrowFormContainer dd {
    margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
    margin: 0 0 28px 170px;
}
.NarrowFormContainer p.Submit {
    margin-left: 120px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}
/* Page Containers */

#Container {
    width: 980px;
    margin: auto;
    min-height: 500px;
}
#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
#ContainerFooter {
    clear: both;
    float: left;
    width: 100%;
}
/* Top Navigational Menu */

#TopMenu {
    clear: both;
    float: left;
    padding: 0;
    margin: 7px 0 0 0;
}
#TopMenu ul {
    float: right;
    padding: 0;
    margin: 0;
}
#TopMenu li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
#TopMenu li.First a {
    border-left: 0;
}
#TopMenu li a,
#TopMenu li div {
    display: block;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 10px;
    margin: 0;
}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}
/* Outer Content Wrapper (Surrounds header & content) */

#Outer {
    clear: both;
}
#Wrapper {
    clear: both;
    width: 980px;
    padding: 0;
    margin: 0;
}
/* Header */

#Header {
    position: relative;
    clear: both;
    width: 980px;
    min-height: 129px;
}
#HeaderLower {
    float: left;
    min-height: 50px;
    margin-top: 24px;
    width: 100%;
}
/* Main Categories Menu */

#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
    width: auto;
    padding: 15px 10px 0 10px;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic li:first-child a {
    padding-left: 0;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic ul:first-child {
    color: #fff;
}
/* Horizontal Category List (Default & Flyout) */

#SideCategoryList {
    padding: 0;
    margin: 0;
}
#SideCategoryList h2 {
    display: none;
}
#SideCategoryList ul,
#SideCategoryList .sf-menu ul {
    float: left !important;
    width: auto !important;
    padding: 0;
    margin: 0;
}
#SideCategoryList li,
#SideCategoryList .sf-menu li {
    float: left !important;
    width: auto !important;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
}
#SideCategoryList .SideCategoryListClassic li a {
    width: 180px;
    padding: 4px 0 0 0;
    height: auto;
    padding: 5px 0 5px 0;
}
.Right #SideNewProducts,
.Right #BlogRecentPosts {
    margin-left: -10px;
    padding-top: 13px;
}
#SideNewProducts {
    width: 255px;
}
#SideNewProducts img {
    margin-right: 10px;
    max-width: 100px;
    float: left;
}
#SideNewProducts .ProductDetails {
    width: 220px;
}
#SideNewProducts .ProductImage {
    width: 102px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
#SideNewProducts .ProductList {
    margin: 0 !important;
    width: 260px;
}
#SideCategoryList li a,
#SideCategoryList .sf-menu li a {
    display: block;
    height: 35px;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    padding: 15px 10px 0 10px;
}
#SideCategoryList .SideCategoryListClassic li ul {
    display: none !important;
}
#SideCategoryList li ul,
#SideCategoryList .sf-menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 0;
}
#SideCategoryList > li > ul:before,
#SideCategoryList .sf-menu > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 20px;
}
#SideCategoryList li ul li ul,
#SideCategoryList .sf-menu li ul li ul {
    top: -10px;
    left: 180px;
    box-shadow: 0px 2px 0px #111;
    display: none;
}
#SideCategoryList li ul li,
#SideCategoryList .sf-menu li ul li {
    clear: both;
    padding: 0;
    margin: 5px 10px 5px 20px;
}
#SideCategoryList li ul li a,
#SideCategoryList .sf-menu li ul li a {
    font-size: 0.9em;
    text-align: left;
    width: 170px;
    height: auto;
    padding: 4px 0 4px 0;
    margin: 0;
}
#SideCategoryList li ul li a:hover,
#SideCategoryList .sf-menu li ul li a:hover {
    text-decoration: underline;
}
#SideCategoryList li:hover ul,
#SideCategoryList li.over ul {
    display: block;
}
#SideCategoryList li:hover ul li ul,
#SideCategoryList li.over ul li ul {
    display: none;
}
#SideCategoryList li ul li:hover ul,
#SideCategoryList li ul li.over ul {
    display: block;
}
/* Holly Hack. IE Requirement */

* html #SideCategoryList ul li {
    float: left;
    height: 1%;
}
* html #SideCategoryList ul li a {
    height: 1%;
}
/* End */

.sf-sub-indicator {
    display: none !important;
}
/* Logo */

#Logo {
    float: left;
    display: inline;
}
#Logo h1 {
    font-size: 51px;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    margin: 40px 0 15px;
}
#Logo h1 a {
    font-weight: 400;
    letter-spacing: -2px;
    text-decoration: none;
    padding-right: 20px;
    color: #ff0066;
}
/* Top Search Form */

#SearchForm {
    float: right;
    width: 250px;
    margin: 10px 0 0;
    padding: 5px 0 0 0;
    display: inline;
    position: relative;
}
#SearchForm form {
    padding: 0 0 0 14px;
    margin: 0;
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    width: 195px;
    height: 18px;
    font-size: 0.8em;
    font-weight: 400;
    padding: 2px 3px 2px 3px;
}
#SearchForm .Button {
    width: 22px;
    height: 22px;
    padding: 0;
    background: transparent;
    vertical-align: top;
    margin: 5px 0 0 3px;
}
#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm a {
    text-decoration: none;
}
#SearchForm a:hover {
    text-decoration: underline;
}
/* Left Content Area */

.Left {
    float: left;
    width: 190px;
    margin: 0 50px 0 0;
}
.Left .Block {
    padding: 0 0 10px 0;
}
.Left .BlockContent {
    margin: 0 10px 0 10px;
}
.Left.NewProducts .BlockContent {
    margin: 0;
}
.Left h2 {
    font-size: 1.4em;
    padding: 0 0 8px 0;
    margin: 0 0 5px 0;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 0;
    float: left;
    width: 100%;
}
.Left ul li:first-child {
    padding-top: 0;
}
.Left li a {
    text-decoration: none;
}
.Left li a:hover {
    text-decoration: underline;
}
/* Primary Content Area */

.Content {
    width: 1400px;
    margin: 0;
    padding: 13px 0 10px 10px;
    line-height: 1.6em;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */

.Content.Wide {
    width: 700px;
}
.Content.Wide.WideWithLeft {
    width: 653px;
    padding-left: 0;
}
/* Primary Content Area (column span of 3 - spans entire page width) */

.Content.Widest {
    width: 1400px;
    padding-right: 0px;
    padding-left: 0px;
}
/* Right Content Area */

.Right {
    float: left;
    width: 190px;
    margin: 0 0 0 50px;
}
.Right .Block {
    padding: 0 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 1.4em;
    margin-left: 10px;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
.Right li a {
    text-decoration: none;
}
.Right li a:hover {
    text-decoration: underline;
}
/* 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(ASSET_images/black/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(ASSET_images/black/hero_next.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
/* Slide-show */

.slide-show {
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
}
/* 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;
    width: 980px;
}
.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
    float: left;
    width: 320px;
    position: relative;
}
.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
    margin-left: 10px;
}
.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;
}
/* Lower & Footer Content */

.Center {
    /* Centers content */
    
    clear: both;
    width: 980px;
    margin: 0 auto;
}
#Footer {
    /* Copyright info */
    
    clear: both;
    font-size: 0.85em;
    padding: 15px 0;
    margin: 0;
}
#Footer #Menu li + li::before {
    content: none !important;
}
#FooterUpper {
    /* Contains links lists & newsletter */
    
    clear: both;
}
#FooterUpper .Column {
    float: left;
    width: 225px;
    padding-bottom: 15px;
    margin: 0 20px 0 0;
    display: inline;
}
#FooterUpper .Column.NewsletterColumn {
    width: 245px;
    margin-right: 0;
}
.NewsletterContent {
    color: #fff;
}
#FooterUpper h2 {
    margin-bottom: 5px;
}
#FooterUpper ul {
    padding: 0;
    margin: 0;
}
#FooterUpper li {
    padding: 2px 0 2px 10px;
    margin: 0;
}
#FooterUpper li ul,
#FooterUpper li:hover ul {
    display: none !important;
}
#FooterUpper .RecentNews li {
    background: none;
}
#FooterUpper .RecentNews li p {
    width: 15em;
    margin: 5px 0 0;
}
/* Newsletter Subscription Form */

.NewsletterSubscription {
    clear: both;
    float: left;
}
.NewsletterSubscription h2 {
    padding-bottom: 8px;
}
.NewsletterSubscription label {
    clear: both;
    float: left;
    width: 75px;
    width: 6.5em;
    font-size: 0.85em;
    padding: 3px 0 0 0;
}
.NewsletterSubscription input {
    float: left;
    width: 160px;
    font-size: 0.9em;
    padding: 3px;
    margin-bottom: 10px;
}
.NewsletterSubscription .Button {
    float: right;
    width: 22px;
    height: 22px;
    border: 0;
    vertical-align: middle;
}
/* News Lists */

#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}
/* Product Listings */

.ProductList {
    list-style: none;
    float: left;
    margin-right: -20px !important;
}
.Content .ProductList.List {
    margin-left: 0 !important;
    margin-right: 0 !important
}
.ProductList .quantityInput {
    display: none;
}
.Content .ProductList,
.Content .ProductList li {
    list-style: none;
    margin: 0;
}
.Content .ProductList {
    margin-left: -20px !important;
}
.Content .ProductList li {
    list-style: none;
    float: left;
    width: 400px !important;
    min-height: 550px;
    font-size: 1em;
    margin: 0 0 60px 16px;
    overflow: hidden;
}
.Content .FeaturedProducts .ProductsList li {
    margin-left: 16px;
}
.Content .ProductList .ProductImage {
    padding: 1px;
    display: table-cell;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
.Content .ProductList .ProductImage img {
    vertical-align: middle;
}
.Content .ProductList .ProductDetails {
    margin: 15px 0 5px 0;
}
.ProductList .ProductPrice {
    margin-top: 3px;
}
.ProductPrice,
.ProductList em {
    font-weight: bold;
    font-style: normal;
}
.ProductList em {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
    display: block;
    font-weight: normal;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.ProductList .Rating {
    font-size: 0.9em;
    margin-top: 3px;
    font-weight: bold;
    display: none;
}
.ProductList li .ProductCompareButton {
    font-size: 0.9em;
    margin-top: 10px;
}
.ProductList li .ProductActionAdd {
    height: 30px;
    margin-top: 15px;
}
.ProductList li .ProductActionAdd a,
.QuickViewBtn {
    float: left;
}
input[type="submit"],
.QuickSearchAllResults a,
.ProductActionAdd a,
.QuickViewBtn,
div.ExpressCheckout input[type="submit"],
#ModalButtonRow input.Submit,
input[type="button"],
.btn,
.Submit input[type="submit"],
.RemoveFromWishlistForm input[type="submit"],
#frmGiftCertificate input[type="submit"],
.Content .ProductList.List .ProductQty a {
    cursor: pointer;
    font-size: 10px !important;
    padding: 10px 10px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    line-height: 1em;
    background: #eb8023 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.Submit input[type="submit"]:hover {
    color: #000 !important;
    background: #f06 !important;
}
.btn {
    display: inline-block;
}
.btn-secondary,
.btn-secondary:hover,
div.ExpressCheckout input[type="submit"],
input[type="button"] {
    letter-spacing: 0.1em !important;
    font-family: Arial, Helvetica, sans-serif;
}
.ExpressCheckout input[type="submit"] {
    float: left;
}
/*Secondary button*/

input[type="submit"],
#ModalButtonRow input.Button #WishListEditFrom input[type="button"],
.RemoveFromWishlistForm input[type="submit"],
.btn-secondary,
.Content .ProductList.List .ProductQty a,
div.ExpressCheckout input[type="submit"],
input[type="button"],
.QuickSearchAllResults a {
    background-color: #eb8023 !important;
    color: #fff !important;
    -webkit-appearance:none;
}
input[type="submit"]:hover,
#ModalButtonRow input.Button:hover,
#WishListEditFrom input[type="button"]:hover,
.RemoveFromWishlistForm input[type="submit"]:hover,
.btn-secondary:hover,
.ProductActionAdd a:hover,
.btn:hover,
.Content .ProductList.List .ProductQty a:hover,
div.ExpressCheckout input[type="submit"]:hover,
input[type="button"]:hover,
.QuickSearchAllResults a:hover {
    background-color: #b24c10 !important;
    color: #fff !important;
}
.OrderContents #apply_code {
    width: auto !important;
}
/*============*/
/*Primary button*/

#ModalButtonRow input.Submit,
#bottom_payment_button,
#WishListEditFrom input[type="submit"],
.Submit input[type="submit"],
#frmGiftCertificate input[type="submit"],
.add-to-cart.btn,
.CheckoutButton .btn {
    background-color: #eb8023 !important;
    color: #fff !important;
    margin-left: 12px !important;
}
#ModalButtonRow input.Submit:hover,
#bottom_payment_button:hover,
#WishListEditFrom input[type="submit"]:hover,
.Submit input[type="submit"]:hover,
#frmGiftCertificate input[type="submit"]:hover,
.add-to-cart:hover,
.CheckoutButton .btn:hover {
    background-color: #b24c10 !important;
    color: #fff !important;
}
/*============*/

.QuickViewBtn {
    padding: 10px !important;
    font-weight: 400 !important;
    padding-left: 32px !important;
    background: url(ASSET_images/icon-eye-open.png) 10px 10px #e8e8e8 no-repeat !important;
    filter: none !important;
    /* filter screws up the icon in the quickview button in IE */
}
.prodAccordionContent .btn {
    float: none;
    margin-bottom: 20px;
}
.ToggleSearchFormLink.btn {
    padding: 0 !important;
}
.ToggleSearchFormLink.btn a {
    padding: 10px 10px 5px 3px !important;
    float: left;
}
.ToggleSearchFormLink.btn #toggle_form_link {
    padding: 10px 3px 7px 10px !important;
    text-decoration: none !important;
}
.Left .ProductList li,
.Right .ProductList li {
    margin-bottom: 15px;
}
/* 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;
}
.Right .TopSellers li.TopSeller1 img,
.Left .TopSellers li.TopSeller1 img {
    display: none;
}
.Right .TopSellers li.TopSeller1 .ProductImage,
.Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
    display: none;
}
/* Page Header */

.PageHeader {
    color: #eb8023;
    margin-bottom: 0;
}
/* Page Breadcrumbs */

.Breadcrumb ul,
.Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb {
    font-size: 11px;
    padding: 1px 0 0;
    clear: both;
}
#Wrapper .Breadcrumb {
    padding-top: 0;
}
.Breadcrumb li {
    padding-right: 6px;
    display: inline;
}
.Breadcrumb li a {
    padding-right: 10px;
    background: url('ASSET_images/BreadcrumbSep.gif') no-repeat right;
}
.FindByCategory ul,
.FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url('ASSET_images/BreadcrumbSep.gif') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}
/* Miscellaneous Definitions */

.Meta {
    color: #666;
    font-size: 0.93em;
}
.Left .FeedLink,
.Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    float: left;
    margin: 8px 4px 0 0;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
    font-size: 0.95em;
    color: #444;
    padding: 35px 5px 30px 0;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 25px 15px 0;
}
.Clear {
    clear: both;
}
.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;
}
.Field100 {
    width: 100px;
}
.Field150 {
    width: 150px;
}
.Field200 {
    width: 200px !important;
}
.Field250 {
    width: 250px;
}
.Field300 {
    width: 300px;
}
.Field350 {
    width: 350px;
}
.Field400 {
    width: 400px;
}
.MB10 {
    margin-bottom: 10px;
}
.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;
}
.PL10 {
    padding-left: 10px;
}
.PB2 {
    padding-bottom: 2px;
}
.NoMarginBottom {
    margin-bottom: 0;
}
.Required {
    color: #eb8023;
    font-weight: bold;
}
.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;
}
.Message {
    padding: 20px;
    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;
}
.NotifyMessage {
    color: #969696;
}
/************* Page Specific: Create Account / Login Page *************/

.LoginForm {
    margin-top: 25px;
}
.CreateAccount {
    float: left;
    width: 445px;
    padding: 20px 34px 0 10px;
}
.CreateAccount .btn {
    margin-top: 24px;
}
.AccountLogin {
    float: left;
    width: 457px;
    padding: 20px 0 0 32px;
    border-left: 1px dotted #444
}
.CreateAccount h2,
.AccountLogin h2,
#CreateAccountForm h2 {
    font-size: 25px;
}
.AccountLogin .Submit .btn,
.AccountLogin .Submit a {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 10px;
    margin-bottom: 17px;
}
#CreateAccountForm {
    padding-left: 10px;
}
#CreateAccountForm h2 {
    margin-bottom: 5px;
    padding: 20px 0 0;
    letter-spacing: 0.1em;
}
#CreateAccountForm h3 {
    padding: 20px 0 15px;
    font-size: 19px;
}
.CreateAccountIntro {
    margin-bottom: 30px;
}
ul.ShippingAddressList,
ul.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.PrimaryProductDetails {
    margin-top: 10px;
}
.PrimaryProductDetails .ProductAside {
    width: 406px;
    float: left;
}
.PrimaryProductDetails .ProductAside .AddThisButtonBox {
    margin-left: 0;
    margin-right: 0;
}
.addthis_default_style .at300b {
    float: none;
}
.PrimaryProductDetails .ProductThumbWrap {
    border-width: 0 1px 1px 1px;
}
.PrimaryProductDetails .ProductThumb {
    text-align: center;
    margin: 0 auto;
    height: auto !important;
    width: auto !important;
    /* Firefox doesn't like margin: 0 auto when it's got display:-moz-box. Hence moz styling is not here */
    
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: box;
    box-align: center;
    box-pack: center;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    float: none;
}
.ProductThumbImage {
    margin: 0;
}
.ProductThumbImage .zoomWindow {
    width: 100%;
    background: none;
}
.ProductThumbImage .zoomWrapper {
    margin: auto;
    border: 0 none !important;
}
.PrimaryProductDetails .ProductMain,
.PrimaryProductDetails .productAddToCartBelow {
    width: 100%;
    padding: 3px;
}
.PrimaryProductDetails .productAddToCartBelow {
    padding: 0 0 0 30px;
}
.PrimaryProductDetails .ProductMain h1 {
    font-size: 20px;
    line-height: 1.3em;
}
.PrimaryProductDetails h2 {
    border: 0;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}
.ProductDescription,
.ProductReviews,
.ProductsByCategory,
.ProductOtherDetails {
    margin-top: 20px;
}
.PrimaryProductDetails dl {
    font-size: 0.90em;
}
.ProductDescriptionContainer {
    line-height: 1.5;
}
.PrimaryProductDetails dt {
    font-weight: bold;
    clear: left;
}
.PrimaryProductDetails dd {
    margin-bottom: 20px;
}
.Right hr {
    margin: 5px 0 0;
}
.Content h3 {
    margin-bottom: 5px;
}
.ComparisonCheckbox {
    float: left;
}
.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}
.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}
/* Product Comparisons */

.ComparisonTable {
    width: 100%;
}
.ComparisonTable td {
    font-size: 11px;
}
.CompareFieldName {
    width: 95px;
    padding: 8px 10px 8px 15px;
}
.CompareFieldTop {
    padding: 5px;
    text-align: center;
}
.CompareFieldTop a {
    text-decoration: none;
    font-size: 10px;
}
.CompareFieldTop a:hover {
    text-decoration: underline;
}
.CompareLeft {
    padding: 5px 10px 5px 10px;
}
.CompareCenter {
    text-align: center;
}
.CompareRating {
    text-align: center;
    padding-top: 8px;
    vertical-align: middle;
}
.CompareProductOption {
    margin-left: 20px;
    padding-left: 5px;
}
.Availability {
    color: gray;
}
.LittleNote {
    color: gray;
    font-size: 0.85em;
}
.ViewCartLink {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* General Tables & Carts Table commong styling */

table.General,
table.CartContents,
table.General {
    width: 100%;
    margin: 20px 0;
}
table.General thead tr th {
    padding: 15px 10px;
    text-align: left;
}
table.General tbody td {
    padding: 15px 10px;
    vertical-align: top;
}
table.General tbody tr.First td {
    border-top: 0;
}
/* Cart Contents Table */

table.CartContents thead tr th,
table.CartContents tr td {
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.CartContents tbody tr .CartThumb {
    width: 30%;
}
table.CartContents tbody tr .CartThumb img {
    max-width: 100%;
}
.CartContents tfoot .SubTotal td {
    text-align: right;
    font-weight: bold;
}
.ProceedToCheckout {
    text-align: right;
}
.ProceedToCheckout a {
    float: right;
}
.ProductOptionList,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ProductOptionList {
    margin-top: 5px;
}
.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}
.ProductOptionList input {
    vertical-align: middle;
}
.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;
    width: 55px;
}
/* Quick Search */

.QuickSearch {
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 9999;
}
.QuickSearchTitle td,
.QuickSearchAllResults td {
    font-weight: bold;
    padding: 20px 32px;
    font-size: 11px;
}
.QuickSearchResult td {
    font-size: 12px;
    padding: 8px 0px 8px 8px;
    cursor: pointer;
}
.QuickSearchResultImage {
    margin-left: 4px;
    margin-right: 10px;
    text-align: center;
}
.QuickSearchResultNoImage {
    padding-top: 10px;
    color: #777;
}
.QuickSearchResultName {
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
}
.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}
.QuickSearchHover a {
    text-decoration: underline;
}
/* 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;
}
.CheckoutRedeemCoupon p {
    margin-top: 10px;
    margin-bottom: 0;
}
.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}
.ShippingDetails {
    float: left;
    width: 48%;
    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 0 5px;
    margin-bottom: 20px;
}
.SubCategoryList a {
    text-decoration: none;
}
.SubCategoryList ul,
.SubCategoryList li {
    list-style: none;
    margin-left: 0;
}
.SubCategoryList li {
    margin-bottom: 4px;
    padding: 0 15px;
    display: inline;
    font-size: 14px;
    border-right: 1px solid #666;
}
.SubCategoryList li:last-child {
    border: 0 none;
}
.SubCategoryList li:first-child {
    padding-left: 0;
}
.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;
}
.ProductReviewList li:last-child {
    border: 0;
}
.SortBox select {
    font-size: 0.9em;
    margin-left: 5px;
}
.SortBox option {
    color: #444;
}
.YourAccount li {
    margin-bottom: 8px;
}
.SoldOut {
    color: #999;
}
.AddToWishlistLink {
    position: relative;
    margin: 18px 0 0;
}
.AddToWishlistLink .wishlist-button {
    cursor: pointer;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    font-family: 'Orbitron', Helvetica, Arial, Sans-serif;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.AddToWishlistLink .wishlist-button:hover {
    background: transparent !important;
    color: #fff !important;
    text-decoration: underline !important;
}
.OutOfStockMessage {
    width: 20%;
    margin-top: 200px;
    background: #222;
    border-radius: 3px;
    padding: 15px;
    margin-left: 250px;
    display: none;
}
.OutOfStockMessage div {
    padding: 15px 15px 1px;
}
.ProductAddToCart .productAttributeLabel {
    font-family: "PT Sans", Helvetica, Arial, Sans-serif;
    font-weight: normal !important;
}
/* sizing and positioning of the inside part of a swatch */

.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
}
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    margin-right: 0px !important;
    padding: 0 !important;
    border-color: #555 !important;
}
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
    border: 3px solid #333 !important;
}
.ShippingProviderList {
    list-style: none;
}
.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    font-size: 90%;
}
.GoogleCheckout {
    clear: both;
}
.PayPalExpressCheckout,
.AlternativeCheckout {
    text-align: center;
    margin-bottom: 10px;
    clear: both;
}
.KeepShopping {
    width: 180px;
    margin: 10px 0;
    clear: both;
    text-align: right;
}
/** 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 solid #dadada;
    background-color: #F9F9F9;
    clear: both;
}
.CurrencyList a {
    padding: 0 3px 0 5px;
    display: block;
    line-height: 1.8;
    text-decoration: none;
    font-size: 11px;
}
.CurrencyList a:hover .Text {
    text-decoration: underline;
}
.CurrencyList a .Flag {
    margin-top: 4px;
    display: block;
    float: left;
    width: 24px;
    padding-right: 2px;
    vertical-align: middle;
}
.CurrencyList a .Text {
    display: block;
    padding-left: 24px;
}
/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    width: 320px;
    padding: 7px;
    float: right;
}
.EstimateShipping dt {
    width: 100px;
    float: left;
    margin-bottom: 8px;
    clear: left;
}
.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    text-align: left;
    margin-left: 114px;
}
.EstimateShipping p.Submit {
    margin-top: 10px;
    margin-bottom: 3px;
    width: 311px;
}
.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
    line-height: 1.1em;
}
.EstimatedShippingMethods {
    text-align: left;
}
.EstimatedShippingMethods table {
    width: 100%;
    border-collapse: collapse;
}
.EstimatedShippingMethods .VendorShipping {
    margin-left: 20px;
    margin-bottom: 10px;
}
.EstimatedShippingMethods .Submit {
    text-align: right;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
    text-align: left;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
    text-align: right;
}
.SharePublicWishList {
    padding: 10px;
}
#SharingDataChoices li {
    width: auto;
    height: auto;
}
/* Express Checkout */

.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 6px;
    font-size: 14px;
}
.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}
.ExpressCheckoutBlock {
    padding-top: 6px;
}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-family: "PT Sans", Helvetica, Arial, Sans-Serif;
    width: auto;
    white-space: nowrap;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}
a.ChangeLink {
    position: absolute;
    right: 15px;
}
.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
}
.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 385px;
}
.LoadingIndicator {
    margin-left: 10px;
}
.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}
.HeaderLiveChat img {
    vertical-align: middle;
}
#ProductOtherDetails .ProductDetailsGrid {
    margin-left: 25px;
}
.SubCategoryListGrid {
    padding: 4px;
}
.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin-left: 0;
}
.SubCategoryListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
    text-align: center;
}
.SubCategoryListGrid ol {
    clear: both;
}
.SubBrandList {
    padding: 4px;
}
.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
}
.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('ASSET_images/SubBrand.gif') no-repeat 3px 50%;
}
.SubBrandListGrid {
    padding: 4px;
}
.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}
.SubBrandListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
    text-align: center;
}
.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: 183px;
    height: 50px;
}
.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('ASSET_images/GiftWrappingAvailable.png') 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;
}
p.QuantityInput,
p.AddCartButton {
    text-align: center;
}
.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}
.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}
.ProductActionAdd {
    display: block;
    margin-top: 5px;
}
.ProductActionAdd a,
.ProductActionAdd strong a {
    text-decoration: underline;
}
.TagList {
    margin-top: 20px;
}
.CartThumb {
    text-align: center;
    width: 1px;
}
.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('ASSET_images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}
.ViewAllLink a {
    padding-top: 10px;
    display: block;
}
.SelectGiftWrapMultiple {
    max-height: 400px;
}
/* Tabbed Navigation */

.TabNav,
.TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TabNav {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 6px 4px 6px 25px;
}
.TabNav li {
    display: inline;
}
.TabNav li a {
    position: relative;
    top: 0px;
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 3px;
    margin-top: 3px;
    text-decoration: none;
}
.TabNav li a:hover {
    text-decoration: none;
}
.TabNav li.Active a {
    margin-top: 0px;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float: left;
}
.ProductAddToCart .BulkDiscount {
    clear: both;
}
.ProductAddToCart .BulkDiscount input {
    margin: 20px 0 0;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
    padding-left: 4px;
}
.BulkDiscountLink {
    position: absolute;
    font-family: "Orbitron", Arial, Sans-serif;
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.1em;
}
.BulkDiscountLink a {
    text-decoration: none;
}
#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}
.Content .ProductList.List li {
    margin: 0;
    margin-top: 6px;
    display: block;
    margin-bottom: 20px;
    width: auto !important;
    float: none;
    clear: both;
    padding: 6px;
    min-height: 0;
    background-image: none;
}
.Content .ProductList.List .ProductImage {
    margin: 0 !important;
    padding: 0px;
    margin-right: 15px;
    float: left;
    background-image: none;
}
.Content .ProductList.List .ProductDetails {
    height: auto;
    display: table-cell;
    vertical-align: top;
    clear: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    margin-left: 222px;
    text-align: left;
    background-image: none;
}
.Content .ProductList.List .ProductQty {
    margin-left: 10px;
}
.Content .ProductList.List .ProductQty a {
    color: #000;
    font-weight: 900 !important;
    font-size: 10px !important;
}
.Content .ProductList.List .ProductDescription {
    margin-top: 20px;
    font-size: 13px;
}
.Content .ProductList .ProductRightCol {
    float: right;
    width: 205px;
    text-align: right;
}
.Content .ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 6px;
}
.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 */
/* Product Details */

.ProductDetailsGrid .DetailRow {
    clear: left;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.ProductDetailsGrid .DetailRow:last-child,
.ProductDetailsGrid.ProductAddToCart .DetailRow:last-child {
    border-bottom: none;
}
.ProductMain .ProductDetailsGrid .DetailRow {
    border-bottom: 0px;
}
/* Product Details Price */

.ProductDetailsGrid .DetailRow.PriceRow {
    margin: 0;
    padding: 0;
}
.ProductDetailsGrid .ProductPriceWrap .DetailRow {
    padding-bottom: 0;
    margin-bottom: 0;
}
.ProductDetailsGrid .ProductPriceWrap .DetailRow {
    border: 0;
}
.ProductDetailsGrid .DetailRow.PriceRow .Label {
    margin: 0;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value {
    font-size: 20px;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value em {
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4em
}
.ProductDetailsGrid .Label {
    font-family: Helvetica, Arial, Sans-Serif;
    margin: 0 0 5px;
    font-size: 11pt;
    width: 130px;
}
.ProductDetailsGrid .Value {
    font-family: 'PT Sans', Helvetica, Arial, Sans-Serif;
    display: inline;
}
.ProductDetailsGrid .Label .Required {
    position: absolute;
    left: -1em;
}
.ProductOptionList ul,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ProductOptionList li {
    margin-bottom: 3px;
}
.ProductOptionList input {
    vertical-align: middle;
}
.ProductPriceWrap {
    margin: 10px 0;
    font-size: 23px;
    overflow: hidden;
    position: relative;
}
.ProductPriceWrap em {
    font-weight: normal;
}
.ProductPriceWrap .RetailPrice {
    font-size: 20px;
    color: #666;
    /* padding-bottom: 15px !important; */
}
x.ProductPriceWrap .PriceRow {
    margin-top: 20px;
    margin-left: 10px;
}
.ProductPriceWrap .PriceRow .YouSave {
    font-size: 18px;
    color: #666;
    right: 10px;
    bottom: 14px;
}
#QuickViewProductDetails .ProductPriceWrap .productAttributeRow {
    padding: 0;
    border-bottom: 0;
    clear: none;
}
#QuickViewContent .rightPanel {
    float: left;
}
.rightPanel #QuickViewTopNavReviews {
    margin-left: 0;
}
/** Search All Form Result - Start **/

.SearchPaging {
    float: right;
    font-size: 0.95em;
}
.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}
.SearchSorting select {
    font-size: 0.95em;
}
#SearchResultsCategoryAndBrand {
    margin: 5px;
    padding: 5px;
}
.ContentList em,
.QuickSearchResultMeta em {
    font-size: 0.8em;
}
/** Search All Form Result - End **/
/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}
#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}
/** AJAX loading box - End **/
/** Product image gallery **/

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background: none;
    border: none;
    margin-top: 60px;
    cursor: pointer;
    display: none;
}
#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top: 4px;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    margin-left: 1px;
}
#ProductDetails .ProductTinyImageList ul li {
    width: 40px;
    height: 30px;
    overflow: hidden;
    float: left;
    padding: 2px;
    display: table-cell;
}
#ProductDetails .ProductTinyImageList ul li .TinyOuterDiv {
    margin: 0 auto;
}
#ProductDetails .ProductTinyImageList ul li div {
    text-align: center;
}
#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    border: 2px solid white;
}
#ProductDetails .ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space: nowrap;
    width: 2500px;
}
.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}
.ImageCarouselBox {
    padding-left: 0 !important;
}
.ProductPriceWrap {
    padding: 0;
}
/* set up the row for css table-like alignment */

.productAttributeList .productAttributeRow {
    margin-top: 0px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 0px solid;
}
.productAttributeList .productAttributeRow ul,
.productAttributeList .productAttributeRow ol,
.productAttributeList .productAttributeRow li:last-child {
    margin-bottom: 0 !important;
}
.productAttributeList .productAttributeRow input {
    margin-bottom: 5px !important;
}
.productAttributeList .required {
    color: #eb8023 !important;
}
.productAttributeList .required[style*="visibility:hidden;"] {
    display: none;
}
/* position the label in the left-padding area of the row */

.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}
.productAttributeList .productAttributeLabel label {
    display: block;
    margin-bottom: 10px !important;
    text-align: left;
}
.productAttributeList ul {
    margin-bottom: 20px;
}
.productAttributeList li {
    margin-bottom: 8px;
}
.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}
.productOptionViewProductPickListWithImage .scrollContainer {
    max-height: 160px !important;
}
.productOptionViewProductPickListWithImage td {
    padding: 10px 5px !important;
    border-bottom: 1px dotted #e0e0e0;
    vertical-align: middle !important;
}
.productOptionViewRectangle .option.selectedValue label {
    background: #666 !important;
    padding: 3px 15px !important;
    border: 2px solid #666 !important;
}
.productOptionViewRectangle .option label {
    padding: 3px 15px !important;
}
.productOptionViewRectangle .option label .name {
    line-height: 19px;
    color: #fff;
}
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    margin-bottom: 7px;
}
.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label {
    padding-left: 28px !important;
}
.productOptionViewProductPickList input,
.productOptionViewRectangle input,
.productOptionViewRadio input {
    margin-top: 4px !important;
    margin-left: -29px !important;
}
.TinyOuterDiv {
    border-width: 0 !important;
}
/** Product image gallery end **/
/** AJAX loading box - End **/
/* Product Videos */

#VideoList li {
    float: left;
    list-style: none;
    padding: 10px;
}
.VideoSeparator {
    clear: both;
}
.videoRow {
    margin-bottom: 4px;
}
.previewImageContainer {
    height: 30px;
    width: 50px;
}
.videoRow img {
    float: left;
}
.videoRowTitle {
    font-weight: bold;
    overflow: hidden;
    width: 146px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.videoRowDescription {
    max-height: 50px;
    overflow: hidden;
}
.VideoOverlay {
    background: url('ASSET_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 {
    width: 146px;
    height: 115px;
}
.videoRowLength {
    padding-left: 4px;
}
.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
    cursor: pointer;
}
#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
#VideoSingle {
    padding-left: 10px;
    width: 240px;
}
#VideoContainer {
    padding: 10px;
}
.HideElement {
    display: none;
}
.VideoSingleTitle {
    font-weight: bold;
}
.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;
    padding-bottom: 20px;
}
.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: 14px;
    font-family: "Helvetica Neue", Arial, "Sans-Serif";
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartProd {
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartSummaryBox {
    max-width: none;
    width: 207px;
    padding: 28px;
    max-width: auto;
    padding: 0 20px 20px 20px;
}
.fastCartSummaryBox .subtotal,
.fastCartSummaryBox .ProductPrice,
.fastCartSummaryBox .CartActions {
    padding: 0 30px;
}
.fastCartSummaryBox .CheckoutButton a {
    margin-bottom: 20px;
}
.fastCartSummaryBox .subtotal {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .ProductPrice {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .CartActions {
    margin-top: 15px;
    padding-right: 0;
}
.fastCartSummaryBox .ProductPrice {
    font-size: 29px;
    font-weight: normal;
}
.fastCartBottom {
    padding-left: 0;
    padding-right: 0;
}
.fastCartBottom h3 {
    padding: 20px 0;
    font-size: 19px;
    border-width: 1px 0;
    text-transform: uppercase;
}
/*
#fastCartSuggestive {
    margin-left: -76px !important;
}*/

#fastCartContainer .ProductList li {
    margin: 0 12px 0 52px;
    padding: 0;
}
.ToggleSearchFormLink {
    margin: -2px 5px 0 0;
}
.Panel#ProductTabs {
    padding-top: 0px;
}
.productAttributeLabel {
    text-align: left !important;
}
.AddThisButtonBox {
    float: none !important;
    margin: 20px 0 0 !important;
}
#share-product ul.tabs {
    top: -3px;
}
#share-product ul.tabs li {
    border: 1px solid #333;
    border-bottom: 1px solid #444;
    background: #222;
    font-weight: normal;
}
#share-product ul.tabs li.active {
    border: 1px solid #444;
    background: #444;
    color: #fff;
}
/* Modal
....................................................................... */

#ModalContainer {
    border: 5px solid;
    padding: 20px;
}
#ModalContentContainer,
#ModalTitle,
#ModalContentContainer #ModalTitle {
    border-radius: 0;
    box-shadow: none !important;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
#ModalContainer #ModalTitle {
    font-family: Helvetica, Arial, Sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.1em;
    font-weight: normal;
}
#ModalContainer .ModalTitle {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #000 !important;
    color: #f06 !important;
    border: 1px solid #000 !important;
    border-bottom: none;
    letter-spacing: 0.1em;
}
#ModalContentContainer .ModalContent a,
#ModalContentContainer #ModalContent a {
    color: #fff;
}
#ModalContentContainer .ModalContent,
#ModalContentContainer #ModalContent {
    overflow-y: auto;
    overflow-x: hidden;
    height: 460px !important;
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    border-top: none;
    border-bottom: none;
}
#ModalContentContainer .GiftWrappingPreviewLinks {
    color: #fff;
}
#ModalContentContainer .ProductPrice {
    color: #fff !important;
    font-weight: 400 !important;
}
.QuickViewModal #ModalContentContainer .ModalContent {
    padding: 0 !important;
}
.modalContainer {
    width: 875px !important;
    margin-left: -434px !important;
}
#ModalButtonRow,
#ModalContainer .ModalButtonRow {
    background: #000 !important;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    border-top: 0 none;
    padding: 10px 15px;
}
#fastCartContainer,
#QuickViewContent {
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-bottom: 28px !important;
}
.modalClose {
    padding-right: 0 !important;
    width: 33px !important;
    height: 33px !important;
    top: 5px !important;
    right: 10px !important;
    text-align: left !important;
    text-indent: -999em !important;
    background-position: 0px 0px !important;
}
#fastCartContainer .ProductDetails {
    height: 40px;
}
/* Social elements
....................................................................... */

#socnet {
    clear: both;
    font-size: 0.85em;
    padding: 20px 0 15px 0;
}
#socnet a {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    margin-right: 8px;
}
#socnet a:last-child {
    margin-right: 0;
}
.AddThisButtonBox .addthis_default_style a {
    padding: 0 10px 0 0;
}
.PinterestButtonContainer {
    float: left;
}
.FacebookLikeButtonContainer {
    background: #929292;
    border-radius: 3px;
}
div.FacebookLikeButtonContainer iframe {
    height: 25px;
    padding: 8px 15px;
    color: #fff !important;
}
/* Accordion for product page
....................................................................... */

#prodAccordion .Block,
.ExpressCheckout .ExpressCheckoutBlock {
    padding: 0 !important;
    margin: 0 !important;
}
#prodAccordion .Block h2,
.ExpressCheckout h3 {
    font-size: 1.2em;
    padding: 15px 22px 15px 10px !important;
    margin: 0;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0.1em;
}
#prodAccordion .Block h2:hover,
.ExpressCheckout h3:hover {
    text-decoration: underline;
}
.ExpressCheckout h3 {
    letter-spacing: 0.1em;
}
.prodAccordionContent {
    padding: 10px;
}
.ExpressCheckoutContent {
    padding: 10px 0;
}
.current .prodAccordionContent {
    display: block;
}
.ExpressCheckout .CheckoutOrderComments h3 {
    border: 0;
}
.ExpressCheckout hr.Clear {
    visibility: hidden;
}
.PaymentOptions div,
.CheckoutOrderComments,
.ExpressCheckout .PL20 {
    padding-left: 10px;
}
.CheckoutOrderComments,
.CheckoutHideOrderTermsAndConditions {
    padding: 25px 0 0;
}
.PaymentOptions .MB10 {
    padding-left: 0;
}
/* Account Menu (horizontal)
....................................................................... */

.AccountMenu ul {
    padding: 0;
    margin: 0;
}
.AccountMenu li {
    list-style: none;
    padding: 5px 10px 5px 10px;
    margin: 0;
}
.AccountMenu h2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
}
.AccountMessageList li,
.AccountOrderStatusList li,
.AccountOrdersList li {
    list-style: none outside none;
}
.AccountMessageList,
.AccountOrderStatusList,
.AccountOrdersList {
    margin-left: 0;
}
.AccountMessageList hr,
.AccountOrderStatusList hr,
.AccountOrdersList hr {
    margin: 35px 0;
}
/* Tabcontent
....................................................................... */

#tabcontent {
    overflow: hidden;
    border: 1px solid #444;
}
#tabcontent .photo {
    width: auto;
    margin-right: 20px;
}
/* Gift Certificate
....................................................................... */

#SideAccountMenu,
#SideAccountStoreCredit,
#GiftCertificatesMenu {
    padding: 20px 18px;
    background: #333;
    float: left;
    margin-top: 15px;
}
#SideAccountMenu .BlockContent,
#GiftCertificatesMenu .BlockContent {
    margin: 0;
}
#SideAccountMenu li,
#GiftCertificatesMenu li {
    padding: 0 0 5px 15px;
    width: auto;
}
#frmGiftCertificate {
    margin-top: 20px;
}
.GiftCertificateThemeList {
    margin-top: 19px;
}
.GiftCertificateThemeList br {
    display: none;
}
.GiftCertificateThemeList label {
    display: block;
    margin-bottom: 5px;
}
#frmGiftCertificate .Submit input[type="submit"] {
    height: 37px;
    display: inline-block;
}
#frmGiftCertificate .Submit input[type="button"] {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 15px;
}
/* Shopping cart
....................................................................... */

#CartContent {
    padding: 0 10px;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 50px;
}
.CartCode {
    margin: 0 10px;
    padding: 20px 10px;
}
.CartCode .CouponCode,
.CartCode .GiftCertificate {
    float: left;
    width: 455px;
}
.CartCode .GiftCertificate {
    padding-left: 30px;
}
.CartCode input[type="submit"] {
    padding-top: 10px !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: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}
html.javascript .PrimaryProductDetails .productAttributeRow {
    position: relative;
}
html.javascript .productAttributeConfigurableEntryDate .ui-datepicker-trigger {
    vertical-align: middle;
    position: absolute;
    top: 2px;
    left: 75px;
}
/* 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;
}
#WishLists .header,
#ChooseShippingAddress .header {
    margin-bottom: 15px;
}
#WishLists .header h2 {
    margin-top: 7px;
}
#wishlistsform .action {
    text-indent: -9999px;
    padding-left: 50px;
}
#wishlistsform .action a {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
}
/* Footer Menu
....................................................................... */

#Menu ul {
    margin: auto;
}
#Footer #Menu ul {
    padding-bottom: 15px;
    width: 100% !important;
}
#Menu li {
    display: inline;
}
#currency-chooser .currencies:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 79px;
}
#Footer #Menu li.First a {
    padding: 0;
    margin: 0;
    border-left: 0;
}
#Footer #Menu ul ul {
    display: none !important;
}
/* Header Menu */

#Header #SideCategoryList {
    display: inline-block;
    float: left;
}
#Header #Menu .First {
    display: none;
}
/* My Account menu
#SideAccountMenu li {
    border: 0;
}
#SideAccountMenu li:first-child {
    border: 0;
}
#SideAccountMenu li:last-child {
    border: 0;
}
#SideAccountMenu h2 {
    display: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
} */
/* Pagination */

.CategoryPagination {
    display: inline-block;
    white-space: nowrap;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}
.CategoryPagination .PagingList {
    display: inline;
    margin-left: 0;
}
.CategoryPagination .PagingList li:first-child {
    display: none;
}
.CategoryPagination .PagingList li.ActivePage {
    padding: 5px 8px;
}
.CategoryPagination .FloatLeft {
    margin-right: 13px;
}
.CategoryPagination .FloatRight {
    margin-left: 3px;
}
.CategoryPagination .FloatLeft a,
.CategoryPagination .FloatRight a {
    display: inline-block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
}
.CategoryPagination .FloatLeft a {
    background-image: url('ASSET_images/l-arrow.png');
    margin-top: 8px;
}
.CategoryPagination .FloatRight a {
    background-image: url('ASSET_images/r-arrow.png');
    margin-top: 8px;
}
.CategoryPagination li {
    display: inline-block;
    margin-right: 7px;
}
#frmCompare {
    padding-top: 10px;
    clear: both;
}
.PagingBottom {
    margin-top: 10px;
}
#fastCartContainer .ProductList {
    width: 1200px !important;
    overflow: hidden !important;
    float: left;
    margin: 10px 0 0 -52px !important;
}
.UtilityLinks a {
    margin-right: 10px;
    text-decoration: none;
}
.productAttributeList .productOptionPickListSwatch input[type=radio],
.productAttributeList .productOptionViewRectangle input[type=radio] {
    opacity: 0;
}
.ExpressCheckout h4 {
    margin-bottom: 1em;
    color: #f9f9f9;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.2em;
}
#LoginButton {
    margin-right: 1em;
}
.ExpressCheckoutContent select,
.ExpressCheckoutContent input[type="submit"] {
    margin-bottom: 20px;
}
/*Content area style*/

.FeaturedProducts .BlockContent,
.CategoryContent,
.ComparisonTable,
.ProductList.List,
.CartContents > tbody,
.EstimateShipping,
#share-product #tabcontent,
#SimilarProductsByCustomerViews .ProductList,
#BrandContent {
    background: rgba(0, 0, 0, 0.35);
    padding: 20px;
}
.CategoryContent .ProductList.List {
    background: none;
    padding: 0;
}
/*Fancybox styling in black*/

#fancy_frame {
    margin-top: 5px !important;
}
#fancy_outer #fancy_inner {
    background: #000;
}
#fancy_outer #fancy_inner h1 {
    color: #f06 !important;
    font-family: "Orbitron", Helvetica, Arial, Sans-serif;
    letter-spacing: 0.1em;
}
/* 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 .outStock .swatchColour,
.productOptionPickListSwatch .outStock .thumbnail,
.productOptionViewRectangle .outStock name {
    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("ASSET_images/out-of-stock-bg.png") center no-repeat;
    z-index: 999;
    content: "";
}
#usertopmenu {
    margin: 0;
    padding: 0;
    height: 1em;
    z-index: 7000;
}
#usertopmenu li {
    list-style: none;
    float: left;
    height: 24px;
}
#usertopmenu li a {
    display: block;
    padding: 2px 8px;
    background-color: #000;
    color: #eb8023;
    text-decoration: none;
}
#usertopmenu li a:hover {
    color: #fff;
}
#usertopmenu li ul {
    display: none;
    width: 10em;
    /* Width to help Opera out */
    
    background-color: #000;
    z-index: 7001;
    text-align: left;
}
#usertopmenu li:hover ul,
#navbar li.hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
}
#usertopmenu li:hover li,
#navbar li.hover li {
    float: none;
}
#usertopmenu li:hover li a,
#navbar li.hover li a {
    background-color: #000;
    color: #eb8023;
}
#usertopmenu li li a:hover {
    background-color: #000;
    color: #fff;
}
a.footer-link {
    color: #969696;
    font-size: 11px;
    text-decoration: none;
}
a.footer-link:hover {
    color: #fff;
}
#new-top-header {
    width: 100%;
    max-width: 1200px;
    height: 55px;
    background: #000;
    margin: auto;
}
#new-menu-header {
    width: 100%;
    height: 70px;
    background: #1b1b1b;
    margin: auto;
    border-bottom: 2px solid #eb8023;
    margin-bottom: 15px;
}
#homepage-slider {
    /*width:1256px;*/
    
    width: 70%;
    max-width: 1256px;
    /*height:800px;*/
    
    height: auto;
    margin: auto;
    overflow: hidden;
}
#new-top-header-right {
    float: right !important;
    padding: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #eb8023 !important;
    font-size: 10px !important;
    text-align: right !important;
}
#new-top-header-left {
    float: left;
    padding: 15px;
}
.new-top-header-text {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #eb8023;
    font-size: 11px !important;
}
a.new-top-header-text {
    font-family: "Helvetica57", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #eb8023;
    font-size: 10px !important;
    text-decoration: none;
}
a.new-top-header-text:hover {
    color: #fff;
}
.new-top-header-search {
    margin-left: 10px;
    background: #000;
    background-image: url('../../../content/images/search-glass.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #707070;
    font-size: 11px;
    color: #787878;
    height: 22px;
    width: 136px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 25px !important;
}
#homepage-hexagon-container {
    width: 1256px;
    height: 400px;
    margin: auto;
    background: url('../../../content/images/V-MODA_home_texture.png');
    margin-top: -3px;
}
#hexagon-one {
    float: left;
    width: 50%
}
#hexagon-two {
    float: left;
    width: 50%;
}
#hexagon-one-three {
    float: right;
    margin-top: 90px;
    margin-right: 115px;
}
#hexagon-two-three {
    float: left;
    margin-top: 90px;
    margin-left: 115px;
}
.jqueryslidemenu {
    background: #1b1b1b;
    height: 30px;
    margin: auto;
    width: 100%;
    text-align: center;
    font: 13px Helvetica;
}
.jqueryslidemenu ul {
    min-width: 920px;
    padding: 0;
    list-style-type: none;
    position: absolute;
    margin: auto;
}
/*Top level list items*/

.jqueryslidemenu ul li {
    position: relative;
    display: inline;
    float: left;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}
/*Top level menu link items style*/

.jqueryslidemenu ul li a {
    display: block;
    background: #1b1b1b;
    color: #969696;
    padding: 3px 3px;
    border-right: 1px;
    text-decoration: none;
    z-index: 2001;
}
* html .jqueryslidemenu ul li a {
    /*IE6 hack to get sub menu links to behave correctly*/
    
    display: inline-block;
}
.jqueryslidemenu ul li a:link,
.jqueryslidemenu ul li a:visited {
    color: #969696;
    border-bottom: 2px solid #1b1b1b;
}
.jqueryslidemenu ul li a:hover {
    background: #1b1b1b;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #eb8023;
}
/*1st sub level menu*/

.jqueryslidemenu ul li ul {
    background: #1b1b1b;
    position: absolute;
    left: 0px;
    display: block;
    visibility: hidden;
    text-align: left;
    z-index: 2002;
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    
    max-width: 175px;
    min-width: 175px;
}
/*Sub level menu list items (undo style from Top level List Items)*/

.jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.jqueryslidemenu ul li ul li ul {
    top: 0;
}
/* Sub level menu links style */

.jqueryslidemenu ul li ul li a {
    padding: 5px;
    margin: 0;
    width: 165px;
}
.jqueryslidemenu ul li ul li a:hover {
    /*sub menus hover style*/
    
    background: #1b1b1b;
    color: #fff;
    text-decoration: none;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    position: absolute;
    top: 0px;
    right: 0px;
}
.rightarrowclass {
    position: absolute;
    top: 0px;
    right: 0px;
}
/*Opera Fix*/

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
    /
}
#product_content_custom {
    margin: auto;
    width: 70%;
    max-width: 1256px;
    min-width: 1100px;
    text-align: left;
    padding: 30px;
    line-height: 1.10em;
    overflow: hidden;
}
#product_content_custom_matrix {
    margin: auto;
    width: 70%;
    max-width: 1256px;
    text-align: left;
    padding: 30px;
    line-height: 1.10em;
    overflow: hidden;
}
a.product_page_link {
    color: #eb8023;
    text-decoration: underline;
}
a.product_page_link:hover {
    color: #fff;
}
.qtyInput quantityInput input[type="text"] {
    border: 0px;
    padding: 3px;
}
.name {
    font-size: 10pt;
    color: #fff;
}
.required {
    font-size: 10pt;
    color: #eb8023;
}
#hexlinkone {
    display: block;
    width: 160px;
    height: 71px;
    background: url('../../../content/images/V-MODA_home_hex_windows_wireless_v1_sprite.png') no-repeat 0 0;
    text-decoration: none;
    text-align: center;
}
#hexlinkone:hover {
    background-position: 0 -71px;
}
#hexlinkone span {
    position: absolute;
    top: -999em;
}
#hexlinkone:hover span {
    position: relative;
    top: -999em;
    color: #fff;
}
#hexlinktwo {
    display: block;
    width: 160px;
    height: 71px;
    background: url('../../../content/images/V-MODA_home_hex_windows_video_eye_sprite.png') no-repeat 0 0;
    text-decoration: none;
    text-align: center;
}
#hexlinktwo:hover {
    background-position: 0 -71px;
}
#hexlinktwo span {
    position: absolute;
    top: -999em;
}
#hexlinktwo:hover span {
    position: relative;
    top: -999em;
    color: #fff;
}
#hexlinkthree {
    display: block;
    width: 160px;
    height: 71px;
    background: url('../../../content/images/V-MODA_home_hex_windows_customs3d_v2_sprite.png') no-repeat 0 0;
    text-decoration: none;
    text-align: center;
}
#hexlinkthree:hover {
    background-position: 0 -71px;
}
#hexlinkthree span {
    position: absolute;
    top: -999em;
}
#hexlinkthree:hover span {
    position: relative;
    top: -999em;
    color: #fff;
}
#hexlinkfour {
    display: block;
    width: 160px;
    height: 71px;
    background: url('../../../content/images/V-MODA_home_hex_windows_XS_video_sprite.png') no-repeat 0 0;
    text-decoration: none;
    text-align: center;
}
#hexlinkfour:hover {
    background-position: 0 -71px;
}
#hexlinkfour span {
    position: absolute;
    top: -999em;
}
#hexlinkfour:hover span {
    position: relative;
    top: -999em;
    color: #fff;
}
#hexlinkfive {
    display: block;
    width: 160px;
    height: 71px;
    background: url('../../../content/images/V-MODA_home_hex_windows_faders_sprite.png') no-repeat 0 0;
    text-decoration: none;
    text-align: center;
}
#hexlinkfive:hover {
    background-position: 0 -71px;
}
#hexlinkfive span {
    position: absolute;
    top: -999em;
}
#hexlinkfive:hover span {
    position: relative;
    top: -999em;
    color: #fff;
}
#hexlinksix {
    display: block;
    width: 160px;
    height: 71px;
    background: url('../../../content/images/home-hex-newpayments.png') no-repeat 0 0;
    text-decoration: none;
    text-align: center;
}
#hexlinksix:hover {
    background-position: 0 -71px;
}
#hexlinksix span {
    position: absolute;
    top: -999em;
}
#hexlinksix:hover span {
    position: relative;
    top: -999em;
    color: #fff;
}
#myslidemenu-container {
    margin: auto;
    width: 70%;
    max-width: 1256px;
    min-width: 1200px;
}
a.mobilephonelink {
    display: block;
    background: #eb8023;
    color: #fff;
    font-weight: bold;
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    -moz-border-radius-topleft: 3px;
    /* Firefox */
    
    -moz-border-radius-topright: 3px;
    /* Firefox */
    
    -moz-border-radius-bottomright: 3px;
    /* Firefox */
    
    -moz-border-radius-bottomleft: 3px;
    /* Firefox */
    
    -webkit-border-top-left-radius: 3px;
    /* Safari */
    
    -webkit-border-top-right-radius: 3px;
    /* Safari */
    
    -webkit-border-bottom-right-radius: 3px;
    /* Safari */
    
    -webkit-border-bottom-left-radius: 3px;
    /* Safari */
    
    border-top-left-radius: 3px;
    /* CSS 3 Support */
    
    border-top-right-radius: 3px;
    /* CSS 3 Support */
    
    border-bottom-right-radius: 3px;
    /* CSS 3 Support */
    
    border-bottom-left-radius: 3px;
    /* CSS 3 Support */
}
a.mobileskypelink {
    display: block;
    background: #2da8f2;
    color: #fff;
    font-weight: bold;
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    -moz-border-radius-topleft: 3px;
    /* Firefox */
    
    -moz-border-radius-topright: 3px;
    /* Firefox */
    
    -moz-border-radius-bottomright: 3px;
    /* Firefox */
    
    -moz-border-radius-bottomleft: 3px;
    /* Firefox */
    
    -webkit-border-top-left-radius: 3px;
    /* Safari */
    
    -webkit-border-top-right-radius: 3px;
    /* Safari */
    
    -webkit-border-bottom-right-radius: 3px;
    /* Safari */
    
    -webkit-border-bottom-left-radius: 3px;
    /* Safari */
    
    border-top-left-radius: 3px;
    /* CSS 3 Support */
    
    border-top-right-radius: 3px;
    /* CSS 3 Support */
    
    border-bottom-right-radius: 3px;
    /* CSS 3 Support */
    
    border-bottom-left-radius: 3px;
    /* CSS 3 Support */
}
a.mobileemaillink {
    display: block;
    background: #eb8023;
    color: #fff;
    font-weight: bold;
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    -moz-border-radius-topleft: 3px;
    /* Firefox */
    
    -moz-border-radius-topright: 3px;
    /* Firefox */
    
    -moz-border-radius-bottomright: 3px;
    /* Firefox */
    
    -moz-border-radius-bottomleft: 3px;
    /* Firefox */
    
    -webkit-border-top-left-radius: 3px;
    /* Safari */
    
    -webkit-border-top-right-radius: 3px;
    /* Safari */
    
    -webkit-border-bottom-right-radius: 3px;
    /* Safari */
    
    -webkit-border-bottom-left-radius: 3px;
    /* Safari */
    
    border-top-left-radius: 3px;
    /* CSS 3 Support */
    
    border-top-right-radius: 3px;
    /* CSS 3 Support */
    
    border-bottom-right-radius: 3px;
    /* CSS 3 Support */
    
    border-bottom-left-radius: 3px;
    /* CSS 3 Support */
}
.st_sharethis_custom {
    background: url('../../../content/images/share-this-32.png') 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0px 32px 15px 25px;
    cursor: pointer;
}
.st_sharethis_custom:hover {
    background: url('../../../content/images/share-this-32.png') 0 -32px;
    background-repeat: no-repeat;
    padding: 0px 32px 15px 25px;
    cursor: pointer;
}
.st_twitter_custom {
    background: url('../../../content/images/share-this-twitter-32.png') 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0px 32px 16px 25px;
    cursor: pointer;
}
.st_twitter_custom:hover {
    background: url('../../../content/images/share-this-twitter-32.png') 0 -32px;
    padding: 0px 32px 16px 25px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.st_facebook_custom {
    background: url('../../../content/images/share-this-facebook-32.png') 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0px 32px 15px 0;
    cursor: pointer;
}
.st_facebook_custom:hover {
    background: url('../../../content/images/share-this-facebook-32.png') 0 -32px;
    padding: 0px 32px 15px 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
a.homepage-revealmore {
    color: #eb8023;
}
a.homepage-revealmore:visited {
    color: #eb8023;
}
a.homepage-revealmore:hover {
    color: #fff;
}
#hex-talking {
    width: 130px;
    margin-left: 17px;
    color: #868686;
    font-size: 8pt;
}
a.homepage-artist-ajax-link {
    text-decoration: none;
    font-family: Verdana;
    font-size: 11pt;
    color: #eb8023;
}
a.homepage-artist-ajax-link:hover {
    color: #fff;
}
#matrix-outer-table {
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
    font-size: 80%;
    border-collapse: collapse;
    margin: auto;
}
#matrix-outer-table tr {
    width: 100%;
    max-width: 1200px;
}
#matrix-outer-table td {
    border: 1px solid #fff;
    border-collapse: collapse;
    vertical-align: middle !important;
}
#category-strip {
    width: 10%;
    height: 60px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    padding: 5px;
    background: -webkit-radial-gradient(#ec8d22, #e86625);
    /* Safari 5.1 to 6.0 */
    
    background: -o-radial-gradient(#ec8d22, #e86625);
    /* For Opera 11.6 to 12.0 */
    
    background: -moz-radial-gradient(#ec8d22, #e86625);
    /* For Firefox 3.6 to 15 */
    
    background: radial-gradient(#ec8d22, #e86625);
    /* Standard syntax (must be last) */
}
#matrix-strip-info {
    width: 18%;
    padding: 5px;
    font-weight: bold;
    font-family: Arial, Helvetica;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    text-align: center;
}
a.small-amazon-link {
    font-size: .8em;
    color: #fff;
    text-decoration: none;
}
a.small-amazon-link:hover {
    color: #eb8023;
}
a.matrix-custom-link {
    color: #eb8023;
    text-decoration: underline;
}
a.matrix-custom-link:hover {
    color: #fff;
}
.mobile-category-selection {
    padding: 5px;
    background: #fff;
    color: #000;
    width: 75%;
}
.mobile-only-header-font {
    font-family: CategoryHeaderFont;
    font-size: 15pt;
    color: #969696 !important;
}
.headphone-type-title {
    font-family: CategoryHeaderFont;
    font-size: 12pt;
    color: #969696 !important;
}
.mobile-description-lists {
    margin-top: 10px;
    list-style-type: disc;
    margin: 20px;
}
.mobile-description-lists li {
    list-style-type: disc !important;
    color: #fff;
    opacity: 0.8;
    padding: 6px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.mobile-description-lists-num {
    margin-top: 10px;
    list-style-type: decimal;
    margin: 30px;
}
.mobile-description-lists-num li {
    list-style-type: decimal !important;
    color: #fff;
    opacity: 0.8;
    padding: 6px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.mobile-description-header {
    color: #eb8023;
    font-weight: bold;
    margin-bottom: 3px;
}
#desktop-one-image {
    width: 100%;
    border-bottom: 2px solid #eb8023;
    margin: auto;
    text-align: center;
    padding: 20px;
}
#desktop-one-image img {
    width: 1016px;
    height: 591px;
}
#top-reviews-and-breadcrumb {
    width: 70%;
    max-width: 1256px;
    margin: auto;
    padding-bottom: 10px;
    overflow: hidden;
}
#breadcrumb-container {
    float: left;
    text-align: left;
}
#breadcrumbheadphone li {
    float:left;
    list-style-type:none;
    margin-right:10px;
}
#showfirefox {
    display:none;
    overflow:hidden;
    width:350px;
    margin-top:6px;
    margin-left:-150px;
    padding-top:10px;
    padding-left:15px;
    color:#eb8023;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
