/* Product Repeat Styles */

.product {
	width: 680px;
	clear: both;
	border-bottom: 1px dashed #6EBA9C;
	background-color: #F4F9F7;
	margin-bottom: 10px;
}

.prodtitle {
	background-color: #3F8066;
	color: #fff;
	height: 20px;
	padding: 0;
	margin: 0;
}

.prodtitle a {
	text-decoration: none;
	color: #fff;
}

.prodtitle a:hover {
	text-decoration: underline;
}

.prodimage {
	float:left;
	width: 90px;
	margin-top: 10px;
}

.prodimage img {
	border: 1px solid #3F8066;
}

.proddetails {
	width: 475px;
	padding: 5px;
}

.proddetails h3 {
	font-size: 1.2em;
}

.proddetails h3 a {
	text-decoration: none;
	color: #6EBA9C;
}

.prodtitle h3 {
	font-size: 1.1em;
	padding-top: 3px;
	padding-left: 5px;
}

.proddetails p {
	font-size: 0.7em;
	color: #4F4F4F;
}

.prodpricedetails {
	float: right;
	width: 100px;
	margin-top: 20px;
}

.prodextras {
	clear: both;
	width: 700px;
	margin:0;
	margin-left: -5px;
	padding:0;
	font-size: 0.9em;
}
.prodextras p {
	color: #58658B;
}

/* Product Details Styles */

#productdetail {
	width: 680px;
	clear: both;
	border-bottom: 1px dashed #6EBA9C;
	background-color: #F4F9F7;
	margin-bottom: 10px;
}

.detailimage {
 	float: left;
	width: 200px;
	height: 200px;
	margin-top: 10px;
	margin-right: 15px;
	border: 1px solid #6EBA9C;
}

.detailextras {
	width: 175px;
	margin:0;
	margin-left: 10px;
	padding:4px;
	font-size: 0.9em;
	float: right;
	background-color: #61B48D;
}
.detailextras p {
	color: #fff;
}


