#shop{
	float:left;
	width: 265px;
	height:330px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

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


.cartContents{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3399CC;
}

.prodsum img {
	border: 2px solid #EE3C39;
	padding: 0px;
}
.prodsum img:hover {
	border: 2px solid #3399CC;
}

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



#relateditems{
	height: 350px;
	width: 270px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF99CC;
	overflow-x:hidden;
	overflow:auto;
}


.shopprice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3399CC;
}
.shopItemName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F062A2;
	text-transform: uppercase;
}
.shopItemDesc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F062A2;
}
.shopSpecHead{
	font-family:  'Lucida Calligraphy', Arial, Helvetica-Normal, serif;
	font-size: 14px;
	font-weight: normal;
	color: #EE3C39;
}
.shopinputbox{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3399CC;
	width: 70px;
	border: 1px solid #FF3300;
	z-index: -30;
}

.addcomments{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3399CC;
	width: 180px;
	height: 50px;
	border: 1px solid #FF3300;
	z-index: -30;
}
.shopqty{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	width: 30px;
	border: 1px solid #FF3300;
	margin-left: auto;
	margin-right: auto;
}

.shopsumtitle{
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 12px;
	color: #EE3C39;
	text-decoration: none;
	text-align: center;
}

.shopsumtitle a:hover{
	font-size: 12px;
	color: #3399CC;
}

.shopsumtitle a:active, .shopsumtitle a:link, .shopsumtitle a:visited{
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 12px;
	color: #EE3C39;
	text-decoration: none;
}

.shopsumtitle a:hover{
	font-size: 12px;
	color: #3399CC;
}

.prodspec{
	text-align: center;
	width: 140px;
	height: 20px;
}
.addtotrolley{
	height: 30px;
	width: 120px;

}
