div#topborder {
	background-image: none;
}

div#rightborder {
	background-image: url(../../images/backgrounds/store/right.png);
	background-position: top right;
	background-repeat: repeat-y;
}

div#bottomborder {
	background-image: url(../../images/backgrounds/store/bottom.png);
}

div#leftborder {
	background-image: url(../../images/backgrounds/store/left.png);
	background-position: top left;
	background-repeat: repeat-y;
}

div#stainAccents1 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 600px;
	left: 0;
	width: 241px;
	height: 80px;
	z-index: 0;
}

div#stainAccents2 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 1000px;
	height: 357px;
	z-index: 0;
}

div#contentBox {
	position: relative;
	left: 250px;
	top: 15px;
	width: 520px;
	margin: 0;
	padding: 0 0 45px 0;
}

div.storeRow {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 520px;
	height: 306px;
}

	div.storeRow img.storeRowBackground {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 451px;
		height: 306px;
		z-index: 0;
	}
	
	div.storeRow img.leftPhoto {
		position: absolute;
		top: 14px;
		left: 37px;
		margin: 0;
		padding: 0;
		width: 192px;
		height: 270px;
		z-index: 1;
		border-width: 2px 2px 3px 3px;
		border-style: solid;
		border-color: rgb(255,255,255);
	}
	
	div.storeRow img.rightPhoto {
		position: absolute;
		top: 14px;
		left: 236px;
		width: 192px;
		height: 270px;
		z-index: 1;
		border-width: 2px 2px 3px 3px;
		border-style: solid;
		border-color: rgb(255,255,255);
	}
	
	div.storeRow div.productDescription {
		position: absolute;
		bottom: 10px;
		left: 448px;
		width: 327px;
		z-index: 1;
	}
		
		div.storeRow div.productDescription p {
			font-family: Georgia, Times New Roman, Times, Serif;
			font-size: 9pt;
			font-style: italic;
			width: 110px;
		}
		
		div.storeRow div.productDescription p span.big {
			font-size: 11pt;
		}
