div#tv-ad {
	margin:10px 0 0 0;
	height:80px;
	cursor:pointer;
}

div#tv-ad img {
	float:left;
	margin:0 7px 0 0;
}

div#tv-ad h3 {
	float:left;
	width:113px;
	font-size:15px;
}

div#tv-ad p {
	float:left;
	width:113px;
	background:url(../../img/arrow-grey.gif) bottom right no-repeat;
	line-height:15px;
}

div#overlay {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	top:0;
	left:0;
	z-index:888888;
}

div#tvadvert-container {
	background-color:#FFF;
	border-top:solid 5px #FFF;
	border-bottom:solid 5px #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 auto;
	padding:0 10px 0 10px;
	position:fixed;
	display:none;
	width:640px;
	height:410px;
	overflow:hidden;
	z-index:999999;
}

div#tvadvert-header {
	height:20px;
	overflow:auto;
}

div#tvadvert-header p {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

div#tvadvert-header a#tvadvert-close {
	float:right;
	display:block;
	margin-right:10px;
	width:50px;
	font:bold 8pt Arial;
	text-align:right;
	border:none;
	line-height:20px;
}