/**
 * Adk Ads Boards
 * Version: 1.0
 * Official support: http://www.smfpersonal.net
 * Author: ^Heracles^
 * 2016
 * 
 * version smf 2.0*
 */


.viewAds_content {
	background-color: #eeeeee;
	border-color: #eeeeee;
	border-radius: 10px;
	margin: 15px 0 -7px;
	padding-top: 20px;
	position: relative;
}
.viewAds_content img.viewAds_icon {
	left: 10px;
	position: absolute;
	top: 10px;
}

.viewAds_title {
	font-size: 150%;
	font-weight: bold;
}
.viewAds_body {
	margin-right: 10px;
	margin-top: -5px;
}

.tipe_1 {
	box-shadow: 0 0 12px #CA6500;
}
.tipe_1 .viewAds_title {
	color: #CA6500;
}

.tipe_2 {
	box-shadow: 0 0 12px #0080FF;
}
.tipe_2 .viewAds_title {
	color: #0080FF;
}

.tipe_3 {
	box-shadow: 0 0 12px #BB0000;
}
.tipe_3 .viewAds_title {
	color: #BB0000;
}

.tipe_4 {
	box-shadow: 0 0 12px #005900;
}
.tipe_4 .viewAds_title {
	color: #005900;
}

.tipe_5 {
	box-shadow: 0 0 12px #0069D2;
}
.tipe_5 .viewAds_title {
	color: #0069D2;
}

