
/* shop stuff */
.shop-stuff {width:100%; height:265px; float:left; margin:0 4% 15px 0; border:1px solid #888;}
.shop-stuff-b {padding:10px;}
.shop-stuff .shk-image {float:left; margin:0 10px 5px 0;}
.shop-stuff .shs-descr {height:180px; margin-bottom:5px; border-bottom:1px dashed #888;}
.shop-stuff .shs-price {height:40px;}
.shop-stuff .shs-price .shk-but {float: right; vertical-align: middle;}
.shop-stuff small {font-size:12px;}

.shs-tocart {margin:0px 0px; padding:0; width:100px; float:left; margin-right:40px; }
.request-info-long{margin:15px 0px;  padding: 0;   width:100px; float:left  }
.request-info{margin:0px 0px;  padding: 0;   width:100px; float:left }

.shk-price {font-weight:bold; font-size:1.3em;}
.shk-but {background: #dfdfdf; border:1px outset #888; margin:5px 5px 0 0; padding:2px;}
/*.shk-but {background: url(img/grad.gif) bottom repeat-x #dfdfdf; border:1px outset #888; margin:5px 5px 0 0; padding:2px;}*/
.shk-but:active {background: #A3A3A3; outline:none;}
.price-add {color:red; padding-left:3px; line-height:0;}

.shs-tocart .shk-but1{background:#FFFFFF url(../../../../templates/smartavi/i/caart.gif) no-repeat left; cursor: pointer; border: 0px solid #ffffff; margin:5px 5px 0 0; padding-left:30px; padding-top:3px; width:120px; height:30px;}
.request-info .shk-but1{background:#FFFFFF url(../../../../templates/smartavi/i/req-inf.gif) no-repeat left; cursor: pointer; border: 0px solid #ffffff; margin:5px 5px 0 0; padding-left:30px; padding-top:3px; width:120px; height:30px;}
.request-info-long .shk-but-long{background:#FFFFFF url(../../../../templates/smartavi/i/req-inf.gif) no-repeat left; cursor: pointer; border: 0px solid #ffffff; margin:px 5px 0 0; padding-left:15px; padding-top:3px; width:260px; height:30px;}


/* cart block */
.shop-cart { padding:10px; margin:0px 0; }
.shop-cart-head {padding:5px 0 5px 25px; background: url(../../../../templates/smartavi/i/telega.gif) no-repeat left;  }
.shop-cart-body {padding:5px 0; }
.shop-cart table {border-collapse:collapse; margin:5px 0;}
.shop-cart td {padding:3px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.shop-cart table small {font-size:11px; color:#595959;}
#butEmptyCart { text-align:left; } 
#cartEmpty {height:30px; line-height:30px; text-align:center; }
#totalCart {margin:5px 0;}
.cart-order {margin:5px 0; }

.customer-login { padding-left:25px;  margin-left:10px; margin-top:5px; margin-bottom:0px; background:url(../../../../templates/smartavi/i/zamok.gif) no-repeat left}
.customer-login a{ font-weight:bold;}
/* helper box */
#stuffHelper {position: absolute; z-index:100; width:150px; padding:5px; background-color:#f5f5f5; border:1px solid #888; display:none;}
#stuffHelper div {/*padding:5px 0; */text-align: center;}

/* progressbar */
#shkLoading {width:30px; height:30px; position: absolute; z-index:100; background:url(img/ajax-loader.gif) center center no-repeat #fff; border:1px solid #888; display: none;}

.relative {position:relative;}

/* *** crossbrowser inline-block *** */
/*.shop-stuff {*/
  /* for firefox2 */
  /*display: -moz-inline-stack;*/
  /* for all modern */
  /*display: inline-block; vertical-align: top;*/
  /* for IE6 & IE7 */
  /*zoom: 1; *display: inline;*/
/*}
.shop-stuff .shs-descr {*/
  /* for IE6 */  
  /*_height: 120px;
}*/

