.jSale, .jSaleFeedback  {
	/*text-align: center;*/
	padding-top: 20px;
}

.jSaleWrapper  .jSale  {
	padding-top: 0;
}

.dostava, #delivery_info {
	display: none !important;
}

.jSaleWrapper {
	margin: 10px auto 20px;
	width: 350px;
	background-color:#fff;
	border:0px solid #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 2px 10px #999999;
	-webkit-box-shadow: 0 2px 8px #999999;
	box-shadow: 0 2px 8px #000000;
}


.jSaleOrder {
	cursor: pointer;
}

.jSaleButton {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  font-family: Arial, sans-serif;
}

.jSaleButton:hover {
  text-decoration: none;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.jSaleButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.jSaleButton:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.jSaleButton, .jSaleButton:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.jSaleButton:hover, .jSaleButton:active {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.jSaleButton:active{
  background-color: #004099 \9;
}

.jSaleButton:disabled {
  opacity: 0.3;
}

.jSaleLarge {
	    padding: 15px 19px;
	font-size: 20px;
	margin: 15px;
}

.jSaleForm {
	padding: 15px 19px;
	margin: 0;
	/*font-family: Arial, sans-serif;*/
}

.jSaleForm h6 {
text-align: center;
font-size: 110%;
margin: 0 0 15px;
}

.jSaleForm p {
	font-size: 90%;
}

.jSaleMessage {
	text-align: center;
	color: #f00;
}

.jSaleQty {
	width: 30px;
}

.jSaleQtyMinus, .jSaleQtyPlus {
	font-weight: bold;
	cursor: pointer;
}

.jSaleQtyMinus:hover, .jSaleQtyPlus:hover {
	color: #666;
}

.jSaleCode {
	width: 50px;
}

.jSaleForm .attention, .jSaleForm .error, .jSaleForm .warning {
	color: #f00;
}

.jSaleForm .error {
	border-color: #f00;
}

.jSaleForm .warning {
	display: block;
	font-size: 10px;
}

.jSaleForm .t-center {
	text-align: center;
}

.jSaleForm .submit {
	text-align: center;
}

.simplemodal-container .success {
	text-align: center;
	padding: 50px 20px;
}

.simplemodal-container .success h3 {
	text-align: center;
	color: #3caa3c;
}

.simplemodal-container .success h4 {
	text-align: center;
}

.jSaleForm p, .jSaleForm div.p {
	margin: 0 0 10px;
	padding: 0 10px;
	clear: both;
}

.jSaleForm div.p {
	font-size: 80%;
	height: 16px;
	vertical-align: top;
	margin: 0 0 20px;
}

.jSaleForm p.float {
	float: left;
	clear: none;
}

.jSaleForm p.float-left {
	float: left;
	clear: none;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	max-width: 150px;
}

.jSaleForm p.align-right {
	text-align: right;
	font-weight: normal;
	font-size: 80%;
}

.jSaleForm p.float-left:hover, .jSaleForm p.float-left.hover {
	background: #ff0;
}

.jSaleForm p.float-left label, .jSaleForm p.float-left input{
	cursor: pointer;
}

.jSaleForm p.float input {
	width: 276px; 
    border-radius: 5px;
    /* border: solid 1px #656565; */
    border: 1px solid #8c8c8c;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    padding: 10px;
    clear: both;
    font-size: 16px;
    background: #f7f7f7;
}

.jSaleForm textarea {
	width: 95%;
}

.jSaleForm #payment_info, .jSaleForm #delivery_info{
	background: #ececec;
	margin: 0 10px;
}

.jSaleForm div.add_product_param {
	clear:both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

.priziv{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.podarok{
    color: #cc0000;
}
.horiz-polosa{
    outline: 0px solid #cc0000;
    margin: 10px 0;
}
.all-wrap-timer{
    outline: 0px solid #cc0000;
    text-align: center;
}
.timer-zagolovok{
    text-transform: uppercase;
    text-align: center;
}

/*************  CLEARFIX  ***************/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
