
	.smallBoxCommodity div{
		margin:20px;
	}
	

	.tblFooter{
		font-size: small;
	}


	.tbl{
		border: 1px solid #7F7F7F; 
		background: rgb(255, 255, 255) none repeat scroll 0% 0%; 
		font-family: verdana; 
		font-size: 9px; 
		-moz-background-clip: border; 
		-moz-background-origin: padding; 
		-moz-background-inline-policy: continuous; 
		border-collapse: collapse; 
		text-align: left;
		width:180px;
	}

	
	.tblHead{
		font-size:12px;
		color:#FFF;
		background-color: #7F7F7F;
		padding:2px;
		font-weight: normal;
		text-align: center;
	}
	
	.tblTd{
		padding:2px;
	}
	
div#ov {

	font-family: Arial,Helvetica,'sans-serif';
	
	/* growing background image */
	background-image: url(/images/white-popup-window.png);
	
	/* dimensions after the growing animation finishes  */
	width: 660px;
	height:550px;

	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	text-align: left;
}

#ov div.close{
	z-index: 10000;
	background-image:url(/images/popup-close-button.png);
	cursor:pointer;
	height:35px;
	position:absolute;
	right:5px;
	top:5px;
	width:35px;
}

.oTitle{
	color:#1F8ABE;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 46px 15px 45px;
	padding:20px 0;
	border-bottom:1px solid #ecd2d2;
}

.oImg{
	float: right;
	margin: 10px 43px 0 0;
}

#ov p{
	width:385px;
	font-size:10pt;
	float:left;
	margin:0 0 10px 45px;
	line-height: 130%;
}


#ov div p:first-child{
	font-weight:bold;
	margin-top: 10px;
}

.oCloseTip{

	color:#1F8ABE;
	font-size:70%;
	position: absolute;
	bottom:40px;
	left:45px;
}

