/* --------- /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/shkaf4u.css --------- */ 
a:link {
  color: #513b19; }
a:visited {
  color: #30230f; }
a:hover {
  color: black; }

body {
  background: transparent url(/images/top_bg1.gif) repeat-x; }

div#page {
  background: transparent url(/images/c_r_bg.gif) repeat-y top right;
  min-width: 950px; }

div#topr {
  font-size: 120%;
  font-weight: bold;
  background: transparent url(/images/top1.gif) no-repeat scroll top left;
  color: white; }
  div#topr span {
    display: block;
    background: transparent url(/images/top3.gif) no-repeat scroll top right;
    text-align: right;
    line-height: 1.7;
    padding: 0;
    height: 26px;
    padding-right: 150px;
    vertical-align: middle; }
    div#topr span span {
      font-weight: normal; }

#header {
  padding: 0;
  background: url(/images/top_l_bg.gif) no-repeat top left;
  height: 135px; }
  #header .phone {
    position: absolute;
    top: 70px;
    right: 150px;
    font-size: 300%; }
    #header .phone span {
      font-weight: normal;
      font-size: 60%; }
  #header #top_search {
    background: url(/images/top_bg2.gif) repeat-x;
    text-align: right;
    margin-left: 200px; }
    #header #top_search b {
      color: white; }
    #header #top_search form {
      height: 135px;
      background: url(/images/top_r_bg.gif) no-repeat top right;
      padding-right: 150px;
      padding-top: 10px; }
  #header #logo {
    position: absolute;
    width: 419px;
    height: 161px;
    background: url(/images/logo_bg.gif) no-repeat top left;
    left: 102px;
    top: 0px; }
    #header #logo a {
      width: 330px;
      height: 60px;
      display: block;
      overflow: hidden;
      text-indent: -9999px;
      position: relative;
      top: 60px;
      left: 40px; }
      #header #logo a span {
        display: block;
        width: 330px;
        height: 60px;
        background: url(/images/logo.gif) no-repeat top left;
        position: absolute;
        top: 0px;
        left: 0px; }

#right_menu {
  width: 100px;
  float: right;
  padding: 5px; }

.left_column {
  background: transparent url(/images/left_col_bg.gif) repeat-y;
  width: 26%; }
  .left_column h2 {
    padding-top: 1em; }
  .left_column ul, .left_column h2, .left_column p {
    margin-left: 30px; }

#footer {
  height: 50px;
  clear: both;
  color: white;
  padding: 0;
  font-size: 85%;
  background: #333333 url(/images/b_bg.gif) repeat-x; }
  #footer a:link {
    color: #fbb84e; }
  #footer a:visited {
    color: #fbb84e; }
  #footer a:hover {
    color: white; }
  #footer .copy {
    background: transparent url(/images/b_l.gif) no-repeat;
    float: left;
    height: 50px;
    padding-left: 102px; }
    #footer .copy address {
      padding: 0;
      padding-top: 1.4em; }
      #footer .copy address span {
        display: inline; }
      #footer .copy address .adr, #footer .copy address .tel {
        display: none; }
  #footer .counter {
    text-align: right;
    background: transparent url(/images/b_r.gif) no-repeat 100% 0%;
    padding-top: 1.4em;
    padding-right: 150px; }

h1 {
  font-size: 160%; }

h2 {
  font-size: 145%; }

h3 {
  font-size: 130%; }

h4 {
  font-size: 110%; }

#container {
  float: right;
  width: 72%; }
  #container #yield {
    margin-right: 150px;
    font-size: 110%;
    padding-bottom: 2em; }

h1 a, h1 a:link, h1 a:hover, h1 a:visited, h2 a, h2 a:link, h2 a:hover, h2 a:visited {
  text-decoration: none;
  color: black; }

.products_menu {
  margin-bottom: 2em; }
  .products_menu ul {
    font-size: 110%; }
    .products_menu ul li.b {
      padding: 0.1em 0em; }
    .products_menu ul li.b.current > a, .products_menu ul li.b.current > a:link {
      font-weight: bold;
      background: #513b19;
      color: white;
      margin: -0.2em;
      padding: 0.2em; }
    .products_menu ul ul.c {
      margin-left: 10px; }
      .products_menu ul ul.c li {
        font-size: 90%; }
        .products_menu ul ul.c li.current {
          font-weight: bold; }
          .products_menu ul ul.c li.current a, .products_menu ul ul.c li.current a:link {
            color: black; }

.inv {
  display: none; }

.pagination {
  text-align: left;
  padding: 1em 0.3em;
  width: auto; }
  .pagination a, .pagination span {
    padding: 0.2em 0.5em; }
  .pagination span.disabled {
    color: #aaaaaa; }
  .pagination span.current {
    font-weight: bold;
    color: #513b19; }
  .pagination a {
    border: 1px solid #dddddd;
    color: #666666;
    text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      border-color: #666666;
      background: #666666;
      color: white; }
  .pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .pagination .prev_page, .pagination .next_page {
    border-width: 1px; }

.pagination_show_all {
  float: right;
  padding: 1em 0.3em; }

.productlist table, .cart table {
  width: 100%; }
  .productlist table td, .productlist table th, .cart table td, .cart table th {
    padding: 0.1em 0.5em; }
  .productlist table thead tr th, .cart table thead tr th {
    font-size: 80%;
    text-align: left;
    background: #eeeeee;
    border-bottom: 2px solid;
    border-color: #513b19; }
  .productlist table tbody tr td, .cart table tbody tr td {
    vertical-align: middle;
    border-bottom: 2px dotted;
    border-color: #ffe4b4; }
    .productlist table tbody tr td.pic, .cart table tbody tr td.pic {
      text-align: center; }
    .productlist table tbody tr td.title, .cart table tbody tr td.title {
      font-size: 110%; }
      .productlist table tbody tr td.title small, .cart table tbody tr td.title small {
        font-size: 80%; }
    .productlist table tbody tr td.qty, .cart table tbody tr td.qty {
      text-align: center; }
      .productlist table tbody tr td.qty input, .cart table tbody tr td.qty input {
        text-align: center; }
    .productlist table tbody tr td.price, .cart table tbody tr td.price {
      text-align: right;
      font-weight: bold;
      color: #ff7700;
      white-space: nowrap; }
  .productlist table tfoot, .cart table tfoot {
    font-size: 120%; }
    .productlist table tfoot td.price, .cart table tfoot td.price {
      text-align: right;
      font-weight: bold;
      color: #ff7700;
      white-space: nowrap; }
    .productlist table tfoot td.qty, .cart table tfoot td.qty {
      text-align: center; }

.cart h2 {
  font-size: 1.2em; }
  .cart h2 a {
    text-decoration: underline;
    color: #513b19; }
.cart p {
  font-size: 0.9em; }

.product_info .pic {
  float: right;
  padding: 0.5em;
  text-align: center;
  font-size: 80%;
  border: 2px dotted;
  border-color: #ffe4b4; }

.buy_form fieldset {
  border: 2px dotted;
  border-color: #ffe4b4;
  margin-left: -1em; }

.manufacturer_info {
  margin-top: 2em; }

input.buy {
  width: 150px;
  height: 40px;
  background: url(/images/buy_b.gif) no-repeat top left;
  border: none;
  color: transparent;
  cursor: pointer;
  text-indent: 999px;
  overflow: hidden;
  display: block;
  vertical-align: middle; }

input.checkout {
  width: 150px;
  height: 40px;
  background: url(/images/checkout_b.gif) no-repeat top left;
  border: none;
  color: transparent;
  cursor: pointer;
  text-indent: 999px;
  overflow: hidden;
  display: inline;
  vertical-align: middle; }

input.reload {
  width: 150px;
  height: 40px;
  background: url(/images/reload_b.gif) no-repeat top left;
  border: none;
  color: transparent;
  cursor: pointer;
  text-indent: 999px;
  overflow: hidden;
  display: inline;
  vertical-align: top; }

input.next {
  width: 150px;
  height: 40px;
  background: url(/images/next.gif) no-repeat top left;
  border: none;
  color: white;
  cursor: pointer;
  text-indent: 999px;
  overflow: hidden;
  display: inline;
  vertical-align: middle; }

.main_recommendations {
  margin: 1em 0em;
  border-left: 1px solid;
  border-left-color: #ffe4b4; }
  .main_recommendations li {
    width: 32%;
    height: 220px;
    float: left;
    text-align: center;
    border-right: 1px solid;
    border-right-color: #ffe4b4; }
  .main_recommendations .price {
    color: #ff7700;
    font-size: 120%;
    padding: 0.5em 0em; }

div.flash {
  background: #e1e1e1 url(/images/left_col_bg_e.gif) repeat-y;
  font-weight: bold; }

div#flash.notice {
  background: url(/images/c_r_bg_e.gif) repeat-y top right;
  border: none;
  color: #ff460b;
  padding: 0.5em 0em 0.5em 30px; }

div#flash.error {
  background: url(/images/c_r_bg_e.gif) repeat-y top right;
  border: none;
  color: red;
  padding: 0.5em 0em 0.5em 30px; }

.sitemap {
  margin-left: -2em; }
  .sitemap ul {
    margin: 0.3em 0em 0.5em 2em; }

.price .discount {
  background-color: #fff338; }

.pic.fl {
  margin-right: 1em; }

.pic.fr {
  margin-left: 1em; }

.text_block_shkaf4u_text_sand table {
  margin-bottom: 1em; }
  .text_block_shkaf4u_text_sand table td {
    padding-right: 1em;
    text-align: center; }

table.catlist {
  width: 100%; }
  table.catlist td.col1 {
    width: 50%; }

.product_set_content .price {
  white-space: nowrap; }
.product_set_content table th {
  vertical-align: bottom;
  font-size: 80%; }
.product_set_content table td, .product_set_content table th {
  padding: 0.3em 0.5em; }
.product_set_content table thead th {
  border-bottom: 2px solid #999999; }
.product_set_content table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #cccccc; }
  .product_set_content table tbody td.pic {
    width: 70px;
    background: white;
    border: none; }
  .product_set_content table tbody td.title {
    font-size: 130%; }
  .product_set_content table tbody td.qty {
    width: 30px;
    text-align: center; }
    .product_set_content table tbody td.qty input {
      width: 20px;
      text-align: center; }
  .product_set_content table tbody td.price {
    text-align: right;
    width: 120px; }
.product_set_content table tbody tr.even {
  background-color: #eeeeee; }
.product_set_content table tfoot td {
  font-size: 120%;
  border-top: 2px solid #999999;
  font-weight: bold; }
  .product_set_content table tfoot td.qty {
    text-align: center; }
  .product_set_content table tfoot td.price {
    text-align: right;
    font-size: 120%; }

.choose_manufacturer {
  font-size: 90%;
  line-height: 1.5em; }
  .choose_manufacturer a {
    margin-right: 5px; }
  .choose_manufacturer a.current {
    font-weight: bold; }

.path {
  font-size: 0.9em;
  margin-top: 1em; }
/* --------- /stylesheets/lightbox.css --------- */ 
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(/images/0.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
