	.deal {position: static}
	#wlt-PictureView .deal {
		position: relative;
	}
	.deal .container {
		background: url(birka.png) no-repeat;
		height: 110px;
		overflow: hidden;
		position: absolute;
		width: 110px;
		z-index: 2;
	}
	.deal .view {
		left: -15px;
		top: -15px;
	}
	.deal .card {
		left: -15px;
		top: -15px;
	}
	.deal .price {
		-moz-transform: rotate(-45deg);
		-background-color: #e5e5e5;
		color: #524D4D;
		font-size: 11px;
		height: 22px;
		overflow: hidden;
		padding-top: 8px;
		position: absolute;
		text-align: center;
		top: 39px;
		left: -8px;
		width: 125px;
		z-index: 2;
	}

	.deal .view .price {
		-background-color: #dddddd;
	}

	.deal .dealDetail{
		bottom: -10px;
		right: 5px;
		position: absolute;


	}

	.deal .dealDetail table{
		width: 180px;
		background: url("../images/buttons/small/bcg.png") repeat-x scroll left top #FFFFFF;
		border: medium none;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 0 0 1px #666666;
		font-size: 90%;
		font-weight: normal;
		line-height: 12px;
		padding: 5px;
		text-decoration: none;
	}
	.deal .dealDetail table tr td,
	.deal .dealDetail table th{
		text-align: center;
	}
	
	.deal .dealDetail thead th{
		background-color: #e5e5e5;
		
	}