/* --------- /stylesheets/reset.css --------- */ 
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,
A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,
DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,
SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,
B,U,I,CENTER,
DL,DT,DD,OL,UL,LI,
FIELDSET,FORM,LABEL,LEGEND,
TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

BODY {
	line-height: 1;
}

OL,UL {
	list-style: none;
}

BLOCKQUOTE,Q {
	quotes: none;
}

BLOCKQUOTE:before,
BLOCKQUOTE:after,
Q:before,Q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

INS {
	text-decoration: none;
}

DEL {
	text-decoration: line-through;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}/* --------- /stylesheets/application.css --------- */ 
body {
  height: 100%;
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif;
  background-color: white; }

html {
  height: 100%;
  font-size: 80%; }

a.external {
  background: transparent url(/images/icon_newwindow.gif) no-repeat scroll right 50%;
  padding-right: 14px; }
a:link {
  color: #0066ff; }
a:visited {
  color: #0066cc; }
a:hover {
  color: #003399; }
  a:hover.a_add, a:hover.a_approve, a:hover.a_undo, a:hover.a_eye {
    color: #009900; }
  a:hover.a_edit {
    color: #ff9900; }
  a:hover.a_del {
    color: #990000; }
a.a_edit {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/edit.png) no-repeat scroll left center; }
a.a_approve {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/approve.png) no-repeat scroll left center; }
a.a_eye {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/eye.png) no-repeat scroll left center; }
a.a_add {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/add.png) no-repeat scroll left center; }
a.a_del {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/del.png) no-repeat scroll left center; }
a.a_print {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/print.png) no-repeat scroll left center; }
a.a_undo {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/revert.png) no-repeat scroll left center; }
a.a_folder {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/folder.png) no-repeat scroll left center; }
a.a_item {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/item.png) no-repeat scroll left center; }

h1 {
  font-weight: normal;
  font-size: 240%;
  padding: 0.4em 0em 0.2em 0em; }

h2 {
  font-weight: normal;
  font-size: 200%;
  padding: 0.4em 0em 0.2em 0em; }

h3 {
  font-size: 130%;
  font-weight: bold;
  color: #333333;
  padding: 0.4em 0em 0em 0em; }

.t4, h4 {
  font-weight: bold;
  padding: 0.4em 0em 0em 0em;
  font-size: 110%; }

p {
  padding: 0.3em 0 0.7em 0; }

#container .leftColumn {
  width: 25%;
  background: #eeeeee;
  float: left; }
#container .rightColumn {
  margin-left: 25%;
  padding: 1em; }

.p1 {
  padding: 1em; }

.errorExplanation {
  border-left: 7px solid #ff6666;
  background: #ffeeee;
  padding: 0.5em 1em;
  color: #660000; }

input.e {
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif;
  width: 100%;
  background: #eeeeee;
  border: 1px solid #999999;
  xpadding: 0.2em;
  font-size: 140%; }
input.w100 {
  background: #eeeeee;
  border: 1px solid #999999;
  width: 100%; }

textarea.e {
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif;
  width: 100%;
  background: #eeeeee;
  border: 1px solid #999999;
  line-height: 1.2em; }
textarea.w100 {
  width: 100%; }
textarea.w250 {
  width: 250px; }
textarea.w300 {
  width: 300px; }
textarea.w500 {
  width: 500px; }

.content ol {
  margin: 0.2em 0em 1em 3em;
  list-style-type: decimal; }
  .content ol li {
    padding: 0.2em 0em; }
.content ul {
  margin: 0.2em 0em 1em 3em;
  list-style-type: disc; }
  .content ul li {
    padding: 0.2em 0em; }

table.e th, table.e td {
  padding: 0.2em 0.5em; }
table.e thead {
  background: #eeeeee; }
  table.e thead th {
    border-bottom: 2px solid #999999; }
table.e tbody td {
  border-bottom: 1px solid #cccccc; }

fieldset {
  border: 1px solid #cccccc;
  margin: 1em 0em;
  padding: 0.5em 1em; }

label {
  cursor: pointer; }

.cols2 {
  overflow: hidden; }
  .cols2 .col {
    float: left;
    width: 50%; }

.cols3 {
  overflow: hidden; }
  .cols3 .col {
    float: left;
    width: 33%; }

.col P, .col DIV, .col UL {
  padding-right: 1em; }

.actions, .info {
  padding: 0.5em 1em;
  xbackground: #f6f6f6;
  border: 1px solid #dddddd;
  font-size: 90%; }

ul.actions {
  margin: 1em 0em;
  list-style-type: none; }

.text_block ul {
  list-style-type: disc;
  margin: 0.3em 0em 0.5em 3em; }
  .text_block ul li {
    padding-bottom: 0.4em; }
.text_block ol {
  list-style-type: decimal;
  margin: 0.3em 0em 0.5em 3em; }
  .text_block ol li {
    padding-bottom: 0.4em; }
.text_block .admin {
  position: absolute; }

.textile_hint {
  font-size: 80%; }
  .textile_hint td {
    padding: 0.3em 1em;
    border-bottom: 1px dotted #999999; }
  .textile_hint table {
    margin-top: 0.3em;
    border: 1px solid #999999; }

span.required {
  color: #990000; }

.login_form input[type=text], .login_form input[type=password] {
  border: 1px solid #999999;
  font-size: 120%; }

.cb {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

input#captcha, .sc_image {
  vertical-align: middle; }

.inplace input[type=text] {
  text-align: right; }

.editable {
  background-color: #ffffcc; }

#activity {
  display: none; }

.hidden {
  display: none; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }
/* --------- /stylesheets/clearfix.css --------- */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* --------- /stylesheets/matrasov.css --------- */ 
body {
  font-size: 0.9em;
  background: url(/images/nav_bg.png) repeat-x 0 99px; }

body, p, li {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif; }

h1, h2, h3, h4 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; }

body {
  min-width: 980px; }

a, a:link {
  color: #df2626; }

a:visited {
  color: #af1e1e; }

a:hover {
  color: #333333; }

#header {
  width: 950px;
  margin: 0 auto;
  height: 99px; }
  #header .phone {
    color: #545454;
    font-size: 22pt;
    padding-top: 30px;
    padding-right: 350px;
    text-align: right; }

#logo {
  float: left;
  position: relative; }
  #logo * {
    cursor: pointer; }
  #logo a {
    width: 365px;
    height: 99px;
    display: block;
    overflow: hidden;
    text-indent: -9999px; }
    #logo a span {
      display: block;
      width: 365px;
      height: 99px;
      background: url(/images/logo.gif) no-repeat top right;
      position: absolute;
      top: 0px;
      left: 0px; }

#nav {
  clear: both;
  height: 38px; }
  #nav ul {
    padding-top: 8px; }
    #nav ul li {
      height: 38px;
      float: left;
      margin-left: 30px;
      font-size: 1.3em; }
      #nav ul li a, #nav ul li a:link, #nav ul li a:visited {
        color: white; }

#container {
  width: 890px;
  margin: 2em auto 1em auto;
  padding-top: 10px;
  clear: both; }

#footer {
  background: #282828;
  height: 72px;
  color: #787878;
  clear: both; }
  #footer a, #footer a:link, #footer a:visited {
    color: #b3b3b3;
    font-weight: normal; }
  #footer .contacts, #footer a:hover {
    color: white; }
  #footer .contacts {
    font-weight: bold; }
  #footer .container {
    width: 890px;
    margin: 0 auto; }
  #footer img {
    vertical-align: middle; }
  #footer .contacts {
    padding-top: 23px;
    float: right; }
    #footer .contacts li {
      display: inline;
      margin-left: 30px; }
  #footer p {
    padding-top: 28px; }

.main_pic {
  width: 520px;
  margin-left: -30px;
  float: left; }
  .main_pic img {
    border-bottom: 6px solid #a00000; }

.main_cat {
  line-height: 2.5; }
  .main_cat ul li {
    list-style-position: inside;
    padding-left: 15px;
    margin-right: 5px;
    background: url(/images/main_cat_bullet.gif) no-repeat 0% 50%;
    font-size: 1.74em;
    color: #df2626; }
    .main_cat ul li a, .main_cat ul li a:link {
      color: #df2626; }
    .main_cat ul li a:visited {
      color: #af1e1e; }
    .main_cat ul li a:hover {
      color: #333333; }

#top_cart {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 350px;
  height: 50px;
  background: #eeeeee;
  border-left: 1px dotted #333333; }
  #top_cart div {
    margin: 10px; }
    #top_cart div h2, #top_cart div p {
      margin: 0;
      padding: 0; }
    #top_cart div h2 {
      padding-left: 20px;
      background: url(/images/cart_icon.png) no-repeat 0 50%;
      font-size: 1.1em;
      font-weight: bold; }
      #top_cart div h2 a, #top_cart div h2 a:link, #top_cart div h2 a:visited {
        color: #333333; }
    #top_cart div p {
      padding-left: 20px; }
      #top_cart div p a, #top_cart div p a:link {
        text-decoration: none;
        color: #666666; }
    #top_cart div.empty h2 {
      background: url(/images/cart_icon_empty.png) no-repeat 0 50%; }
    #top_cart div .price {
      font-weight: bold; }

#top_search {
  padding-right: 30px;
  position: absolute;
  top: 107px;
  right: 0; }
  #top_search h2 {
    display: inline;
    font-size: 1.1em;
    color: white;
    font-weight: bold; }
  #top_search form {
    display: inline; }

.yield {
  clear: both; }
  .yield h2 {
    color: #a00000; }
    .yield h2 a, .yield h2 a:link {
      color: #a00000; }
  .yield p {
    line-height: 1.8;
    font-size: 110%; }
  .yield ul, .yield ol {
    margin: 0.5em 0 1em 2em; }
  .yield ul {
    list-style-type: disc; }
  .yield ol {
    list-style-type: decimal; }

.main_rec, .cat_list {
  clear: both; }
  .main_rec table, .cat_list table {
    width: 100%; }
    .main_rec table td, .cat_list table td {
      width: 33%;
      border-right: 1px dotted #cccccc;
      vertical-align: middle; }
      .main_rec table td.title, .cat_list table td.title {
        background: #ededed;
        border-right: 20px solid white; }
        .main_rec table td.title h2, .cat_list table td.title h2 {
          padding: 5px 10px;
          font-size: 1.3em; }
          .main_rec table td.title h2 a, .main_rec table td.title h2 a:link, .main_rec table td.title h2 a:visited, .cat_list table td.title h2 a, .cat_list table td.title h2 a:link, .cat_list table td.title h2 a:visited {
            color: black; }
          .main_rec table td.title h2 a:hover, .cat_list table td.title h2 a:hover {
            color: #df2626;
            color: red; }
      .main_rec table td.pic, .cat_list table td.pic {
        text-align: center; }
      .main_rec table td.price, .cat_list table td.price {
        border-right: 20px solid white;
        text-align: right;
        padding-bottom: 20px; }
        .main_rec table td.price p, .cat_list table td.price p {
          display: inline;
          background: #a00000;
          padding: 0.3em 0.6em;
          color: white;
          font-size: 1.3em; }

.partners {
  background: #cccccc;
  padding: 2em 0; }
  .partners ul {
    width: 950px;
    margin: 0 auto;
    color: #666666; }
    .partners ul li {
      width: 276px;
      margin-left: 30px;
      float: left;
      height: 100px; }
      .partners ul li a {
        font-size: 110%;
        margin-bottom: 0.3em; }
      .partners ul li .adv_url {
        color: black;
        font-size: 90%; }

.flash {
  clear: both;
  width: 950px;
  margin: 0 auto 1em auto; }

#flash {
  padding: 1em 30px;
  font-size: 120%; }
  #flash.error {
    background: #ffeeee;
    color: #990000;
    border-color: #990000; }
  #flash.notice {
    background: #eeffcc;
    color: #005500;
    border-color: #99ff66; }

ul.search_results {
  margin: 0; }
  ul.search_results li {
    list-style-type: none;
    margin: 0.5em 0 1em; }

.pagination {
  text-align: left;
  padding: 1em 0.3em; }
  .pagination a, .pagination span {
    padding: 0.2em 0.5em; }
  .pagination span.disabled {
    color: #aaaaaa; }
  .pagination span.current {
    border: 2px solid;
    border-color: #df2626;
    background-color: #df2626;
    color: white; }
  .pagination a {
    color: #df2626;
    text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      background: #df2626;
      color: white; }
  .pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }

.cat_description .pic {
  float: right;
  text-align: center; }

table.catlist {
  width: 100%; }
  table.catlist td {
    width: 33%;
    text-align: center; }
    table.catlist td h2 {
      text-align: left; }

.product_info .pic {
  text-align: center; }
.product_info .price {
  display: inline;
  background: #a00000;
  padding: 0.3em 0.6em;
  color: white;
  font-size: 1.3em; }

.cart fieldset {
  margin-left: 0; }
.cart table td, .cart table th {
  padding: 0.2em 0.5em; }
.cart table tr.even {
  background: #eeeeee; }
.cart table td.price {
  text-align: right; }
.cart table thead th {
  border-bottom: 2px solid #999999; }
.cart table tbody td {
  border-bottom: 1px solid #cccccc; }
  .cart table tbody td.qty {
    text-align: center; }
    .cart table tbody td.qty input {
      width: 30px;
      text-align: center; }
.cart table tfoot td {
  font-weight: bold;
  border-top: 2px solid #999999;
  font-size: 120%; }
  .cart table tfoot td.qty {
    text-align: center; }

.inv {
  display: none; }

table.ec th, table.ec td {
  padding: 0.5em 1em; }
table.ec thead th {
  background: #eeeeee;
  font-size: 0.9em;
  vertical-align: bottom;
  border-bottom: 2px solid;
  border-color: #666666; }
table.ec tbody td {
  border-bottom: 1px solid #999999;
  vertical-align: middle; }
/* --------- /facebox/facebox.css --------- */ 
#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
