body{
	margin:0px;
	padding:0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: white;
	text-align:center;
	line-height:1.2;
	width:200px;
	height:200px;
	overflow:hidden;
}
a {
	color:#167bbf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.klear {
	display: block;
	clear:both;
	font-size:0px;
}
div {
  display: block;
  width: auto;
}
* {
	margin:0px;
	padding:0px;
	outline:none;
}
/************/
#banner{
	display: block;
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 200px;
	background: #1f85cd url('//b.grabo.bg/special/dealbox-200x200-2/imgs/background.jpg') no-repeat;
}
#banner_wrap{
	position: relative;
	padding: 2px;
	padding-right: 0px;
}
#banner_hdr{
	height: 24px;
	padding-left: 1px;
	padding-right: 6px;
}
.logo{
	display: block;
	float: left;
	background: url('//b.grabo.bg/special/dealbox-200x200-2/imgs/tiny_logo.png') no-repeat;
	background-size:cover;
	width: 60px;
	height: 19px;
	margin: 0 auto;
	margin-top: 1px;
	margin-left: 2px;
}
#banner_cont{
	position: relative;
}
.deal{
	display: block;
	float:left;
	width: 97px;
	height: 85px;
	background: white;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3); 
	margin-right: 2px;
	margin-bottom: 2px;
}
.deal span{display: block;}
.dealwrap{
	padding: 1px;
	overflow:hidden;
}
.deal_pic{
	display: block;
	position: relative;
	width: 95px;
	height: 68px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.deal_price{
	display: block;
	font-size: 10px;
	padding: 1px 1px 0 2px;
	width:110px;
}
.deal_price b{
	color: #037e00;
}
.deal_price span{
	display: inline-block;
	font-size: 10px;
	position: relative;
	color: #707070;
}
.deal_price span em{
	display: block;
	width: 34px;
	height: 12px;
	background: url('//b.grabo.bg/special/dealbox-200x200-2/imgs/djazga.png') no-repeat;
	position: absolute;
	top: 4px;
	left: -2px;
}
.deal_overlay{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	text-align: center;
}
.promo_star{
	background: url('//b.grabo.bg/special/dealbox-200x200-2/imgs/promo_star.png') no-repeat;
	width: 40px;
	height: 44px;
	margin: 0 auto;
	margin-top: 4px;
	line-height: 40px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 3px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .3);
	margin-bottom: 2px;
}
.deal_txt{
	display: block;
	color: white;
	font-size: 10px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .8);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 2px;
}
.deal span.deal_overlay{display: none;}
.deal:hover span.deal_overlay{display: block;}

.deal_pic { position:relative; }
.deal_pic .deal_overlay { z-index:1000; }
.deal_pic .deal_pic_bgimg { position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; background-size:cover; background-position:center top; background-repeat:no-repeat; }
