@charset "UTF-8";
/* CSS Document */

#topadvert	{
	background:#eee	;
	padding:0 5px 0 5px;
	margin:0;

	position:relative;
	
	height:163px;
	width:170px;
	text-align:right;
	
	bottom:-211px;
	right:-498px;
	
	border: 0px solid #aaa;
	
	visibility: hidden;

	}

#topadvert	{
	line-height:18px;
	}

	
.topadv_pic	{
	position:absolute;
	width:178px;
	right:0px;
	top:-135px;
	border:0;
	}
	
	
#topadvert a {
	display:block;
	border:0;
	}	
	
.topadvert_bar	{
	position:absolute;
	
	width:17px;
	top:-135px;
	right:178px;
	border:0;
	}
	
.topadv_a	{
	position:absolute;
	bottom:0px;
	right:0;
	padding:0 5px;
	background:url(../assets/img/mobile_nav.gif) #eee;
	width:168px;
	border-top:1px solid green;
	
	}
	
.topadv_a:hover	{
	background:url(../assets/img/mobile_nav_hover.gif) #585858;
	}
	
