.ProductsContainer {
    width:900px;	
	margin-bottom:0px;
}

.ProductImage {
	padding-right:10px;
	padding-top:30px;
	padding-bottom:40px;
	border:0px;
	float: left;
}

.ProductName {
	font-family:Century Gothic;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.ProductPrice {
	font-family:Century Gothic;
	font-size:14px;
	font-weight:bold;
	color:#e97d08;
}

.ProductOptions {
	font-family:Century Gothic;
	font-size:10px;
	height:30px;
	
}
.ProductOptionsDropDown {
	font-family:Century Gothic;
	font-size:10px;
}

.ProductOptionsCart {
	font-family:Century Gothic;
	font-size:10px;
	font-style:italic;
}

.ProductDescription {
	font-family:Century Gothic;
	font-size:10px;
}

.PoductBuyButton {
	font-family:Century Gothic;
	font-size:11px;
}

.PoductPages {
	padding:3px 5px;
	font-family:Century Gothic;
	font-size:12px;
	color:#F90;
	line-height:40px;
	text-decoration:none;
	
}
.PoductPages strong {
	color:#000;
}

.PoductPages a {
	color:#000;
}

.ProductContainer{
	border-bottom:1px solid #d0d0d0;
	padding:25px;
	margin-bottom:10px;
}

.PoductPagesContainer {
	padding-top:0px;
	height:38px;
}

.ProductTopLinks {
	font-family:Century Gothic;
	font-size:11px;
	color:#333;
	cursor:pointer;
}

.ProductTopLinksContainer {
	border-bottom:1px solid #d0d0d0;
	padding-bottom: 10px;
}

.ProductLinks {
	font-family:Century Gothic;
	font-size:12px;
	color:#000;
	text-decoration:none;
}


.ProductServiceMessages {
	font-family:Century Gothic;
	font-size:12px;
	font-weight:bold;
	color:#e97d08;
	padding:5px 5px 5px 8px;
}

.ProductShoppingCartTitles {
	font-family:Century Gothic;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.ProductInfoText {
	font-family:Century Gothic;
	font-style:italic;
	font-size:10px;
	color:#333;
}

