/* FREESTYLEMTX */
/* Section Stylesheet: Store
--------------------------------------------------------------------------------- */


	@import url("module-news.css");
	@import url("module-event.css");
	@import url("module-posts.css");
	@import url("module-photo.css");

	
/* Browse
--------------------------------------------------------------------------------- */


	#items h3 {
	
		background-image: url(../images/headings/h3-store.png);
	
		}
		
	#items ul.content li {
	
		width: 239px;
		position: relative;
		float: left;
		text-align: center;
		padding: 20px;
		margin: 0 2px 2px 0;

		}
		
	#items ul.content li.alt {
	
		margin-right: 0;
	
		}
		
	#items img {
	
		width: 239px;
		height: 239px;
		background: #202020;
		display: block;
	
		}
		
	#items div {
	
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 239px;
		padding: 5px 0 8px;
		color: #fff;
		background: url(../images/layout/translucent-black.png);
	
		}
		
	#items h4 {
	
		margin-bottom: 2px;
	
		}
		
	#items em {
	
		display: block;
		font-style: normal;
		margin-bottom: 10px;
	
		}
		
	#content small {
		
		clear: both;
		float: left;
		width: 100%;
		font-size: 11px;
		margin: 1em 0;
		text-align: center;
	
		}
