﻿/* Border around each product box */
.outerborder {
	border: 1px solid #c0c0c0;
	min-width: 250px;
	height: 98%;
	min-height:300px;
}

/* Border around each product box */
.image {
	min-height:500px;
} 
/* Product Name fonts */
.s9name {
	font-weight: bold;
	color: #c87a8f;
	font-size: 13px;
}
/* Product Price fonts */
.s9price {
	font-weight: bold;
	color: #222222;
	line-height: 200%; /* line height allows us to create spacing above and below the text to give extra spacing */
}
/* List Price */
.s9listprice {
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
}
/* savings fonts and decorration */
.savings {
	color: #990000;
	line-height: 200%;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-left: 4px;
}

/* outer box */
.dynamic_box {
	min-height:200px;
	max-height:700px;
	min-width:150px;
}

.dynamic_box img{
	max-height:600px;
	
}