.ProductsContainer {
	width:700px;
}

.ProductImage {
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.ProductName {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#1E5967;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C766;
}

.ProductPrice {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.ProductOptions {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	height:30px;
}
.ProductOptionsDropDown {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.ProductOptionsCart {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:italic;
}

.ProductDescription {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.PoductBuyButton {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #1B5966;
}

.PoductPages {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}

.ProductContainer{
	padding:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C7D37D;
}

.PoductPagesContainer {
	padding-top:5px;
}

.ProductTopLinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1D5866;
	font-weight:normal;
	cursor:pointer;
}

.ProductTopLinksContainer {
}

.ProductLinks {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:underline;
}


.ProductServiceMessages {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F00;
}

.ProductShoppingCartTitles {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#76A5AB;
}

.ProductInfoText {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size:10px;
	color:#1A5865;
}
