/*------------------------------------------------------------------------------------------------------------
*	Podstawowe definicje
------------------------------------------------------------------------------------------------------------*/
body {
	color:#f6f6f6;
	margin:0;
	padding:0;
	font-family:tahoma;
	font-size:12px;
	background-color:#353535;
	line-height:18px;
}

div {
	border:0;
	padding:0;
	margin:0;
}

.prop {						/************************************/
	float:right;			/*									*/
    width:0px;				/*									*/
}							/*									*/
							/*	rozszerzanie diva z wysokosci	*/
.clear {					/*									*/
	clear:both;				/*									*/
    height:0px;				/*									*/
    overflow:hidden;		/*									*/
}							/************************************/

img {
	border:0;
	padding:0;
	margin:0;
}

label:hover {
	cursor:pointer;
}

a:link    {font-family: tahoma; color:#9e9fd5; text-decoration:none;}
a:active  {font-family: tahoma; color:#9e9fd5; text-decoration:none;}
a:visited {font-family: tahoma; color:#9e9fd5; text-decoration:none;}
a:hover   {font-family: tahoma; color:#9e9fd5; text-decoration:underline;}

ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:url('../img/icon-lista.gif');
	padding-left:20px;
}

ul.none {
	list-style:none;
	list-style-image:none !important;
	padding:0px;
}

#contener_white ul {
	list-style-image:url('../img/icon-lista_white.gif');
}

ol {
	margin:0;
	padding:0;
	padding-left:20px;
}

li {
	margin:0;
	padding:0;
/*	width:280px;
	height:20px;*/
}

#wyniki_contener {
	width:100%;
}

#wyniki {
	position:absolute;
}

#main_side-large .belka li {
	height:20px;
}

dl, dt, dd {
	margin:0;
	padding:0;
}

dl {
	margin-bottom:10px;
}

dt.player {
	height:25px;
}

dt.player a {
	display:block;
	width:164px;
	height:19px;
	border-bottom:1px solid #999999;
	color:#999999;
	text-align:right;
	padding-top:5px;
	letter-spacing:+1px;
}

dt.player a:visited {
	color:#999999;
	text-decoration:none;
}

dt.player a:hover {
	color:#333333;
	text-decoration:none;
}

dd {
	padding-left:30px;
	font-size:10px;
}

li a:link {font-size:12px; font-family: tahoma;}
li a:active {font-size:12px; font-family: tahoma;}
li a:visited {font-size:12px; font-family: tahoma;}
li a:hover {font-size:12px; font-family: tahoma;}

li.empty, dd.empty {
	background:none;
	font-size:12px;
	font-family: tahoma;
}

input, textarea {
	border:1px solid #c0c0c0;
}

input.submit_btn {
	background: #aec9c9 url('../img/btn-bg.gif') repeat-x left top;
	font-weight:bold;
	color:#ffffff;
	font-size:10px;
	border:1px solid #669999;
	padding:2px 3px;
}

input.button {
	background-color:#f0f0f0;
	font-weight:bold;
	color:#000000;
	font-size:10px;
	border:1px solid #929292;
	padding:2px 3px;
}

select {
	height:16px;
	font-size:10px;
	border:1px solid #afafaf;
	color:#7c7c7c;
}

.disabled {
	font-weight:bold;
}

form {
	margin:0;
	padding:0;
}

/*------------------------------------------------------------------------------------------------------------
*	Główna strona - podział ogólny
------------------------------------------------------------------------------------------------------------*/
#main {
/*	width:923px;*/
	margin-left:0px;
	margin-right:0px;
/*	background:#e5e5e5 url('../img/bg.gif') repeat-x left 74px;*/
	background-color:#353535;
}

#top {
	border-top:9px solid #6599ff;
	margin-top:1px;
/*	width:923px;*/
	height:68px;
}

#top #top_content {
	width:923px;
	height:68px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#logo {
	float:left;
	height:68px;
	width:268px;
}

#content {
	width:923px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
}

#content .prop {
	height:600px;
}

#menu {
	width:903px;
	height:27px;
	margin:0px 10px;
}

#menu-main {
	float:right;
	width:630px;
	height:21px;
	text-align:right;
	padding-top:22px;
	padding-right:25px;
	letter-spacing:+1px;
}
/*
#menu-main a:link {font-size:12px; font-weight:bold; color:#fbfbfb; text-decoration:none;}
#menu-main a:active {font-weight:bold; color:#fbfbfb; text-decoration:none;}
#menu-main a:visited {font-weight:bold; color:#fbfbfb; text-decoration:none;}
#menu-main a:hover {font-weight:bold; color:#9e9fd5; text-decoration:none;}
*/

#menu-main a {
	display:block;
	float:left;
	height:18px;
}

#menu-main a#menu-produkty {
	width:92px;
	background:transparent url('../img/menu/produkty.gif') no-repeat scroll left bottom;
}

#menu-main a#menu-produkty:hover {
	background:transparent url('../img/menu/produkty.gif') no-repeat scroll left top;
}

#menu-main a#menu-where {
	width:107px;
	background:transparent url('../img/menu/gdzie_kupic.gif') no-repeat scroll left bottom;
}

#menu-main a#menu-where:hover {
	background:transparent url('../img/menu/gdzie_kupic.gif') no-repeat scroll left top;
}

#menu-main a#menu-download {
	width:86px;
	background:transparent url('../img/menu/wsparcie.gif') no-repeat scroll left bottom;
}

#menu-main a#menu-download:hover {
	background:transparent url('../img/menu/wsparcie.gif') no-repeat scroll left top;
}

#menu-main a#menu-support {
	width:68px;
	background:transparent url('../img/menu/serwis.gif') no-repeat scroll left bottom;
}

#menu-main a#menu-support:hover {
	background:transparent url('../img/menu/serwis.gif') no-repeat scroll left top;
}

#menu-main a#menu-forum {
	width:69px;
	background:transparent url('../img/menu/forum.gif') no-repeat scroll left bottom;
}

#menu-main a#menu-forum:hover {
	background:transparent url('../img/menu/forum.gif') no-repeat scroll left top;
}

#menu-main a#menu-notices {
	width:95px;
	background:transparent url('../img/menu/dla_prasy.gif') no-repeat scroll left bottom;
}

#menu-main a#menu-notices:hover {
	background:transparent url('../img/menu/dla_prasy.gif') no-repeat scroll left top;
}

#menu-main a#menu-kontakt {
	width:85px;
	background:transparent url('../img/menu/kontakt.gif') no-repeat scroll left bottom;
}

#menu-main a#menu-kontakt:hover {
	background:transparent url('../img/menu/kontakt.gif') no-repeat scroll left top;
}

#menu-main img {
	display:block;
	width:2px;
	height:18px;
	float:left;
	border:0 none;
}

#menu-floater {
	float:left;
	width:903px;
	height:26px;
	background:#000 url('../img/menu-main_bg.gif') repeat-x top left;
}

#menu-floater #menu-left_border {
	float:left;
	width:8px;
	height:26px;
	background:#000 url('../img/menu-left_border.gif') repeat-x top left;
}

#menu-floater #menu-right_border {
	float:right;
	width:8px;
	height:26px;
	background:#000 url('../img/menu-right_border.gif') repeat-x top left;
}

#logged {
	float:left;
	width:202px;
	height:20px;
	background-image: url('../img/home.gif');
	background-position: 18px center;
	background-repeat:no-repeat;
	font-weight:bold;
	padding:7px 11px 0px 40px;
}

#menu-sub {
	float:right;
	width:258px !important;	/*old 670px*/
	height:27px;
	padding-top:2px;
	text-align: right;
}

#contener {
	float:left;
	width:903px;
	padding:11px 10px 0px;
}

#contener_white {
	float:left;
	width:903px;
	background:#fff url('../img/contener_white-bg.gif') no-repeat top left;
	color:#454545;
	padding-bottom:10px;
}

#contener_white .prop {
	height:562px;
}

#right_side {
	float:right;
	width:233px;
	margin-left:6px;
}

#left_side {
	float:left;
	width:190px;
}

#main_side {
	float:right;
	width:687px;
	margin:0px 0px 0px 26px;
}

#main_side-large {
	clear:both;
	float:left;
	width:903px;
}

.error_message {
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	color:red;
	font-size:10px;
	font-weight:bold;
}

.success_message {
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	color:green;
	font-size:10px;
	font-weight:bold;
}

#right_side .belka {
	width:233px;
	margin-bottom:10px;
	background-image: url('../img/spacer-233.gif');
	background-repeat: repeat-y;
	background-position: top left;	
}

#right_side .belka .top {
	width:198px;
	height:14px;
	background:#fff url('../img/header-233.gif') no-repeat top left;
	padding:7px 5px 7px 30px;
	font-weight:bold;
}

#right_side .belka .main {
	width:223px;
	padding:10px 5px 5px;
	background-image: url('../img/footer-233.gif');
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#right_side .belka .main .prop {
	height:170px;
}

#right_side .reklama {
	width:233px;
	height:213px;
	margin-bottom:10px;
}

#left_side .belka {
	clear:both;
	float:left;
	width:164px;
	margin-bottom:10px;
	margin-left:26px;
}

#left_side .first {
	margin-top:182px;
}

#left_side .belka .top {
	width:164px;
	height:19px;
	margin-top:7px;
	font-weight:bold;
	border-bottom:2px solid #9f9fd3;
	color:#9f9fd3;
	text-align:right;
	letter-spacing:+1px;
}

#left_side .belka .main {
	width:164px;
}

#left_side .belka .main .prop {
	height:170px;
}

#left_side .reklama {
	width:164px;
	height:213px;
	margin-bottom:10px;
}

#banner_side {
	float:left;
	width: 658px;
/*	height:213px;*/
	margin-bottom:10px;
}

#main_side .belka {
	width:658px;
	margin-bottom:10px;
}

#main_side .belka .top {
	width:623px;
	height:14px;
	background:#000 url('../img/header-icon.gif') no-repeat top left;
	padding:7px 5px 7px 30px;
	font-weight:bold;
}

#main_side .belka .main {
	width:648px;
	padding:10px 5px 5px;
}

#main_side .belka .main .prop, #main_side .belka .main .skroty .center {
	height:170px;
}

#main_side .belka .main .skroty {
	width:648px;
}

#main_side .belka .main .skroty .left {
	float: left;
	width: 300px;
	padding-left:8px;
	padding-right:15px;
}

#main_side .belka .main .skroty .second_line {
	clear:both;
}

#main_side .belka .main .skroty .right {
	float: left;
	width: 300px;
	padding-left:15px;
	padding-right:8px;
}

#main_side .belka .main .skroty .center {
	float:left;
	width:2px;
}

#main_side .belka .skroty .header {
	float:left;
	width:300px;
	height:19px;
	border-bottom:1px solid #cbcbcb;
}

#main_side .belka .skroty .header .naglowek {
	float:left;
	background:#000 url('../img/icon-kartka.gif') no-repeat 10px top;
	padding-left:38px;
	padding-top:3px;
	color:#cccccc;
	font-weight:bold;
}

#main_side .belka .skroty .header .more {
	float:right;
	padding-right:5px;
	padding-top:6px;
	color:#5d5d5d;
	font-size:9px;
}

#main_side-large .belka {
	width:903px;
	margin-bottom:10px;
}

#main_side-large .belka .top {
	width:868px;
	height:14px;
	background:#000 url('../img/header-icon.gif') no-repeat top left;
	padding:7px 5px 7px 30px;
	font-weight:bold;
}

#main_side-large .belka .main {
	width:903px;
	padding:10px 0px 5px;
}

#main_side-large .belka .main .prop, #main_side-large .belka .main .skroty .center {
	height:170px;
}

#main_side-large .belka .main .skroty {
	width:903px;
}

#main_side-large .belka .main .skroty .box {
	float: left;
	width: 277px;
	padding:0px 12px;
}

#main_side-large .belka .main .skroty .second_line {
	clear:both;
}

#main_side-large .belka .skroty .header {
	float:left;
	width:277px;
	height:21px;
	border-bottom:1px solid #cbcbcb;
}

#main_side-large .belka .skroty .header .rss {
	float:left;
	padding-left:5px;
}

#main_side-large .belka .skroty .header .naglowek {
	float:left;
/*	padding-left:38px;*/
	padding-left:8px;
	padding-top:3px;
	color:#cccccc;
	font-weight:bold;
}

#main_side-large .belka .skroty .header .more {
	float:right;
	padding-right:5px;
	padding-top:6px;
	color:#5d5d5d;
	font-size:9px;
	background:transparent url(../img/icon-kartka.gif) no-repeat scroll -5px -1px;
	padding-left:20px;
}

#main_side-large .belka .skroty .header .more a:link {color:#909090;}
#main_side-large .belka .skroty .header .more a:active {color:#909090;}
#main_side-large .belka .skroty .header .more a:visited {color:#909090;}
#main_side-large .belka .skroty .header .more a:hover {color:#9e9fd5;}


#main_side-large .belka .skroty .tresc {
	clear:both;
	width:277px;
}

.product-header {
	clear:both;
	float:left;
	text-align:right;
	width:687px;
}

.product_content_main {
	clear:both;
	float:left;
	width:651px;
	margin-right:31px;
	margin-left:5px;
}

.product_part-header {
	clear:both;
	float:left;
	width:661px;
	height:50px;
	margin-right:26px;
	background:#fff url('../img/product_part-header.gif') no-repeat top left;
	margin-top:13px;
}

.product_part-header .product_name {
	float:left;
	margin-left:36px;
	margin-top:5px;
	font-weight:bold;
	font-size:13px;
	letter-spacing:-1px;
	font-family:verdana;
}

.product_part-header .news_date {
	float:right;
	margin-right:16px;
	margin-top:9px;
	font-size:11px;
	letter-spacing:-1px;
}

.product_part-header .product_desc_small {
	float:left;
	font-style:italic;
	margin-left:6px;
	margin-top:8px;
	font-size:9px;
}

.product_part-header .product_opis {
	float:left;
	margin-left:4px;
	margin-top:5px;
	font-weight:bold;
	font-size:13px;
	color:#9e9fd5;
	font-family:arial;
	letter-spacing:-1px;
}
/*
#main_side-large .belka .skroty .tresc li a:link {color:#9e9fd5;}
#main_side-large .belka .skroty .tresc li a:active {color:#9e9fd5;}
#main_side-large .belka .skroty .tresc li a:visited {color:#9e9fd5;}
#main_side-large .belka .skroty .tresc li a:hover {color:#9e9fd5;}
*/

/**
 *	LOGOWANIE
 */
.logowanie {
	float:left;
	width:213px;
	padding-right:10px;
	padding-top:10px;
}

.reg_logowanie {
	float:left;
	width:164px;
	padding-right:10px;
	padding-top:10px;
}

.logowanie .opis {
	clear:both;
	float:left;
	width:105px;
	height:19px;
	text-align:right;
	padding-right:8px;
	padding-top:3px;
}

.reg_logowanie .opis {
	clear:both;
	float:left;
	width:56px;
	height:19px;
	text-align:right;
	padding-right:8px;
	padding-top:3px;
}

.logowanie .pole {
	float:right;
	width:100px;
	height:22px;
}

.reg_logowanie .pole {
	float:right;
	width:100px;
	height:22px;
}

.logowanie .pole input {
	width:98px;
}

.reg_logowanie .pole input {
	width:98px;
}

.logowanie .pole_remind {
	clear:both;
	float:right;
	font-size:9px;
}

.reg_logowanie .pole_remind {
	clear:both;
	float:right;
	font-size:9px;
}

.logowanie .submit {
	clear:both;
	float:right;
	padding:10px 0px;
	height:22px;
}

.reg_logowanie .submit {
	clear:both;
	float:right;
	padding:10px 0px;
	height:22px;
}

.logowanie .link {
	clear:both;
	float:right;
}

.reg_logowanie .link {
	clear:both;
	float:right;
}

/**
 *	PRODUKTY
 */
.produkty {
	float:left;
	width:164px;
}

/**
 *	KONTAKT
 */
.kontakt {
	float:left;
	width:164px;
	padding-right:10px;
	padding-top:10px;
}

.kontakt li {
	padding-bottom:10px;
	list-style-image:none;
}

/**
 *	DOWNLOAD
 */
.download {
	float:left;
	width:140px;
	height:141px;
	margin-top:11px;
	background-color:#cccccc;
	padding:8px 12px;
}
 
.download .select_product, .download .select_category, .download .keywords, .download .submit_button {
	margin:6px 0px;
}

.download .submit_button {
	text-align:right;
}

.download select {
	width:140px;
*	width:142px;	/*IE hack*/
	border:1px solid #949494;
	height:21px;
*	height:23px;	/*IE hack*/
	font-size:12px;
}

.download input#keyword {
	width:138px;
	border:1px solid #949494;
	height:17px;
	font-size:12px;
	color:#7c7c7c;
}

.best_downloads {
	width:651px;
}

.best_downloads ul {
	margin:0;
	padding:0;
	margin-left:15px;
	list-style:none;
}

.best_downloads li {
	margin:0;
	padding:0;
	list-style:none;
}

.best_downloads li a {
	color:#454545;
	text-decoration:underline;
	font-size:11px;
}

.best_downloads li a:hover {
	color:#9e9fd5;
	text-decoration:underline;
}

.search_result {
	padding-top:15px;
	margin-left:10px;
	margin-right:10px;
	border-top:1px solid #cccccc;
}

.search_lista {
	width:641px;
	margin-left:10px;
	margin-right:10px;
}

.search_lista table {
	width: 631px;
	border-collapse:collapse;
}

.search_lista tr {
	height:26px;
}

.search_lista td {
	text-align:center;
	padding:0px 4px;
}

.search_lista td.left {
	text-align:left;
}

.search_lista tr.results td a {
	color:#454545;
	text-decoration:underline;
	font-size:11px;
}

.search_lista tr.results td a:hover {
	color:#9e9fd5;
	text-decoration:underline;
}

.search_lista tr.header, .search_lista tr.footer {
	background-color:#ededed;
}

.search_lista tr.header td, .search_lista tr.footer td {
	text-align:center;
	font-weight:bold;
	border:1px solid #d8d8d8;
}

.search_lista table td {
	
}



.dl_details {
	margin:0px 10px;
}

.dl_details .details_left {
	float:left;
	margin-left:10px;
}

.dl_details .details_right {
	float:right;
	margin-right:10px;
}

.details_left .pole {
	clear:both;
	float:left;
	font-size:11px;
	color: #7a7a7a;
	padding-top:1px;
	height:15px;
}

.details_left .opis {
	float:left;
	color: #7a7a7a;
	margin-left:6px;
	padding-top:0px;
	height:16px;
}

.details_right .pole {
	text-align:right;
	float:left;
	font-size:11px;
	color: #7a7a7a;
	padding-top:1px;
	height:15px;
}

.details_right .opis {
	clear:both;
	float:right;
	text-align:right;
	color: #7a7a7a;
	margin-left:6px;
	padding-top:0px;
	height:16px;
}

.dl_details .details_file {
	clear:left;
	float:left;
	width:628px;
	margin-top:25px;
	margin-bottom:35px;
}

.details_file .filename {
	width:628px;
	font-size:14px;
	text-align:center;
	letter-spacing:+1px;
}

.details_file .filesize {
	width:628px;
	font-size:9px;
	text-align:center;
}

.details_file .download_file {
	width:628px;
	text-align:center;
	margin-top:10px;
}

.details_file .download_file div {
	padding-top:4px;
}

.details_file .download_file a:link {color:#5c5c5c;text-decoration:none;}
.details_file .download_file a:active {color:#5c5c5c;text-decoration:none;}
.details_file .download_file a:visited {color:#5c5c5c;text-decoration:none;}
.details_file .download_file a:hover {color:#5c5c5c;text-decoration:none;}

.dl_details .download_opis {
	clear:both;
	float:left;
	width:628px;
}

.dl_details .download_menu {
	clear:both;
	float:left;
	width:628px;
	border-top:1px solid #cccccc;
	margin-top:10px;
}

.download_menu .powrot_button {
	text-align:right;
	margin-top:5px;
}

.download_search select {
	width:170px;
	height:20px;
}

.strony {
	text-align:center;
	font-weight:bold;
	margin-top:6px;
}

.product_content_main img {
	margin-bottom:-2px;
}

/**
 *	GDIZE KUPIC
 */
.wtb_choose_province {
	width:648px;
	height:20px;
	margin-bottom:20px;
	text-align:center;
}

.wtb_poland {
	width:648px;
	text-align:center;
}

.wtb_dealers {
	width:648px;
	border-bottom:2px solid #dfdfdf;
	padding-bottom:12px;
	margin-bottom:12px;
	text-align:center;
	vertical-align:top;
}

.wtb_dealers img {
	margin:5px;
	vertical-align:middle;
}

.lista_sklepow {
	width:648px;
}

.sklep_box {
	float:left;
	width:648px;
	
	border-top:2px solid #dfdfdf;
	border-bottom:2px solid #dfdfdf;
	margin-top:2px;
	margin-bottom:2px;
	color:#6f6f6f;
}

.sklep_box div {
	line-height:18px;
}

.sklep_box .after_logo {
	float:left;
	width:475px;
}

.sklep_box .logo {
	float:left;
	width:100px;
	padding-right:15px;
}

.nazwa_sklepu {
	float:left;
	padding-top:10px;
	width:475px;
	font-weight:bold;
}

.nazwa_sklepu a:link    {font-size:12px; font-family: tahoma; color:#5c5c5c; text-decoration:none;}
.nazwa_sklepu a:active  {font-size:12px; font-family: tahoma; color:#5c5c5c; text-decoration:none;}
.nazwa_sklepu a:visited {font-size:12px; font-family: tahoma; color:#5c5c5c; text-decoration:none;}
.nazwa_sklepu a:hover   {font-size:12px; font-family: tahoma; color:#9e9fd5; text-decoration:underline;}

.adres_sklepu, .email_sklepu {
	float:left;
	width:475px;
}

.email_sklepu {
	padding-bottom:10px;
}

/*------------------------------------------------------------------------------------------------------------
*	Galeria - popup
------------------------------------------------------------------------------------------------------------*/

/*	---GORA---	*/
.popup .lewy_gorny_rog {
	float:left;
	width:16px;
	height:16px;
	background:#fff url('../img/product/gallery/ramka_01.gif') top left no-repeat;
}

.popup .gora {
	float:left;
	width:445px;
	height:16px;
	background:#fff url('../img/product/gallery/ramka_02.gif') top left repeat-x;
}

.popup .prawy_gorny_rog {
	float:left;
	width:19px;
	height:16px;
	background:#fff url('../img/product/gallery/ramka_03.gif') top right no-repeat;
}

/*	---SRODEK---	*/
.popup .lewa_strona {
	float:left;
}

.popup .lewa_strona_gora {
	width:16px;
	height:50px;
	background:#fff url('../img/product/gallery/ramka_04.gif') top left no-repeat;
}

.popup .lewa_strona_dol {
	width:16px;
	height:395px;
	background:#fff url('../img/product/gallery/ramka_07.gif') bottom left repeat-y;
}

.popup .srodek {
	float:left;
	width:445px;
	height:445px;
	background-color:#fff;
}

.popup .prawa_strona {
	float:left;
}

.popup .prawa_strona_gora {
	width:19px;
	height:50px;
	background:#fff url('../img/product/gallery/ramka_06.gif') top left no-repeat;
}

.popup .prawa_strona_dol {
	width:19px;
	height:395px;
	background:#fff url('../img/product/gallery/ramka_09.gif') bottom left repeat-y;
}

/*	---DOL---	*/
.popup .lewy_dolny_rog {
	float:left;
	width:16px;
	height:19px;
	background:#fff url('../img/product/gallery/ramka_10.gif') top left no-repeat;
}

.popup .dol {
	float:left;
	width:445px;
	height:19px;
	background:#fff url('../img/product/gallery/ramka_11.gif') top left repeat-x;
}

.popup .prawy_dolny_rog {
	float:left;
	width:19px;
	height:19px;
	background:#fff url('../img/product/gallery/ramka_12.gif') top right no-repeat;
}

.popup_image {
	height:395px;
	width:445px;
	margin:auto;
	text-align:center;
}

.popup_buttons {
	height:20px;
	width:225px;
	padding-top:10px;
	padding-left:110px;
	padding-right:110px;
}

.popup_buttons .button {
	float:left;
	height:20px;
	width:75px;
	text-align:center;
}

.popup_stopka {
	height:20px;
	width:445px;
	text-align:center;
}

/*------------------------------------------------------------------------------------------------------------
*	Gdzie kupic
------------------------------------------------------------------------------------------------------------*/
#polska_flash {
	width:500px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}