.ViewProducts {
	font-size: 8pt;
	background: url(/Views/View.Product/Images/ViewProductsBackground.png) repeat top left;
	
}
.ViewProducts td {
	vertical-align: top;
	color: #fff;
}
.ViewProductsOne {
	text-align: left;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	width: 415px;
	min-width: 415px;
	max-width: 415px;
	border: 5px solid #000;
	background: url(/Views/View.Product/Images/opa75-black.png) repeat top left;
	padding-right: 10px;
	margin: 10px;	
}

.ViewProductsOneImage .ViewProductsOneImage {
	vertical-align: top;
}

.ViewProductsOneImage img {
	display: inline;
	background-color: #fff;
	height: 133px;
	min-height: 133px;
	max-height: 133px;
	width: 146px;
	min-width: 146px;
	max-width: 146px;
	border: 4px solid #fff;
}
.ViewProductCart {
	vertical-align: bottom;
}
.ViewProducts a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.ViewProducts a:hover {
	color: #fff;
	text-decoration: none;
}

.ViewProducts a.ViewProductsOneName {
	color: #999;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	text-transform:uppercase;
	
}
.ViewProducts a.ViewProductsOneName:hover {
	color: #fff;
	text-transform:uppercase;
}

.ViewProductsOneTitle {
	vertical-align: top;
	padding: 5px;
}
.ViewProductsOneName {
	
}

.ViewProductPrice {
	height: 25px;
	min-height: 25px;
	max-height: 25px;
	
	margin: 0px;
	padding: 0px;
}

.ViewProductsOneLeftSide {
	height: 100%;
	width: 100%;
}