.ProductTitle{
	background-image:url(../images/text-bg.gif);
	background-repeat:no-repeat;
	height:36px; 
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:0 0 0 0;
	color:#333333;
	text-transform: uppercase;
}
.ProductTitle a{
	text-decoration:none;
	color:#333333;
}
.ProductTitleBig{
	background-image:url(../images/head-bg.gif);
	background-repeat:no-repeat;
	height:36px; 
	width:620px;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #108BC7;
	text-decoration: none;
	font-weight:bold;
}

.ImageOutline{
	width:124px; 
	height:110px; 
	float:left;
	border:0px solid #eeeeee;
	text-align:center;
	padding:0px 0px 0px 2px;
}

.ImgBorder{
	border:2px solid #FF0000;
	width:118px; 
	height:81px; 
	text-align:center;
	float:left;
	padding-top:2px;
	padding-bottom:0px;
	_padding-bottom:0px;
}
.ImgBorderNone{
	border:2px solid #FFFFFF;
	width:118px; 
	height:81px; 
	text-align:center;
	float:left;
	padding-top:2px;
	padding-bottom:0px;
	_padding-bottom:0px;
}

.MainImage{
	width:379px; 
	height:400px;
	border:1px solid #9ED6ED;
	padding:4px;
}

.ImgOpacity3{
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}