/* Affiliate - puts advertising in the top right of the page */
.ad_wrap {
	position: absolute;
	top: 2em;
	right: 20px;
	width: 250px;
	padding: 2px;
	background: #15ADD8;
}
.ad {
	zoom: 1;
	padding: 5px 10px;
	border: none;
	background: #58B2CB url(../../common/img/bg_grad_cyan.gif) top left repeat-x;
	text-align: center;
	font-size: 90%;
	color: #FFF;
}
.ad a {
	display: block;
	padding-right:  35px;
	text-align: center;
	color: #FFF;
}
.ad a:hover,
.ad a:focus {
	color: #FF6;
}

/* Specific Ads */
#googletoolbar a {
	background: url(../img/affiliate/googletoolbar.png) right no-repeat;
}
#googlepack a {
	background: url(../img/affiliate/googlepack.png) right no-repeat;
}
#googlepicasa a {
	background: url(../img/affiliate/googlepicasa.png) right no-repeat;
}
#skype a {
	background: url(../img/affiliate/skype.png) right no-repeat;
}
#trendmicro a {
	background: url(../img/affiliate/trendmicro.png) right no-repeat;
}
#engin a {
	padding-right: 0;
}