/*
Project:   Jacks (New Version)
CSS Type:  Semantic
Version:   1.1 (10.06.2010)
Author:    Grigory Zarubin (Shogo.RU)
*/

/*   -=========== Common Styles ===========-   */
html, body {
  height: 100%; }
body {
  font: 13px Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 120%;
  color: #696969;
  background: url(body_bg.png) repeat-x 0 0 #FFFFFF; }
* {
  font-size: 100%;
  margin: 0;
  padding: 0; }
a {
  color: #346D06; }
a img, table {
  border: 0; }
a:focus {
  outline: none; }
.zero {
  border-spacing: 0;
  border-collapse: collapse; }
.zero td {
  padding: 0; }
.z7 td {
  padding: 7px 0; }
.z10_ td {
  padding: 0 0 10px 0; }
.bb {
  font-weight: bold; }
.m3 {
  margin-bottom: 3px; }
.m5 {
  margin-bottom: 5px; }
.m7 {
  margin-bottom: 7px; }
.m10 {
  margin-bottom: 10px; }
.m15 {
  margin-bottom: 15px; }
.m20 {
  margin-bottom: 20px; }
.m25 {
  margin-bottom: 25px; }
.m30 {
  margin-bottom: 30px; }
.m40 {
  margin-bottom: 40px; }
.m50 {
  margin-bottom: 50px; }
.hova a {
  text-decoration: none; }
.hova a:hover {
  text-decoration: underline; }
.unhova a {
  text-decoration: underline; }
.unhova a:hover {
  text-decoration: none; }
.nova a {
  text-decoration: none; }
.s9 {
  font-size: 9px;
  line-height: 120%; }
.s10 {
  font-size: 10px;
  line-height: 120%; }
.s11 {
  font-size: 11px;
  line-height: 120%; }
.s12 {
  font-size: 12px;
  line-height: 120%; }
.s13 {
  font-size: 13px;
  line-height: 120%; }
.s14 {
  font-size: 14px;
  line-height: 120%; }
.s15 {
  font-size: 15px;
  line-height: 120%; }
.s16 {
  font-size: 16px;
  line-height: 120%; }
.s17 {
  font-size: 17px;
  line-height: 120%; }
.s21 {
  font-size: 21px;
  line-height: 120%; }
h1, h1 a {
  font-family: Verdana, Trebuchet MS, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #346D06;
  margin-bottom: 15px;
  text-decoration: none; }
h2 {
  font-family: Verdana, Trebuchet MS, sans-serif;
  font-size: 13px;
  line-height: 120%;
  color: #346D06;
  margin-bottom: 10px; }
h2 a {
  font-family: Verdana, Trebuchet MS, sans-serif;
  font-size: 13px;
  line-height: 120%;
  color: #346D06;
  margin-bottom: 10px;
  text-decoration: underline; }
h2 a:hover {
  text-decoration: none; }
h3, h3 a {
  font-size: 14px;
  line-height: 120%;
  color: #346D06;
  margin-bottom: 10px;
  text-decoration: none; }
h4, h4 a {
  font-size: 12px;
  line-height: 120%;
  color: #346D06;
  margin-bottom: 10px;
  text-decoration: none; }
p {
  padding-bottom: 10px; }
ul, ol, ul.default {
  margin: 5px 0 15px 0; }
ol {
  margin: 5px 0 20px 20px; }
ul.default {
  margin-top: 0; }
ul li, ul.default li {
  margin: 5px 0;
  list-style-position: inside;
  list-style-type: square; }
ul.default li {
  margin: 0 0 5px 20px;
  list-style-position: outside;
  list-style-type: disc; }
ol li {
  margin: 0 0 10px 0;
  list-style-position: outside; }
.inp, textarea, select {
  font: 13px Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #2C5D04;
  padding: 1px 5px;
  background: #FFFFFF;
  border: 1px solid #42830A; }
.input_error {
  background: #FADCDA;
  border: 1px solid #8A1712;
  color: #8A1712; }
.srch {
  color: #595959;
  padding: 2px 5px 1px 5px;
  border: 1px solid #42413F; }
.srch_ {
  background: #F4F4F4;
  border: 1px solid #C0C0BE; } 
select {
  padding: 0; }
label {
  cursor: pointer; }
.left {
  float: left;
  margin: 0 15px 10px 0; }
.right {
  float: right;
  margin: 0 0 10px 15px; }
.auto {
  width: 100%;
  height: auto; }
.ver {
  font-family: Verdana, Tahoma, sans-serif; }


/*   -=========== Structure ===========-   */
#container {
  position: relative;
  min-height: 100%;
  width: 1004px;
  margin: 0 auto; }
#header {
  position: relative;
  height: 284px;}
#menu {
  height: 51px; 
  background: url(top_menu_bg.png) repeat-x;
  margin: 0; }
#content {
  overflow: hidden;
  padding-bottom: 110px; 
  background: url(content_bg.png) repeat-x 0 0 #fafaed; }
#left_col {
  background: #bedc9e;
  float: left;
  width: 250px;
  padding: 25px 13px 0 11px; }
#main {
  overflow: hidden;
  padding: 10px 20px 0 20px;
  min-height: 150px; }
#footer {
  clear: both;
  background: url(footer_bg.png) repeat-x 0 0 #DDE7C9;
  position: relative;
  border-top: 1px solid #B2B2B2;
  margin-top: -90px; }
#footer .footer_inner {
  height: 90px; 
  width: 1004px; 
  margin: 0 auto 0 auto; }


/*   -=========== Blocks ===========-   */
#vcard {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 16px solid #000000;
  border-right: 16px solid #000000; }
#vcard .vcard_inner {
  width: 240px;
  height: 325px;
  padding: 8px 0 0 0;
  text-align: center;
  background: url(vcard_bg.png) repeat-x 0 0 #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF; }
.hd_lang {
  float: right;
  padding-right: 278px; }
.hd_lang * {
  display: block;
  float: left;
  width: 13px;
  height: 26px;
  padding: 15px 15px 0 7px;
  color: #FFFFFF; }
.hd_lang span {
  background: url(hd_lang_bg.png) no-repeat 0 0; }
.hd_navi {
  margin-bottom: 10px; }
.hd_navi img {
  background: url(hd_navi.gif) no-repeat 0 0; }
.hd_logo {
  margin-bottom: 6px; }
.hd_logo img {
  background: url(hd_logo.png) no-repeat 0 -155px;
  width: 160px;
  height: 155px; }
.hd_phones, .hd_work_mode, .hd_rf  {
  font-size: 19px;
  line-height: 120%;
  color: #37590C;
  margin-bottom: 5px; }
.hd_rf {
	font-size: 18px;
	margin-bottom: 10px; }
.hd_phones div {
  margin-bottom: 3px; }
.hd_phones span, .hd_work_mode span {
  font-size: 17px;
  color: #7DAE29; }
.hd_work_mode {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px!important;
  margin-bottom: 10px; }
.hd_work_mode span {
  font-size: 11px; }

.work #vcard {
  border: 0; }
.work #vcard .vcard_inner {
  width: 276px;
  height: 270px;
  padding: 18px 0 0 0;
  background: none;
  border: 0; }
.work .hd_navi {
  margin-bottom: 22px; }
.work .hd_navi img {
  background-position: 0 -12px; }
.work .hd_logo {
  margin-bottom: 0; }
.work .hd_logo img {
  background-position: 0 0;
  width: 160px;
  height: 155px; }
.work .hd_phones, .work .hd_work_mode {
  font-size: 13px;
  color: #FFFFFF; }
.work .hd_phones {
  width: 207px;
  height: 76px;
  margin: 0 auto 6px auto;
 /* background: url(hd_phones.png) no-repeat 0 0; */}
/*.work .hd_phones div {
  display: none; }*/
.work .hd_phones span, .work .hd_work_mode span {
  color: #BEDC9E; }
.work .hd_phones span {
  font-size: 13px; }
.work .hd_work_mode {
  font-size: 13px!important;
  padding-top: 4px; }
.work .hd_work_mode span {
  font-size: 13px!important; }
.work .hd_cc {
  display: none; }
.work .hd_rf {
  display: none; }

#hd_menu {
  height: 232px; }
#hd_menu ul {
  float: left;
  width: 315px;
  margin: 0;
  padding: 0; }
#hd_menu li {
  margin: 0;
  padding: 0;
  list-style: none; }
#hd_menu li * {
  display: block;
  height: 25px;
  padding: 0 5px 0 15px;
  background: #87B540;
  border-bottom: 1px solid #FFFFFF;
  font: 12px Verdana, Tahoma, sans-serif;
  line-height: 25px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none; }
#hd_menu li a:hover, #hd_menu li.current * {
  background: #C0D89C; }
#hd_menu li.last * {
  height: 26px;
  border: 0; }

#menu li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }
#menu li * {
  display: block;
  border-right: 1px solid #85C453;
  font: 14px Verdana, Tahoma, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  height: 11px;
  margin: 10px 0 0 0;
  padding: 7px 10px 12px 10px; }
#menu li.last * {
  border: 0;
  padding-right: 0; }
#menu li a:hover, #menu li.current * {
  color: #C5EC88; }

#submenu, .green_block, .green_block_ {
  background: url(submenu_bg.png) repeat-x 0 0 #E2EBD0;
  padding: 20px 15px 15px 15px;
  margin: 0 0 30px 0;
  overflow: hidden; }
.green_block_ {
  background: #BEDC9E; }
#submenu li {
  float: left;
  width: 220px;
  padding: 0 0 5px 0;
  margin: 0;
  list-style: none; }
#submenu li * {
  display: block;
  background: url(mrk1.gif) no-repeat 0 7px;
  color: #336B05;
  padding-left: 10px; }
#submenu li a:hover {
  text-decoration: none; }
#submenu li.current * {
  background-position: 0 -48px;
  color: #8A1712; }
#submenu li.section * {
  background: none;
  background-position: 0 -48px;
  font-weight: bold;
  color: #346D06; }

.left_block {
  position: relative;
  background: url(left_block_bg.gif) no-repeat 100% 100%;
  padding: 0 5px 5px 6px;
  margin-bottom: 25px; }
.left_block .mrk {
  position: absolute;
  top: -8px;
  left: -5px;
  background: url(left_block_mrks.png) no-repeat 0 0;
  width: 63px;
  height: 42px;
  font-size: 1px;
  line-height: 1px; }
.left_block .podb {
  background-position: 0 -42px; }
.left_block .news {
  background-position: 0 -84px; }
.left_block .basket {
  background-position: 0 -126px; }
.left_block .actn {
  background-position: 0 -168px; }
.left_block .serch {
  background-position: 0 -209px; }
.left_block .orders {
  background: url(left_block_mrk_cancel.png) no-repeat 0 0; }
.left_block .hdr {
  background: url(left_block_hdr_bg.gif) no-repeat;  
  height: 22px;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
  padding: 7px 0 0 46px; }
.left_block .hdr.news {
   background-position: 100% 0; }
.left_block .hdr.pdr {
   background-position: 100% -29px; }
.left_block .hdr.action {
   background-position: 100% -58px; }
.left_block .hdr a {
  color: #FFFFFF;
  text-decoration: none; }
.left_block .cnt {
  overflow: hidden;
  font-size: 12px;
  line-height: 120%;
  padding: 24px 6px 14px 6px; }
.left_block .cnt {
  background: url(left_block_cnt_bg.png) repeat-x 0 100% #FAFAED; }
.left_block .cnt.action {
  background: url(left_block_cnt_bg_action.png) repeat-x 0 100% #FF993E; }
.left_block .cnt.news {
  background: url(left_block_cnt_bg_news.png) repeat-x 0 100% #85C453; }
.podb_item {
  overflow: hidden;
  margin: -10px 0 0 -5px; }
.podb_item a {
  font-size: 13px;
  line-height: 105%;
  color: #5B5B5B;
  text-decoration: none; }
.podb_item img {
  float: left; }
.podb_item span {
  display: block;
  padding-top: 7px;
  text-decoration: underline; }

.cat_block {
  overflow: hidden;
  float: left;
  width: 148px;
  height: 189px;
  background: url(cat_block_bg.gif) no-repeat 0 100%;
  padding-bottom: 5px;
  margin: 0 24px 20px 0; }
.jcarousel-skin-shogo .cat_block {
  float: none;
  width: 117px;
  margin: 0;
  background: none; }
.cat_block a {
  display: block;
  text-align: center;
  border: 1px solid #B2B2B2;
  background: url(cat_block_a_bg.png) repeat-x 0 100% #FFFFFF;
  height: 180px;
  padding: 2px 2px 5px 2px;
  font: 14px Verdana, Tahoma, sans-serif;
  font-weight: bold;
  color: #2C5D04;
  text-decoration: none; }
.jcarousel-skin-shogo .cat_block a {
  font-size: 11px;
  border: 0;
  height: 145px;
  background: #FFFFFF; }
.cat_block a b {
  display: block;
  margin-top: 5px; }
.jcarousel-skin-shogo .cat_block a b {
  font-weight: normal; }
.cat_block a:hover b {
  text-decoration: underline; }

.product_block {
  border: 1px solid #B2B2B2;
  float: left;
  width: 332px;
  margin: 0 5px 10px 0;
  padding: 3px; }
.product_block img.left {
  margin: 0 15px 5px 0; }
.order {
  position: absolute;
  width: 376px;
  left: 308px;
  bottom: 0;
  border: 1px solid #B2B2B2;
  padding: 2px; }
.order_inner {
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #2C5D04;
  background: #DEEDCE;
  padding: 4px 15px; }
.product_block .order {
  clear: both;
  position: static;
  width: 332px;
  border: 0;
  padding: 0;
  height: 30px; }
.product_block .order_inner {
  font-size: 11px; }

.clients_block {
  position: relative;
  background: url(clients_block_bg.gif) no-repeat 50% 100%;
  padding-bottom: 7px; 
  margin-bottom: 50px; }
.clients_block .shadow {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 1;
  background: url(clients_block_shadow_bg.gif) no-repeat 0 0;
  width: 500px;
  height: 5px;
  font-size: 1px;
  line-height: 1px; }
.clients_block .hdr {
  position: relative;
  background: url(clients_block_hdr_bg.gif) no-repeat 0 0;
  z-index: 2;
  height: 23px;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 8px 0 0 42px; }
.clients_block .hdr a {
  color: #FFFFFF;
  text-decoration: none; }
.clients_block .cnt {
  border: 1px solid #B2B2B2;
  padding: 3px; }
.clients_block .cnt_inner {
  background: url(clients_block_cnt_bg.png) repeat-x 0 100% #FFFFFF;
  padding: 25px 15px;
  overflow: hidden; }
.clients_block .podb_item {
  float: left;
  width: 202px;
  margin: 0;
  padding-right: 15px; }
.clients_block .podb_item a {
  font-size: 20px;
  color: #B4A58E; }
.clients_block .podb_item img {
  margin-right: 10px; }
.clients_block .podb_item span {
  text-decoration: none; }
.clients_block .podb_item a:hover span {
  text-decoration: underline; }

.tabs-container .left {
  margin: 0 13px 0 0; }
#rating-selector {
  cursor: pointer; }
.rating, .rating div, .rating span {
  position: relative;
  background: url(rating.png) no-repeat 0 0;
  width: 100px;
  height: 16px;
  overflow: hidden; }
.rating-white {
  width: 105px; }
.rating-white div {
  float: left;
  width: 16px;
  height: 16px;
  padding-right: 5px; }
.rating-white div.rating-full {
  background-position: 0 -32px; }
.rating-white div.rating-half {
  background-position: 0 -48px; }
.rating-white div.rating-none {
  background-position: 0 -64px; }
.rating span {
  display: block;
  position: absolute;
  background-position: 0 -16px;
  top: 0;
  left: -100px;
  width: 100px;
  height: 16px;
  z-index: 1; }
.rating-1 span {
  left: -84px; }
.rating-2 span {
  left: -63px; }
.rating-3 span {
  left: -42px; }
.rating-4 span {
  left: -21px; }
.rating-5 span {
  left: 0; }

div.form {
  border: 1px solid #B2B2B2;
  color: #2C5D04;
  padding: 2px; }
div.form .form_inner {
  background: #DEEDCE;
  padding: 20px; }
.form label {
  float: left;
  width: 150px;
  padding-right: 15px; }
.form .pdb {
  margin-left: 165px; }
.form .pdb label {
  float: none;
  width: 100%;
  padding-right: 0; }

#basket, .popup {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 250px;
  height: 70px;
  border: 2px solid #408309;
  background: #ECF4E3;
  padding: 10px; }
.popup {
  width: 240px;
  height: auto;
  border: 0;
  padding: 0; }
.popup .popup_inner {
  border: 1px solid #408309;
  padding: 10px; }
.popup_product_img {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #DEEDCE;
  padding: 5px; 
  border: 1px solid #B2B2B2; 
  width: 400px;
  height: 300px; }
#mail {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 355px;
  border: 2px solid #408309;
  background: #ECF4E3;
  padding: 10px; }

#footer .counters {
  float: right;
  padding: 20px 20px 0 50px; }
#footer .counters img {
  float: left;
  margin-right: 10px; }
#footer .copyright {
  padding: 20px 0 0 25px;
  font-size: 11px;
  line-height: 120%;
  color: #575757;
  overflow: hidden; }


/*   -=========== Classes ===========-   */
.white, .white a {
  color: #FFFFFF!important; }
.black, .black a {
  color: #000000; }
.red, .red a {
  color: #DC0505; }
.bard, .bard a {
  color: #8A1712; }
.green, .green a {
  color: #346D06; }
.agreen, .agreen a {
  color: #2C5D04!important; }
.green_ {
  color: #84BE5A; }
.dgreen, .dgreen a {
  color: #37590C; }
.lgreen, .lgreen a {
  color: #D1F7BD; }
.salat, .salat a {
  color: #7DAE29; }
.grey, .grey a {
  color: #424242; }
.lgrey, .lgrey a {
  color: #5B5B5B; }

.mrk1, .mrk1_ {
  background: url(mrk1.gif) no-repeat 0 7px;
  padding-left: 10px; }
.mrk1_ {
  background-position: 0 6px; }
.hr1, .hr2, .hr3, .hr4  {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 0 0 15px 0; }
.hr1 {
  background: url(hr1.gif) repeat-x 0 0; }
.hr2 {
  background: #FFFFFF; }
.hr3 {
  background: url(hr3.gif) repeat-x 0 0; }
.hr4 {
  background: url(hr4.gif) repeat-x 0 0; }

.ib, .ib_ {
  border: 1px solid #B2B2B2;
  padding: 1px; }
.ib_ {
  margin: 0 2px 0 0;
  padding: 2px; }
.ib__ {
  border: 1px solid #FFFFFF; }
.l_main {
  float: left;
  width: 49%; }
.r_main {
  margin-left: 51%; }
.bord {
  border-top: 1px solid #B2B2B2;
  border-left: 1px solid #B2B2B2; }
.bord th {
  padding: 5px;
  background: #DEEDCE;
  color: #2C5D04;
  border-right: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2; }
.bord td {
  padding: 5px;
  border-right: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2; }

.text_container {
  overflow: hidden;
  margin-bottom: 10px; }
.nofloat {
  overflow: hidden; }

#basket_table td.quant{
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
  padding:0 10px 7px 10px; }
#basket_table td.price {
  padding-right:10px;
  vertical-align: top;
  text-align: right;
  white-space: nowrap;}
#basket_table td.del {
  vertical-align: top; }
#basket_table td.del img {
  width: 9px;
  height: 11px;
  cursor: pointer; }

.bnr {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  color: #37590C; }
.bnr span {
  text-decoration: underline; }
#rotator {
  height: 203px !important;
  margin-bottom: 20px; }
#rotator img{
  height: 203px !important; }
.rot_block {
  position: relative;
  width: 660px;
  height: 203px !important; }
.rot_block .over {
  display: none;
  width: 100%;
  height: 62px;
  position: absolute;
  background: url(rot_block_bg.png) repeat;
  bottom: 0;
  left: 0;
  z-index: 100; }
.rot_block .over div {
  color: #000000;
  padding: 7px 20px 10px; }
#rotator .links, #top-carousel .links {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 101; }
#rotator .links a, #top-carousel .links a {
  display: block;
  width: auto;
  float: left;
  font-size: 13px;
  line-height: 13px;
  padding: 3px 6px;
  margin-right: 7px;
  background: #52A50F;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none; }
#rotator .links a.auto, #rotator .links a.pause, #top-carousel .links a.auto, ##top-carousel .links a.pause {
  width: 8px;
  background: url(rot_links_bg.gif) no-repeat 6px 4px #52A50F; }
#rotator .links a.pause, #top-carousel .links a.pause {
  background-position: 5px -27px; }
#rotator .links a.current, #top-carousel .links a.current {
  background: #237210; }

#rotator .ny {
  background: url(rotator_ny_bg.png) no-repeat 0 0;
  position: absolute;
  top: -23px;
  right: -28px;
  z-index: 102;
  width: 139px;
  height: 160px; }
  
#top-carousel, .gallery_container {
  position: relative;
  width: 728px;
  overflow: hidden; }
