/*product view*/
#producttitle{
	font-size: 16px;
	color: #165829;
	font-weight: bold;
	text-align: center;
}
#productinfotable{
	display: block;
	text-align: left;
	margin: 20px auto;
	border-style: solid;
	border-width: thin;
	border-collapse: collapse;
	color: #165829;
	font-weight: bold;
	font-size: 11px;
}
#productinfotable td{
	border-style: solid;
	border-width: thin;
	border-color: #CCCCCC;
	padding: 5px;
}
#proddetails{
	font-size: 14px;
	background-color: #A2BE7C;
}
td.fieldname{
	width: 130px;
}
td.fieldvalue{
	width: 300px;
	
}
#productorderinfo{
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: groove;
	border-width: thin;
	border-color: #000000;
	width: 100%;
	font-size: 11px;
	color: #165829;
	padding: 3px;
}
td.prodid{
	width: 80px;
	text-decoration: underline;
}
td.proddesc{
	text-decoration: underline;
}
td.prodprice{
	width: 50px;
	text-decoration: underline;
}
td.prodnotes{
	text-align: right;
	padding-top: 10px;
}
#salesnote{
	color: #165829;
	display: block;
	margin: 0 auto;
	width: 480px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#expandimglink{
	display: block;
	text-align: center;
	font-size: 12px;
}
#productimg{
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
} 
