@charset "utf-8";
table tr .productTitle {
	font-family: Verdana, sans-serif, Arial;
	font-size: 70%;
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}
table tr .productPrice {
	font-family: Verdana, sans-serif, Arial;
	font-size: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}
.marginRight10 {
	margin-right: 10px;
}
.hundredPerc {
}
.imageBorder {
	height: 90px;
	margin: 10px;
	border: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 174px;
	text-align: center;
	
}
.imageBorder img {
	position: relative;
	margin-top: -5px;
	
}
table tr .tableTitle {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
}
table tr .tableTitleSmall {
	font-family: Verdana, sans-serif, Arial;
	font-size: 70%;
	font-weight: normal;
	color: #666;
	padding-right: 10px;
}
