/* CSS Document */

/* catalog */
#ProductInformation {
	width:624px;
	padding-bottom:40px;
}

#ProductInformation .ProductImageWpr {
	width:210px;
	float:left;
	min-height:250px;
}

#ProductInformation .ProductImageWpr .EnlargeImage {
	text-align:right;
	margin-right:10px;
}

#ProductInformation img.ProductImage {
	padding:4px;
	border:1px solid #C6D9E7;
}

#ProductInformation .quanity {
	width:50px;
	height:16px;

}

#ProductInformation #ProductDetails {
	width:400px;
	float:left;
	padding-left:10px;
}

#ProductInformation #ProductDescription1 {
	color:#CC9933;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
}

#ProductInformation table.FormTable {
	border:0;
}

#ProductInformation table.FormTable thead th {
	background-color:#E8F6F8;
	border-bottom:1px solid #C5EBF0;
	border-width:0 0 1px;
	color:#54636B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
}

#ProductInformation table.FormTable tbody td {
	background-color:#F1F9FB;
	border:0;
	color:#3D4348 !important;
	font-family:Arial,Helvetica,sans-serif;
	line-height:normal;
	padding:5px;
}


#ProductInformation .buttonContainer {
	margin:0;
	padding:5px 0 0 287px;
}

#ProductInformation #submitBtn {
	margin:0 !important;
}
