.advancedSearchResults, .productResultWrapper {
    clear: both;
    margin-bottom: 10px;
/*
  use this for dynamic display

    	margin: 3px;
    width: 500px;
    height: 200px;
    overflow: hidden;
    float: left;
    */
}

.productSpacer{
	padding-bottom: 2px;
	padding-right: 2px;
	height:90px;
	width:10px;
	float:left;
}

.productImageSmall{
	padding-bottom: 10px;
	padding-right: 10px;
	height:90px;
	width:90px;
	float:left;
}

.productResultNoImage {
    color: red;
    font-weight: bold;
}
.productResultControls {
    float: right;
    clear: both;
    display: block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.productResultControls a {
    cursor: pointer;
}
.productResultControls img {
    vertical-align: bottom;
    margin-right: 0px;
}
.productResultControls .quantity {
    width: 45px;
    font-size: 12px;
    text-align: right;
}
.productResultPrice {
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;
    margin-bottom: 2px;
}
.productResultPriceCallNow {
    padding-top: 10px;
    text-align: right;
    font-weight: bold;
    color: #0053a1;
    visibility: hidden;
    float: right;
}
