.store-itembox {
	float: left;
	margin: 10px;
	width: 200px;
}

.store-imagebox {
	width: 100px;
	height: 100px;
	text-align: center;
	margin: auto;
}

.store-itembox img {
	border: none;
	display: inline;
}

.store-itembox p {
	height: 3em;
}

.f-left {
	float: left;
}

.store-itemimages {
	width: 210px;
}

.clear {
	clear: both;
}

.h1px {
	height: 1px;
}

.store-checkout {
	margin-left: 0px;
	width: 620px;
	padding: 10px;
}

#details {
	font-size: 13px;
}

#details_a td {
	font-size:10px;
}

.item {
	width: 200px;
	float: left;
	padding: 10px;
}

.store-category {
	width: 200px;
	margin: 5px;
	text-align: center;
}

.store-category-image {
	text-align: center;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: auto;
}

.store-category-image img {
	display: inline;
	vertical-align: middle;
}

.store-side-menu {
	float: left;
	margin-left: 22px;
	padding: 0px;
	width: 218px;
	background-color: #F2F5F1;
	border: 3px solid #E2E7E1;
}

.store-side-menu a {
	color: #909B6B;
	text-decoration: none;
}

.store-side-menu h3 {
	color: #5F7858;
	font: normal normal bold 14px/normal Arial;
	margin-bottom: 2px;
	padding: 0px 0px 4px 10px;
}

.store-side-menu h2 {
	background-image: url(../images/menutopbg.gif);
	background-position: 50% 0%;
	background-repeat: repeat-x;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	margin: 0;
}

.store-side-menu ul {
	list-style-type: none;
	margin-bottom: 4px;
	margin: 0px 0px 4px;
	padding: 0px;
}

.store-side-menu ul li a {
	color: #909B6B;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 19px;
	padding-left: 19px;
	text-decoration: none;
}

.store-side-menu ul li a:hover {
	background: url(../images/arrowbullet.gif) no-repeat 0% 50%;
	color: #C1272D;
}

.store-side-menu .bigtext2 {
	color: #909B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 29px;
	text-decoration: none;
}

