/*
Zim.iR  CSS  Style
Coded  By  Hossein Shams (ShaMSofT)
*/
img { border: 0px; padding: 0px;;}
a { padding: 0px;}
a:hover { color: #4d7cb3;}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
body {
	overflow: hidden;
	border: 0px;
	margin: 0px;
}
/****************************
	Blog Ads
*****************************/
.ads-img-block {
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 10;
	visibility: hidden;
	display: none;
	background-color: transparent;
}

.ads-img-block div .tr {
	background: url(images/ads-block-tr.gif);
	width: 3px;
	height: 10px;
	float: right;
	display: inline-block;
}
.ads-img-block div .tc {
	background: url(images/ads-block-tc.gif);
	width: 116px;
	height: 10px;
	float: right;
}
.ads-img-block div .tl {
	background: url(images/ads-block-tl.gif);
	width: 3px;
	height: 10px;
	float: right;
}

.ads-close {
	width: 7px;
	height: 7px;
	cursor: pointer;
	background: url(images/ads-close.gif) no-repeat;
	float: right;
	margin: 2px 5px 0 0;
}

.ads-img-block .ads-img-cont {
	width: 120px;
	height: 60px;
	float: right;
	border: 1px solid #cecece;
	background: #fafbfc;
	display: inline-block;
	#margin-top: -11px;
	-margin-top: -11px;
}

a.ads-txt-cont {
	border: 1px solid #cecece;
	border-right: 5px solid #cecece;
	font: bold 10px Tahoma;
	color: #444;
	text-decoration: none;
	background: #f6f7c0;
	line-height: 20px;
	position: absolute;
	left: 50px;
	top: 50px;
	visibility: hidden;
	display: none;
	padding: 1px 4px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

a.ads-txt-cont:hover {
	border: 1px solid #c0c0c0;
	border-right: 5px solid #c0c0c0;
	color: black;
	background: #f4f392;
	filter: alpha(opacity=100);
	opacity: 1;
}
