
.az-pages {
  float: left; 
  width: 228px;
  margin-left:9px;
  margin-right: 9px;
  margin-bottom: 9px;
  text-align: center; 
  border:1px solid #999999;
  height: 275px;

}

.az-product {
  float: left; 
  width: 225px;
  margin-left: 16px;
  margin-right: 9px;
  margin-bottom: 9px;
  text-align: center; 
  border:1px solid #999999;
  height: 275px;
}

.az-thumb-wrap {
    width: 228px;
	min-height: 130px;
	min-width: 130px;	
	border: 0px solid purple;
    margin-right: 0 auto;
    text-align: center;
    margin-left: 0 auto;
    position: relative;

}


.az-thumb-box {
    width: 220px;
	border: 0px solid red;
	text-align: center;
    vertical-align: bottom;
    margin-right: 0 auto;
    margin-left: 0 auto;
	position: absolute;
	bottom: 0;

}

.az-thumb{
	max-width: 208px;
	max-height: 120px;
	border: 0;


	
}

.az-title{
	background: #36474F; 
	font-size: 13px;
	font-family: Helvetica, Tahoma, Verdana;
	font-weight: normal;
	height: 51px;
	border: none;
	position: relative;
	
	}

.az-link {
    border:0px solid #999999;
	bottom: 5px;
	position: absolute;
	width: 202px;
	padding-left: 9px;
	padding-right: 9px;
	
}

.az-link a {
	color: #FFFFFF;
	text-decoration:none;
}



.az-prices-box-outer
{
	height: 70px;
    width: 228px;
	border: 0px solid green;
	position: relative;

}

.az-prices-box-inner
{
    width: 228px;
	height: 50px;
	border: 0px solid red;
	bottom: 3;
	position: absolute;

}

.az-listprice {
font-size: 12px;
margin-bottom: 2px;
}

.az-saleprice {
font-weight: bold;
font-size: 14px;
margin-bottom: 2px;
}

.az-description {
  font-size: 12px;
  margin: 8px;
  height: 123px;
}

.az-pagination-footer {
    border: 0px solid black;
	width: 735px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}


.az-footer {
	background: #E6E6CC;
	font-size: 17px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 6px 7px;
	border: none;
	text-align: center;
}


