/* Color: White */


.header-wrapper {
    width:100%;

}

.Breadcrumb,
#CategoryPagingTop {

}

#CategoryHeading,
#CategoryPagingTop {
    margin: 0;
    padding: 0;
}

#CategoryPagingTop {

}

#Wrapper .Breadcrumb{
    border-top: none;
}
#TopMenu li.CartLink {
    background: url(../../Classic/images/white/CartSmall.gif) 100% 50% no-repeat;
    padding-right: 16px;
}


.slide-show {
    width: 980px;
    border-top: 1px solid #000;
}

div.categoryPicker {
    border:1px solid #d2d2d2 !important;
    padding-left: 10px;
    padding-bottom: 8px;
}


#SideCategoryList li li,
#SideCategoryList .sf-menu li li {
    background-image: none;
}
#SideCategoryList li li:last-child,
#SideCategoryList .sf-menu li li:last-child {
    border: 0;
}

#SideNewProducts img {

}

.order-number {
    font-size:1.4em;
    font-family: 'Montserrat', Helvetica, Arial, Sans-Serif;
    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;
}


.Right li {
    border-bottom: 1px solid #dcdcdc;
}

.Right .ProductList li {
    border: none;
    margin-bottom: 10px;
}

#Footer p {
    color: #fff;
}
#Footer a {
    color: #fff;
}

/*#Footer a:hover{color: #ABBA44;}*/

#Footer a:hover{color: #E77F19;}
.NewsletterSubscription input:focus {

}


.ProductList .Rating {
    color: #9a9a9a;
}


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


.Breadcrumb {
border-bottom:1px dashed #D5D5B3;
    
}
.Breadcrumb a {
    
}
.Breadcrumb a:hover {
    
}


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

.CartCode {
    border: 1px solid #DDDDBD;
    border-width: 1px 0 0;
}
.ViewCartLink {
    background: url('../../ParallelLight/images/white/Cart.gif') no-repeat 0 50%;
}

table.CartContents,
table.General {
    border: 1px solid #DDDDBD;
    background:#fff;
}

table.CartContents th,
table.General th {
    color:#666;
    text-transform: uppercase;
    border-bottom: 0 none;
    padding:20px 23px;
    text-align: left;
    background-color:#E3E3D7;
    font-weight:normal;
}

.CartContents td {
    padding: 20px 23px;
    border-bottom: 1px solid #DDDDBD;
}

.CartContents tfoot .SubTotal.First td{
    border-top: 0;
}

.productAttributes td{
    border: 0;
}
.productAttributes label{
    font-weight: bold;
}
/* Wish List Form
....................................................................... */
.header .actions .btn {
   color:#fff;
}

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

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

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

/*....................................................................... */
#CartHeader {

    position: relative;
}

.ExpressCheckout .ExpressCheckoutContent {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDBD;
    overflow: hidden;
    padding:20px 15px;
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */
   border-bottom: 3px solid #D6D6C5;
   border-radius:6px;
}

#CartHeader .btn {
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
}

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


.CategoryPagination a {
  background-repeat: no-repeat;
    display: block;
    padding: 0;
}

.CategoryPagination li.ActivePage {
     border: 1px solid #D1CCAE;
    /*color:  #ABBA44;*/
      color:  #E77F19;
}

.CategoryPagination li:hover {
  
}

.CategoryPagination li.ActivePage:hover {
  
}

.CheckoutRedeemCoupon {
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    padding: 10px;
    width: 300px;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}
.SubCategoryList,
.SubBrandList {

}

.Message {
    color:#000;
    border-width:1px;
    border-style: solid;
    border-color: transparent;
    background-position: 12px 11px;
    background-repeat: no-repeat;
}

.Message a {
    text-decoration: underline;
}

.InfoMessage {
    background-color: #effdfd;
    background-image: url('../../Classic/images/white/InfoIcon.png');
    border-color: #d9f1f1;
}
.SpecificInfoMessage {
    color: #606060;
    background-color: #f4f4f4;
}
.SuccessMessage {
    background-color: #dafbd8;
    background-image: url('../../Classic/images/white/SuccessIcon.png');
    border-color: #c6e7c4;
}
.ErrorMessage {
    background-color: #fbe9e7;
    background-image: url('../../Classic/images/white/ErrorIcon.png');
    border-color: #f5d8d4;
}

.ComparisonTable tr:hover td,
.ComparisonTable tr.Over td {

}
.QuickSearch {
    border: 1px solid #dcdcdc;
    margin-top: 15px;
    margin-left: -16px;
}
.QuickSearch:before {
    content: "";
    height: 10px;
    width: 19px;
    background-image: url('../../Classic/images/white/up-arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 55px;
}
td.QuickSearchResultMeta {
    padding-right: 20px;
}
.QuickSearchHover td {
    background: #f4f4f4;
}
.QuickSearchAllResults a {
    background: url('../../Classic/images/white/QuickSearchAllResultsButton.png') no-repeat right;
}
.QuickSearchResult .Price {
    color: #4e4e4e;
}
.CreateAccount {
}
.SearchTips .Examples {
    background: #f4f4f4;
}
hr {
    background:  #DDDDBD;;
    border: #DDDDBD;
}
.Right hr {
    background: transparent;
    border: 0;
}
.MiniCart .SubTotal {
    color: #4e4e4e;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
}


/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: none repeat scroll 0 0 #E3E3D7;
    color: #666;
    border: 1px solid #DDDDBD;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: none repeat scroll 0 0 #E3E3D7;
    color: #666;
    border: 1px solid #DDDDBD;
    overflow:hidden;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #9a9a9a;
}




/* Tabbed Navigation */
.TabNav {

}
.TabNav li a {
  
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    
     /*background:#96A630;*/


    /*background:#E77F19;*/
    background:#0068B5;
   
     color: #fff;
    float: left;

}
.TabNav li a:hover {
     background: none repeat scroll 0 0 #E77F19;
    color:#FFF;
     box-shadow:0 -1px 2px -1px #D5D5B3;
      -moz-box-shadow: 0 -1px 2px -1px #D5D5B3;
-webkit-box-shadow: 0 -1px 2px -1px #D5D5B3;
-o-box-shadow:0 -1px 2px -1px #D5D5B3;
}
.TabNav li.Active a {
    background: none repeat scroll 0 0 #FFFFFF;
    color:#666;
     box-shadow:0 -1px 2px -1px #D5D5B3;
       -moz-box-shadow: 0 -1px 2px -1px #D5D5B3;
-webkit-box-shadow: 0 -1px 2px -1px #D5D5B3;
-o-box-shadow:0 -1px 2px -1px #D5D5B3;
}

/* Product Videos */

.currentVideo {
    background-color: #e7e7e7;
}

.videoRow:hover {
    background-color: #efefef;
}

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


/* start fast cart styles */
#fastCartContainer {
    font-size: 13px;
    color: #000;
}
.fastCartContent h2 {
    background-color:transparent;
}
.fastCartContent h3 {
    background-color:transparent;
}
.fastCartThumb {
    border: 1px solid #e5e5e5;
    padding: 5px;
    background:#fff;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
}
.fastCartSummaryBox {
    background-color: #fff;
}
.fastCartSummaryBox a:hover {
    text-decoration: underline;
}

.fastCartSummaryBox .subtotal {
    border-color: #e5e5e5;
}
.fastCartSummaryBox .ProductPrice {
    border-color: #e5e5e5;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #666;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #E77F19;
}
.fastCartContent .Quantity {
    color: #666;
}
.fastCartContent p {
    color: #444444;
}

.fastCartBottom h3 {
    border-top: 1px solid #D5D5B3;
    border-bottom: 1px solid #D5D5B3;
}

/* end fast cart styles */


/* Modal */
#ModalContainer {
    border-color: #000;
}

#QuickViewImage,
#QuickViewProductDetails {
    border-color: #e5e5e5 !important;
}

#QuickViewProductDetails td,
#QuickViewProductDetails .productAttributeRow,
.DetailRow {
    border-color: #D5D5B3;
}

.SubCategoryListGrid {

}

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

#socnet {
    border-top: 1px solid #dcdcdc;
}

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

.ProductTinyImageList li {
    border: none !important;
}
.TinyOuterDiv {
    border: none !important;
}

.TinyOuterDiv img {
   background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    height: 65px;
    padding: 3px !important;
    width: 65px;
}


#prodAccordion .Block h2 {
    border-top: 1px solid #dadada;
    background: url(../../Classic/images/white/accordion_open.gif) 100% 50% no-repeat;
}
#prodAccordion .Block.current h2 {
    background: url(../../Classic/images/white/accordion_close.gif) 100% 50% no-repeat;
}
#prodAccordion .Block:last-child {

}
.prodAccordionContent {

}

#TopMenu .phoneIcon {
    background: url('../../Classic/images/white/phoneIcon.png') no-repeat 0 2px;
    padding-left: 13px;
    border-right: 1px solid;
    display:none;
}

/* For the currency chooser */
#currency-chooser .currency-info {
    float:left;
    margin:1px 5px;
    color: #fff;
}
#change-currency {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    float: left;
}
#currency-chooser .currencies {
    background: #fff;
    display: none;
    margin-top: 30px;
    padding: 10px;
    position: absolute;
    left: 0px;
    z-index: 10;
    width: 168px;
    border:1px solid #DDDDBD;
}
#currency-chooser .currencies:before {
}
#currency-chooser .currencies dd {
    background: transparent;

}
#currency-chooser .currencies dd a {
    background: transparent;
    border: none;
    padding: 0px;
}
#currency-chooser .currencies dd a.Sel {
    background: none;
}

.ProductPriceWrap {
    background:none; border:none; padding:0;
}


.PrimaryProductDetails .ProductThumbWrap {
    float:left;
 }

.PrimaryProductDetails .zoomPad img {
    border: 1px solid #f4f4f4;
    border-top: 0 none;
}


/* Gift Certificate
....................................................................... */
#SideAccountMenu li,
#GiftCertificatesMenu li {

}

.Block.YourAccount p {
    line-height:2.8ex;
}

/* Form fields */
input.field-xlarge,
select.field-xlarge {
    width: 200px;
    /*padding: 0 5px;*/
    line-height: 25px;
    vertical-align: middle;
    border: 1px solid #DDDDBD;
}
select.field-xlarge {
    margin-top: 3px;
}
.HorizontalFormContainer dt {
    line-height: 25px;
    vertical-align: middle;
    padding: 0;
}

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