.notVisible {
	display:none;
}

.ProductListComponent-ListCompareAction,
.SearchResultsList-ListCompareAction {
  float: left;
  /*width: 50%;*/
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.remove-x {
  position: absolute;
  top: 20px;
  right: 10px;
  background: none;
  /*background: @gray-light;*/
  color: #ff4444;
  height: 34px;
  width: 34px;
  z-index: 2;
  font-size: 1.4em;
}

.AddToCart-ProductAddToComparisonAction{
	margin-top: 20px;
}
.productComparison table{
	width:100%;

}

.productComparison table tr:nth-child(odd){
	background:#f6f6f6;

}

.productComparison table td,
.productComparison table th  {
	padding: 10px 20px;
	background-color: transparent !important;
}

td.productComparisonImage {
	text-align: center;
} 

.productComparisonImage img {
	max-width: 300px;
	max-height: 300px;
}

.productListItem button.addToProdListButton, .productListItem button.addToCartButton {
	height: 27px;
	float:right !important;
}

.productListItem .prod_add_to_prodlist {
	margin-right: 10px;
}

.productItem .prod_add_to_prodlist {
	margin-right: 10px;
}

.add_to_cart_form .searchPageQuantity {
	float: right;
	width: 30px;
	height: 25px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #ccc;
	margin-right: 7px;
}

#resultsList button {
	margin: 0em;
}

.add_to_cart_form .addToCartButton {
	width: auto;
	padding: 5px;
	margin: 0px;
}

.productComparison button {
	margin: 0em;
}

.productComparison .pcquantity {
	line-height: 34px;
	width: 40px;
/*
	height: 30px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #ccc;
	margin-left: 7px;
	*/
}

.action_left{
	width: 25%;
	float: left;
	margin: 0;
}

.action_left.compare{
	margin-top: 8px;
}

.action_right, .ProductListComponent-ListPickUpInStoreAction, .ProductListComponent-ListAddToCartAction{
	width: 25%;
	float: right;
	margin: 0;
}

@media (max-width: 1023px){
	.productcompare-large{
		display: none;
	}
}

@media (min-width: 1024px){
	.productcompare-small{
		display: none !important;
	}
	
	.paddingTop5 {
		padding-top:5px;
	}
}

@media ( max-width : 939px) {
	
	.action_left{
		width: 50%;
		float: left;
		margin: 0;
	}
	
	.action_left.compare{
		margin-top: 8px;
	}
	
}

@media (min-width: 640px) {
  .ProductListComponent-ListCompareAction,
  .SearchResultsList-ListCompareAction {
    float: left;
    /*width: 33.33333333%;*/
  }
}

@media print {
	.product-comparison-title,.remove-x,.add_to_cart_form{
		display: none;
	}
}
.rowDiff-12,.rowDiff-13,.rowDiff-23,.rowDiff-123,.rowDiff-122,.rowDiff-113,.rowDiff-121{
	font-weight: bold;
	color:#ee7f00;
}