/* Color: White */


.header-wrapper {
    width:100%;

}

.Breadcrumb,
#CategoryPagingTop {
    border-top: 1px solid #e3e3e3;
}

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

#CategoryPagingTop {
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
    padding-bottom: 0;
}

#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 {
    
}
#SideCategoryList li li:last-child,
#SideCategoryList .sf-menu li li:last-child {
    border: 0;
}

#SideNewProducts img,#SidePopularProducts img {
    border:1px solid #E3E3E3;
}

.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{
    
}

.plain.btn {
}
.plain.btn:hover{
    text-decoration: underline !important;
}


.Right li {

}

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

.Footer_bottom_inner .CategoryList .Block {
    margin-bottom: 5px;
}
#Footer p {

    color: #FFFFFF;
    float: left;
    margin: 5px 15px 15px;
}
#Footer a:hover { text-decoration:underline;}
#Footer a {
    color: #fff;
}


.NewsletterSubscription input:focus {
    color: #000;
}


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


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


.Breadcrumb {
    color: #777;
}
.Breadcrumb a {
   
}
.Breadcrumb a:hover {
  
}


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

.CartCode {
    border: 1px solid #e3e3e3;
    border-width: 1px 0 0;
}
.ViewCartLink {
background:url("//cdn3.bigcommerce.com/r-d4dbaed86c5df2ef333e2ea7ee9d3989b1545c67/themes/Classic/images/sprite.png") no-repeat scroll -70px -11px transparent;
}

table.CartContents,
table.General {
    border: 0;
}

table.CartContents th,
table.General th {
    color:#fff;
    text-transform: capitalize;
    border-bottom: 0 none;
    padding:20px 23px;
    text-align: left;
	font-size:14px;
	font-weight:normal;
    background-color:#2e2e2e;
}

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

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

.productAttributes td{
    border: 0;
}
.productAttributes label{
    font-weight: bold;
}
/* Wish List Form
....................................................................... */
.header .actions .btn {
    font-size: 13px !important;
    padding: 4px 12px !important;
    margin-left: 20px;
	margin-bottom:5px;
}

#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;
}

#CartHeader .btn {
    position: absolute;
    /*top: 30px;*/
top:7px;
    right: 0;
}

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


.CategoryPagination a {
    color: #777;
    display: block;
    padding:5px 8px;
    background-repeat: no-repeat;
	font-weight:bold;
}

.CategoryPagination li.ActivePage {
    background: #0069B2;
	font-weight:bold;
	color:#fff;
}

.CategoryPagination li a:hover { background: #0069B2;
	color:#fff;
   }

.CategoryPagination li.ActivePage:hover {
    border-bottom: 0;
}

.CheckoutRedeemCoupon {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px;
    width: 300px;
   
    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;
	clear:both;
}
.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 {
    background: #fcfcfc;
}
.QuickSearch {
    border: 1px solid #e3e3e3;
    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: #dcdcdc;
    border: #dcdcdc;
}
.Right hr {
    background: transparent;
    border: 0;
}
.MiniCart .SubTotal {
    color: #4e4e4e;
}


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


/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #232323;
    color: #fff;

}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #232323;
    color: #fff;
  
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #fff;
}




/* Tabbed Navigation */
.TabNav {
    border-bottom: 3px solid #0489E6;
}
.TabNav li a {
    border: 1px solid #161616 ;
    background: #161616 ;
    color: #fff;
    
}
.TabNav li a:hover {
  
	 border: 1px solid #0489E6 ;
    background: #0489E6 ;
}
.TabNav li.Active a {
    border: 1px solid #0489E6 ;
    background: #0489E6 ;
}

/* Product Videos */

.currentVideo {
    background-color: #e7e7e7;
}

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

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


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

.fastCartSummaryBox .subtotal {
    border-color: #e3e3e3;
}
.fastCartSummaryBox .ProductPrice {
    border-color: #e3e3e3;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #777;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #FF6900;
}
.fastCartContent .Quantity {
    color: #777;
}
.fastCartContent p {
    color: #777;
}

.fastCartBottom h3 {

    border-bottom: 1px solid #e3e3e3;
}

/* end fast cart styles */


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

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

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

.SubCategoryListGrid {
    border-bottom: 1px solid #e3e3e3;
}

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

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

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

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

.TinyOuterDiv img {
    border: 1px solid #e3e3e3;
	padding:2px !important;
}


#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 {
    border-bottom: 1px solid #dadada;
}
.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: #777;
}
#change-currency:hover{ color:#0489E6}
#change-currency {
    color: #777;
   
    cursor: pointer;
    float: left;
}
#currency-chooser .currencies {
    background: #fff;
    display: none;
    margin-top: 30px;
    padding: 10px;
    position: absolute;
    right: 0px;
    z-index: 10;
    width: 168px;
	border:1px solid #E2E4E4;
}
#currency-chooser .currencies:before {
    width: 0;
    height: 0;
    border-left: 15px solid rgba(248, 248, 248, 0);
    border-right: 15px solid rgba(248, 248, 248, 0);
    border-bottom: 15px solid #E2E4E4;
}
#currency-chooser .currencies dd {
    background: transparent;
   
}
#currency-chooser .currencies dd a {
    background: transparent;
    border: none;
    padding: 5px;
}
#currency-chooser .currencies dd a.Sel {
    background: #fff;
}

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


.PrimaryProductDetails .ProductThumbWrap {
    float:left;
    overflow: hidden;
    width: 100%;
 }

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


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

.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 #d2d2d2;
}
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;
}

.PayPalExpressCheckout input
{
border:none!important;
}