/* Color: Red */

body {
background: #fff url(../../__custom/images/red/BodyBg.gif) 0 0 repeat-x;
    color: #222;
}
a {
    color: #222;
    font-weight: normal;
    text-decoration: underline;
}
a:hover {
    color: #075899;
}
h2 {
    color: #06358b;
}
h3 {
    color: #222;
}
hr {
    background: #8a93cb;
    color: #8a93cb;
}

#Container {
}


#TopMenu {
}
#TopMenu li{
}
#TopMenu li a, #TopMenu li span {
    color: #bcbcbc;
}
#TopMenu li span a {
}
#TopMenu li a:hover {
}


#Menu {
}
#Menu li {
}
#Menu li a {
    color: #fff;
    background: #011746;
}
#Menu li a:hover {
    color: #f2efdd;
}
#Menu li ul li a {
    background: #011746;
}
#Menu li ul li a:hover {
    color: #f2efdd;
}


#Outer {
}
#Wrapper {
}
#Header {
    background-position: 0 100%;
    background-repeat: no-repeat;
}


#Logo h1 {
    color: #011746;
}
#Logo h1 a {
    color: #011746;
}


#SearchForm {
background: url(../../__custom/images/red/SearchBg.gif) 100% 0 no-repeat;
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    background: #fff;
    border: 1px solid #8a93cb;
}
#SearchForm .Button {
    border: 0;
}
#SearchForm a {
    color: #8a93cb;
}
#SearchForm p {
    color: #8a93cb;
}

.roundedcorners {
    border-radius: 12px; 
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    border: 3px solid #289191;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #42f4f4;
    overflow: hidden;
}
img.floatLeft { 
    float: left; 
    margin-left: 0px;
    margin-right: 8px;
    margin-bottom: 8px;
}


.Left {
    background: #fff;
}
.Left .Block {
}
.Left h2 {
}
.Left li {
    border-bottom: 1px solid #8a93cb;
}
.Left li a {
}
.Left li a:hover {
    color: #075899;
}


.Content {
}
.Content h2 {
    color: ##06358B;
}
.Content a {
}
.Content.Wide {
}
.Content.Widest {
}


.Right {
    background: #fff;
}
.Right .Block {
}
.Right h2 {
}
.Right li {
    border-bottom: 1px solid #8a93cb;
}
.Right a {
}
.Right a:hover, .Right a:hover strong {
    color: #075899;
}
.Right hr {
    background: transparent;
    color: #fff;
}


#Footer {
    border-top: 1px solid #8a93cb;
}


.NewsletterSubscription input {
    border: 1px solid #8a93cb;
}


.Content .ProductList li,
.fastCartContent .ProductList li {
        border: 1px solid #EBEBEB;
        padding: 2px;
}
.Content .ProductList li:hover,
.Content .ProductList li.Over,
.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over {
}
.ProductList .ProductImage {
    /* background: #fff; */
    vertical-align: middle;
    padding: 1px;
}
.Content .ProductList strong, .Content .ProductList strong a {
    color: #075899;
}
.ProductPrice, .ProductList em {
    color: #06358b;
}
.ProductList .Rating {
    color: #6a6a6a;
}


.Content .FeaturedProducts .ProductList li {
}
.Content .FeaturedProducts .ProductList .ProductImage {
}
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}


.Right .TopSellers li {
    border-bottom: 1px solid #8a93cb;
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    color: #222;
}
.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 {
    background: #fff;
    border: 1px solid #8a93cb;
}
.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 .TopSellerNumber {
    color: #fff;
background: url(../../__custom/images/red/No1SellerNumberBg.gif) 0 0 no-repeat;
}
.Right .TopSellers li.TopSeller1 .Rating {
}


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


.CompareItem { width:200px; border-left: solid 1px #8a93cb; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #8a93cb; }
.CompareFieldTop { border-bottom:solid 1px #8a93cb; }
.CompareFieldTop a:hover { color:#06358b; }
.CompareCenter { border-left:solid 1px #8a93cb; border-bottom:solid 1px #8a93cb; }
.CompareLeft { border-left:solid 1px #8a93cb; border-bottom:solid 1px #8a93cb; }

.ViewCartLink {
background: url('../../__custom/images/red/Cart.gif') no-repeat 14px 4px;
}

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

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

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #8a93cb;
    color: #222222;
}

.MiniCart .SubTotal {
    color: #075899;
}

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

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

.CategoryPagination {
    color: #222;
    background: #fff;
    border: 1px solid #8a93cb;
}

.CheckoutRedeemCoupon { background: #fff; padding: 10px; width: 300px; border: 1px solid #8a93cb; margin-bottom: 10px; }

.QuickSearch {border: 1px solid #8a93cb;  }
.QuickSearchHover td{ background: #f2eddd; }

.SubCategoryList, .SubBrandList {
    background: #fff;
    border: 1px solid #8a93cb;
}


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

.InfoMessage {
background: #fff url('../../__custom/images/red/InfoMessage.gif') no-repeat 5px 8px;
    border: 1px solid #8a93cb;
    color: #555;
}

.SuccessMessage {
background: #E8FFDF url('../../__custom/images/red/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ErrorMessage {
background: #F8D5E0 url('../../__custom/images/red/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
}

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

.QuickSearchHover td{ background: #f2eddd; }
.QuickSearchAllResults a { background: url('../../__custom/images/red/QuickSearchAllResultsButton.gif') no-repeat right; }

.SearchTips .Examples {
    background: #fff;
    border: 1px solid #8a93cb;
}

.MiniCart .SubTotal {
    color: #06358b;
}

.CreateAccount {
    border-right: 1px solid #8a93cb;
}

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

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #fff;
    color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

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

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

.TabNav li a {
    border: 1px solid #011746;
    background: #fff;
}

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

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

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

.CartContents .ItemShipping th {
    border-bottom-color: #8a93cb;
    border-top-color: #8a93cb;
    background: #fff;
    color: #424748;
}

/* 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: #06358b;
    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: #011746;
}

#SideCategoryList .sf-sub-indicator {
background-image:  url('../../__custom/images/red/arrows-dark.png');
}

/* 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 */
