@CHARSET "UTF-8";
/***************************************************/
/* EzO.TV							               */
/***************************************************/

/* default tags */

html, body, div, span, p, h1, h2, h3, h4, h5, h6, ul, ol, li, img, form {
		margin:0px;padding:0px;border:0px none;outline:0px;
		list-style-type: none;
		color:#000000;
	}

	html, body { width:100%; height:100%; }
	html, body, form, input, select, fieldset {font-size: 16px; font-family: Tahoma, Verdana, Arial, sans-serif; color: #ffffff; }
	div.clear, div.clr { clear:both; font-size:0px;line-height:0px;height:0px !important;overflow:hidden; visibility: hidden; }
	span.fir {position:Absolute; display:block; width:100%;height:100%; left:0px; top:0px;}
	a span.fir, a:hover span.fir {cursor:pointer}
	
	a { text-decoration: none; color:#d03c88; }

	.centered {display:block; margin:0 auto;}

/* specific */ 

body {
	background-color: #f4dae7;
}

div#wrapper {
	width: 990px;
	height: auto;
	margin: 0 auto;
	background: url(/404/images/bg_wrap.gif) left top repeat-y;
}

/* header */
div#header {
	width: 100%;
	background-color: transparent;
}

div#header .top {
	width: 990px;
	height: 90px;
	position: relative;
	background: url(/404/images/bg_header_plain.gif) left top no-repeat;
}

div#header .top a.logo {
	display: block;
	width: 180px;
	height: 43px;
	position: absolute;
	top: 35px;
	left: 40px;
}

div#header .top a.logo span {
	display: none;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
	float: none;
}


/* content */

div#hull { padding-left:25px }

div#content {
	width: 940px;
	padding:8px 0px;
}

			* html span.rght {margin-right:-1px;}

		.lastitem {border: 0px none !important; margin-bottom:-5px !important;}


/* content box */

	div.contentbox {
		position:relative;
		width: 657px;
		height: auto;
		background: url(/404/images/bg_box658_bg.gif) left top repeat-y;
		margin-bottom:4px;
		overflow:hidden;
	}
		div.contentbox-top {
			height:7px;
			background: url(/404/images/bg_box658_top.gif) left top no-repeat;
			overflow:hidden;
		}

		div.contentbox-bottom {
			height:7px;
			background: url(/404/images/bg_box658_bottom.gif) left top no-repeat;
			overflow:hidden;
			clear:both;
		}
		

		div.contentbox-body {
			position:relative;
			width:355px;
			padding-left:15px;
			float:left;
			padding-bottom:26px;

			min-height: 74px;
			height: auto !important;
			height: 76px;
		}
	
				div.contentbox-body h2, 
				div.contentbox-body h2 a {
					font-family: Tahoma, Arial, sans-serif;
					font-size:18px;
					font-weight:bold;
					color:#d63787;
					line-height: 22px;
					text-align:left;
					text-decoration:none;
				}

				div.contentbox-body p {
					font-size:12px;
					font-weight:normal;
					color:#000000;
					line-height:15px;
					padding-top: 10px; 
					font-family: Arial, Helvetica, Sans-serif;
				}

		div.contentbox div.options {
			position:absolute;
			width:355px;
			left:14px;
			bottom:0px;
		}

		div.contentbox-right {
			width:142px;
			float:right;
			padding: 3px 10px 0 0;
			text-align:right;
		}

/* content box end */

			* html span.rght {margin-right:-1px;}
			
div.widebox {
		position:relative;
		width: 940px;
		height: auto;
		background: url(/404/images/bg_widebox.gif) left top repeat-y;
		margin-bottom:4px;
		position: relative;
		font-family: arial, sans-serif;
}

		div.widebox-top {
			height:7px;
			background: url(/404/images/bg_widebox_top.gif) left top no-repeat;
			overflow:hidden;
		}

		div.widebox-bottom {
			height:7px;
			background: url(/404/images/bg_widebox_bottom.gif) left top no-repeat;
			overflow:hidden;
			clear:both;
		}
				
		div.widebox .header {
			width: 910px;
			height: 452px;
			margin: 0 auto;
			padding: 5px 0 5px 0;
			background: url(/404/images/header_04.jpg) center center no-repeat;
			position: relative;
		}
		
		div.widebox .header .leftSide {
			width: 500px;
			float: left;
		} 
		
		div.widebox .header .rightPic {
			position: absolute;
			right: 40px;
			top: 92px;
			background:transparent;
			z-index: 10;
		}
		
		div.widebox ol {
			list-style-type: decimal;
			margin: 0;
			padding: 12px 0 5px 36px;
		}
		
		div.widebox ol li {
			font-size: 12px;
			list-style-type: decimal;
			padding: 0 0 5px 0;
		}
		
		div.widebox ol li div {
			color: #000;
			font-size: 14px;
		}
		
		.widebox p {
			padding: 0 15px 12px 15px;
		}
		
		div.widebox h3 {
			padding: 12px 15px 0 15px;
			color: #498CB7;
		}
				
div.widebox .button {
		width: 282px;
		height: 86px;
		background: url(/404/images/button-regnow.png) left top no-repeat;
		padding: 23px 0 0 24px;
		margin: 0 0 0 214px;
}
			
div.widebox .button a {
		display: block;
		width: 236px;
		height: 44px;
}

.leftText {
	width: 500px;
	padding: 15px 15px;
}

.leftText h2 {
	padding: 0 0 15px 0;
	color: #498CB7;
	font-size: 32px;
}
	
.leftText p {
	padding: 0 0 12px 0;
}

.leftText a {
	font-weight: bold;
}

.contentarea {
	padding: 10px 0 0 0;
}

div.widebox .button a span,
.button_bottom a span {
	display: none;
}
			
/* footer */
				
.footer {
	clear: both;
	color: #fff;
	font-size: 13px;
}

.footer ul {
	margin: 0;
}

.footer ul li {
	float: left;
	color: #fff !important;
}

.footer a {
	color: #fff;
}

.footer .lang {
	background: #508bb0 url(/404/images/bg_flagbar.gif) left top repeat-x;
	height: 28px;
	width: 938px;
	margin: 0 auto;
	padding: 12px 0 0 0;

	border-left: 1px solid #2f739d;
	border-right: 1px solid #2f739d;
}

.footer .lang ul {
	padding: 0 0 0 12px;
}

.footer .lang ul li { 
	padding: 0 22px 0 0;
}

.footer .lang ul li a {
	padding-top: 2px;
	padding-right: 2px;
	display: block;
	float: left;
}

.footer .lang span {
	display: block;
	float: left;
	color: #fff;
	padding: 0 7px 0 0;
}

.footer .bottom {
	height: 37px;
	color: #fff;
	background: transparent url(/404/images/bg_footer.gif) left bottom no-repeat;
	padding: 1px 35px 12px 35px;
	position: relative;
	font-weight:bold;
}

.footer .bottom ul {
	position: absolute;
	right: 45px;
	top: 6px;
}

.footer .bottom ul li {
	float: left;
	padding: 0 0 0 40px;
}

.footer .bottom div.copyright {
	position: absolute;
	top: 6px;
	right: 45px;
	color: #fff;
} 


/* tv guide */

.contentholder1 {padding-left:18px;overflow:hidden;}
.contentholder2 {padding-left:18px;padding-right:25px;overflow:hidden;}

.contentholder1 h2,
.contentholder2 h2 {
	font-family: Tahoma, Arial, sans-serif;
	color:#dc6fa6;
	font-weight:bold;
	font-size:20px;
	padding-top:5px;
	padding-bottom:3px;
	margin-bottom:0px;
}
.contentholder2 h3 {
	font-family: Tahoma, Arial, sans-serif;
	color:#1d74a6;
	font-weight:normal;
	font-size:16px;
	padding-top:15px;
	padding-bottom:12px;
	margin-bottom:0px;	
}

	.contentholder2 h3 strong {color:#dc6fa6; }


