/* Color: Blue */
h3 {
    color: #333;
}
.ProductList .Rating {
    color: #797979;
}
.Content .ProductList .Rating {
    color: #797979;
    text-align:center
}
.Content .ProductList.List .Rating {
    text-align: left;
    margin: 3px 0 0 0;
}
.CompareItem {
    width:200px;
    border-left: solid 1px #EEEEEE;
}
.CompareFieldName {
    font-weight:bold;
    border-bottom: 1px solid #EEEEEE;
}
.CompareFieldTop {
    border-bottom:solid 1px #EEEEEE;
}
.CompareFieldTop a:hover {
    color:red;
}
.CompareCenter {
    border-left:solid 1px #EEEEEE;
    border-bottom:solid 1px #EEEEEE;
}
.CompareLeft {
    border-left:solid 1px #EEEEEE;
    border-bottom:solid 1px #EEEEEE;
}
.ViewCartLink { }
table.CartContents, table.General {
    border: 1px solid #EFEFEF;
}
.CartContents thead tr th, table.General thead tr th {
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #efefef;
}
.CartContents tfoot .SubTotal td {
    border-top: 1px solid #EFEFEF;
}
.MiniCart .SubTotal {}
.JustAddedProduct {
    border: 1px solid #D9CBBA;
    background: none repeat scroll 0 0 #F2F2F2;
}
CheckoutRedeemCoupon {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E3E3E3;
    margin-bottom: 10px;
    padding: 10px;
    width: 300px;
}
.SpecificInfoMessage {
    background-color: #f8e4d1;
    color: #555;
}
.InfoMessage {
    background: url('../../Orange/images/InfoMessage.gif') no-repeat 5px 8px #DAECFA;
    color: #555;
}
.SuccessMessage {
    background: url('../../Orange/images/SuccessMessage.gif') no-repeat 5px 8px #E8FFDF;
    color: #555;
}
.ErrorMessage {
    background: url('../../Orange/images/ErrorMessage.gif') no-repeat 5px 8px #FFECEC;
    color: #555;
}
.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #efefef;
}
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    background: #efefef;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
     background: none repeat scroll 0 0 #06689E;
    color: #FFFFFF;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background:#efefef;
    color:#444;
    
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}
/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #fff1e3;
}
/* 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: #fff1e3;
}
/* 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: #fff1e3;
}
#SearchResultsCategoryAndBrand {
    background-color: #fff1e3;
}

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

/* 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 li ul a {
    background: none repeat scroll 0 0 #FCFBF9;
    padding: 5px 10px;
    width: 184px;
}

/* 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 {
    text-decoration: none;
    color: #A20937;
}


/* End: category flyout styles */

/* start fast cart styles */
.fastCartContent {
    width: auto;
}    
#fastCartContainer {
    
    font-size: 13px;
}
#fastCartContainer .ProductList li {
    width: 152px !important;
}
.fastCartContent h2 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartContent h3 {}
.fastCartSummaryBox .actionLink a{
    color: #0587DE;
}
.fastCartSummaryBox {
    background-color: #F3F3F3;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #0587DE;
}
.fastCartContent .Quantity {}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    background-color: #FFF;
}
/* end fast cart styles */
