#rightColumn{	
	width:165px;
	float:left;
	height:auto;
	background-color:#000;
	padding-right:2px;
}
.clear{	
	clear:both;
}
.sliding_product img{	
	float:left;
}
img{	
	border:0px;
}

/* Discount stuff */

#qty-discount h4 {
  margin: 20px 18px 0;  
  font-size: 1.1em;
  color: #ccc;
}

.discount-labels {
  margin: 10px 18px 0 18px;
  width: 124px;
  text-align: center;
  color: #999;
}
.discount-qty {
  margin-top: 3px;
  margin-bottom: 10px;
}

.discount-zero {
  float: left;
}
.discount-ten {
  float: right;
}

.discount-highlight {
  color: #00cc33;
}

.discount-box {
  width: 120px;
  height: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #666 #999 #999 #666;
  background: #333;
  padding: 1px;
  margin: 3px 18px 3px;
  border-radius: 3px;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.discount-bar {
  height: 18px;
  float: left;
  border-radius: 2px;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), inset -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), inset -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), inset -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 45%, rgba(255,255,255,0) 46%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(45%,rgba(255,255,255,0.2)), color-stop(46%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.2) 45%,rgba(255,255,255,0) 46%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.2) 45%,rgba(255,255,255,0) 46%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.2) 45%,rgba(255,255,255,0) 46%,rgba(255,255,255,0) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.2) 45%,rgba(255,255,255,0) 46%,rgba(255,255,255,0) 100%); /* W3C */  background-color: #393;
}

.no-cssgradients .discount-bar {
  background: #393 url(images/discount-bar.png) left center repeat-x;
}
