/* RED THEME */
.header h1 {
    background: url(/resources/logo.gif) 0 0 no-repeat;
    width: 135px;
    height: 38px;
}
a, h1, h2 {
    color: #2c639e;
}
input[type="submit"], .next input, .buttonRow .add-to-cart, #logonform input.button {
    color: #2c639e;
    background: #a0d5f1; /* Old browsers */
    background: -moz-linear-gradient(top, #a0d5f1 0%, #78c3eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0d5f1), color-stop(100%,#78c3eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a0d5f1 0%,#78c3eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a0d5f1 0%,#78c3eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a0d5f1 0%,#78c3eb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a0d5f1 0%,#78c3eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d5f1', endColorstr='#78c3eb',GradientType=0 ); /* IE6-9 */
}
input[type="submit"]:hover, .next input:hover, .buttonRow .add-to-cart:hover, #logonform input.button:hover {
    color: #255385;
    background: #92d0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #92d0f0 0%, #64bbea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92d0f0), color-stop(100%,#64bbea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #92d0f0 0%,#64bbea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #92d0f0 0%,#64bbea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #92d0f0 0%,#64bbea 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #92d0f0 0%,#64bbea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92d0f0', endColorstr='#64bbea',GradientType=0 ); /* IE6-9 */
}
.order-topNav {
    border-color: #306daa;
}