/*****************************************************************
* Interspire Shopping Cart Style File                                *
*                                                                   *
* Name: SmartShop                                                   *
* Author: Kostiantin Iatseniuk (Max) (Interspire Pty. Ltd.)       *
* Id: $Id$                                                        *
*****************************************************************/

/* Color: Blue */

body {
    color: #333;
    background:#FFF;
    font-family:arial;
    font-size:11px;
    line-height:14px;
}

p{
 line-height:18px;   
}
a {
    color: #909090;
    font-weight: 400;
    text-decoration: underline;
}
a:hover {
    color: #ff0033;
}
textarea, input[type="text"], input[type="password"], select {
    border: 1px solid #A3A3A3;
    background: #F0F0F0;
    margin: 0px 0px 6px 0px;
}
h2 {
    color: #fff;
}
h3 {
    color: #fff;
}

#Container {
    width: 1000px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
    background: #FFF;
}

#Wrapper {
    clear: both;
    width: 1000px;
    margin: 0px;
}

#TopMenu {
    height: 34px;
    border-radius: 0px 0px 5px 5px;
    font-size: 11px;
    text-transform: uppercase;   
}
#TopMenu li a, #TopMenu li div {
    color: #666;
    background:url(../../Blackstore/images/black/bg_menu.gif) no-repeat 0% 2px;
}
#TopMenu li div a {
    background:none !important;
    color:#909090
}
#TopMenu li a:hover {
    color: #ff0033;
}
#Outer {
    
    margin: 0 auto;
    clear: both;
    width: 1000px;
    background:#fff;
}
#Menu {
    clear: both;
    padding: 0;
    height: 35px;
    width: 1000px;
    margin: -72px 0 38px 0px;
    position: absolute;

}

#Menu ul {
    margin: 0;
    padding: 0 0 0 0;
    float: left;
}

#Menu li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0px 1px 0px 0px;
    padding: 0;
    height: 35px; 
    font-size:11px;
    background:#585858;
    border-radius:5px 5px 0px 0px;
}

#Menu li a {
    color: #fff;
    text-transform:uppercase;
    text-decoration:none;
    font-size:11px;
    padding:5px 30px 0 10px;
}
#Menu li.ActivePage a {
    color:#fff;
    text-decoration:none;
    font-size:11px;
}

#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 35px;
    left: 0px;
    display: none;
    text-align: left;
    font-size: 0.75em;
    background: transparent;
    z-index: 1;
}

#Menu li ul li a {
    background-color: #242424;
    border-top:none;
}
#Menu li ul li a:hover {
    color: #fff;
}
#Menu li:hover a, #Menu li.over a {
    color:#fff
}

#Menu li.First {
background: #DF8F00;
}

#Header {
    
    background:#FFF;
    height:160px;
}
#Logo {
    float: left;
    margin: 13px 0px 0px 0px;
}

#Logo h1 {
    color: #fff;
}
#Logo h1 a {
    color: #fff;
}
#Logo span {
}
#SearchForm {
    background-color: black;
    font-size: 11px;
    height: 28px;
    margin: 123px 0px 0px 0px;
    width: 990px;
    padding: 8px 0px 0px 10px;
    border-radius: 0px 5px 5px 5px;
}
#SearchForm label {
    color: #909090;
}
#SearchForm a {
    color: #909090;
    text-decoration:none
}
#SearchForm a:hover {
    color: #ff0033;
}

#SearchForm input.Textbox {
    width: 150px;
    background: white;
    padding: 2px;
    margin: 0px 0px 0px 8px;
}


.Left {
    width: 160px;
    margin: 10px;
    background: #FFF;
    padding: 10px;
    font-size:12px;
}

.Left .BlockContent {
    margin: 10px 0px 0px 0px;
}

.Left a {
    color: #909090;
    text-decoration:none
}
.Right {
}
.Left li {
    padding:5px 0;
}
.Left li a:hover {
    color: #ff0033;
}
.Content {
    margin: 10px;
    width: 760px;
    background: #FFF;
    font-size:12px;
    line-height:14px;
}
.main_banner {
    display:block;
    width:760px;
    height:398px;
    background:url(http://cdn1.bigcommerce.com/server3700/wsxyvtfl/templates/Blackstore/images/main_banner.jpg) no-repeat;
    margin:0 auto 20px;
}
.main_banner span {
    display:none
}
.Content.Wide {
    width: 760px;
}
.Content.Widest {
    width: 980px;
    margin: 10px;
    padding: 0px;
}
.Right {
}
.Right a {
}
.Right a:hover, .Right a:hover strong {
    color: #ff0033;
}
#Footer {
    color:#666;
    height:35px;
    padding-top:20px;
    background-color:#040404
}
#Footer a {
    color:#333333;
    text-decoration:underline
}
#Footer li a {
    border-left: 1px solid #333333;
}

.Content h2, .TitleHeading {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    padding: 4px 0 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    word-spacing: 0px;
    text-transform: uppercase;
    border-bottom: 1px dotted #333;
    color:#000;
}

.Content .BlockContent {
    padding: 0px 0px 0px 0px;
}

.Content .ProductList li,
.fastCartContent .ProductList li {
    background-color:#DDD;
    padding:1px;
    border-radius:0px 0px 5px 5px;
    margin:0px 5px 30px 5px;
}
.Content .ProductList li:hover,
.Content .ProductList li.Over,
.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over {
}
.ProductList .ProductImage {
    background-color:#fff;
    margin:0 0 10px;
    padding:0px;
    width: 178px !important;
    height: 178px !important;
}
.ProductList .ProductImage img{
 
    width:178px;
    height:178px;
}    

.ProductList strong, .ProductList strong a {
    color: #333;
    font-weight: 700;
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 14px;
}
.ProductList strong a:hover {
    color: #000;
    text-decoration: underline;
}
.ProductPrice, .ProductList em {
    color: #DF8F00;
    font-size:16px;
}
.ProductList .Rating {
    color: #797979;
}

.ProductDetails, .ProductPriceRating {
padding: 4px 10px;
}
.Right .ProductList li {
    background:url(http://cdn1.bigcommerce.com/server3700/wsxyvtfl/templates/Blackstore/images/black/bg_sideli.gif) repeat-x 0% 100%;
}
.Left h2 {
    color: black;
    font-size: 16px;
    border-bottom: 1px dotted #999;
    word-spacing: 0px;
    font-family:arial;
}
.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    background: url(http://cdn1.bigcommerce.com/server3700/wsxyvtfl/templates/Blackstore/images/black/TopSellerNumberBg.gif) 0 4px no-repeat;
    color: #fff;
    font-weight:700;
}
.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
}
.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
    background: url(http://cdn1.bigcommerce.com/server3700/wsxyvtfl/templates/Blackstore/images/black/TopSellerNumber1Bg.png) 0 0 no-repeat;
    color: #fff;
    font-weight:700;
}
.Left .TopSellers .ProductActionAdd, .Right .TopSellers .ProductActionAdd, .Left .NewProducts .ProductActionAdd, .Right .NewProducts .ProductActionAdd, .Left #SideProductRecentlyViewed .ProductActionAdd, .Right #SideProductRecentlyViewed .ProductActionAdd {
    background:none;
    display:inline;
    text-align:left;
    margin-top:5px;
}
.Left .TopSellers .ProductActionAdd a, .Right .TopSellers .ProductActionAdd a, .Left #SideProductRecentlyViewed .ProductActionAdd a, .Right #SideProductRecentlyViewed .ProductActionAdd a {
    color:#2988d6;
    text-decoration:underline;
    font-size:1.1em !important
}
.Left .NewProducts .ProductActionAdd, .Right .NewProducts .ProductActionAdd {
    background:none;
    display:inline;
    text-align:left;
    margin-top:5px;
}
.Left .NewProducts .ProductActionAdd a, .Right .NewProducts .ProductActionAdd a {
    color:#2988d6;
    text-decoration:underline;
    font-size:1.1em !important
}
.Left .TopSellers li.TopSeller1 .ProductActionAdd a, .Right .TopSellers li.TopSeller1 .ProductActionAdd a, .Left .TopSellers li.TopSeller1 .ProductActionAdd a:hover, .Right .TopSellers li.TopSeller1 .ProductActionAdd a:hover {
    color:#fff;
    text-decoration:none;
    font-weight:400 !important
}
.Left .TopSellers li.TopSeller1 .ProductActionAdd, .Right .TopSellers li.TopSeller1 .ProductActionAdd {
    display: block;
    margin: 5px 0;
    width:112px;
    height:20px;
    text-align:center;
    padding-top:4px;
    font-size:.95em;
    background:url(../../Blackstore/images/black/ProductActionAdd.gif) no-repeat 0% 0%;
    font-weight:400
}
.Breadcrumb {
    border-bottom: 1px solid #DCDFE2;
}
.CompareItem {
    width:200px;
    border-left: solid 1px #CACACA;
}
.CompareFieldName {
    font-weight:bold;
    border-bottom: 1px solid #f1e8d4;
}
.CompareFieldTop {
    border-bottom:solid 1px #f1e8d4;
}
.CompareFieldTop a:hover {
    color:#ff0033;
}
.CompareCenter {
    border-left:solid 1px #f1e8d4;
    border-bottom:solid 1px #f1e8d4;
}
.CompareLeft {
    border-left:solid 1px #f1e8d4;
    border-bottom:solid 1px #f1e8d4;
}
.ViewCartLink {
    background: url('../../Blackstore/images/black/Cart.gif') no-repeat -4px 0;
}
table.CartContents, table.General {
    border: 1px dotted black;
}
.CartContents thead tr th, table.General thead tr th {
    background: #fff;
    color: #424748;
    border-bottom: 1px solid #e5e5e5;
}
.CartContents tfoot .SubTotal td {
    border-top: 1px solid #e5e5e5;
    color: #333;
}
.MiniCart .SubTotal {
    color: #333;
}
.JustAddedProduct {
    background: #fff;
}
.JustAddedProduct strong, .JustAddedProduct a {
    color: #333;
}
.CategoryPagination {
    color: #333;

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

.SpecificInfoMessage {
    background-color: #f8e4d1;
    color: #555;
}

.InfoMessage {
    background: #faf8f4 url('../../Blackstore/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
}
.SuccessMessage {
    background: #E8FFDF url('../../Blackstore/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
}
.ErrorMessage {
    background: #FFECEC url('../../Blackstore/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
}
.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
}
.ProductActionAdd {
    margin: 4px 0px 0px 0px;
    float: right;
    width: 159px;
    text-align: right;
    background: #777;
    padding: 8px 10px;
    font-size: 8px;
    height:20px;   
}
.ProductActionAdd a {
    color:#fff;
    font-weight:700;
    font-size:1.3em;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
.ProductList {
    list-style: none;
    margin: 0 0px;
    padding: 0;
}

.NewsletterSubscription label {
    clear: both;
    float: left;
    color: #909090;
    font-size: 11px;
    margin: 0px 0px 4px 0px;
}

.NewsletterSubscription input {
    width: 150px;
    font-size: 11px;
    padding: 3px;
    margin-bottom: 5px;
}


.AddThisButtonBox {
    float: right;
    margin-top: -40px;
    margin-left: 20px;
}

.SubCategoryListGrid {
    padding: 0px;
}

.SubCategoryListGrid li {
    background:#ccc;
    padding:1px;
    margin: 0px 5px 30px 5px;
    border-radius: 0px 0px 5px 5px;
}

.SubCategoryListGrid .RowDivider{
    
    background:none;       
}

.SubCategoryListGrid li img{
    width:178px;
    height:178px;
}

.SubCategoryListGrid li a{
    color: #333;
    font-weight: 700;
    padding: 8px 8px 8px 8px;
    font-size: 12px;
    line-height:14px;
    float: left;
    text-decoration: none;
    text-align:left;
}

.PrimaryProductDetails .ProductMain {
width: 359px;
float: left;
background: white;
padding: 20px;
margin: 20px 0px 0px 30px;
height: 320px;
border-left: 1px solid #666;
}



/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    border: 1px solid #e5e5e5;
    background: #edf2f3;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #232323;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background:none;
    border: 1px dotted #000;
    color: #000;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}
/* Tabbed Navigation */
.TabNav {
    border-bottom: 1px dotted #333;
    height:21px;
}
.TabNav li a {
    background: #DFDFDF;
    border-radius: 5px 5px 0px 0px;
    padding:10px 10px;
}
.TabNav li a:hover {
    background-color: #585858;
    color:#FFF;
}
.TabNav li.Active a {
    padding:10px 10px;
    background: #585858;
    color:#FFF;
}
/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #efefef;
}
.Breadcrumb ul {
    padding:10px;
}
.Breadcrumb ul a {
}
.SideCart li {
    background:none
}
#ProductDetails .ProductTinyImageList ul li div {
    background-color: white;
}

.CartContents .ItemShipping th {
    border-bottom-color: #e5e5e5;
    border-top-color: #e5e5e5;
    background: #faf8f4;
    color: #424748;
}

.PinterestButtonContainer {
    margin: 0px;
    text-align: left;
    top: -360px;
    position: relative;
    left: 18px;
    width: 100px;
}

.CreateAccount {
    float: left;
    width: 434px;
    border-right: 1px solid #CCC;
    padding-right: 20px;
}

/* Category flyout styles (theme) */

/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
    background-color: #232323;
}

#SideCategoryList .sf-menu a {
    padding: 5px 8px 5px 8px;
    width: 150px;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
    background-color: #232323;
}


/* End: category flyout styles */

/* start fast cart styles */
#fastCartContainer {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.fastCartContent h2 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #BB6F21;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #DDFEDA;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #075899;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #800000;
}
.fastCartContent .Quantity {
    color: #828DB3;
}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    background-color: #FFF;
}
/* end fast cart styles */