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;
}

a {
	color: #ec0000;
}

div#contentBox {
	position: relative;
	left: 257px;
	top: 15px;
	width: 580px;
	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;
		}
		
		div.storeRow a.add {
			font-family: Georgia, Times New Roman, Times, Serif;
			font-size: 9pt;
			font-style: italic;
			color: rgb(110,111,114);
			text-decoration: none;
		}
			
			div.storeRow a.add:hover {
				color: #e20000;
			}
			
			div.storeRow a.add span.plus {
				color: #e20000;
				font-style: none;
			}
			
p.storeNav {
	font-size: 9pt;
	letter-spacing: .1em;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	width: 400px;
	margin-top: 18px;
	margin-right: 80px;
}
	
	p.storeNav span.here {
		color: #e20000;
	}
	
	p.storeNav a {
		text-decoration: none;
		color: rgb(110,111,114);
	}
	
		p.storeNav a:hover {
			color: #e20000;
			text-decoration: none;
		}