﻿@import url("css/reset.css");
@import url("css/menu.css");

/*-------- Default Style --------*/
body, th, td, table, h1, h2, h3, h4, h5, h6, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input, .CommandButton {
    color: #2E3D47;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
body, th, td, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover {
    font-size: 12px;
}
body {
    background-color: #1f1305;
}
h1, h2, h3, h4, h5, h6, h2 input {
    color: #375162;
    font-weight: bold;
    margin: 1ex 0;
}
h1 {
    font-size: 18px;
    margin: 10px 0;
}
h2, h2 input {
    font-size: 14px;
}
h3 {
    font-size: 13px;
}
h4 {
    font-size: 12px;
}
h5 {
    font-size: 11px;
}
h6 {
    font-size: 10px;
}

a, a:link, a:visited, a:active {
    color: red;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    color: #000;
    text-decoration: underline;
}

/* Dnn stuff */
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
.Head {
    color: #2E3D47;
    font-weight: bold;
}
.SubHead {
    color: #4C6171;
}
.SubSubHead {
    color: #6E8AA0;
}
.NormalRed {
    color: #F00;
}

/* ControlPanel style */
.ControlPanel {
    background: transparent url(images/cpanel_center.png) repeat-x bottom left;
    border: none;
}
.cpanel_left {
    background: url(images/cpanel_left.png) no-repeat bottom left;
    padding-left: 21px;
}
.cpanel_right {
    background: url(images/cpanel_right.png) no-repeat bottom right;
    padding-right: 33px;
}

/*Datagrids */
.DataGrid_Container {
    margin-top: 15px;
}
.DataGrid_Header {
    font-weight: bold;
}
.DataGrid_Header td, .NormalBold td {
    font-weight: bold;
}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane {
    width: 0;
    padding: 0;
    margin: 0;
}

/* footer links */
#bottom-links {
    color: #4E1A0C;
    margin: 0 auto;
    padding: 35px 15px;
    text-align: center;
    width: 810px;
}

#bottom-links a {
    color: #4e1a0c;
    font: normal 12px Arial;
    text-decoration:none;
  
}

#bottom-links a:hover {
    color: #fff0c0;
}

#div-cart {
    float: right;
    margin: 15px 35px 0 0;
}
