#ProdDetailsContainer {
	margin: 5px;
	width: 100%;
	height: 100%;
	text-align: left;
	
}



.ProdDPicimg {
	width: 300px;
	height: 300px;
	text-align: center;
}


#ProdDInfo {
	margin: 5px 0px 0px 10px;
	width: 400px;
	background-color: #ededed;
	border: 0px;
	border-bottom: 1px solid black;
	height: 300px;
	float: left;
	padding: 5px 5px -5px 5px;

}

#ProdDInfo a {
	text-decoration: none;
	font-weight: bold;
}

#ProdDInfo .Irow {
width: 100%;
border-bottom: 1px solid #636363;
float: left;
margin-top: 30px;
}

#ProdDInfo .Ivar {
	font-weight: bold;
	width: 190px;
	float: left;
	
}
#ProdDInfo .Ivalue{
	width: 200px;
	float: left;
}

#ProdDInfo h1 {
	color: #950000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}



#ProdDGallery {
	margin-top: 5px;
	width: 728px;
	border: 1px solid black;
	float: left;
	text-align: center;
}
