/* Color: Blue */

@font-face {
    font-family: 'GillSansRegular';
    src: url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-webfont.eot');
    src: url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-webfont.eot#iefix') format('embedded-opentype'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-webfont.woff') format('woff'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-webfont.ttf') format('truetype'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-webfont.svg#GillSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansBold';
    src: url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bold-webfont.eot');
    src: url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bold-webfont.woff') format('woff'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bold-webfont.ttf') format('truetype'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bold-webfont.svg#GillSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansBoldItalic';
    src: url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bolditalic-webfont.eot');
    src: url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bolditalic-webfont.eot#iefix') format('embedded-opentype'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bolditalic-webfont.woff') format('woff'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bolditalic-webfont.ttf') format('truetype'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-bolditalic-webfont.svg#GillSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansItalic';
    src: url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-italic-webfont.eot');
    src: url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-italic-webfont.eot#iefix') format('embedded-opentype'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-italic-webfont.woff') format('woff'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-italic-webfont.ttf') format('truetype'),
         url('http://store.nickchavezbeverlyhills.com/templates/__custom/Styles/fonts/gillsans-italic-webfont.svg#GillSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { overflow-y: scroll; }

body {
    background: #000 url(http://store.nickchavezbeverlyhills.com/templates/__custom/images/bg-glow.jpg) top center no-repeat;
    color: #535353;
}


a {
    color: #001927;
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    color: #07599a;
}

h2 {
    color: #034285;
}

h3 {
    color: #034285;
}

/*************************************************************/
/* MAIN NAVIGATION / MEGA MENU */

/*** Navigation ***/

ul#megaNav {
    margin: 0; padding: 0;
    float: right;
    position: relative;
    font-size: 16px;
    }

ul#megaNav li {
    list-style-type: none;
    color: #fff;
    margin: 0; padding: 2px 12px;
    display: inline-block;
    line-height: 2em;
    }
    
ul#megaNav li.First:hover { background: #000; }

ul#megaNav li a {
    display: block;
    text-decoration: none;
    color: #dcdcdc;
    font-size: 100%;
    text-transform: uppercase;
    font-family: "GillSansRegular", Arial, Tahoma, Verdana, sans-serif;
    }

ul#megaNav li a:link { text-decoration: none; }
ul#megaNav li a:visited { text-decoration: none; }
ul#megaNav li a:hover { color: #fff; }
ul#megaNav li a:active { text-decoration: none; }

ul#megaNav .menu {
    position: absolute;
    background: #000000;
    padding: 14px 0 12px 14px;
    right: 0;
    width: 800px;
    font-size: 80%;
    }

ul#megaNav .menu ul.nav-column { float: left; }
ul#megaNav .menu ul.nav-column { margin: 0 10px 0 0; padding: 0; width: 160px; }
ul#megaNav .menu ul.LastNav { width: 260px; }
ul#megaNav .menu ul.nav-column li { float: none; background-image: none; padding: 0 0 4px 0; display: block; }
ul#megaNav .menu ul.nav-column li a,
ul#megaNav .menu ul.nav-column li a:link,
ul#megaNav .menu ul.nav-column li a:visited 
{
    font-size: 120%;
    font-weight: normal;
    line-height: 1.3em;
    color: #fff;
    text-decoration: none;
    padding: 0 8px;
    height: 100%;
    background-color: transparent;
    text-transform: none;
}

ul#megaNav .menu ul.nav-column li a:hover { color:#fff; text-decoration: underline; }
ul#megaNav .menu ul.nav-column li a:active { color:#fff; text-decoration: none; background-color: transparent; }

ul#megaNav li .menu { display: none; }
ul#megaNav li:hover .menu, ul#nav li.sfhover .menu { display: block; z-index: 1; }

ul#megaNav li.over .menu { display: block; width: 200px; height: 1%; }
ul#megaNav a.nav-item span
{
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.SubProducts
{
    margin: 5px 0 0 20px;
}

.nav-title
{
    font-weight: bold;
    text-transform: uppercase;
    color: #adadad;
}

/* NAVIGATION */

#TopMenu {
    height: auto;
    padding: 0;
    position: absolute;
    top: -4px; right: 0;
    z-index: 99;
    }

#TopMenu ul { float: right; }

#TopMenu li a, #TopMenu li div {
    border: 0;
    color: #fff;
}

#TopMenu li div a {
    border-left: 0;
}

#TopMenu li a:hover {
    color: #fff;
}

#Menu li a {
    background: url('http://store.nickchavezbeverlyhills.com/templates/default/images/blue/PagesMenuBg.gif') 0 8px no-repeat;
    color: #fff;
}

#Menu li ul li a {
    background: #65b2cb;
}

#Menu li ul li a:hover {
    background-color: #075899;
    color: #fff;
}

#Menu li:hover a, #Menu li.over a{
    background-color: #65b2cb;
}

#Container { width: 1050px; position: relative; }

#Outer {
    width: 1050px;
}

#Header {
    width: 1050px;
    height: auto;
    padding: 0; margin: 0;
    background: none;
    position: relative;
}

#Logo h1 {
    color: #fff;
    background: url(https://store.nickchavezbeverlyhills.com/product_images/uploaded_images/logo.png) top left no-repeat;
    margin: 0;
    width: 248px; height: 55px;
    position: relative;
    left: 25px; top: 15px;
}

#Logo h1 a {
    color: #fff;
    display: block;
    width: 248px; height: 55px;
    overflow: hidden;
    text-indent: -9000px;
}

#SearchForm {
    color: #95bbd1;
    float: none;
    padding: 0;
    position: absolute;
    top: 30px; right: 0;
}

#SearchForm p { display: none; }

#SearchForm label {
    color: #fff;
}

#SearchForm a {
    color: #b1ccdc;
}

#SearchForm a:hover {
    color: #fff;
}

#SearchForm .Button {
    background: url(http://store.nickchavezbeverlyhills.com/templates/__custom/images/button-search.gif) left top no-repeat;
    width: 22px; height: 22px;
    cursor: pointer;
    border: 0;
    margin: 0 11px 0 4px;
    padding: 0;
    text-indent: -9000px;
    }

.Left {
    width: 130px;
}

.Left li {
    padding: 0;
}

.Left li a:hover {
    color: #07599a;
}

.Left .BlockContent { margin: 0; }

.SideCategoryListClassic { font-size: 12px; }

.Left #SideCategoryList li a, .Left #SideShopByBrand li a {
    background: none;
    padding: 0;
    }
    
.Left #SideCategoryList a:hover { text-decoration: underline; }
    
.Left #SideCategoryList li ul {
    border: 0;
    padding: 0;
    margin: 12px 0 12px 0;
    }
    
.Left #SideCategoryList li ul ul { margin: 0 0 0 20px; }

.Left #SideCategoryList li a { color: #A9A9A9; text-transform: lowercase; font-weight: bold; text-decoration: none; }
.Left #SideCategoryList li li a { color: #000; text-transform: capitalize; font-weight: normal; text-decoration: none; }
.Left #SideCategoryList li li li a { color: #000; text-transform: capitalize; font-weight: normal; text-decoration: none; }

.Content {
    width: 660px;
}

.Content a {
    color: #075899;
}

.Content.Wide {
}

.Content.Widest {
}


.Right {
    width: 176px;
}

.Right a {
    color: #034285;
}

.Right a:hover, .Right a:hover strong {
    color: #001927;
}

.Right h2 {
    background: url(http://store.nickchavezbeverlyhills.com/templates/__custom/images/bg-base-mini-head.gif) left top repeat-y;
    border-bottom: 1px solid #dddddd;
    color: #fff;
    font-weight: bold;
    text-transform: lowercase;
    margin: 0;
    width: auto;
    font-size: 1.4em;
    padding: 4px 2px 5px 8px;
    }
    
.Right .BlockContent {
    margin: 0;
    padding: 4px 10px 2px 10px;
    }

.Right .Block {
    background: none;
    border: 1px solid #C4C1BC;
    }

#Footer {
    color: #2F2F2F;
}

#Footer a { color: #2F2F2F; }

#Footer li a {
    border-left: 1px solid #208db5;
    color: #2F2F2F;
}

.Content .ProductList li,
.fastCartContent .ProductList li {
    border: 1px solid #eee;
    text-align: center;
}

.Content .ProductList li:hover,
.Content .ProductList li.Over,
.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over {
    background: #DFF2F7;
}

.ProductList .ProductImage {
    background: #fff;
}

.ProductList strong, .ProductList strong a {
    color: #075899;
}

.ProductPrice, .ProductList em {
    color: #0094D5;
}

.ProductList .Rating {
    color: #797979;
}

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

.Content .FeaturedProducts .ProductList li {
    width: 142px !important;
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
    background: #D2E8EE;
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    background: url(http://store.nickchavezbeverlyhills.com/templates/default/images/blue/TopSellerNumberBg.gif) 0 4px no-repeat;
    color: #075899;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
    border: 1px solid #c0dae7;
    background: #fff;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
    background: url(http://store.nickchavezbeverlyhills.com/templates/default/images/blue/TopSellerNumber1Bg.png) 0 0 no-repeat;
    color: #075899;
}

.Breadcrumb {
    border-bottom: 1px solid #DCDFE2;
}


.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #85BADF; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }

.ViewCartLink {
    background: url('http://store.nickchavezbeverlyhills.com/templates/default/images/blue/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
    border: 1px solid #c7d7db;
}

.CartContents thead tr th, table.General thead tr th {
    background: #edf2f3;
    color: #424748;
    border-bottom: 1px solid #c7d7db;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #c7d7db;
    color: #075899;
}

.MiniCart .SubTotal {
    color: #075899;
}

.JustAddedProduct {
    border: 1px solid #c0dae7;
    background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
    color: #075899;
}

.CategoryPagination {
    color: #034285;
    background: #f4fbfc;
    border: 1px solid #c0dae7;
}

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

.SubCategoryList, .SubBrandList {
    background:#EEF5F9;
}

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

.InfoMessage {
    background: #EFF8FA url('http://store.nickchavezbeverlyhills.com/templates/default/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.SuccessMessage {
    background: #E8FFDF url('http://store.nickchavezbeverlyhills.com/templates/default/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ErrorMessage {
    background: #FFECEC url('http://store.nickchavezbeverlyhills.com/templates/default/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #EFF8FA;
}

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

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #dcf0f5;
    border: 1px solid #bce0e8;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #f0f0f0;
    border: 1px solid #ddd;
    color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

/* Tabbed Navigation */
.TabNav {
    border-bottom: 1px solid #3d9abe;
}

.TabNav li a {
    border: 1px solid #3d9abe;
    background: #ddf0f6;
}

.TabNav li a:hover {
    background-color: #c8e6ed;
}

.TabNav li.Active a {
    border-bottom: 1px solid #fff;
    background: #fff;
}

/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #efefef;
}

/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

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

/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

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

#SearchResultsCategoryAndBrand {
    background-color: #EEF5F9;
}

.CartContents .ItemShipping th {
    border-bottom-color: #c7d7db;
    border-top-color: #c7d7db;
    background: #edf2f3;
}

/* 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: #65B2CB;
    color: #FFF;
}

/* 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: #075899;
}

/* End: category flyout styles */


/* start fast cart styles */
#fastCartContainer {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.fastCartContent h2 {
    color: #e25a9a;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #555;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #fafafa;
}
.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 */

#Wrapper {
    width: 1000px;
    padding: 25px 25px 80px;
    background: #fff;
    }

#LayoutColumn1 .Block {
    border: 0;
    }