html, body, ul, li, table, tr, td, form {
  margin: 0;
  padding: 0;
}

.center {
  position:absolute;
  top:30px;
  left:35px;
}

.hidden,
.hide {display: none;}

.fll {float: left;}
.flr {float: right;}
.both {clear:both;font-size:1px;height:1px !important;}
.w50 {width:50px;}

table {border-collapse: collapse; vertical-align: top;}
td {vertical-align: top;}

body {
  font: 13px Trebuchet MS, Sans-serif;
  background-color: #918F90;
}

.niz {
  font: 11px Trebuchet MS, Sans-serif;
text-align: justify;
  margin: 20;
}

H1 {
  font: 16px Trebuchet MS, Sans-serif;
font-weight: bold;
}

table.site {
  width: 910px;
  margin: 0 auto;
  height: 720px;
}

div.site div.usor-down {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 394px;
  height: 390px;
  background-image: url(/etc/img/forsite/uzor_down.png);
  z-index: -10;
}

div.site.index {
  background: url(/etc/img/forsite/main-index.jpg) no-repeat !important;
}
div.site {
  width: 906px;
  min-height: 720px;
  margin: 0 auto;
  position: relative;
  background: url(/etc/img/forsite/main.gif) no-repeat;
}

/* logo {{{ */
table.site td.header-logo {
  padding-top: 20px;
  height: 128px;
}
table.site td.header-logo div.logo {
  width: 205px;
  height: 108px;
  background-image: url(/etc/img/forsite/logo.png);
}
/* }}} */


/* header-menu, minicart... {{{ */
table.site td.header-menu {
  padding-top: 23px;
  padding-left: 17px;
}
table.site td.header-menu div.header {
  width: 377px;
  height: 67px;
}
table.site td.header-menu div.minicart {
  position:relative;
  width: 154px;
  height: 40px;
  background: url(/etc/img/forsite/minicart-bg.jpg) repeat-y;
  padding: 10px 0 10px 10px;
  font-weight:bold;
}
.kor {
  position:absolute;
  top:5px;
  left:45px;
  }

table.site td.header-menu div.header-menu {
  margin-top: 10px;
}
table.site td.header-menu div.header-menu ul {
  list-style: none;
}
table.site td.header-menu div.header-menu ul li {
  float: left;
  margin-right: 3px;
  margin-left: 3px;
}
table.site td.header-menu div.header-menu ul li a {
  display: block;
  background: url(/etc/img/forsite/menu_back.gif) repeat-x;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #222;
}
table.site td.header-menu div.header-menu ul li a:hover {
  text-decoration: underline;
  color:#ffffff;
}

.header-menu li a:hover{
  color:#ffffff;
  text-decoration: underline;
}
.mini {
  cursor: pointer;
  }
/* }}} */


/* left menu {{{ */
table.site td.left {
  padding-top: 20px;
  width: 205px;
}
table.site td.left div.left {
  background: url(/etc/img/forsite/left-menu-bg.jpg) repeat-y;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.site td.left div.left div.header {
  height: 33px;
  background: url(/etc/img/forsite/left-menu-header.png) no-repeat;
}
table.site td.left div.left ul {
  list-style: none;
  padding: 10px 20px 10px 26px;
}
table.site td.left div.left ul li {
  list-style-image: url(/etc/img/forsite/left-menu-li.gif);
}
table.site td.left div.left ul li ul {
  padding: 5px 0 5px 10px;
  list-style-image: none;
  list-style-type: disc;
}
table.site td.left div.left ul li ul li {
  list-style-image: none;
  list-style-type: disc;
}
table.site td.left div.left ul li ul li a {
  color: #333;
}

.left li a {
  color:#222;
  text-decoration:underline;
  font-weight: bold;
}

.left li a:hover {
  text-decoration:none;
}

.left_reg {background: url(/etc/img/forsite/left-menu-bg.jpg) repeat-y;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top:15px;}

.left_search {
  background: url(/etc/img/forsite/left-menu-bg.jpg) repeat-y;
  height:35px;
  padding: 8px 0px 6px 10px;
  padding-bottom: 0px;
  margin-top:15px;
}
ul.search_result {
  list-style: none;
  padding: 10px 20px 10px 15px;
  }
.search_result li {
  padding-left:10px;
  background: url(/etc/img/forsite/left-search-li.gif) no-repeat 0 7px;
  }
.for_search_info {
  margin-top:5px;
  padding:5px 0;
}
.search_info  {
  background-color:#EEEEEE;
  border:1px dashed #BBBBBB;
}
.p5px {
  padding:5px;
}

.title_bg {
  font-size:18px;
  font-weight:bold;
}


.input_search  {
  color:#5e5e5e;
  font-family:Trebuchet MS, Sans-serif;
  font-size:12px;
  width:115px;
  margin-right:3px;
}
.left_reg ul {
  list-style: none;
  padding: 10px 20px 10px 15px;
  }
.left_reg li {
  padding-left:10px;
  background: url(/etc/img/forsite/left-menu-li.gif) no-repeat 0 7px;
  }
/* }}} */


/* main {{{ */
table.site td.main {
  padding-top: 30px;
  padding-left: 50px;
}

.main {
  padding:20px;
  margin:20px 6px 0 20px;
  background-color:#f0f0f0;
}

/* }}} */


/* footer {{{ */
 table.site td.footer {
  font-size: 10px;
  padding: 0 0 10px 15px ;
  color:#c8c7c7;
}
/* }}} */

a {text-decoration:underline;color: #ab1019;}
a:hover{text-decoration:none;color:#c81620;cursor:pointer;}
a img {border:0;}





/* MAGZ*/
.price_active {
  color: red;
}

.items_grid {
  margin: 0 12px;
}

.path {
  margin-bottom: 10px;
}

div.item {
  cursor: pointer;
  margin: 5px;
  border: 1px solid #8F8F8F;
  background-color: #d3d3d3;
  overflow: hidden;
  height: 250px;
}

img.mediumPic {
  width: 142px !important;
  height: 213px !important;
}

div.item_name {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

div.item_price {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
  padding-right: 20px;
}

div.item_pic {
  /*height: 200px;*/
  overflow: hidden;
  background-color: white;
}

.for_page_menu {margin-bottom: 5px;float:left; padding: 3px 0;}
.for_page_count {margin-bottom: 5px;float:right;}
.for_page_menu a {color: #555; text-decoration: none;}
.sort {margin-bottom: 10px;}
.page_active {
  cursor: pointer;
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
  color: #555;
  padding: 2px 4px;
}
.page_no_active {
  background-color: white;
  border: 1px solid #dcdcdc;
  color: #bbb;
  padding: 2px 4px;
}
.page_hover {
  color: #fff;
  background-color: #28558c;
  border: 1px solid #7b93af;
}
.page_hover a {color: #fff;}

.input_count {
  width: 20px;
}


/* podrobnee */
table.showItem {
  width: 100%;
}

table.showItem td.left {
  width: 50%;
  padding: 0px;
}

div.box {
  width: 262px;
  background-color: #d3d3d3;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 5px;
}

table.csg {

}
table.csg td {
  border: 1px solid #adaf9a;
  padding:2px 5px;
}

input.grid {
  width: 30px;
}


/* cart */
table.cart {
  width: 100%;
  border: 1px solid #ADAF9A;
  background-color: #d3d3d3;
}

.cart td {
  border: 1px solid #ADAF9A;
  padding:3px;
}

tr.colorer td {
  background-color: #ddd;
  
}
.korz_n {
  font-family: times new roman,times; 
  background-color: rgb(145, 143, 143); 
  font-size: 22px; 
  color: rgb(255, 255, 255);
}

/* podrobnee */
table.forPhoto {
  border-spacing: 0;
  border: none;
}

table.forPhoto td {
  border: 14px solid #F0F0F0;
}

table.forPhoto td.mini {
  vertical-align: top;
}
table.forPhoto td.mini2 {
  vertical-align: middle;
}
table.forPhoto td.mini3 {
  vertical-align: bottom;
}
table.forPhoto td.mini img {
  width: 71px !important;
  height: 107px !important;
  border: 1px solid #8F8F8F;
}

table.forPhoto td.big {

}

table.forPhoto td.big img {
  width: 247px !important;
  height: 371px !important;
  border: 1px solid #8F8F8F;
}

/* 247x371*/


.reg {
  font-family: times new roman,times; 
  background-color: rgb(145, 143, 143); 
  font-size: 22px; 
  color: rgb(255, 255, 255);
}

.login_input {width:250px;}

.obolochka {
  background-color: #d3d3d3;
  padding: 10px;
}
.prof_inp {width:250px;}

.flash {
  width:383px;
  height:510px;
  position:absolute;
  right:85px;
  top:181px;
}
