﻿@charset "utf-8";

/**
 * CSS file
 */

*
{
    padding:0;
    margin:0;
}
html,
body
{
	font: 13px Arial, Helvetica, sans-serif;
	color:#333;
    background:#a1a4a4 url(../design/bg_body.gif) repeat-x center top;
}
table
{
	font: 13px Arial, Helvetica, sans-serif;
	color:#333;
    border:0;
    border-collapse:collapse;
}
img
{
    border:0;
}
fieldset
{
    border:0 none;
}
ul,
ol
{
    padding:5px 30px;
}
input,
select,
textarea
{
	font:12px Arial, Helvetica, sans-serif;
    color:#000;
    border:1px solid #aaa;
}
input,
textarea
{
    padding:4px 2px;
}
select
{
    padding:2px;
}
input.checkbox
{
    border:0 none;
    background:transparent;
    cursor:pointer;
    vertical-align:middle;
}
button
{
    cursor:pointer;
}
h1
{
    font-size:18px;
    font-weight:normal;
    color:#000;
    margin-bottom:10px;
}
p
{
    margin:10px 0;
}
a,
a:link,
a:active,
a:visited
{
    text-decoration:underline;
    color:#0000cc;
}
a:hover
{
    text-decoration:none;
    color:#0000cc;
}
a:active,
a:focus
{
	outline:0;
}


/* global */
.star { color:#bc0000; }
.fl { float:left; }
.fr { float:right; }
.hand { cursor:pointer; }


/* Framework */
div.fwAlert
{
    padding:10px;
}
div.fwAlert p
{
    text-align:center;
    padding:5px;
}
div.fwAlert button
{
    width:100px;
}


/* content */
div#body
{
    width:978px;
    margin:0 auto;
}
fieldset#container
{
    margin:0 50px;
    border-right:1px solid #f1f1f1;
    background:#fff;
}
div#content,
div#contentIn,
div#rightBlock
{
    padding:27px 0;
    line-height:18px;
    min-height:400px;
}
div#content,
div#contentIn
{
    background:#fff;
    padding-left:13px;
}
div#contentIn p
{
    padding-right:14px;
}
div#content
{
    padding-right:14px;
}
div#contentIn
{
    width:679px;
    border-right:1px solid #c0c0c0;
}
div#rightBlock
{
    float:right;
    padding-right:15px;
    width:155px;
}
.grey
{
    background:#f7f7f7;
}
div#footer
{
    /*background:url(../design/bg_footer.gif) no-repeat center top;*/
    /*height:167px;*/
    padding:12px 50px;
}
div#footer div
{
    width:650px;
    margin:0 auto;
}
div#footer p
{
    /*background:url(../design/icon_mail.gif) no-repeat left center;*/
    line-height:18px;
    color:#575c5c;
    font-size:12px;
    text-align:center;
    margin:0;
    padding:0;
    font-weight:bold;
    line-height:32px;
}
div#footer p a
{
    color:#000;
    font-weight:bold;
}


/* header */
div#slogan
{
    float:right;
    margin-top:46px;
}
div#header
{
    background:url(../design/bg_1.gif) repeat-x center bottom;
    margin:0 50px;
}
div#logo
{
    float:left;
    position:relative;
    margin-left:-50px;
}
div#logo a
{
    color:#fff;
}
div#mainMenu
{
    padding-top:101px;
    height:36px;
}
div#mainMenu div.menuItem
{
    float:left;
    background:url(../design/bg_menu.gif) no-repeat top left;
    margin-left:1px;
}
div#mainMenu div.on
{
    background:url(../design/bg_menu_on.gif) no-repeat top left;
}
div#mainMenu div a
{
    font-weight:bold;
    text-decoration:none;
    display:block;
    background:url(../design/bg_menu_end.gif) no-repeat top right;
    text-align:center;
    line-height:32px;
    font-size:14px;
    padding:0 22px;
    color:#fff;
}
div#mainMenu div.on a
{
    color:#000;
    padding-bottom:4px;
}

div.nav
{
    background:#ededed;
    color:#000;
    padding:0 14px;
    line-height:32px;
    margin:10px 0 30px;
}
div.rightSide
{
    float:right;
    width:400px;
    text-align:right;
    line-height:22px;
    padding-top:4px;
}
div.rightSide select,
div.rightSide button
{
    vertical-align:middle;
}
span.pages span,
span.pages a
{
    padding:0 4px;
}


div.fRow
{
    padding-bottom:9px;
}
div.fTitle
{
    float:left;
    width:100px;
    font-weight:bold;
    text-align:right;
    padding-top:4px;
    color:#000;
    line-height:20px;
}
div.fInput
{
    padding-left:110px;
}
input.bg
{
    background:url(../design/bg_input.gif) no-repeat top left;
    border:0 none;
    padding:8px;
    width:274px;
}
textarea.bg
{
    background:url(../design/bg_textarea.gif) no-repeat top left;
    border:0 none;
    padding:8px;
    width:274px;
    height:85px;
}
button.send
{
    background:url(../design/btn_send.gif) no-repeat top left;
    border:0 none;
    width:101px;
    height:23px;
}
button.go
{
    background:url(../design/btn_go.gif) no-repeat top left;
    border:0 none;
    width:45px;
    height:22px;
}
button.go span,
button.send span
{
    display:none;
}

div#idContacts form
{
    margin:10px 0;
    padding:15px 0;
    background:#F5F5F5;
    width:426px;
}

div#errorMessage
{
    line-height:36px;
    font-weight:bold;
}

/** Catalog */
fieldset.catalogItem
{
    border-bottom:1px solid #d5d5d5;
    padding-bottom:10px;
    margin-bottom:20px;
}
fieldset.catalogItem div.photo
{
    float:left;
    padding-left:11px;
    padding-top:7px;
}
fieldset.catalogItem div.photo div
{
    margin-bottom:10px;
}
fieldset.catalogItem div.description
{
    padding-left:140px;
    line-height:18px;
    font-size:14px;
}
div#idInfo div.title
{
    font-size:16px;
    font-weight:bold;
}
fieldset.catalogItem div.title
{
    font-size:18px;
    line-height:26px;
    color:#000;
}

div.sold
{
    background:url(../design/mask_sold.png) no-repeat top right;
}

div.backBig a,
div.back a
{
    line-height:20px;
    padding:3px 22px;
    background:url(../design/arrow_left.gif) no-repeat center left;
}
div.backBig
{
    padding:20px 0 10px;
}

div#idInfo div.photo
{
    float:right;
    background:#e3e3e3;
    text-align:right;
    padding-bottom:10px;
    margin-left:15px;
    margin-bottom:15px;
}
div#idInfo div.photo img
{
    padding-bottom:10px;
}
div#idInfo div.photo a
{
    padding-right:18px;
    margin-right:9px;
    line-height:21px;
}
div#idInfo div.photo a.icoPhoto
{
    background:url(../design/ico_photos.gif) no-repeat center right;
}
div#idInfo div.photo a.icoSend
{
    background:url(../design/ico_send.gif) no-repeat center right;
}
div#idInfo div.photo a.icoPrint
{
    background:url(../design/ico_print.gif) no-repeat center right;
}


/* Tabls */
div.tabs
{
    padding-top:10px;
    margin-left:26px;
    height:27px;
}
div.tabs div.tab
{
    line-height:27px;
    float:left;
    background:url(../design/bg_sub_menu.gif) no-repeat top left;
    padding-left:1px;
    margin-right:1px;
}
div.tabs div.on
{
    background:url(../design/bg_sub_menu_on.gif) no-repeat top left;
    padding-left:1px;
}
div.tabs div.tab a
{
    text-decoration:none;
    display:block;
    font-size:14px;
    font-weight:bold;
    color:#0b4da6;
    padding:0 30px;
    background:url(../design/bg_sub_menu.gif) no-repeat top right;
}
div.tabs div.on a
{
    color:#000;
    background:url(../design/bg_sub_menu_on.gif) no-repeat top right;
    padding-bottom:1px;
}
div.tabContent
{
    border-top:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    padding:18px 8px 18px 18px;
    margin-bottom:50px;
}

div.loadingMsg
{
    text-align:center;
    padding:15px 25px;
    line-height:50px;
}
div.loadingMsg em
{
    font-style:normal;
    background:url(../design/loading.gif) no-repeat left center;
    line-height:24px;
    padding:10px 10px 10px 34px;
}


div.mainImg
{
    width:596px;
    height:283px;
    border-bottom:10px solid #D31B1D;
}
div.mainRight
{
    float:right;
    width:237px;
}
div.mainRight div.top
{
    padding-bottom:9px;
}
div.mainText
{
    background:url(../design/bg_text.gif) top left;
    margin-top:9px;
    padding-top:15px;
}
div.mainText div
{
    padding:0 15px 15px 15px;
    background:url(../design/bg_text.gif) bottom left;
}
div.mainText p
{
    margin-bottom:0;
}
div.mainSlogan
{
}
div#myContent
{
    width:596px;
    height:283px;
}
