/*************************

PRODUCT VIEW CONTENT ELEMENTS

**************************/

.productitle{
	float:left;
	width:768px;
	height:34px;
	padding-left:10px;
	margin-top:14px;
	margin-left:14px;
	background-color:white;
}

.productdetails{
	float:left;
	width:570px;
	min-height:520px;
	margin-top:10px;
	margin-left:14px;
	margin-bottom:14px;
	background-color:white;
}

.completetheset{
	float:left;
	width:188px;
	height:520px;
	padding-left:10px;
	margin-top:10px;
	margin-left:10px;
	background-color:white;
	text-align:center;
}

.completetheset img{
	margin-right:15px;
	margin-left:15px;
}

.completetheset h2{
	text-align:left;
}


.productimages{
	float:left;
	width:283px;
	height:480px;
	margin-top:10px;
	margin-left:10px;
}

.productmainimage{
	float:left;
	width:281px;
	height:281px;
	border: solid 1px black;
	margin-bottom:5px;
}

.productthumbs{
	float:left;
	width:68px;
	height:68px;
	border: solid 1px black;
	margin-bottom:1px;
}

.producttext{
	float:left;
	width:253px;
	height:480px;
	margin-top:10px;
	margin-left:14px;
	text-align:left;
	font-size:12px;
	line-height:18px;
}

.productlocation{
	color:#653399;
	font-size:12px;
}

.productlocation a:link {
	text-decoration:none;
	color:#653399;
}

.productlocation a:visited {
	text-decoration:none;
	color:#653399;
}

.productlocation a:active {
	color:#653399;
	text-decoration:underline;
}

.productlocation a:hover {
	color:#653399;
	text-decoration:underline;
}

.productprice{
	color:black;
	font-size:22px;
}

.productdescription{
	font-size:18px;
	line-height:24px;
}
