/* CSS Document */
.productDiv
{
	position:relative; 
	width:382px; 
	height:385px; 
	border:1px solid #9f9f9f; 
	margin-top:15px; 
	//border-radius:3px;
	display:inline-block;
}
.productDiv-noLeft
{
	margin-left:15px;
}
.productDiv:hover
{
	box-shadow:4px 4px 10px #afafaf; 
}
.productNameBox
{
	height:50px; 
	width:382px; 
	position:absolute; 
	bottom:0; 
	text-align:center; 
	//border-radius:3px;
	background-color:#264e86; 
	opacity:0.85;
}
.introduction-p
{
	//text-indent:2em;
	font-size:24px;
	line-height:1.8;
	color:#2A3F55;
}
.contentTitleBar
{
	text-align:center; 
	margin-top:5px; 
	height:60px; 
	//border-bottom:#243d4b solid 2px; 
	background:#2A7FFF;
}
.title-text-h1
{
	line-height:60px;
	color:#fff;
}
.productname-label
{
	line-height:50px; 
	color:#fff; 
	font-size:18px;
}
.company-pic-div
{
	width:294px; 
	height:240px; 
	display:block; 
	border:#A0A0A4 solid 1px;
	float:left;
}
.company-pic-div-noleft
{
	margin-left:5px;
}
