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:300px;
	height:250px;
	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: 300px;
	height: 250px;
	background: #008ef3;
}
#banner_wrap{
	position: relative;
	padding: 5px;
}
#banner_hdr{
	height: 36px;
}
.logo{
	display: block;
	background: url('//b.grabo.bg/special/dealbox-300x250-12/imgs/logo.png') no-repeat;
	background-size:cover;
	width: 84px;
	height: 30px;
	float: left;
	margin-top:-1px;
}
.btn{
	display: block;
	float: right;
	height: 22px;
	line-height: 19px; 
	background: #ffa600; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa600 0%, #fe6700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#fe6700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa600 0%,#fe6700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa600 0%,#fe6700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa600 0%,#fe6700 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa600 0%,#fe6700 100%); /* W3C */
	border-radius: 2px;
	padding:0 5px 0 7px; 
	font-size: 11px;
	color: white;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .6);
	font-weight: bold;
	margin-top: 4px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
}
.btn:hover{
	background: #ffb800; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb800 0%, #fe8000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb800), color-stop(100%,#fe8000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb800 0%,#fe8000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb800 0%,#fe8000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb800 0%,#fe8000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb800 0%,#fe8000 100%); /* W3C */
}

#deals_box {
	position:relative;
	width:290px;
	height:203px;
	overflow:hidden;
}

.deal {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:290px;
	height:203px;
	box-shadow:0px 1px 2px rgba(0, 0, 0, 0.25);
	background:#fff;
	border-radius:3px;
}
.deal .img {
	width:286px;
	height:161px;
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	margin:2px 0 0 2px;
	border-radius:2px;
	position:relative;
}
.deal .img em {
	width:284px;
	height:159px;
	position:absolute;
	top:0;
	left:0;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
	border-radius:2px;
}

.deal .ttl {
	color:#167bbf;
	font-weight:bold;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin:4px 0 0 5px;
}
.deal .ttl2 {
	margin-top:1px;
	color:#888;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.deal .prices {
	margin:2px 0 0 5px;
}
.deal .prices b {
	display: inline-block;
	color: #029002;
}
.deal .prices span {
	display: inline-block;
	position: relative;
	margin-left:2px;
	color: #aaa;
}
.deal .prices span em {
	display: block;
	width: 34px;
	height: 12px;
	background: url('//b.grabo.bg/special/dealbox-300x250-12/imgs/djazga.png') no-repeat;
	position: absolute;
	top: 4px;
	left: 0px;
}
.deal .prices i {
	display: inline-block;
	font-style: normal;
	color: #888;
}
.deal .star {
	display:block;
	background: url('//b.grabo.bg/special/dealbox-300x250-12/imgs/promo_star.png') no-repeat;
	width: 40px;
	height: 44px;
	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);
	text-align:center;
	position:absolute;
	bottom:45px;
	right:5px;
}
.deal .btn {
	position:absolute;
	bottom:10px;
	right:5px;
	box-shadow:none;
	height: 20px;
	line-height: 18px; 
	padding:0 5px 0 6px; 
	font-size: 10px;
	border-radius:3px;
	background: #63cb54;
	background: -moz-linear-gradient(top, #63cb54 0%, #26aa13 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63cb54), color-stop(100%,#26aa13)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #63cb54 0%,#26aa13 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #63cb54 0%,#26aa13 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #63cb54 0%,#26aa13 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #63cb54 0%,#26aa13 100%); /* W3C */
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
}

.deal:hover .img em {
	border:1px solid rgba(0, 0, 0, 0.25);
}
.deal:hover .ttl {
	color: #005A99;
}
.deal:hover .prices i {
	color:#666;
}
.deal:hover .btn {
	background: #39b51f; /* Old browsers */
	background: -moz-linear-gradient(top, #39b51f 0%, #26aa13 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39b51f), color-stop(100%,#26aa13)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #39b51f 0%,#26aa13 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #39b51f 0%,#26aa13 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #39b51f 0%,#26aa13 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #39b51f 0%,#26aa13 100%); /* W3C */
}