html {
    background: #8E0503 url(/px/body_corner.jpg) left bottom no-repeat;
}
body {
    background: url(/px/header_back.jpg) left top repeat-x;
    color: #FFF;
    font: 12px Arial, Helvetica, sans-serif;
}
/* :hover for every element in IE */
* html body {
    behavior: url(/csshover.htc);
}
* {
    margin: 0px;
    padding: 0px;
}
img {
    vertical-align: middle;
    border: none;
}
input,
select,
textarea {
    vertical-align: middle;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}
input.txt,
select.txt,
textarea.txt {
    padding: 3px 0px 3px 0px;
    width: 100%;
    background: #7D0000;
    border: 2px solid #C70E12;
    font-size: 95%;
    color: #FFF;
}
textarea.txt {
    height: 100px;
}
select.txt {
    padding: 0px;
}
input.btn {
    padding: 1px 10px 1px 10px;
    border: 2px solid #DA893D;
    background: #FDDEAD url(/px/btn_back.gif) top repeat-x;
}
/* button padding for IE */
* html input.btn {
    padding: 0;
}
table {
    border-collapse: collapse;
}
table td {
    vertical-align: top;
}
a:link, a:visited, a:hover, a:active  {
    color: #FFEA00;
}
a:hover {
    text-decoration: none;
}
/* .png in IE */
* html .png {
    behavior: url(/png.htc);
}
/* .png as background in IE (background-image need to be written in HTML, not CSS) */
* html .pngback {
    background-image: none !important;
    behavior: url(/pngback.htc);
}
.full {
    width: 100%;
}
.half {
    width: 50%;
}
.clear {
    clear: both;
}
.nowrap {
    white-space: nowrap;
}
.wrap {
    white-space: normal;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.hidden {
    display: none;
}
.error {
    color: #F00;
}
ul.ul,
ol.ol {
    padding: 0 0 0 20px;
}
* html ol.ol {
    padding-left: 25px;
}
h1 {
    font-size: 120%;
}
h2 {
    font-size: 100%;
}
h3 {
    font-size: 95%;
}
.leftcont {
    width: 22%;
}
.centercont {
    width: 50%;
}
.rightcont {
    width: 28%;
}
.maincont {
    width: 78%;
}
.leftcont .cont,
.centercont .cont,
.rightcont .cont,
.maincont .cont {
    padding: 0 20px;
}
#bodycont {
    background: url(/px/bodycont_back.gif) left bottom repeat-x;
    padding: 10px 1%;
}
#header {
    margin: 0 10% 10px 5%;
    font-size: 95%;
}
#header .logo {
    white-space: nowrap;
}
#header .text {
    width: 100%;
    padding: 5px 20px 0 20px;
}
#header .text h1 {
    padding: 0 0 20px 0;
}
#header .lang {
    padding: 26px 0 0 0;
}
#login {
    left: 0;
    position: absolute;
    margin: 50px 0 0 10%;
    z-index: 1;
    width: 400px;
    display: none;
}
#login .top {
    background: url(/px/login_top_l.png) left top no-repeat;
    padding: 0 0 0 19px;
    height: 19px;
    position: relative;
}
* html #login .top {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/login_top_l.png, sizingMethod=crop);
}
#login .top .back {
    height: 19px;
    margin: 0 10px 0 0;
    background: url(/px/login_top_patt.png) left top repeat-x;
}
* html #login .top .back {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/login_top_patt.png, sizingMethod=scale);
}
#login .top .right {
    background: url(/px/login_top_r.png) left top no-repeat;
    height: 19px;
    width: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
}
* html #login .top .right {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/login_top_r.png, sizingMethod=crop);
}
#login .bottom {
    background: url(/px/login_bottom_l.png) left top no-repeat;
    padding: 0 0 0 20px;
    height: 23px;
    position: relative;
}
* html #login .bottom {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/login_bottom_l.png, sizingMethod=crop);
}
#login .bottom .back {
    height: 23px;
    margin: 0 21px 0 0;
    background: url(/px/login_bottom_patt.png) left top repeat-x;
}
* html #login .bottom .back {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/login_bottom_patt.png, sizingMethod=scale);
}
#login .bottom .right {
    background: url(/px/login_bottom_r.png) left top no-repeat;
    height: 23px;
    width: 21px;
    position: absolute;
    right: 0px;
    top: 0px;
}
* html #login .bottom .right {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/login_bottom_r.png, sizingMethod=crop);
}
#login .close {
    position: relative;
}
#login .close img {
    position: absolute;
    right: 15px;
    top: -5px;
}
#login .cont {
    width: 100%;
}
#login .cont .left {
    width: 7px;
    background: url(/px/login_cont_l.png) left top repeat-y;
}
* html #login .cont .left {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/login_cont_l.png, sizingMethod=scale);
}
#login .cont .right {
    width: 9px;
    background: url(/px/login_cont_r.png) left top repeat-y;
}
* html #login .cont .right {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/login_cont_r.png, sizingMethod=scale);
}
#login .cont .back {
    background: url(/px/login_cont_patt.png) left top repeat;
    padding: 10px 20px;
}
#login form {
    padding: 20px 0;
    border-bottom: 1px solid #CC1B1A;
}
#login input.txt {
    width: 35%;
}
#login input.btn {
    float: right;
}
#login .register {
    text-align: right;
    margin: 20px 0 0 0;
    font-size: 120%;
}
* html #login input.btn {
    margin: 2px 0 0 0;
}
#top {
    width: 100%;
    margin: 10px 0;
    position: relative;
}
#top .top {
    margin: 0 22px 0 0;
    height: 22px;
    background: url(/px/top_back.png) left top repeat;
}
* html #top .top {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/top_back.png, sizingMethod=scale);
}
#top .corner {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0px;
    right: 0px;
    background: url(/px/top_corner.png) left top repeat;
}
* html #top .corner {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/top_corner.png, sizingMethod=scale);
}
#top .back {
    background: url(/px/top_back.png) left top repeat;
    width: 100%;
    padding: 0 0 22px 0;
}
* html #top .back {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/top_back.png, sizingMethod=scale);
}
#top td {
    border-left: 1px solid #CC1B1A;
}
#top td:first-child {
    border-left: none;
}
* html #top td {
    border-left: expression(!previousSibling ? 'none' : '1px solid #CC1B1A');
}
#top .leftcont {
    vertical-align: bottom;
}
#top p {
    padding: 5px 0 0 0;
    font-size: 95%;
}
#top .centercont .pics {
    float: left;
    padding: 0 10px 0 0;
}
#top .centercont .pics img {
    border: 1px solid #FFEA00;
}
* html #top .centercont .pics img {
    margin: 0 0 1px 0;
}
#top .rightcont ul {
    list-style: none;
}
#top .rightcont li {
    float: left;
    margin: 5px 0;
    background: url(/px/top_bull.gif) left 5px no-repeat;
    min-width: 50%;
    white-space: nowrap;
}
#top .rightcont li.active {
    font-weight: bold;
}
* html #top .rightcont li {
    width: 50%;
}
#top .rightcont li a {
    margin: 0 5px 0 10px;
}
* html #top .rightcont li a {
    display: block;
}
#content {
    margin: 10px 0 10px -1px;
}
* html #content {
    margin-left: -2px;
}
#content .container {
    border-collapse: separate;
    width: 100%;
}
#content .leftcont,
#content .maincont {
    background: #740000 url(/px/content_rb.gif) right bottom no-repeat;
}
#content .leftcont .cont,
#content .maincont .cont {
    background: url(/px/content_lt.gif) left top no-repeat;
    min-height: 30px;
}
* html #content .leftcont .cont,
* html #content .maincont .cont {
    height: 30px;
}
#content .leftcont .cont {
    padding-top: 10px;
    padding-bottom: 10px;
}
#content .maincont .cont {
    padding: 20px 100px 20px 40px;
}
#content .leftcont .cont {
    padding-bottom: 0px;
}
#menu .title {
    background: #CF0000 url(/px/menu_h2_back.jpg) left top no-repeat;
}
#menu .title h2 {
    background: url(/px/menu_h2_corner.jpg) right top no-repeat;
    white-space: nowrap;
    padding: 8px 20px 8px 20px;
    font-size: 100%;
}
#menu .services .title {
    background-image: url(/px/menu_h2_services_back.jpg);
}
#menu .services .title h2 {
    background-image: url(/px/menu_h2_services_corner.jpg);
}
#menu ul {
    list-style: none;
    padding: 3px 0;
}
#menu li {
    margin: 7px 0;
}
#menu li.active {
    font-weight: bold;
}
#menu li.active li {
    font-weight: normal;
}
#menu li.active li.active {
    font-weight: bold;
}
#menu ul ul {
    padding: 0;
}
#menu ul.main,
#menu ul.main a {
    color: #FFF7A0;
}
#menu ul.main ul {
    margin: 12px 0;
}
#menu ul.main li {
    background: url(/px/menu_main_bull.gif) left 3px no-repeat;
    padding: 0 0 0 15px;
}
#menu ul.main li li {
    background: url(/px/menu_main_li_bull.gif) left 4px no-repeat;
    font-size: 95%;
}
#menu ul.main li li li {
    font-size: 100%;
    background: url(/px/menu_main_li_li_bull.gif) left 4px no-repeat;
}
#menu ul.main li li li.active {
    background-image: url(/px/menu_main_li_li_abull.gif);
}
#menu ul.logged {
    font-size: 95%;
}
#menu ul.logged a {
    color: #FFF;
}
#menu ul.logged li {
    background: url(/px/menu_sub_bull.gif) 5px 2px no-repeat;
    padding: 0 0 0 25px;
}
#menu .services {
    margin: 10px -20px 0px -20px;
}
#menu .services .content {
    background: #660000 url(/px/menu_services_lt.gif) left top no-repeat;
    padding: 20px 20px 0 20px;
}
#menu .services .bottom {
    background: #660000;
    height: 30px;
    margin: 0 30px 0 0;
    position: relative;
}
#menu .services .bottom .corner {
    height: 30px;
    width: 30px;
    background: url(/px/menu_services_rb.gif) left top no-repeat;
    position: absolute;
    right: -30px;
}
#menu .services h2 {
    /*
    background: url(/px/menu_services_h1_bull.gif) left top no-repeat;
    padding: 0 0 2px 25px;
    */
}
#menu .services ul {
    position: relative;
    bottom: -10px;
    padding-top: 0;
    z-index: 1;
}
#menu .services li {
    font-size: 95%;
    margin-bottom: 0;
    color: #FFF7A0;
    padding: 0 0 0 25px;
    background: url(/px/menu_services_bull.gif) 11px 5px no-repeat;
}
#menu .services li a {
    color: #FFF7A0;
}
#main {
    background-image: url(/px/main_back.gif) !important;
}
#main_corner {
    width: 30px;
    height: 30px;
    background: url(/px/content_rb.gif) left top no-repeat;
    position: absolute;
    right: 0px;
    top: -31px;
}
* html #main_corner {
    right: -1px;
}
#fpage {
    margin: 0 -80px 0 -20px;
}
#fpage .left {
    width: 65%;
}
#fpage .left .content {
    padding: 0 20px 0 0;
}
#fpage .right {
    width: 35%;
    border-left: 1px solid #CC1B1A;
}
#fpage .right .content {
    padding: 0 0 0 20px;
}
#fpage .title {
    background: #CF0000 url(/px/fpage_h1_back.gif) left top no-repeat;
    margin: 0 0 10px 0;
}
#fpage .title h1 {
    background: url(/px/fpage_h1_corner.gif) right top no-repeat;
    white-space: nowrap;
    padding: 7px 20px 8px 20px;
}
#fpage .pricecomp {
  margin: 3px 0 0 0;
}
#fpage .pricecomp .old {
  float: left;
  margin: 0 5px 0 0;
  padding: 3px 0;
  font-weight: normal;
}

#fpage .pricecomp .new {
  background-color: #030007;
  color: #F9FC00;
  float: left;
  padding: 3px 5px;
  font-weight: bold;
}
#fpage .allspec {
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: bold;
}
#fpage .left .title h1 {
    font-size: 100%;
    padding-top: 8px;
}
#fpage .left .promo {
    margin: 0 0 10px 0;
}
#fpage .left .promo .back {
    background: url(/px/fpage_promo_back.gif) left top repeat-x;
}
#fpage .left .promo .pic {
    background: url(/px/fpage_promo_pic.gif) left top no-repeat;
}
#fpage .left .promo .piclat {
    background: url(/px/fpage_promo_pic_lat.gif) left top no-repeat;
}
#fpage .left .promo .corner {
    background: url(/px/fpage_promo_corner.gif) left top no-repeat;
    height: 135px;
}
#fpage .left .promo p {
    background: #3E0000 url(/px/fpage_promo_bull.gif) 20px 9px no-repeat;
    padding: 6px 20px 7px 40px;
    color: #FFEA00;
}
#fpage .left .text {
    width: 100%;
}
#fpage .left .text .list {
    width: 50%;
}
#fpage .left .text .list .spacer {
    padding: 20px 20px 5px 0;
}
#fpage .left .text .pics {
    width: 50%;
    background: #640404;
}
#fpage .left .text .pics .spacer {
    padding: 0 20px;
}
#fpage .left .text .pic {
    text-align: center;
}
#fpage .left .text .list ul {
    list-style: none;
    padding: 5px 10px 0 10px;
}
#fpage .left .text .list ul li {
    background: url(/px/fpage_list_bull.gif) left top no-repeat;
    padding: 0 0 15px 20px;
}
#fpage .left .text .pics ul {
    list-style: none;
}
#fpage .left .text .pics li {
    margin: 20px 0;
    padding: 1px 0 0 0;
}
#fpage .left .text .pics .pic {
    margin: 0 auto 10px auto;
}
#fpage .right ul {
    list-style: none;
}
#fpage .right li {
    padding: 20px 0px 20px 70px;
    font-weight: bold;
}
#fpage .right li img {
    margin: 0 0 0 -70px;
    float: left;
    border: 1px solid #C70606;
}
#fpage .right li p {
    font-weight: normal;
    font-size: 95%;
    margin: 10px 0 0 0;
}
#main h1 {
    margin: 0 0 10px 0;
}
#main .path {
    margin: 0 0 20px 0;
    font-size: 95%;
}
#main form.form {
    border: 1px solid #A60000;
    padding: 3px 3px 10px 3px;
    margin: 0 0 50px 0;
}
#main form.form table {
    border-bottom: 1px solid #660202;
}
#main form.form td {
    vertical-align: middle;
    padding: 3px 40px;
    border-bottom: 1px solid #660202;
}
#main form.form td.name {
    width: 40%;
}
#main form.form td.val {
    width: 60%;
}
#main form.form .bottom {
    margin: 0 -4px;
    position: relative;
}
#main form.form .border {
    position: absolute;
    border-top: 2px solid #660202;
    margin: 60px 0 0 0;
    width: 100%;
}
#main form.form .back {
    float: right;
}
#main form.form td.basketinfo {
    background: #660202;
    padding-top: 10px;
    padding-bottom: 10px;
}
#main form.form td.basketinfo p a {
    font-weight: bold;
    color: #FFF;
}
#main form.form tr.submit td {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
#main form.form tr.submit .absolute {
    margin: 25px 0 0 0;
    width: 100%;
}
#main form.form.order table{
    border-bottom: none;
    border-collapse: separate;
}
#main form.form.order td {
    padding-left: 20px;
    padding-right: 20px;
}
#main form.form.order td:first-child {
    width: 100%;
}
* html #main form.form.order td {
    width: expression(!previousSibling?'100%':'auto');
}
#main form.form.order td.num {
    text-align: center;
}
#main form.form.order td.price {
    background: #640000;
    font-weight: bold;
}
#main form.form.order tr.bottom td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 120%;
    border-bottom: none;
    border-top: 1px solid #660202;
}
#main form.form.order tr.bottom td:first-child {
    text-align: right;
}
* html #main form.form.order tr.bottom td {
    text-align: expression(!previousSibling?'right':'inherit');
}
#main form.form.order a {
    font-weight: bold;
}
#main form.form.order input.txt {
    width: 40px;
    text-align: center;
}
#main form.form.order img {
    cursor: pointer;
}
#main .login {
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #660000;
}
#main .login td {
    vertical-align: middle;
}
#main .login td.text {
    width: 40%;
}
#main .login td.text p {
    margin: 0 20px;
    font-size: 95%;
}
#main .login td.form {
    background: #640000;
    padding: 20px;
}
#main .login td.form input.txt {
    width: 35%;
}
#main .login td.form input.btn {
    float: right;
}
#main h2 {
    margin: 0 0 10px 20px;
}
* html #main .login td.form input.btn {
    margin: 2px 0 0 0;
}
#main .basket {
    margin: 0 0 10px 0;
    padding: 15px 20px;
    background: #5D0000;
}
#main .basket .titleask{
  padding: 10px;
  font-size: 16pt;
}
#main .basket .code{
  padding: 0 20px 0 0px;
}
#main .basket .order {
    float: right;
    font-size: 95%;
    padding: 5px 0;
    margin: -8px 0 0 10px;
    border-left: 1px solid #A60000;
}
#main .basket .order input.btn {
    margin: 0 0 0 10px;
}
* html #main .basket .order input.btn {
    margin-left: 0;
}
#main .basket .order a {
    margin: 0 0 0 10px;
}
#main .pages {
    margin: 10px 20px;
}
#main .pages p {
    float: left;
    margin: 5px 10px 0 0;
    font-size: 95%;
}
#main .pages ul {
    list-style: none;
}
#main .pages li {
    float: left;
    padding: 5px 10px;
    margin: 0 0 1px 0;
    white-space: nowrap;
}
#main .pages li.active {
    background: #570000;
}
#main .prods {
    margin: 10px 0;
    padding: 0 10px;
    border-top: 1px solid #660000;
    border-bottom: 1px solid #660000;
    list-style: none;
}
#main .prods li {
    margin: 5px 0;
    padding: 8px 10px 5px 130px;
}
#main .prods li.odd {
    border: 1px solid #A60000;
}
#main .prods li.even {
    background: #660000;
}
#main .prods input.btn {
    float: right;
    margin: -3px 0 0 5px;
}
#main .prods .price {
    margin: 0 0 0 20px;
    float: right;
  width: 65px;
  text-align: center;
}
#main .prods .price h1 {
  color: #F8FE00;
  margin: 0 5px 6px 5px;
  padding: 2px;
  font-size: 125%;
}
#main .prods .price h1.sp {
  background-color: #000;
}
#main .prods .price .shopprice {
  border-top: 1px solid #5E0000;
  padding: 8px 10px 0 10px;
  text-align: center;
  font-size: 80%;
}
#main .prods .price .shopprice .mrg{
  margin: 4px 0 0 0;
}
#main .prods img {
    float: left;
    margin: -3px 0 0 -120px;
    border: 2px solid #F00;
}
#main .prods h3 {
    font-size: 100%;
    margin: 5px 0 0 0;
    width: 50%;
    display: inline;
    position: relative;
}
#main .prods p {
    margin: 10px 0 0 0;
  padding: 0 50% 0 0;
}
#main .prods .forum {
    font-size: 110%;
    width: 100%;
  padding: 10px;
  margin: 0;
}
#main .prods .ftitle{
  border-bottom: solid 1px #cc1b1a;
  padding: 5px 5px 5px 10px;
}
#main .prods .ftitle span{
  color: #a60000;
  font-size: 12px;
  margin-right: 15px;
}
#main .prods .reply{
  border-top: dashed 1px #a60000;
  padding: 10px 10px 10px 40px;
  color: #ffff99;
}
#main .prods .reply span{
  font-style: italic;
  color: #FFF;
}
*html #main .prods p {
  padding: 0 35% 0 0;
  position: relative;
}
*+html #main .prods p {
  padding: 0 35% 0 0;
  position: relative;
}
#main .msg .back {
    background: #660000;
    padding: 40px 20px 30px 20px;
}
#main .msg h1 {
    font-size: 150%;
    margin: 0 10px;
}
#main .msg p {
    margin: 0 10px;
}
#main .msg .more {
    border-top: 1px solid #CC1B1A;
    padding: 20px 10px 0 10px;
    color: #F55D5D;
    margin: 20px 0 0 0;
    font-size: 95%;
}
#main .msg .top {
    background: url(/px/main_msg_lc.gif) left top no-repeat;
    padding: 0 0 0 12px;
}
#main .msg .bottom {
    background: url(/px/main_msg_rc.gif) right top no-repeat;
    padding: 0 12px 0 0;
}
#main .msg .top .back,
#main .msg .bottom .back {
    height: 12px;
    padding: 0;
}
#main .prod {
    padding: 0 0 20px 270px;
}
#main .prod .pic {
    float: left;
    margin: 0 0 0 -270px;
}
* html #main .prod .pic {
    margin: 0 0 0 -135px;
}
#main .prod .pic img {
    border: 1px solid #BE140F;
}
#main .prod .pic .more {
    background: url(/px/main_prod_pic_more.gif) left 3px no-repeat;
    font-size: 95%;
    margin: 10px 0 0 20px;
    padding: 0 0 0 30px;
}
#main .prod h3 {
    padding: 5px 0 0 0;
    font-size: 100%;
}
#main .prod p {
    margin: 10px 0 0 0;
}
#main .prod .warning {
        margin: 10px 0 0 0;
        border: 1px solid #CF0000;
        padding: 15px 20px;
}
#main .prod .warning h1 {
        color: #FF0000;
        font-size: 135%;
}
#main .prod form.order {
  /*border: 1px solid magenta;*/
    margin: 10px 0 0 0;
    padding: 10px 15px 5px 20px;
    background: #A60000;
}
#main .prod form.order input.btn {
    /*float: right;
    margin: 28px 0 5px 20px;*/
  width: 130px;
}
#main .prod form.order input.txt {
    /*float: right;
    margin: 28px 0 5px 20px;*/
    text-align: center;
    width: 40px;
  margin: -1px 0 5px 0;
}
#main .prod form.order .prices {
  text-align:left;
}
#main .prod .promotion {
  padding: 5px;
  border: solid 1px #990000;
  margin-top: 20px;
  text-align: center;
}

#main .prod form.order .prices table {
  border-collapse: collapse;
  width: 100%;
  /*bordeR: 1px solid red;*/
}
*html #main .prod form.order .prices table {
  width: 99%;
  position: relative;
  left: -3px;
}
#main .prod form.order .prices table td {
  padding: 8px 0 0 0;
  /*border: 1px solid #000;*/
}
#main .prod form.order .prices table td.head {
  width: 85px;
  padding: 12px 0 0 25px;
  /*border: 1px solid black;*/
}
#main .prod form.order .prices table td.mid {
  padding: 8px 0 4px 2px;
}
#main .prod form.order .prices table td.mid div {
  font-size: 150%;
  padding: 2px;
  display: inline;
}
#main .prod form.order .prices table td.mid div.special {
  background-color: #000;
  color: #FDF300;
}
#main .prod form.order .prices table td.shp {
  width: 150px;
  text-align: right;
}
#main .prod form.order .prices table td.shp .left {
  float: left;
  padding: 0 0 4px 20px;
  width: 55px;
  text-align:center;
}
#main .prod form.order .prices table td.shp .shprice {
  /*display: inline;*/
  padding: 10px 15px 0 0;
}
#main .prod form.order .prices table td.shp.up {
  color: #260409;
  border-left: 1px solid #630000;
}
#main .prod form.order .prices table td.shp.down {
}
/*#main .prod form.order .realprice {
  text-align: left;
  border: 1px solid red;
}
#main .prod form.order .realprice .pr{
  margin: 0 0 15px 0;
  padding: 0 0 0 3px;
}
#main .prod form.order b {
    font-size: 150%;
  margin: 0 0 0 -3px;
}
#main .prod form.order b.special {
  background-color: #000;
  color: #F9FC00;
}
#main .prod .shpprice {
  float: left;
  width: 70px;
  color: #000;
  text-align: center;
  border-right: 1px solid #5E0000;
  margin: 0 25px 0 0;
}
#main .prod .shpprice .mg{
  padding: 5px 0 0 0;
}*/
#main .otherprods {
    margin: 20px 0;
}
#main .otherprods td,
#main .otherprods th {
    vertical-align: middle;
    padding: 5px 20px 5px 0;
    border-bottom: 1px solid #530000;
    white-space: nowrap;
}
#main .otherprods td.full,
#main .otherprods th.full {
    white-space: normal;
}
#main .otherprods td:first-child,
#main .otherprods th:first-child {
    padding-left: 20px;
}
* html #main .otherprods td,
* html #main .otherprods th {
    padding-left: expression(!previousSibling?'20px':'0');
}
#main .otherprods th {
    font-size: 95%;
    font-weight: normal;
    border-bottom-width: 2px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 10px;
}
#main .simpletext {
    margin: 0 -60px 0 0;
    padding: 0 190px 0 0;
}
#main .simpletext ul.pics {
    list-style: none;
    float: right;
    margin: 0 -190px 0 0;
}
* html #main .simpletext ul.pics {
    margin-right: -95px;
    margin-bottom: -20px;
}
#main .simpletext ul.pics li {
    margin: 0 0 20px 0;
}
#main .simpletext ul.pics img {
    border: 1px solid #000;
}
#bottom {
    margin: 10px 0;
}
#bottom .leftcont .search {
    margin: 20px 0 0 0;
    position: relative;
}
#bottom .leftcont .search input {
    display: block;
    margin: 10px 0 0 auto;
}
#bottom .leftcont .search input.txt {
    background: #490100;
    border: 1px solid #B40505;
}
#bottom .leftcont .search #srch_keywords {
    position: absolute;
    background: #490100;
    border: 1px solid #B40505;
    border-top: none;
    left: 0px;
    display: none;
    font-size: 95%;
    padding: 5px;
}
#bottom .leftcont .search #srch_keywords.visible {
    display: block;
}
#bottom .leftcont .search #srch_keywords a {
    color: #FFF;
    text-decoration: none;
}
#bottom .leftcont .search #srch_keywords a:hover {
    text-decoration: underline;
}
#bottom .leftcont .partners {
    margin: 20px 0 0 0;
    text-align: center;
}
#bottom .leftcont .partners h1 {
    text-align: left;
    margin: 0 0 10px 0;
}
#bottom .leftcont .partners img {
    border: 1px solid #000;
    margin: 10px 0;
}
#bottom .maincont h1 {
    background: #7D0000 url(/px/bottom_h1_bullet.gif) 5px 3px no-repeat;
    padding: 6px 10px 6px 35px;
    margin: 0 0 10px 0;
}
#bottom .maincont .prods {
    width: 100%;
}
#bottom .maincont .prods td {
    width: 33%;
    padding: 15px 15px 10px 80px;
    font-size: 95%;
}
#bottom .maincont .prods img {
    float: left;
    margin: -5px 0 0 -65px;
    border: 1px solid #FFF;
}
#bottom .maincont .prods h2 {
    font-size: 110%;
    margin: 0 0 10px 0;
}
* html #bottom .maincont .prods h2 {
    font-size: 109%;
}
#bottom .maincont h2.more {
    margin: 10px 0 0 80px;
}
#footer {
    margin: 10px 50px 0 50px;
    border-top: 1px solid #710607;
    padding: 30px 50px;
}
#footer .log {
    float: right;
    background: url(/px/footer_log_bull.gif) left top no-repeat;
    padding: 0 0 2px 25px;
}
#footer h2 {
    font-weight: normal;
}
#footer p {
    font-size: 85%;
    margin: 20px 0 0 0;
    width: 50%;
}
/* POPUP */
#popup {
    height: 100%;
    background-image: none;
}
#popup body {
    min-height: 100%;
    background: url(/px/body_corner.jpg) left bottom no-repeat;
    padding: 0 15px 0 0;
}
* html#popup body {
    height: 100%;
}
#popup .pic {
    padding: 25px 0 0 0;
}
#popup .pic .back {
    background: url(/px/popup_back.png) left top repeat;
    width: 100%;
    text-align: center;
}
* html#popup .pic .back {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/popup_back.png, sizingMethod=scale);
}
#popup .pic .back h2 {
    padding: 30px 0 0 0;
    margin: 0 0 -20px 0;
}
#popup .pic .back h2 a {
    margin: 0 10px;
}
#popup .pic .back img {
    margin: 40px 40px 10px 40px;
    border: 1px solid #FFEA00;
}
#popup .pic .bottom {
    float: left;
    width: 100%;
}
#popup .pic .bottom .back {
    height: 30px;
    width: auto;
    margin: 0 30px 0 0;
}
#popup .pic .corner {
    float: left;
    width: 30px;
    height: 30px;
    background: url(/px/popup_corner.png) left top no-repeat;
    margin: 0 0 0 -30px;
}
* html#popup .pic .corner {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/popup_corner.png, sizingMethod=crop);
}
#popup .close {
    background: url(/px/popup_close.gif) left top no-repeat;
    float: right;
    margin: 20px 40px 0 0;
    padding: 0 0 2px 25px;
}
/* ENTER PAGE */
#enter {
    background: #960200 url(/px/enter_back.jpg) left top no-repeat;
}
#enter body {
    background: none;
}
#enter #bodycont {
    background: none;
    padding-top: 50px;
    padding-bottom: 50px;
}
#enter #logos {
    margin: 0 auto 50px auto ;
}
#enter #logos td {
    vertical-align: middle;
    padding-left: 7px;
    background: url(/px/enter_logos_border.gif) left center no-repeat;
}
#enter #logos td:first-child {
    background-image: none;
    padding-left: 0;
}
* html#enter #logos td {
    background-image: expression(!previousSibling ? 'none' : 'url(/px/enter_logos_border.gif)');
    padding-left: expression(!previousSibling?'0':'7px');
}
#enter #shops {
    margin: 50px 0 0 0;
}
#enter #shops h3 {
    font-weight: normal;
    text-align: center;
}
#enter #shops table {
    margin: 20px auto 0 auto;
}
#enter #shops td {
    padding: 0 0 0 50px;
}
#enter #shops td:first-child {
    padding-right: 50px;
    padding-left: 0;
}
* html#enter #shops td {
    padding-right: expression(!previousSibling?'50px':'0');
    padding-left: expression(!previousSibling?'0':'50px');
}
#enter #text {
    width: 620px;
    margin: 0 auto;
}
#enter #text .top {
    background: url(/px/enter_text_top_corner.gif) left top no-repeat;
    padding: 0 0 0 30px;
}
#enter #text .top .back {
    background: #5C0100;
    height: 30px;
}
#enter #text .content {
    background: #5C0100 url(/px/enter_text_content_back.gif) right bottom no-repeat;
}
#enter #text .bottom {
    width: 100%;
    position: relative;
}
#enter #text .bottom .corner {
    width: 30px;
    height: 30px;
    background: url(/px/enter_text_bottom_corner.gif) right top no-repeat;
    position: absolute;
    top: -30px;
    right: 0px;
}
#enter #text .content {
    padding: 10px 40px 40px 40px;
}
#enter #text .content ul {
    list-style: none;
}
#enter #text .content li {
    background: url(/px/enter_text_li_back.gif) left top no-repeat;
    padding: 0 0 20px 50px;
}
#enter #text .content li .border {
    height: 1px;
    background: url(/px/enter_text_li_border.gif) left top repeat-x;
    margin: 20px 0 0 -50px;
}
#enter #text .content li:first-child {
    background-image: url(/px/enter_text_li_first_back.gif);
}
* html#enter #text .content li {
    background-image: expression(!previousSibling ? 'url(/px/enter_text_li_first_back.gif)':'url(/px/enter_text_li_back.gif)');
}
#enter #text .content li h1 {
    font-size: 135%;
    color: #FC0606;
    margin: 0 0 10px 0;
}
#enter #text form {
    border: 3px solid #9D0000;
    padding: 20px 25px;
}
#enter #text form .inps {
    float: right;
    margin: 3px 0 0 0;
}
#enter #text form .inps .border {
    border: 3px solid #9D0000;
    float: left;
    margin: 0 10px 0 0;
}
#enter #text form .inps select {
    width: 60px;
}
#enter #text form .inps input.btn {
    float: left;
    margin: 2px 0 0 5px;
}
.borderred{
        border:solid 1px #9A0D0D;
        padding: 5px;
        width: 150px;
        margin: 5px 10px 5px 10px;
        float: left;
}

.banners {
  border: 1px solid #CF0000;
  padding: 10px 0;
  margin: 40px 0;
}
.banners table.bannerHolder {
  width: 100%;
}
.banners table.bannerHolder td {
  width: 50%;
  padding: 8px 5px;
  vertical-align: middle;
  text-align: center;
}
.banners table.bannerHolder td.left {
  border-right: 1px solid #CF0000;
}
.banners table.bannerHolder td img {
  margin: 0 auto;
}
