﻿a { color: #3D86B9; font-weight: bold; }
a:hover { color: #3D86B9; }
a.red-link { color: #3D86B9; }
.b-top-bar, 
.content-featured {
    background: #4E98CB; /* Old browsers */
    background: -moz-linear-gradient(top,  #4E98CB 0%, #3D86B9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E98CB), color-stop(100%,#3D86B9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4E98CB 0%,#3D86B9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4E98CB 0%,#3D86B9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4E98CB 0%,#3D86B9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4E98CB 0%,#3D86B9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E98CB', endColorstr='#3D86B9',GradientType=0 ); /* IE6-9 */    
}
.header {
    height: 94px;
    padding-top: 4px;
    background: #fff;
}
.menu > li > a { height: 94px;  }
.menu #kidzZone { color: #3D86B9; }
.b-social.social-header a:hover, .menu a.active {
    color: #3D86B9;
}
.b-titlebar {
    background: #4E98CB; /* Old browsers */
    background: -moz-linear-gradient(top,  #3D86B9 0%, #4E98CB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3D86B9), color-stop(100%,#4E98CB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3D86B9 0%,#4E98CB 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3D86B9 0%,#4E98CB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3D86B9 0%,#4E98CB 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3D86B9 0%,#4E98CB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D86B9', endColorstr='#4E98CB',GradientType=0 ); /* IE6-9 */    
}
.page-title { color: #3D86B9; }
.content.red {
    background: none repeat scroll 0 0 #4E98CB;
}
table#cash-rebate-table #table-header 
{
    background: #3D86B9;
    background: -moz-linear-gradient(left,  #3D86B9 0%, #4E98CB 40%, #3D86B9 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3D86B9), color-stop(40%,#4E98CB), color-stop(100%,#3D86B9));
    background: -webkit-linear-gradient(left,  #3D86B9 0%,#4E98CB 40%,#3D86B9 100%);
    background: -o-linear-gradient(left,  #3D86B9 0%,#4E98CB 40%,#3D86B9 100%);
    background: -ms-linear-gradient(left,  #3D86B9 0%,#4E98CB 40%,#3D86B9 100%);
    background: linear-gradient(to right,  #3D86B9 0%,#4E98CB 40%,#3D86B9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D86B9', endColorstr='#3D86B9',GradientType=1 );   
}