@charset "UTF-8";
/* CSS Document */

#mainShopping {
	width: 906px;
	padding-left: 50px;
}

#insideSidebar {
	float: right;
}

#shopInfo {
	float: left;
	width: 550px;
	padding-top: 20px;
}

.storeItem {
	float: left;
	width: 430px;
	padding: 4px 10px 14px 0;
}

.storeBottom {
	clear: both;
}

.imageClm {
	float: left;
	width: 200px;
	text-align: center;
}

.productClm {
	float: right;
	width: 224px;
	padding-left: 6px;
}

.productImage {
	width: 200px;
	text-align: center;
	margin-bottom: 0;
}
	
h2 {
	padding-bottom: 16px;
	color: #1b7183;
	clear: both;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}

.imageClm a {
	font-size: 12px;
}