@import url(/ishop/static/css/layout-only-default.css);
@import url(/ishop/static/css/nav-default.css);
@import url(/ishop/static/css/pretty-default.css);
@import url(/ishop/static/css/gallery-default.css);
body, table {
    font-family: verdana, lucida, helvetica, sans-serif;
    font-size: 11px;
}
h1 {
    font-size: 16px; color: #ff9d00;
}
div.inputHelp {
    font-size: 10px;
}
.subLine {
    font-size: 10px;
}
#sideLogin, #sideLogin th, #sideLogin input {
    font-size: 9px;
}
#header {
    background-color: #fff;
}
#sideContent {
    background-color: #e0e0e0;
}
#mainContent {
    background-color: #fff;
}
#footer {
    background-color: #e0e0e0;
}
table thead th {
    color: #FFF;
    background-color: #7fa9bf;
    border-color: #005380;
}
tr.row1 {
    background-color: #fff;
}
tr.row2 {
    background-color: #D1E0E8;
}
.resultHeader {
    background-color: #D1E0E8;
}
ul.nav li a {
    color: #FFF;
    background-color: #5096be;
}
ul.nav li a.currentMenu {
    background-color: #D1E0E8;
}
ul.nav li a:hover {
    color: #FFF;
    background-color: #D5542F;
}
a {
    color: #005380;
}
a:visited {
    color: #005380;
}
a:hover {
    color: #D5542F;
}
.error {
    color: #c0362c;
}
.info {
    color: #005380;
}
.disabled {
    color: #aaa;
}