@CHARSET "UTF-8";
/*******************************************/
/* L4D.hu								   */
/* Css & html author: Ughoo - Mecs Gergely */
/*******************************************/

	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;
	}

	html, body { width:100%; height:100%; font-family: Verdana, Arial, sans-serif; font-size: 10px; }

	/* sasa hax */
	html { min-height: 100%; margin-bottom: 1px; }

	div.clr { clear:both; font-size:1em; }
	span.fir { position:absolute;display:block;	width:100%; height: 100%; top:0;left:0; } a:hover span.fir {cursor:hand; cursor: pointer;}
	:hover span.fir { text-decoration:none !important; font-size:0px !important;}

	a, a:link, a:visited, a:active, a:focus { text-decoration: underline; color:#ffffff; }
	a:hover { text-decoration: none; }

	:focus { outline: 0; }

	a img, a:hover img {border: 0px none;}

	.left {float:left;}
	.right {float:right;}
	.nobrd { border: 0px none !important; }

/* base frame */
html, body {background-color: #0a2a0a;}
div#wrap {
	width: 100%;
	height: auto;
	background-color: #0a2a0a;
	text-align:center;
	color:#6f916f;
}

div#headline {
	width:100%;
	height:63px;
	background-color:#1b651b;
	border-bottom: 1px solid #000000;
	overflow:hidden;
	text-align:center;
}
	div#head {
		position:relative;
		width:586px;
		height:63px;
		text-align:left;
		margin: 0 auto;
	}

		div#head h1 a {
			font-size:24px;
			font-weight:normal;
			line-height:44px;
			color:#ffffff;
			text-decoration: none;
		}
			div#head h1 a span {color:#62767e;}

			div#head h1 a:hover {text-decoration:none;}

	
	ul#main-tabs {
		position:absolute;
		left:0px;
		bottom:0px !important;
		bottom:-1px;

		display:block;
		width:400px;
		height:16px;
		line-height:16px;
	}
		ul#main-tabs li {
			display:inline;

		}

			ul#main-tabs li a,
			ul#main-tabs li a:hover {text-decoration:none;}

			span.text {
				position:relative;
				display:inline-block;
				float:left;
				width:auto;
				height:16px;
				line-height:16px;
				padding-left:10px;
				padding-bottom:0px;
				padding-top:0px;
				float:left;
				background: url(img/main-tabs.gif) -200px top no-repeat;
				font-family: Verdana, Arial, sans-serif;
				font-size:10px;
				color:#756145;
			}

			span.corner {
				position:relative;
				display:inline-block;
				float:left;
				width:10px;
				height:16px;
				background: url(img/main-tabs.gif) -390px top no-repeat;
				margin-right:1px;
				}

				a:hover span.text,
				.main-tab1 .main-tab1 span.text,
				.main-tab2 .main-tab2 span.text,
				.main-tab3 .main-tab3 span.text {
					background-position: left top;
					color:#9b815b;
					cursor: pointer;
				}

				a:hover span.corner,
				.main-tab1 .main-tab1 span.corner,
				.main-tab2 .main-tab2 span.corner, 
				.main-tab3 .main-tab3 span.corner {background-position: -190px top; cursor: pointer; }



div.hull {
	width: 586px;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	display:none;
	position:relative;

	margin:0 auto;
	text-align:left;
	padding-top:16px;
	clear:both;
}
	div.main-tab1 div#main-tab1 {display:block;}
	div.main-tab2 div#main-tab2 {display:block;}
	div.main-tab3 div#main-tab3 {display:block;}


	a.mini-icon {
		position:relative;
		display:block;
		width:52px !important;
		width:49px;
		height:46px;		
		float:left;
		background: url(img/mini-icon.gif) left top no-repeat;
		margin-left:-3px;
	}
		div#head a.mini-icon {background: url(img/mini-icon_head.gif) left top no-repeat;}
		a.mini-icon img {
			position:absolute;
			left:7px;
			top:7px;
			width:32px;
			height:32px;
			}

	a.normal-icon {
		position:relative;
		display:block;
		width:83px !important;
		width:80px;
		overflow:hidden;
		height:78px;		
		float:left;
		background: url(img/normal-icon.gif) left top no-repeat;
		margin-left:-3px !important;
	}
		a.normal-icon img {
			position:absolute;
			left:7px;
			top:7px;
			width:64px;
			height:64px;
			}



	div#headline .right,
	.pagelist-item .right {
		width:238px;
		padding-top:10px;
	}
		
		h3 {
			font-size:12px;
			font-weight:normal;
			color:#aecdae;
			padding-top:4px;
			line-height:14px;
		}

	div#headline p,
	.pagelist-item p {
		color:#909090;
		font-size:10px;
		line-height: 11px;
		padding-bottom:12px;
		}

	div#headline .right p,
	.pagelist-item .right p {
		color:#6f916f;
		padding-bottom:0px;
	}

	a.link-more {
		font-size:10px;
		line-height:11px;
		color:#ffffff;
		padding-right: 10px;
		background: url(img/arrow-right.gif) right 4px no-repeat;
	}

	h2 {
		padding-top:0px;
		font-weight:normal;
		font-size:14px;
		color:#c0c0c0;
		}
		h2 a { font-weight:bold; color:#c0c0c0 !important; }
		

		div.status,
		span.status {color:#547e4e;}

		a.item-body-toggle { color:#ff7531; padding-right: 13px; }
		.opened a.item-body-toggle { background: url(img/toggle_up.gif) right 1px no-repeat;}
		.closed a.item-body-toggle { background: url(img/toggle_down.gif) right bottom no-repeat;}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	padding: 5px 6px 6px 6px;
	text-indent: -9999px;
}

	.pagelist-item {
		position:relative;
		background: url(img/pagelist-item-body.gif) right 59px no-repeat;
		margin-top:7px;
		margin-bottom:8px;
	}




	.pagelist-item-content ul {
		margin-left:4px;
		padding: 0px 6px 12px 6px;
		margin-top:2px;
	}


	.pagelist-item-content ul li {
		color:#6f916f;
		line-height:14px;
		}	

	.pagelist-item-content ul li a {
		font-weight:bold;
		color:#ffffff;
	}


div.widebox {
	width:584px;
	height: auto !important;

	border: 1px solid #123d12;
	margin-bottom:12px;
	background:#0a2a0a url(img/bg-widebox.gif) left top repeat-y;

}

	div.pagelist-item-content div.wide-inner{ background: url(img/l4d_hir_box.jpg) left top no-repeat;}
	div.pagelist-item-content div.wide-inner-blog{ background: url(img/l4d_blog_box.jpg) left top no-repeat;}
	div#vidPlayer {
		position:relative;
		display:block;
		width:584px;
		height:341px !important;
		min-height: 341px;
		}

div.form {
	height: 105px;
	min-height:105px;	
	background: url(img/bg-formbox.jpg) left top no-repeat;
}

	div.form { color:#ffffff; font-size:9px;}
	div.form p {padding-left:6px;padding-top:5px;padding-bottom:4px;font-size:10px;color:#6f916f;}

	div.form label {
		display:block;
		width:54px;
		text-align:right;
		color:#aecdae;
		font-size: 12px;
		line-height: 14px;
		padding-right:2px;

		float:left;
	}

		div.formline {
			clear:both;
			height:18px;
			line-height:18px;
			overflow:hidden;
		}

	div.form input.text {
		background-color:#041704;
		color:#ffffff;
		border: 1px solid #123d12;
		font-size:11px;
		line-height:13px;
		display:block;
		height:13px;
		width: 150px;
		padding-left:3px;
		padding-right:3px;
		float:left;
		margin-right:5px;
		font-family: Verdana, Arial, sans-serif;
	}
	
	div.form input.btn_submit {
		display:block;
		line-height:11px !important;
		line-height: 9px;
		height:15px;
		width:48px;
		background-color:#6c1600;
		border: 1px solid #123d12 !important;
		outline: 0px none !important;
		color:#ffffff;

		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		text-align:center;

		margin-left:166px !important;
		margin-left: 83px;
		padding:0px !important;
		float:left;
	}

span.errormsg {
	float:left;
	color:#ff0000;
	font-size:9px;
	padding-left:5px;
}

div.shop {
	float: left;
	width: 290px;
	border: 1px solid #123d12 !important;
	background:#0a2a0a url(img/bg-shopbox.jpg) left top repeat-y;
	margin-bottom:12px;
}
	div.shop1 {margin-right:2px;}
	div.shop2 {background-position: right top;}

	div.shop span,
	div.shop h4 {color: #ffffff; text-indent: -9999px;}
	
	div.shop span {}
	
	div.shop div.img {
		float: right;
		padding:3px 8px 3px 0px;
	}

	div.shop p {padding-left:6px;color:#6f916f;padding-bottom:16px;}
	div.shop a {
		padding-left:6px;
		font-size: 18px;
		text-decoration:underline;
	}
		div.shop a:hover {text-decoration:none;}
