/* Color: Blue */

h2 {
     color: #72AB12;
    font-size: 14px;
}
h3 {
    color: #333;
}
#TopMenu li a, #TopMenu li div {
    color: #333;
}

#TopMenu li a:hover {
    color: #72AB12;
}
                            
#Menu li a {
    color: #000;
}
#Logo h1 {
    color: #fff;
    font-family:"Arial Black", Gadget, sans-serif
}
#Logo h1 a {
    color: #fff;
}
#Logo h1 a span {
    color:#fff;
}
#SearchForm {
    color: #95bbd1;
    height:33px;
}
#SearchForm label {
    color: #fff;
}
#SearchForm a {
    color:#000;
}
.Left li {
    padding: 4px 0;
}
.Right {
    background: transparent url('../images/orange/RightBg.gif') no-repeat;
}
.Right a {
    color: #034285;
}
.Right a:hover, .Right a:hover strong {
    color: #001927;
}
#Footer li a {
    border-left: 1px solid #043f30;
}

.fastCartContent .ProductList li {
   width:193px!important;
    text-align:center;
}
.Content .ProductPrice{
   color: #F37529;
   font-size: 15px;
}
.Content .ProductList em{
    float:left;
    color: #F37529;
   font-size: 15px;
}
.ProductList .Rating {
    color: #797979;
}
.Content .ProductList .Rating {
    color: #797979;
    float:right;
}
.CompareItem {
    width:200px;
    border-left: solid 1px #E7E4DD;
}
.CompareFieldName {
    font-weight:bold;
    border-bottom: 1px solid #ddd;
}
.CompareFieldTop {
    border-bottom:solid 1px #ddd;
}
.CompareCenter {
    border-left:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
}
.CompareLeft {
    border-left:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
}

table.CartContents, table.General {
    border: 1px solid #ddd;
}
.CartContents thead tr th, table.General thead tr th {
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
}
.CartContents tfoot .SubTotal td {
    border-top: 1px solid #ddd;
}
.MiniCart .SubTotal {
}
.JustAddedProduct {
    border: 1px solid #ddd;
    background: #fff;
}
.JustAddedProduct strong, .JustAddedProduct a {
}

.CheckoutRedeemCoupon {
    background: #EAFDFF;
    padding: 10px;
    width: 300px;
    border: 1px solid #9DD3D8;
    margin-bottom: 10px;
}

.SpecificInfoMessage {
    background-color: #f8e4d1;
    color: #555;
}

.InfoMessage {
    background: #DAECFA url('../images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
    margin-top:5px;
}
.SuccessMessage {
    background: #E8FFDF url('../images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
   margin-top:5px;    
}
.ErrorMessage {
    background: #FFECEC url('../images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
    margin-top:5px;
}
.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #f2f2f2;
}
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #e8e8e8;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background:#f2f2f2;
    border: 1px solid #f2f2f2;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #E7E4DD;
}
/* 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: #E7E4DD;
}
/* 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: #E7E4DD;
}
#SearchResultsCategoryAndBrand {
    background-color: #E7E4DD;
}

.CartContents .ItemShipping th {
    border-bottom-color: #E7E4DD;
    border-top-color: #E7E4DD;
    background: #E7E4DD;
}

/* 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-image: none;
}

/* 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 {
    
}

#SideCategoryList .sf-sub-indicator {
   background: url("../images/theme/arrow.png") no-repeat scroll left 4px transparent;
}

/* End: category flyout styles */

/* start fast cart styles */
#fastCartContainer {
    font-family: "Trebuchet MS",Ariorangal,Helvetica,sans-serif;
    font-size: 13px;
}
.fastCartContent h2 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #000;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #eee;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #545454;
}.fastCartContent .fastCartTop a:hover,
.fastCartContent .ProductList .ProductDetails a:hover { color:#72AB12;}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #72AB12;
}
.fastCartContent .Quantity {
    color: #828DB3;
}
.fastCartContent p {
    color: #545454;
}
.fastCartContent .ProductList li {
    background-color: #FFF;
}
/* end fast cart styles */
