.productBox {
	width: 100%;
	border: 1px solid #666;
	background-image: url(../imgs/storeback.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffcc00;
	float: left;
	text-align: center;
}
div.accessorybox {
	font-family: "Geneva Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	background-color: #1A1A1A;
	padding: 8px;
	width: 330px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	float: right;
	vertical-align: middle;
	line-height: 120%;
	text-align: right;
}
div.columnLeft {
	position: absolute;
	left: 14px;
	top: 160px;
	width: 400px;
}
div.columnRight {
	position: absolute;
	top: 160px;
	width: 400px;
	left: 440px;
}
.product {
	position: relative;
	right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
	vertical-align: middle;
	width: 100%;
}
.product-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}
.product-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
}
.product-image {
	cursor: pointer;
}
.storeText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
}
