/* styles that were used just for the accessories product details.aspx page */
.ProductDetailsImage {
	float: left;
	width: 45%;
	padding-left: 10px;
	}
.ProductDetailsInformation {
	float: right;
	width: 50%;
	}
.backbutton {
	float: right;
	text-align: right;
	}
	
/* styles used on accessories collection.asp */
.AccessoriesLinks {
	float: right; 
	width: 400px; 
	text-align: right; 
	line-height: 20px;
	}
	
/* styles used on the company info page; might have to change to match design */
.CompanyInfo {
	padding: 20px;
	height: 100%; 
	margin: 0 auto;
	}

/* used on collection.aspx */
.ProductListImage {
	width: 200px;
	height:150px; 
	float: left; 
	text-align: center;
	}
	
/* New Product styling */
.NewProductCaseGoods {
	float:left;
	width:25%
}

.NewProductUpholstery {
	float:left;
	width:25%
}

.NewProductFabrics {
	float:left;
	width:25%
}

.NewProductFinishes {
	float:left;
	width:24%
}