/* 
    Document   : blue
    Created on : 15.09.2009, 15:54:14
    Author     : Anton V. Arkhipov (A3l)
    Description:
        New dark blue style.
*/
html, body, form, table {
    margin: 0;
    padding: 0;
}
html {
    font-size: 100.01%;
}
body {
    font-size: 75%;
    font-family: 'Lucida Grande', 'Tahoma', sans-serif;
    font-weight: normal;
    line-height: 1.3em;
    color: #303035;
    background-image: url('/images/bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    padding-top: 5px;
}
ul li {
    padding-bottom: 3px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    padding: 0;
}
table td {
    vertical-align: top;
    padding: 3px;
}
img {
    border: none;
}
a {
    color: #383892;
}
a:hover {
    text-decoration: none;
}
a.header, a.m_link {
    color: #FFF;
}
a.m_link {
    font-size: 1.2em;
}
div.hidden p{
    color: #CCC;
}
h1 {
  padding-top: 7px;
  line-height: 1em;
}
#page {
    padding: 0 5px 0 5px;
    position: relative;
    overflow: hidden;
}
#page-inner {
    width: 980px;
    margin: 0 auto;
}
#logo {
    float: left;
}
#phones {
    color: #FFF;
    background-image: url('/images/space.jpg');
    background-repeat: repeat-y;
    background-position: right top;
    padding-right: 10px;
    text-align: right;
    float: left;
    width: 500px;
}
#search {
    text-align: right;
    color: #fff;
}
#search-box {
  width: 220px;
  border: 1px solid #EEE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header {
    height: 120px;
    padding-bottom: 5px;
}
#navigation {
    height: 80px;
    margin-left: 20px;
}
#mcplogo {
    float: right;
    height: 120px;
    width: 160px;
}
#navlines {
    padding-top: 30px;
}
.full {
    background-color: #000;
}
.hidden {
    display: none;
}

.selected {
    color: #CCC;
}
.phones {
    font-size: 1.3em;
}
#menu {
    float: left;
    width: 250px;
    padding-top: 45px;
    padding-right: 10px;
}
.h_menu {
    background-position: right top;
    background-image: url('/images/menu.png');
    background-repeat: no-repeat;
    height: 25px;
    margin: 7px;
    width: 130px;
    float: left;
}
#h_m_name {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 25px;
    margin-bottom: 0px;
}
.h_menu .hidden {
    position: absolute;
    z-index: 500;
    width: 190px;
}
.h_m_links {
    margin: 10px;
}
.quote_p {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    background-position: left top;
    background-image: url('/images/quote_p.png');
    background-repeat: no-repeat;
    background-color: #e3e3f3;
    text-align: right;
}
.quote_d {
    background-position: right bottom;
    background-image: url('/images/quote_d.png');
    background-repeat: no-repeat;
}
.quote {
    text-align: left;
    margin-left: 45px;
    margin-right: 45px;
}
.menu_item {
    margin-bottom: 5px;
    color: #CCCCCC;
}
.bg_black {
    background-color: #000;
}
h2, h4 {
    color: #888888;
}
.l_menu_item {
    margin-bottom: 10px;
    padding: 3px;
}
.l_m_link {
    font-size: 125%;
}
.l_menu_cur_item {
    margin-bottom: 10px;
    background-color: #e1e1df;
    padding: 3px;
}
.l_menu_cur_item a {
    font-size: 125%;
    font-weight: bold;
    color: #303035;
}
#main_p {
    border-left: 2px solid #e1e1df;
    padding-left: 10px;
    padding-top: 3px;
    margin-left: 260px;
    width: 700px;
}
.par_items {
    margin-bottom: 10px;
    padding: 3px;
}
.footer, .bg_blue {
    background-color: #e1e1df;
}
#footer1 {
    float: left;
    width: 250px;
}
#footer2 {
    margin-right: 250px;
    width: 100%;
    padding-left: 10px;
    margin-left: 250px;

}
#footer3 {
    float: right;
    padding-left: 10px;
    width: 250px;
}
a.ajax {
    text-decoration: none;
    border-bottom: 1px dashed;
}
.fl_l {
    margin: 5px;
    float: left;
}
.cl_b {
    clear: both;
}
.coster {
    padding: 10px;
    background-color: #e1e1df;
}
.links {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}
.prod, .prod td, .prod tr {
    border: 1px dashed #303035;
}
.ItmGr {
    font-size: 125%;
    font-weight: bold;
}
.item0 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.item1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #e1e1df;
}
.item_name {
    font-size: 110%;
    font-weight: bold;
}
.tag a {
    color: #cccccc;
}
.tag {
    color: #cccccc;
}
.a-right {
  text-align: right;
}
.right {
  float: right;
  padding: 10px;
}

