body {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.cont-box {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 0px;
}

.box {
	border-radius: 4px;
	border: 2px solid #ccc;
	background-color: #fff;
	width: 357px;
	display: inline-block;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

.lk_img, .lk_desc, .btn {
	display: inline-block;
	text-transform: uppercase;
}

p {
	margin: 0px;
	padding: 0px;
}

a.lk_img {
	width: 90px;
	height: 90px;
	display: inline-block;
	overflow: hidden;
}

a.lk_desc {
	width: 100%;
	line-height: 12px;
}

.lk_img img {
	border: 0;
	width: 100%;
}

a {
	text-decoration: none;
	color: #000;
}

.desc-oferta {
	color: #333;
	height: 28px;
	overflow: hidden;
}

.valor-01 {
	margin: 0px;
}

.valor-02 {
	color: #F00;
	font-size: 16px;
	margin-top: 0px;
}

.btn {
	background-color: #ed1c24;
	padding: 5px 10px;
	color: #FFF;
	margin: 0 auto;
}

.advertiser-box {
	background-color: #efefef;
	color: #333;
	font-size: 10px;
	margin-top: 0px !important;
	padding: 2px 0 2px 0px !important;
	display: inline-block;
	height: 13px;
	overflow: hidden;
	width: 256px;
	margin: 0px;
	text-indent: 0;
	overflow: hidden;
}

.box.horizontal {
	height: 86px;
	padding: 0px;
	font-size: 11px;
}

.box.horizontal a.lk_img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 3px;
	left: 5px;
}

.box.horizontal a.lk_desc {
	width: auto;
	text-align: left;
	position: absolute;
	left: 95px;
	top: 5px;
	padding-right: 10px;
}

.box.horizontal .btn {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.box.horizontal a.lk_desc .desc-oferta, .box.horizontal a.lk_desc .valor-02
	{
	padding: 0px;
	margin: 0px;
}

.box.horizontal a.lk_desc .desc-oferta {
	margin-right: 0px;
	height: 24px;
	margin-top: 5px;
}

.box.horizontal a.lk_desc .valor-02 {
	padding: 0px;
	margin: 6px 0 3px 0;
	font-size: 18px;
	height: 19px;
	width: 180px;
	overflow: hidden;
	line-height: 20px;
}

.box.horizontal .advertiser-box {
	text-align: center;
	line-height: 14px;
}

.box.horizontal:hover {
	border: 2px solid red !important;
}

.box.horizontal:hover .btn {
	background-color: red !important;
}