@charset "windows-1251";
/* CSS Document */

html, body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    color: #717171;
}

a {
    color: #4b757e;
}

a:hover {
    color: #f58323;
}

@media (min-width: 999px) {
    #bodyinner {
        margin: 0 10px;
    }
}

@media (min-width: 1000px) {
    #bodyinner {
        width: 963px;
    }
}

@media (max-width: 800px) {
    .blocks > tbody > tr > td {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 336px) {
    .logo {
        width: 100%;
    }
}

#bodyinner {
    margin: auto;
    text-align: left;
}

#toppanel {
    background: url(/local/template.2010/image/top-panel-bg.gif) no-repeat bottom;
    padding: 5px 20px 7px 20px;
    height: 27px;
}

#toppanel h1 {
    margin: 0px;
    padding: 8px 0px 5px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #647379;

}

#panellogin {
    background: url(/local/template.2010/image/ico-login.gif) no-repeat 20px 0px;
    padding: 8px 0px 5px 50px;
    float: right;
}

#top-moto {
    float: left;
}

#panelcart {
    background: url(/local/template.2010/image/ico-cart.gif) no-repeat 20px 0px;
    padding: 8px 0px 5px 50px;
    float: right;

}

#header {
    background: url(/local/template.2010/image/support-link-bg.gif) no-repeat bottom right;
    margin: 0px;
    padding: 0px;
    height: 118px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#headerlogo {

}

#headerlogo img {
    vertical-align: middle;
    border: 0px;
}

#headerphone {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

    text-align: center;
    color: #4b757e;
    font-size: 12pt;
    margin: 0;
    float: right;
    line-height: 80px;
}

@media (min-width: 900px) {
    #headerphone {
        width: 400px;
    }
}

#headerphone span {
    font-size: 22pt;
}

#supportlink {
    background: url(/local/template.2010/image/support-link-bg.gif) no-repeat bottom right;
    /* margin: 0 0 10px 0; */
    padding: 0px 10px 0 0;
    /* height: 90px; */
    /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
    /* vertical-align: bottom; */
    float: right;
    width: 200px;
    text-align: right;
    line-height: 40px;
}

#supportlink a {
    background: url(/local/template.2010/image/ico-support.gif) no-repeat 0px 0px;
    padding: 5px 0px 7px 30px;
    text-decoration: none;
}

ul#menupanel {
    height: 37px;
    background: url(/local/template.2010/image/menu-bg.gif) no-repeat;
    list-style: none;
    padding-top: 7px;
    margin: 0px;
    line-height: 30px;
}

.block {
    border: 1px solid #d8d8d8;
    background: #f2f5f6 url(/local/template.2010/image/block-bg.gif) top repeat-x;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}

#bottom {
    border: 1px solid #ebebeb;
    background: #f1f1f1 url(/local/template.2010/image/bottom-bg.gif) top repeat-x;

    color: #717171;
    padding: 10px;
    margin: 5px 0px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/local/template.2010/border-radius.htc);

}

#inner {
    margin: 15px 0px;
}

#counters {
    text-align: center;
}

a.arrow {
    background: url(/local/template.2010/image/href-ico.gif) right no-repeat;
    padding-right: 20px;
}

h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 17pt;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    color: black;
}

h3 a {
    color: black;
    text-decoration: none;
}

h3 a:hover {
    color: #4b757e;
}

.addthis_toolbox {
    display: block;
    float: right;
    width: 130px;
    padding: 13px 18px;
    color: #CCC;
}

.jqueryslidemenu {
    /*width: 100%;*/
    height: 44px;
    background: url(/local/template.2010/image/menu-bg.gif) no-repeat;
    line-height: 37px;
    padding: 0px 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10.8pt;
}

.jqueryslidemenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li {
    position: relative;
    display: inline;
    float: left;
}

.menusub {
    color: #f58323;
    margin: 5px 20px;
    padding: 5px 0px;
    border-bottom: 1px solid #d1d18a;
    text-transform: uppercase;
    font-size: 8.7pt;
    font-weight: bold;

    white-space: nowrap;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
    display: block;
    color: #fdecc9;
    text-decoration: none;
}

.jqueryslidemenu ul li a.level0 span {
    display: block;
    padding: 0 20px;
    line-height: 44px;
}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
}

.jqueryslidemenu ul li a.level0:hover {
    background: url(/local/template.2010/image/menu-sel-bg.gif) left center no-repeat;
    color: #636363;
}

.jqueryslidemenu ul li a.level0:hover span {
    background: url(/local/template.2010/image/menu-sel-bg-right.gif) right center no-repeat;
}

.jqueryslidemenu ul li ul li a:hover {
    background: #EEE; /*tab link background during hover state*/
    color: #515151;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul {
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;

    font-size: 9.5pt;

    background: white;
    line-height: normal;

    border: 1px solid #d8d8d8;

    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    -moz-box-shadow: 3px 3px 3px #888;
    -webkit-box-shadow: 3px 3px 4px #888;
    box-shadow: 3px 3px 4px #888;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080');
    padding: 10px 0px 10px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
    top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
    /*width: 360px; /*width of sub menus*/
    padding: 5px 20px;
    margin: 0;
    color: #515151;
    white-space: nowrap;
}

.jqueryslidemenuz ul li ul li a:hover { /*sub menus hover style*/
    background: #ddd;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    position: absolute;
    top: 15px;
    right: 7px;
}

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}

.clear-both {
    clear: both;
}
