@import url("common.css");

body {
    background-color: #63a4ce;
    font: 80% Arial, sans-serif;
    color: #5e5e5e;
}
a:link, a:visited { color: #4291c4; text-decoration: underline; }
a:hover { color: #4291c4; text-decoration: none; }

/* container */
#container {
    position: relative;
    padding: 20px;
}
#main-outer {
    position: relative;
    margin: 0 auto;    
    min-width: 950px;
    max-width: 1300px;
    min-height: 600px;
    background: white url("/media/i/header_bg.png") no-repeat top left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#main {
    position: relative;
    padding: 25px 25px 40px 25px;
}

/* header */
#header {
    position: relative;
    height: 190px;
    margin-bottom: 25px;
}

#header .head1 { width: 230px; }
#logo {
    margin: 25px 0 0 20px;
    width: 170px;
    height: 52px;
    overflow: hidden;
    background: url("/media/i/logo.png") no-repeat;
}
#logo a {
    display: block;
    width: 170px;
    height: 52px;
}
#logo a span {
    text-transform: uppercase;
    font: 130% Tahoma;
    display: none;
}
#search-param {
    margin: 30px 0 0 20px;
    font-size: 145%;
    line-height: 1em;
}

#header .head2 {
    padding: 17px 0 0 200px;
}
#search-form { margin-bottom: 40px; }
#search-form .sform {
    background-color: #63a4ce;
    vertical-align: middle;
}
#search-form .sform #q {
     width: 88%;
     height: 20px;
     color: #b3b3b3;
     font-size: 125%;
}
#phone { padding-left: 18px; }
#phone h2 { font-size: 170%; }
#phone div {
    font-size: 85%;
    color: #949494;
}

#header .head3 { width: 200px; }
#basket {
    font-size: 110%;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #e8e7e7 url("/media/i/basket.png") no-repeat 150px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#basket div {
    margin-top: 5px;
    font-size: 75%;
    line-height: 1.1em;
}
#hlinks li {
    padding-left: 20px;
    margin-bottom: 10px;
    background: url("/media/i/icons_sprites.png") no-repeat;
    font-size: 90%;
}
#hlinks li.contacts { background-position: 0 4px; }
#hlinks li.delivery { background-position: 0 -11px; }

/* body */
#body { position: relative; }
#body h1 { font-size: 210%; }
#body h2 { font-size: 155%; }

/* menu */
#menu {
    width: 160px;
    background-color: #ee7e00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 45px;
    color: #FFDAAF;
}
#menu ul ul { margin-bottom: 10px; }
#menu li {
    margin: 15px 0;
    font-weight: bold;
    font-size: 110%;
}
#menu li li {
    padding-left: 17px;
    background: url("/media/i/li_menu.gif") no-repeat 4px 0px;
    margin: 7px 0;
    font-weight: normal;
    font-size: 75%;
    line-height: 1.1em;
}
#menu li li li { font-size: 100%; }
#menu li a:link, #menu li a:visited {
    color: white;
    text-decoration: underline;
}
#menu li a:hover {
    color: white;
    text-decoration: none;
}

/* content */
#content { }
#content h1 { margin-bottom: 20px; line-height: 1em; }
#content h2 { margin-bottom: 15px; line-height: 1em; }

#content .pages {
    display: inline;
    padding: 0px;
    font-size: 110%;
}
#content .pages ul { margin: 0; padding: 0; display: inline; }
#content .pages li {
    display: inline;
    list-style: none;
    padding: 3px;
    margin: 0;
    font-size: 100%;
    background: none;
}
#content .pages li strong {
    font-size: 125%;
    padding: 3px 6px;
    line-height: 3px;
    color: gray;
    background-color: #EFEFEF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.price, .call {
    padding: 5px 10px;
    line-height: 25px;
    font-size: 100%;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline;
}
.price { background-color: #e3e685; color: #7d801a; }
.call { background-color: #DFDFDF; color: gray; }

.basket {
    padding-left: 20px;
    background: url("/media/i/icon_basket.png") no-repeat 0 3px;
    font-size: 85%;
}

.spacer {
    background: url("/media/i/spacer_dotted.gif") repeat-x;
    height: 1px;
    overflow: hidden;
    margin: 15px 0;
}

.param_spacer {
    background: url("/media/i/param_spacer.gif") repeat-x bottom right;
    padding: 4px 30px 2px 0px;
    line-height: 1.15em;
    vertical-align: bottom;
}
.param_value {
    padding: 4px 0px 2px 0px;
    line-height: 1.2em;
    vertical-align: bottom;
}
.param_spacer span { background-color: white; }

.btn {
    height: 30px;
    padding: 3px 8px;
}


#content ul, #content ol { margin: 3px 0 15px 0;  }
#content ul li {
    padding-left: 17px;
    background: url("/media/i/li_text.gif") no-repeat 0 10px;
    margin-bottom: 2px;
    margin-left: 10px;
}
#content ol li { margin-left: 30px; margin-bottom: 2px; }

/* news */
#news-block .date, #news .date {
    font-size: 85%;
    color: #abaaa9;
}
#news-block { padding: 0 30px 0 15px; }
#news-block h2 { margin-bottom: 15px; }
#news-block dt { margin-bottom: 5px; }
#news-block dd {
    font-size: 85%;
    margin-bottom: 20px;
}
#news dd {
    margin-bottom: 30px;
    margin-top: -7px;
}

/* catalog */
#catalog-nav ul li {
    display: inline;
    margin: 0;
    background: none;
    padding: 0;
    font-size: 85%;
}
#catalog-nav ul li span { font-size: 130%; }
#catalog-nav ul li strong { font-size: 130%; }

#catalog-sub table { margin: 10px 0 0 30px; }
#catalog-sub table td { padding: 0 20px 8px 0; font-size: 110%; }

#catalog-list th {
    font-size: 85%;
    padding: 4px 0px;
    text-align: left;
    border-bottom: 1px dotted #c7c7c7;
}
#catalog-list td {
    vertical-align: middle;
    border-bottom: 1px dotted #e2e2e2;
    padding: 5px 0;
}
#catalog-list td.code { font-size: 85%; color: gray; }
#catalog-list td.title { font-size: 125%; }

#category-info {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 85%;
    background-color: #EDEDED;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border: 3px;
}

#catalog-view .pic { margin-bottom: 20px; }
#catalog-view .action { margin-top: 10px; }
#catalog-view .action span {
    font-size: 140%;
    color: #D2D1D0;
    padding-left: 7px;
    padding-right: 3px;
}
#catalog-view .basket { font-size: 110%; font-weight: bold; }

#product-descr {
    font-style: italic;
    font-size: 85%;
    margin-bottom: 30px;
    padding: 10px 15px;    
    background-color: #EDEDED;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#product-code {
    font-size: 85%;
    color: #BFBFBF;
    margin-top: 10px;
}

#product-params { margin-top: -10px; }
#product-params h3 {
    font-weight: bold;
    margin: 25px 0px 3px 0px;
    font-size: 110%;
}
#product-params table { font-size: 90%; }

/* param search */
#search_params {
    border: 1px solid #abaaa9;
    padding: 20px;
    margin: 0;
}
#search_params table { font-size: 90%; margin-top: -25px; }
#search_params legend { font-size: 85%; color: #0081CF; }
#search_params h3 {
    font-size: 130%;
    font-weight: bold;
    margin-top: 25px;
}

/* basket */
#basket_block { margin-bottom: 25px; }
#basket-info {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 85%;
    background-color: #EDEDED;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#basket_tbl .basket_num_row { font-size: 85%; }
#basket_tbl .basket_num { width: 40px; }
#basket_tbl .clear_basket {
    text-align: right;
    font-size: 85%;
    color: gray;
    margin: -30px 0 30px 0;
}

#order td { vertical-align: middle; }
#order h2 {
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #abaaa9;
}
#order .order_mess {
    display: none;
    font-weight: bold;
    margin-top: 20px;
}


/* spec */
#spec { margin-right: 10px; }
#spec h2 { margin-bottom: 15px; }
#spec td { padding: 15px 0; border-bottom: 1px dotted #d3d3d3; }
#spec .pic { width: 83px; text-align: right; }
#spec h3 { font-size: 130%; margin-bottom: 10px; }

/* footer */
#footer {
    padding: 10px 0px 0px 0px;
    color: white;
    font-size: 85%;

    min-width: 950px;
    max-width: 1300px;
	position: relative;
	margin: 0 auto;
}
#footer table td { padding: 0px 10px 0px 10px;}

#footer a:link, #footer a:visited { color: #cbebff; text-decoration: none; }
#footer a:hover { color: #cbebff; text-decoration: none; }


