html
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-image: url('images/background_2.jpg');
	background-repeat: repeat;
}

body
{
	background-image: url('images/background_1.jpg');
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
}

#page
{
	width: 970px;
	float: none;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#page_space
{
	width: 970px;
	height: 18px;
	float: none;
	margin: 0px;
	padding: 0px;
}

#page_header
{
	width: 970px;
	height: 18px;
	float: none;
	padding: 10px 0px 12px 0px;
	margin: 0px;
	background-image: url('images/header.png');
	color: #636363;
	font-family: Verdana;
	font-size: 9px;
	text-align: left;
}

#page_header span.wyroznienie
{
	color: #fe0000;
	font-size: 11px;
	margin: 0px 2px 0px 0px;
}

#page_logo
{
	width: 970px;
	height: 200px;
	float: none;
	padding: 0px;
	margin: 0px;
}

#page_space_2
{
	width: 970px;
	height: 1px;
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	background-color: #b7b7b7;
}

#buttons
{
	width: 968px;
	height: 35px;
	margin: 0px;
	padding: 0px 1px 0px 1px;
	text-align: center;
	float: none;
	background: transparent url('images/menu_bg.png');
}


	
#menu 
{
	width: 968px;
	clear:both;
	list-style-type:none;	
	margin:0px;	
	padding:0px;
	font: 10px Verdana;
	background: transparent url('images/menu_bg.png');
}

#menu li 
{
	list-style-type:none;
	float: left;
	height:35px;
}

#menu li a 
{
	padding:11px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
	width:121px;
	height:12px;
	float: left;
	color: #4e4e4e;
	text-decoration: none;
	background: transparent url('images/menu.png') top left no-repeat;
	text-align: center;

}

#menu li a:hover 
{
	color: #ffffff;
	background-image: url('images/menu_hover.png');
}

#page_space_3
{
	width: 970px;
	height: 5px;
	float: none;
	margin: 0px;
	padding: 0px;
	background-image: url('images/space_3.png');
	font-size: 0px;
}

#container
{
	width: 968px;
	float: none;
	margin: 0px;
	padding: 0px 1px 0px 1px;
	background-image: url('images/bg_td.png');
	display: table;
}

div#content
{
	width: 968px;
	padding: 0px;
	margin: 0px;
	float: none;
}

div#left
{
	width: 636px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	float: left;
}
div#pro
{
	width: 636px;
	margin: 0px;
	padding: 0px;
	float:none;
}
div#pro_left
{
	width: 236px;
	margin: 0px;
	padding: 0px;
	float:left;
}
div#pro_right
{
	width: 400px;
	margin: 0px;
	padding: 0px;
	float:left;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	color: #151515;
}
div#pro_gallery
{
	width: 596px;
	margin: 0px;
	padding: 20px;
	float:none;
	text-align: left;
}
.bar
{
	width: 380px;
	height: 14px;
	float: none;
	margin: 5px 0px 10px 0px;
	padding: 8px 0px 8px 20px;
	font-size: 12px;
	font-family: Arial;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/bar_pro.png);
}
.text
{
	padding: 0px 10px 0px 10px;
	line-height: 150%;
}

table.support
{
	width:616px;
	padding: 0px;
	margin: 10px 10px 10px 10px;
	border-collapse: collapse;
}

table.support td
{
	border: 1px solid #b6b6b6;
	background-color: #efefef;
	padding: 3px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #5d5d5d;
	font-weight: bold;
}

table.produkt
{
	width:380px;
	padding: 0px;
	margin: 0px 10px 10px 10px;
	border-collapse: collapse;
}

table.produkt td
{
	border: 1px solid #b6b6b6;
	background-color: #efefef;
	padding: 3px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #5d5d5d;
	font-weight: bold;
}
.req
{
	background-color: #e1e1e1;
	width: 110px;
}
ul
{
	list-style-image: url(images/arrow.png)
}
li a
{
	text-decoration: underline;
	color: #000000;
}
li a:hover
{
	text-decoration: none;
}
.bar_left
{
	width: 580px;
	height: 24px;
	margin: 0px;
	padding: 10px 0px 0px 56px;
	float: none;
	background-image: url('images/bar_1.png');
	text-align: left;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text_left
{
	width: 600px;
	margin: 0px;
	padding: 10px 16px 10px 20px;
	float: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}

.text_left a
{
	color: #4a4a4a;
	text-decoration: none;
}

.title
{
	font-weight: bold;
	font-size: 11px;
}
.title a
{
	color: #4a4a4a;
	text-decoration: none;
}
.date
{
	font-size: 10px;
	color: #000000;
}
.title a
{
	color: #000000;
	text-decoration: none;
}
.color
{
	color: #820000;
	font-size: 9px;
}

.text
{
	margin: 10px 0px 10px 0px;
	line-height: 130%;
}

div#right
{
	width: 328px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.bar_right
{
	width: 272px;
	height: 24px;
	margin: 0px;
	padding: 10px 0px 0px 56px;
	float: none;
	background-image: url('images/bar_1.png');
	text-align: left;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text_right
{
	width: 283px;
	height: 101px;
	background-image: url('images/bg_right.png');
	float: none;
	padding: 15px 10px 5px 35px;
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
}


.text_right a
{
	color: #4a4a4a;
	text-decoration: none;
}

.text_right_2
{
	width: 303px;
	height: 101px;
	background-image: url('images/bg_right.png');
	float: none;
	padding: 15px 10px 5px 15px;
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
}
.text_right_2 a
{
	color: #4a4a4a;
	text-decoration: none;
}
.text_right_footer
{
	width: 308px;
	height: 15px;
	float: none;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
}
.arrow
{
	color: #ff0000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tags
{
	font-size: 11px;
}
.tags a
{
	color: #ff0000;
	text-decoration: underline;
}
#switcher
{
	width: 970px;
	height: 67px;
	float: none;
	margin: 0px;
	padding: 0px;
}
#footer_bar
{
	width: 912px;
	height: 22px;
	margin: 0px 1px 0px 1px;
	padding: 10px 0px 0px 56px;
	float: none;
	background-image: url('images/bar_2.png');
	text-align: left;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}	
#footer
{
	width: 970px;
	height: 112px;
	float: none;
	padding: 0px;
	margin: 0px;
	background-color: #cacaca;
}
	
#footer_x3m 
{
	width: 968px;
	height: 82px;
	margin:0px 1px 0px 1px;	
	padding:0px;
	float: none;
}

#footer_x3m_tv_tuners
{
	width: 192px;
	height: 82px;
	margin:0px;	
	padding:0px;
	float: left
}

#footer_x3m_player
{
	width: 199px;
	height: 82px;
	margin:0px;	
	padding:0px;
	float: left
}

#footer_x3m_digital
{
	width: 195px;
	height: 82px;
	margin:0px;	
	padding:0px;
	float: left
}

#footer_x3m_tv
{
	width: 191px;
	height: 82px;
	margin:0px;	
	padding:0px;
	float: left
}

#footer_x3m_connect
{
	width: 191px;
	height: 82px;
	margin:0px;	
	padding:0px;
	float: left
}

#footer_text
{
	width: 970px;
	height: 45px;
	margin:0px 0px 0px 0px;	
	padding:0px;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e7e6e6;
	background-image: url('images/footer.png');
}

.footer_text_1
{ 
	width: 204px;
	padding: 15px 10px 10px 10px;
	margin: 0px 5px 0px 0px;
	height: 14px;
	text-align: center;
	float: left;
}

.footer_text_2
{
	width: 474px;
	padding: 15px 10px 10px 10px;
	margin: 0px 5px 0px 0px;
	height: 14px;
	text-align: center;
	float: left;
	color: #8d8d8d;
}

.footer_text_2 a
{
	color: #ffffff;
	text-decoration: none;
}

.footer_text_3
{ 
	width: 214px;
	padding: 15px 10px 10px 10px;
	margin: 0px;
	height: 14px;
	text-align: center;
	float: left;
}

.footer_text_3 a
{
	color: #ffffff;
	text-decoration: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

form.login
{
	float: left;
	margin: 0px 0px 0px 65px;
}

form.selector
{
	float: left;
	margin: 0px 0px 0px 130px;
}

input.text
{
	width: 114px;
	height: 14px;
	margin: 0px 20px 0px 7px;
	padding: 0px 5px 0px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4;
	font-family: Verdana;
	font-size: 9px;
	color: #4b4b4b;
	background-image: url('images/input.png');
	background-repeat: no-repeat;
	background-position: top right;
}

input.submit
{
	width: 75px;
	height: 16px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	font-family: Verdana;
	font-size: 9px;
	text-align: left;
	color: #636363;
	background-image: url('images/submit.png');
	background-repeat: no-repeat;
	background-position: top right;
	border: 0px;
}
select
{
	width: 140px;
	height: 16px;
	margin: 0px 20px 0px 7px;
	padding: 0px;
	font-family: Verdana;
	font-size: 9px;
	color: #4b4b4b;
}
div.wyroznienie
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #4e4e4e;
	margin-bottom: 10px;
}
option
{
	width: 140px;
	height: 16px;
	font-family: Verdana;
	font-size: 9px;
	color: #4b4b4b;
}

a
{
	color: #fe0000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0px;
}



.wyroznienie
{
	color: #f77600;
}
hr {color: #fff; background-color: #fff; border: 1px dotted #c5c5c5; border-style: none none dotted; }

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop6.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {background: url(six_0a.gif);}
.preload2 {background: url(six_1a.gif);}

#nav {padding:0; margin:0; list-style:none; height:35px; background:#fff url(images/menu_bg.png) repeat-x; position:relative; z-index:200; font-family:verdana, arial, sans-serif;width: 968px;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:35px; color:#4e4e4e; text-decoration:none; font-size:10px; padding:0 0 0 0px; cursor:pointer;background: url(images/menu.png); text-align: center;}
#nav li a.top_link span {float:left; display:block; padding:0px; background: url(images/menu.png) right top no-repeat; width: 121px; text-align: center;}
#nav li a.top_link span.down {float:left; display:block; padding:0px; background: url(images/menu.png) no-repeat right top; width: 121px; text-align: center;}

#nav li:hover a.top_link,
#nav a.top_link:hover
{color:#fff; background: url(images/menu_hover.png) no-repeat;}
#nav li:hover a.top_link span, 
#nav a.top_link:hover span
{background:url(images/menu_hover.png) no-repeat right top;}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down
{background:url(images/menu_hover.png) no-repeat right top;}

#nav table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub {left:0px; top:35px; padding:0px; margin: 0px; white-space:nowrap; width:121px; height:24px; line-height:24px; z-index:300;}
#nav :hover ul.sub li {display:block; position:relative; float:left; width:121px; height:24px; line-height:24px; font-weight:normal; background: url(images/sub_menu.png); padding: 0px; margin: 0px;}
#nav :hover ul.sub li a {display:block; font-size:10px; width:121px; height:24px; line-height:24px; text-align:center; color:#666565; text-decoration:none; padding: 0px; margin: 0px;}
#nav :hover ul.sub li a:hover { background: url(images/sub_menu_hover.png); color:#ff0000;}


#nav li b {display:block; font-size:10px; width:121px; height:24px; line-height:24px; text-align:center; color:#000000; cursor:default; padding:  0px; height: 24px;}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:121px; top:0px; white-space:nowrap; width:121px; z-index:400; height:auto;}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover > ul
{left:120px; top:0px; white-space:nowrap; width:121px; z-index:400;}
#nav li:hover > ul ul 
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}