		.ProductDiv	{
			font-family: Arial;
			font-size: 11px;
			border: 1px solid black;
			width: 121px;
			height: 200px;
			background: url('images/new/bg-long.gif') repeat center center;
			text-align: center;
		}
		
			.ProductDiv .logo	{

			}
			
			.ProductDiv .content	{
				margin: 10px auto;
			}
				.ProductDiv  .content .image	img {
					width: 80px;
					height: 80px;
					border: 1px solid #666666;

				}
				.ProductDiv  .content .details	{
					margin: 5px auto;
					direction: rtl;
				}
					.ProductDiv  .content .details	.bigger	{
						display: block;
						margin-top: 3px;
						font-size: 12px;
					}
			.ProductDiv .moreProducts	{
				zoom: 1;
				position: absolute;
				top: 185px;
				left: 2px;
			}
