#product-sections hr {
	background-color: #dcd7d3;
	border: 0 none;
	clear: both;
	color: #dcd7d3;
	height: 1px;
	width: 80%;
}
h1 {
	font-family: Tahoma, 'Libre Baskerville', Geneva, sans-serif;
	font-size: 30px;
	font-weight: 300;
	margin-bottom:20px;
}



#product-sections .product-section {
	margin-bottom:15px;
}
#product-sections h3 {
	font-size:25px;
	font-weight:300;
	margin-bottom:16px;
	margin-top: 22px;
}
#product-sections h3 a {
	color:#272857;
}
#product-sections h4 {
	background-color: #2F3C7F;
	color: white;
	margin: 10px 0 5px;
	padding: 3px 2px 3px 15px;
	font-weight: 300;
	font-family: arial;
	font-size: 20px;
}
#product-sections h4 a {
	color:#ffffff;
}
#product-sections .image-container {
	display:inline-block;
	zoom:1;
	*display:inline;
	width:200px;
	padding:0 10px;

}
#product-sections .image-container img {
	max-width:95%;
		
}
#product-sections .diamond-sections {
	width:70%;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
}
#product-sections .diamonds a {
	display:inline-block;

	height:120px;
	padding-top: 5px;
	text-align:center;
	border:3px solid transparent;
}
#product-sections .diamonds a:hover {
	border:3px solid #8a8ab3;
	-moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
}
#product-sections .diamonds a span {
	display:block;
	font-size:12px;
	font-family:arial;
}