/* CSS Document */

@import url('pages.css');
@import url('_fonts.css');
@import url('_forms.css');

.storeCategoryItem {
	float: left;
	padding: 0px 30px 30px 0px;
	width: 105px;
	}
	
.storeItem {
	float: left;
	margin: 0px 6px 20px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 150px; height: 250px;
	text-align: center;
	}
	
.storeItemImage {
	width: 150px; height: 150px;
	border: 1px solid #eee;
	text-align: center;
	}
	
.storeItemTitle {
	width: 150px; height: 40px;
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	line-height: 1.0em;
	}
	
.storeItemTeaser {
	width: 150px;
	text-align: center;
	}
	
.storeLabelItem {
	float: left;
	margin: 0px 6px 20px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 150px; height: 150px;
	text-align: center;
	}
	
.storeLabelItemImage {
	width: 150px; height: 100px;
	text-align: center;
	}
	
.storeLabelItemTitle {
	width: 150px; height: 40px;
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	line-height: 1.0em;
	}
	
#customizeTopButtons {
	text-align: right;
	}	
