﻿/* Add here all your css styles (customizations) */
.productImageArea .mainImageArea {
    height: auto !important;
}

a {
    color: #1a4a9f;
    text-decoration: none;
}

a:active, a:hover {
    color: #2faf2c;
}

div.widget div.header {
    background-color: #273f7f;
    border-bottom: 1px solid #ddd !important;
    border-left-color: #ddd;
    border-right-color: #ddd;
    border-top-color: #ddd;
    color: #fff;
    padding: 10px 15px;
}

#storeHeader {
    padding-top: 15px;
    border-top-style: dashed;
    border-top-width: 10px;
    border-top-color: Black;
    border-bottom-width: 10px;
    border-bottom-style: dashed;
    border-bottom-color: Black;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.navbar-default {
    border-color: #273F7F;
    background-color: #355596;
}

.navbar-default .navbar-nav > li > a {
    color: #ededed;
}