/* Site Specific
-------------------------------------------------------------- 
Store
-------------------------------------------------------------- 
/*---IE Specific Store ---*/
* html .store .thumb { display: block; }
* + html .store .thumb { display: block; }


/*--- Store ---*/
#store-intro { 
	margin: 0 0 0 25px; 
}

.store {
	margin: 10px 0 0 0; 
	float: left; 
}
.store-scroll-wrapper { 
	width: 640px; 
	height: 28em;
	display: block; 
	overflow: auto;
	position: relative;
}

ul.store {
	font-size: 0.9em; 
	line-height: 1.4; 
	list-style: none; 
	margin-left: 0; 
}

ul.store li {
	position: relative; 
	background: white; 
	height:25em; 
	float: left; 
	margin-right: 10px; 
	padding: 0;
	text-align: center; 
	width: 150px; 
}
ul.store p { 
	margin: 0; 
	text-align: center; 
	float: none; 
	clear: left;
}
ul.store .shim { 
	display: inline-block; 
	height: 100%; 
	vertical-align: middle; 
}
ul.store .thumb {
	border: 0; 
	padding: 0;
	margin: 0;
	display: table-cell; 
	height: 150px; 
	vertical-align: middle; 
	width: 150px; 
}
ul.store img {
	margin: 0;
	padding: 0; 
	border: 0;
	vertical-align: middle; 
	float: none; 
	max-height: 150px; 
	max-width: 150px;
	height: expression(this.height >= this.width && this.height > 150 ? 150 : true);
	width: expression(this.height < this.width && this.width > 150 ? 150 : true);
}
ul.store .slider-price {
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
}
ul.store .store-description-text {
	height: 5em; 
}

ul.store, ul.store *,ul.store *:hover {background:none; }

.clear { clear: both; }




