.ProductBox{
	position:relative;
	width:236px;
	text-align:center;
	display:inline-block;
	padding-bottom:30px;
	padding-top:10px;
	}
.ProductBox p, .ProductBox a{ /* Set standards for p */
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:left;
	text-decoration:none;

	}
.GroupBoxImage
{	
    border:0px;
	overflow:hidden;
	width:230px;
	height:170px;
	
    
    }
 .GroupBoxImage img{/* images */
	border:0px;
	} 
.ProductBoxImage{ /* images */
	border:0px;
	overflow:hidden;
	width:230px;
	height:170px;
	}
.ProductBoxImage img{/* images */
	border:0px;
	} 
.ProductBoxBrand{ /* Brand name */
	padding-top:10px;	
		text-align:left;
	}
.ProductBoxName{/* Name */
	color: #000000;
	text-align:left;
	padding-right:20px;
	font-weight:bold;
	} 
.ProductBoxName a:link, .ProductBoxName a:visited{/* Name */
	color: #000000;
		text-align:left;
	} 	
.ProductBoxName a:hover, .ProductBoxName a:active{/* Name */
	color: #16cb23;

		text-align:left;
	
	} 	
.ProductBoxRetailPrice{
	color: black;
	text-decoration:line-through;
		text-align:left;
		
	} /* Retail price */ 
.ProductBoxSalePrice{
	color: #666666;
	/* font-weight:bold; */
		text-align:left;
		font-weight:400;
		
	} /* Sales price */ 
.ProductBoxSavings{
	color: black;
		text-align:left;

	}
	
	/* Related producst */

.RelatedProductBox span{
	font-size:10px;
	
	}
.RelatedProductBox{
	position:relative;
	width:140px;
	text-align:center;
	float:left;
	padding-bottom:30px;
	padding-top:10px;
	font-size:10px;
	}
.RelatedProductBox p, .RelatedProductBox a{ /* Set standards for p */
	margin:0px;
	padding:0px;
	font-size:10px;
	text-align:left;

	}
.RelatedProductBoxImage{ /* images */
	border:0px;
	overflow:hidden;
	width:140px;
	height:120px;
	}
.RelatedProductBoxImage img{/* images */
	border:0px;
	} 
.RelatedProductBoxBrand{ /* Brand name */
	padding-top:10px;	
		text-align:left;
	}
.RelatedProductBoxName{/* Name */
	color: blue;
		text-align:left;
	} 
.RelatedProductBoxName a:link, .RelatedProductBoxName a:visited{/* Name */
	color: blue;
		text-align:left;
	} 	
.RelatedProductBoxName a:hover, .RelatedProductBoxName a:active{/* Name */
	color: #D07C00;
	text-align:left;
	
	} 	
.RelatedProductBoxRetailPrice{
	color: black;
	text-decoration:line-through;
		text-align:left;
	} /* Retail price */ 
.RelatedProductBoxSalePrice{
	color: #D07C00;
	font-weight:bold;
		text-align:left;
	} /* Sales price */ 
.RelatedProductBoxSavings{
	color: black;
		text-align:left;

	} 
