
*{
    margin: 0;
    padding: 0;
}
A {
	text-decoration:none;
	outline:none;
}
A IMG{
	border: 0;
}

HTML{
	direction: ltr;
}
BODY {
	font-size:12px;
	font-family: Arial;
	direction: rtl;
}
.underline 
{
	text-decoration: underline;
}
div.productPanel p 
{
	padding-bottom:8px;
}
a.prodInfoIcon 
{
	display: inline-block;
	clear: right;
	width: 280px;
	margin-bottom: 6px;
	cursor: pointer;
	color: #00135D;
}
a.prodInfoIcon img 
{
	display: block;
	float: right;	
}
a.prodInfoIcon span 
{
	display: block;
	float: right;
	padding-top: 7px;
	padding-right: 6px;

}