#shop{
	float:left;
	width: 250px;
	display: block;
}

#gallery{
	float:left;
	width: 250px;
	height:230px;
	display: block;
}

#shoppingcart{
	float:right;
	margin-top:15px;
	margin-right:40px;
	width: 250px;
	display: block;
}


.galleryItemName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	font-weight: bold;
	color: #663300;
	text-align: center;
}


.breakline{
	float:left;
	height: 1px;
	width: 100%;
	clear:both;
	display: block;
	margin:20px auto 0;
	background-image: url(../images/cream_line.png);
	background-repeat: repeat-x;
}
.shopprice{
	width: 100%;
	text-align: center;
	height:25px;
	float: left;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}.shopqty{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	width: 30px;
	border: 1px solid #663300;
	margin-left: auto;
	margin-right: auto;
}
.prodspec{
	text-align: center;
	width: 140px;
	height: 20px;
}
.addtotrolley{
	height: 30px;
	width: 120px;

}

.cartContents{
	font-family: Verdana, Helvetica, "Arial Narrow",  sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #35241A;
}


