@CHARSET "UTF-8";

/* ogolne modelowanie */
body {
	font-size: 8.5pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color: #0558a8;
	text-decoration: none;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
}

a:hover {
	text-decoration: underline;
}

/* glowny DIV bez stopki */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	position: relative;
}

#main {
	width: 774px;
	clear: both;
	/*padding: 3px 3px 3px 3px;*/
}

#main-left-column{
	float:left;
	width:384px;
}

#main-right-column{
	float:right;
	width:374px;
}

/* sciezka nawigacyjna */
#navi-path-box {
	line-height: 40px;
	clear: both;
	float: left;
	padding-left: 10px;
	width: 764px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#navi-path-dropdown{
	line-height:14pt;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	margin:0px 0px 0px 0px;
	padding:3px 45px 7px 3px;

	width:182px;
	height:20px;
}

#navi-path-box a {
	font-weight: bold;
}

#navi-path-box-green {
	color: #259FCE;
}


/* box wyszukiwania */
#searcher-box {
	float: left;
	margin-left: 10px;
	width: 374px;
	z-index: 10;
}

#searcher { /*margin: 12px 10px 12px 10px;*/
	background-color: #81DB00;
	background-image: url("/imgs/searcher/wyszukiwarka_bg_grad.png");
	background-position: left top;
	background-repeat: repeat-x;
	color: #ffffff;
	width: 374px;
	/*height: 300px;*/
	float: left; 
	
}

#search-form {
	float: left;
	/*height: 290px;*/
	width: 344px;
	padding: 5px 15px 5px 15px;
}

#search-form select{
	color: #666666;
}

#searcher-tabs { /*height: 312px;*/
	
}

#searcher select,#searcher label,#searcher input {
	height: 20px;
	font-size: 9.5pt;
	/*text-align: center;*/
	vertical-align: middle;
	margin: 0px 0px 3px 0px;
	cursor: pointer;
}

#search-top {
	height: 70px;
	/*border-bottom: 1px solid #8BEC01;*/
}

#search-top label {
	clear: left;
	float: left;
	top: 5px;
	width: 130px;
}

#search-top select {
	clear: right;
	float: right;
	width: 200px;
	top: 5px;
}

#search-region option.region{
	background: rgb(238, 238, 255) none repeat scroll 0%; 
	color: blue;
}

#search-warranty {
	height: 22px;
	background-color: #fff;
	margin: 5px -15px 0 -15px !important;
	background: #B1E382
		url(/inc/css/searcher-theme/images/zakl_green_nakt.gif) repeat-x
		scroll 50% 50%;
	text-align: center;
	color: #0558a8;
	position: relative;
	cursor: pointer;
}

#search-warranty div {
	position: relative;
	top: 3px;
	display: inline;
}

#search-warranty div:hover {
	text-decoration: underline;
}

#search-warranty span.bold {
	font-weight: bold;
}

#search-middle-left { /* 	position: relative; */
	clear: left;
	float: left;
	width: 172px;
	/*height: 187px;*/
	margin: 5px 0px 0px 0px;
}

#search-middle-right-select label {
	margin-left: 10px;
}

#search-middle-right-select {
	padding-top: 25px;
	height: 70px;
}

#search-middle-left label,#search-middle-left label table {
	clear: both;
	float: left;
	width: 176px;
}

#search-day {
	width: 50px;
	float: left;
	clear: left;
}

#search-month-year { /*float: left;*/
	float: left;
	width: 120px;
}

#search-calendar {
	margin-top: 3px;
	width: 170px;
	float: left;
	clear: both;
}

/* kalendarz wyszukiwarki */
#search-calendar td.title {
	color: #ffffff;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
}

#search-calendar .passive,#search-calendar .active,#search-calendar .set
	{
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 22px;
	font-weight: bold;
	text-align: center;
}

#search-calendar .active,#search-calendar .passive,#search-calendar .set
	{
	background-repeat: no-repeat;
	background-position: center center;
}

#search-calendar .active a,#search-calendar .active a:link,#search-calendar .active a:active,#search-calendar .active a:visited
	{
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
	background-image: url("/imgs/calendar/cal_act.gif");
}

#search-calendar .active a:hover {
	background-image: url("/imgs/calendar/cal_ove.gif");
	color: #FFF;
}

#search-calendar .passive {
	background-image: url("/imgs/calendar/cal_pas.gif");
	color: #999999;
}

#search-calendar .set {
	background-image: url("/imgs/calendar/cal_ove.gif");
	color: #FFFFFF;
}

#search-advance-wrapper{
	float: left;
	padding: 5px;
	margin: 5px -5px;
	background-color: #10ba00;
	width: 345px;
}

#search-advance{
	/*height: 400px;*/
	float: left;
	clear: both;
	margin: 10px 0;
	display: none;
	
}

#search-advance-link{
	width: 200px;
	float: left;
	clear: both;
	color: #0558A8;
	font-size: 9.5pt;
	margin: 5px 0;
	padding-left: 15px;
	background: url(/imgs/searcher/lupa.gif) no-repeat left bottom;
}

#search-advance-link span.close{
	padding-right: 10px;
	background: url(/imgs/searcher/linker_open.gif) no-repeat right center;
}

#search-advance-link span.open{
	padding-right: 10px;
	background: url(/imgs/searcher/linker_close.gif) no-repeat right center;
}

#search-advance-link span:hover{
	text-decoration: underline;
	cursor: pointer;
}

.search-advance-label{
	float: left;
	
	width: 140px;
	height: 20px;
}

.search-advance-select{
	float: left;
	clear: right;
	width: 200px;
}

.search-advance-select select{
	width:200px;
}

#search-udog{
	float: right;
	
	
}

.search-udog-box-right, .search-udog-box-left{
	width: 165px;
	padding: 3px 2px;
}

.search-udog-box-right{
	float: right;
	clear: right;
}

.search-udog-box-left{
	float: left;
	clear: left;
}

.search-udog-box-left img, .search-udog-box-right img{
	float: left; 
	cursor: pointer;
	margin: 0 3px;
}

.search-udog-box-left input, .search-udog-box-right input{
	padding: 0 !important;
	margin: 0 !important;
	position: relative; 
	top: 3px;
	float: left; 
	height: 13px !important;
}

.search-udog-box-left label, .search-udog-box-right label{
	float: left; 
	
}

#search-middle-right { /*position: relative;*/
	clear: right;
	float: right;
	width: 50%;
	/*height: 187px;*/
	margin: 0px 0px 0px 0px;
}

#search-middle-right select {
	width: 80px;
	float: right;
	clear: right;
}

#search-middle-right input {
	float: left;
	clear: left;
	margin: 0px 5px 10px 8px;
	width: 13px;
	height: 13px;
}

#search-middle-right-checkbox {
	float: left;
	clear: both;
	margin-top: 5px;
}

#right-label {
	float: left;
	/*clear: right; *//*width: 135px;*/
	margin: 2px 0px 2px 0px;
}

#right-label-all-inclusive {
	float: left;
	padding-right:30px;
	/*clear: right; *//*width: 135px;*/
	margin: 2px 0px 2px 0px;
}

#left-label {
	float: left;
	clear: left;
	/*padding-left: 15px;*/
}

#search-search{
	float: left;
	clear: both;
}

#search-bottom {
	height: 17px;
	width: 245px;
	float: left;
	clear: left;
	background-image: url("/imgs/searcher/sluchawka_small_orange.gif");
	background-repeat: no-repeat;
	margin-top: 1px;
}

#search-bottom-button {
	background-image: url("/imgs/searcher/znajdz_oferty.gif");
	background-repeat: no-repeat;
	cursor: pointer;
	width: 95px;
	height: 22px;
	/*	position: absolute;
	bottom: 0px;
	right: 0px;*/
	float: right;
	clear: right;
}

#feedback {
	padding-left: 20px;
	color: #0558A8 !important;
	height: 17px;
	display: block;
	font-weight: bold;
	margin-top: 2px;
}

/* prawy gorny box z mediami - plakaty */
#media-box {
	width: 372px;
	/*height: 298px;*/
	height: 305PX;
	/*margin-bottom: 25px;*/
	float: right;
	/*border: 1px solid;*/ /*position: relative;*/
}

#posters-header {
	height: 28px;
	border-left: 1px solid #C5E2FD;
	border-right: 1px solid #C5E2FD;
}

#posters-header ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#posters-header ul li {
	float: left;
	padding: 0px;
	margin: 4px 1px 0px 1px;
}

.posters-header-iterator {
	background-image: url("/imgs/posters/cal_pas.gif");
	width: 22px;
	height: 17px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #0051A2;
	line-height: 17px;
}

#posters-header .disable-carousel,#posters-header .enable-carousel {
	width: 54px;
	height: 11px;
	float: right;
	margin: 7px 10px 0px 0px;
}

#posters-header .disable-carousel {
	background-image: url("/imgs/posters/wszystkie-drop-disable.gif");
	background-repeat: no-repeat;
	cursor: default;
}

#posters-header .enable-carousel {
	background: url("/imgs/posters/wszystkie-drop-enable.gif") no-repeat;
	cursor: pointer;
}

#posters-header .enable-lArrow,#posters-header .disable-lArrow,#posters-header .enable-rArrow,#posters-header .disable-rArrow,#top-box-header .enable-lArrow,#top-box-header .disable-lArrow,#top-box-header .enable-rArrow,#top-box-header .disable-rArrow
	{
	width: 13px;
	height: 11px;
}

#posters-header .enable-lArrow,#top-box-header .enable-lArrow,#ideas-box-navi .enable-lArrow
	{
	background-image: url("/imgs/posters/linker-l-enable.gif");
	background-repeat: no-repeat;
	cursor: pointer;
	width: 13px;
	height: 11px;
}

#posters-header .disable-lArrow,#top-box-header .disable-lArrow,#ideas-box-navi .disable-lArrow
	{
	background-image: url("/imgs/posters/linker-l-disable.gif");
	background-repeat: no-repeat;
	cursor: default;
	width: 13px;
	height: 11px;
}

#posters-header .enable-rArrow,#top-box-header .enable-rArrow,#ideas-box-navi .enable-rArrow
	{
	background-image: url("/imgs/posters/linker-r-enable.gif");
	background-repeat: no-repeat;
	cursor: pointer;
	width: 13px;
	height: 11px;
}

#posters-header .disable-rArrow,#top-box-header .disable-rArrow,#ideas-box-navi .disable-rArrow
	{
	background-image: url("/imgs/posters/linker-r-disable.gif");
	background-repeat: no-repeat;
	cursor: default;
	width: 13px;
	height: 11px;
}

#posters-header ul li#posters-header-lArrow {
	margin: 7px 2px 5px 8px;
}

#posters-header ul li#posters-header-rArrow {
	margin: 7px 8px 5px 2px;
}

#posters-content { /*width: 372px;
	height: 244px;*/
	
}

/*============= BUTTON BOX==============*/
#button-box {
	float: right;
	position: relative;
	width: 374px;
}

#button-box a {
	float: right;
}

#button-rodzinnie,#button-tanio,#button-aktywnie,#button-ekskluzywnie,#button-wiecej
	{
	display: block;
	height: 20px;
	background-position: 0px 20px;
}

#button-rodzinnie {
	background-image: url(/imgs/common/rodz_btn.gif);
	width: 74px;
}

#button-tanio {
	background-image: url(/imgs/common/tanio_btn.gif);
	width: 47px;
}

#button-aktywnie {
	background-image: url(/imgs/common/akt_btn.gif);
	width: 75px;
}

#button-ekskluzywnie {
	background-image: url(/imgs/common/eksk_btn.gif);
	width: 96px;
}

#button-wiecej {
	background-image: url(/imgs/common/wiecej_btn.jpg);
	width: 81px;
}

#button-rodzinnie:hover,#button-tanio:hover,#button-aktywnie:hover,#button-ekskluzywnie:hover,#button-wiecej:hover
	{
	background-position: 0px 0px;
}

/*=======================================*/
	/* box pod wyszukiwarka z TOP5 */
#top-box {
	width: 374px;
	height: 145px;
	margin: 5px 0px 0px 10px;
	float: left;
	float: left;
	/*border: 1px solid #000000;*/
}

#top-box-header {
	background-image: url("/imgs/topbox/nagl_hity_green.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 2px solid #507C01;
	color: #ffffff;
	height: 22px;
	line-height: 22px;
	/*margin: 1px;*/
	padding: 0 0 0 10px;
}

#top-box-header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-box-header li {
	float: left;
}

#top-box-header li#top-box-hdr-more {
	float: right;
}

#top-box-header a,#top-box-header p {
	color: #FFFFFF;
	margin: 0px;
	/*font-weight: bold;*/
}

#top-box-row {
	height: 38px;
	position: absolute;
	width: 372px;
	float: left;
}

#top-box-hdr-more {
	
}

#top-box-hdr-more a {
	text-decoration: underline;
	color: #0558A8;
	background-image: url(/imgs/topbox/linker_dark_blue.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 8px;
	margin-right: 8px;
}

#top-box-hdr-link {
	/*background-image:url(/imgs/topbox/linker_white.gif);
	background-position:100% 50%;
	background-repeat:no-repeat;*/
	font-weight: bold;
	padding-right: 10px;
}

#top-box-hdr-link.loading {
	background: none;
}

#top-box-lArrow,#top-box-rArrow {
	margin-top: 5px;
}

#top-box-lArrow {
	margin-right: 2px;
}

#top-box-rArrow {
	margin-left: 2px;
	margin-right: 10px;
}

#top-box-photo {
	border-left: 1px solid #10B900;
	border-right: 1px solid #10B900;
	background: #FFFFFF;
	height: 82px;
}

#top-box-photo.loading {
	background: #C6E6A3 url(/imgs/topbox/ajax-loader.gif) no-repeat center
		bottom;
	border-left: 1px solid #10B900;
	border-right: 1px solid #10B900;
}

#top-box-photo table { /*width: 100%;*/
	height: 100%;
	text-align: center;
	float: left;
}

#top-box-photo table td.active {
	background: #C6E6A3;
	border-bottom: 1px solid #C6E6A3;
	border-left: 1px solid #91c848;
	border-right: 1px solid #91c848;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity =       100);
}

#top-box-photo table td {
	border-bottom: 1px solid #91c848;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	cursor: pointer;
	width: 91px;
	height: 81px;
	opacity: 0.4;
	filter: alpha(opacity =       40);
}

#top-box-photo img {
	border: 1px solid #507C01;
	/*width: 77px;
	height: 58px;*/
}

#top-box-content {
	height: 38px;
	background: #C6E6A3;
	border-left: 1px solid #10B900;
	border-right: 1px solid #10B900;
	border-bottom: 1px solid #10B900;
}

#top-box-row-table {
	width: 100%;
	height: 100%;
	/*border-bottom:1px solid #10B900;
	border-left:1px solid #10B900;
	border-right:1px solid #10B900;*/
}

.top-box-row-light,.top-box-row-dark {
	background-color: #C6E6A3;
}

#top-box-row-up { /*line-height: 12px;
	background-color: #000000;*/ /*width: 372px;
	height: 20px;*/
	
}

#top-box-name { /*float: left;
	height: 12px;*/
	color: #0558A8;
}

#top-box-trnsprt { /*float: right;*/
	text-align: right;
	/*margin: 0px;*/
}

#top-box-row-down { /*line-height: 12px;*/
	
}

#top-box-price {
	text-align: right;
	font-weight: bold;
	color: #434C51;
	font-size: 9.5pt;
}

#top-box-from {
	color: #999999;
	margin-right: 5px;
	font-weight: normal;
}

#top-box-loc { /*float: left;
	clear: left;*/
	color: #414B56;
}

#top-box-trnsprt,#top-box-price {
	padding: 3px 10px 0px 0px;
}

#top-box-name,#top-box-loc {
	padding: 3px 0px 0px 10px;
}

#top-box-left-corner,#top-box-right-corner {
	height: 18px;
	width: 18px;
	position: absolute;
}

#top-box-left-corner {
	float: left;
	background-image: url("/imgs/css/corner_l_btm_green.gif");
	background-position: center;
	margin-top: 21px;
	margin-left: -1px;
}

#top-box-right-corner {
	float: right;
	background-image: url("/imgs/css/corner_r_btm_green.gif");
	background-position: center;
	margin-left: 355px;
	margin-top: 21px;
}

#top-box-bottom {
	background-color: #A1E166;
	color: #0558A8;
	/*height: 18px;
	line-height: 18px;*/ /*padding-right: 10px;*/
	text-align: right;
	/*border-bottom: 1px solid #10B900;*/
	clear: both;
}

#top-box-bottom a {
	vertical-align: bottom;
	background-image: url(/imgs/topbox/linker_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 8px;
}

#top-box-bottom table {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 17px;
	width: 100%;
}

#top-box-btm-linker {
	border-bottom: 1px solid #10B900;
}

#top-box-bottom table tr td { /*position: relative;*/
	
}

/* ======== Scroll boxy - Szukaj wg kategorii/lokalizacji ========= */
#scroll-boxes {
	float: left;
	width: 374px;
	height: 330px;
	margin: 10px 0px 10px 10px;
	/*border: 1px solid #000000;*/
}

#category-box,#locid-box {
	width: 180px;
	margin-bottom: 10px;
}

#category-box {
	float: left;
	clear: left;
}

#category-box-header {
	height: 25px;
	background: url(/imgs/scrollboxes/szukaj_wg_kategorii.jpg) no-repeat
		left top;
	border-bottom: 1px solid #81db00;
}

#category-box-content {
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

#category-box-content a {
	cursor: pointer;
	display: block;
	height: 35px;
	padding-bottom: 7px;
	padding-top: 7px;
}

#category-box-content-photo {
	clear: left;
	color: #0000CC;
	float: left;
	padding-left: 3px;
	width: 55px;
}

#category-box-content-name {
	color: #0000CC;
	float: right;
	padding-right: 4px;
	width: 100px;
}

#category-box-content a:hover {
	background-color: #81DB00;
	text-decoration: none;
}

#locid-box { /*height: 310px;*/
	float: right;
}

#locid-box-header {
	height: 25px;
	background: url(/imgs/scrollboxes/szukaj_wg_kierunku.jpg) no-repeat left top;
	border-bottom: 1px solid #81db00;
}

#locid-box-content {
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
}

#locid-box-content a {
	display: block;
	float: left;
	cursor: pointer;
	border-bottom: 1px solid #d9ebfd;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 170px;
}

#locid-box-content a:hover {
	background-color: #81DB00;
	text-decoration: none;
}

#locid-box-content-name {
	width: 90px;
	padding-left: 5px;
	color: #0000cc;
	float: left;
	clear: left;
}

#locid-box-content-from {
	color: #999999;
	text-align: right;
	float: left;
}

#locid-box-content-price {
	text-align: right;
	padding-right: 8px;
	color: #434c51;
	font-weight: bold;
	width: 50px;
	float: right;
	clear: right;
}

/* box pod plakatami z mapa panstwa/swiata */
#maps-box {
	width: 372px;
	height: 294px;
	margin: 5px 0px 0px 0px;
	float: right;
	/*border: 1px solid;*/ /* 	position: relative; */ /*top: -50px;*/
}

#maps-box-main { /*width: 372px;
	height: 268px;
	border: 1px normal #000000;*/
	
}

/* box z banerem bezdroza */
#bezdroza-box {
    width: 372px;
    height: 98px;
    float: right;
    margin-top: 10px;
}

#bezdroza-box-flash {
    margin-left: 1.5px;
    width: 369px;
    height: 98px;
}

/* box z pomyslami */
#ideas-box {
	width: 372px;
	height: 135px;
	float: right;
	margin-top: 10px;
}

#ideas-box-navi {
	height: 25px;
	width: 170px;
	line-height: 25px;
	vertical-align: middle;
	position: absolute;
	float: left;
	z-index: 10;
	margin-left: 5px;
}

#ideas-box-navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#ideas-box-navi ul li {
	float: left;
	color: #999999;
}

#ideas-box-content {
	position: absolute;
	float: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#ideas-box-top {
	height: 8px;
	width: 374px;
	position: absolute;
	background-image: url(/imgs/ideas/round_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 20;
}

#ideas-box-bottom {
	height: 8px;
	width: 374px;
	position: absolute;
	background-image: url(/imgs/ideas/round_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 20;
	margin-top: 129px;
}

#idea-box {
	margin: 3px 5px;
}

#idea-box-left {
	float: left;
	width: 180px;
}

#idea-box-lArrow,#idea-box-rArrow {
	margin-top: 8px;
}

#idea-box-rArrow {
	margin-left: 4px;
	margin-right: 6px;
}

#idea-box-photo { /*text-align: center;*/
	margin-top: 26px;
}

#idea-box-right {
	float: right;
	width: 180px;
}

#idea-box-header {
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}

#idea-box-text {
	margin-left: 5px;
}

#idea-box-more {
	text-align: right;
}

#idea-box-tl-corner {
	position: absolute;
	width: 19px;
	height: 18px;
}

/* ======= POMYSLY SLIDESHOW  ========= */
	/*.slideshow, .slideshow-label, .slideshow-content, .slideshow-panel {
    font:12px Verdana, Tahoma, sans-serif;
}*/
.slideshow {
	padding: 0;
	border: 0;
	position: relative;
	display: none; /* Set to "none" for not preview slideshow content */
	z-index: 1
}

.slideshow-content {
	padding: 0;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

/* Some Content Changes */
.slideshow-content p {
	padding: 0;
	overflow: auto;
}

.slideshow-slide {
	display: none;
	position: absolute;
}

.slideshow-fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.slideshow-label-place { /* Stupid IE hack */ //
	border: 1px dotted transparent; //
	background: transparent padding :       0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 30px;
}

.slideshow-label {
	z-index: 101;
	color: #fff;
	width: 100%;
	height: 100%;
	line-height: 30px;
	text-indent: 8px;
	font-weight: bold
}

.slideshow-panel-place { /* Stupid IE hack */ //
	border: 1px dotted transparent; //
	background: transparent;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	height: 28px;
}

.slideshow-panel {
	z-index: 101;
	width: 100%;
	height: 100%;
}

.slideshow-panel a.button {
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	text-indent: -99999%;
	overflow: hidden;
	outline: 0; /* @ Firefox, prevent dotted border after click */
	background-image: url(/imgs/slideshow/buttons.png);
	background-repeat: no-repeat;
	border: 1px solid transparent
}

.slideshow-panel a.button:hover {
	border: 1px solid #777;
}

.slideshow-panel a.first {
	background-position: 0 0
}

.slideshow-panel a.prev {
	background-position: -24px 0
}

.slideshow-panel a.play {
	background-position: -48px 0
}

.slideshow-panel a.stop {
	background-position: -72px 0
}

.slideshow-panel a.next {
	background-position: -96px 0
}

.slideshow-panel a.last {
	background-position: -120px 0
}

.slideshow-panel a.help {
	position: relative;
	background-position: -143px 0
}

.slideshow-panel span.counter {
	float: right;
	display: block;
	/*width:26px;*/
	height: 26px;
	line-height: 26px;
	padding: 0 4px;
}

.slideshow-help {
	position: absolute;
	bottom: 28px;
	left: 0px;
	z-index: 101;
	background-color: #ff9;
	display: none;
	opacity: 0.9;
	width: 100%;
}

.slideshow-frame div {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/imgs/slideshow/big-play.png) 50% 50% no-repeat;
	z-index: 201;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.slideshow-load {
	display: none;
}

.slideshow-load div {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/imgs/slideshow/ajax-loader.gif) 50% 50% no-repeat;
	z-index: 201;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.slideshow-shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	width: 100%;
	height: 100%;
}

.slideshow-opacity {
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==)
		;
	background: rgba(0, 0, 0, 0.5);
	filter: progid :       DXImageTransform.Microsoft.gradient (     
		 startColorstr =   
		   #85000000, endColorstr =       #85000000 );
}

/* Utilities */
.corner-top-left {
	background-image: url("/imgs/css/corner_l_top.gif");
	background-position: top left;
}

.corner-top-right {
	background-image: url("/imgs/css/corner_r_top.gif");
	background-position: top right;
	width: 17px;
}

.corner-bottom-left {
	background-image: url("/imgs/css/corner_l_btm.gif");
	background-position: bottom left;
}

.corner-bottom-right {
	background-image: url("/imgs/css/corner_r_btm.gif");
	background-position: bottom right;
	width: 17px;
}

.corner-top-left-green {
	background-image: url("/imgs/css/corner_l_top_green.gif");
	background-position: top left;
}

.corner-top-right-green {
	background-image: url("/imgs/css/corner_r_top_green.gif");
	background-position: top right;
}

.corner-bottom-left-green {
	background-image: url("/imgs/css/corner_l_btm_green.gif");
	background-position: bottom left;
}

.corner-bottom-right-green {
	background-image: url("/imgs/css/corner_r_btm_green.gif");
	background-position: bottom right;
}

.corner-bottom-left-green,.corner-bottom-right-green,.corner-top-left-green,.corner-top-right-green
	{ /*width: 19px;*/
	height: 18px;
}

.corner-top-left,.corner-top-right,.corner-bottom-left,.corner-bottom-right,.corner-top-left-green,.corner-top-right-green,.corner-bottom-left-green,.corner-bottom-right-green
	{
	background-repeat: no-repeat;
}

/*============== GWARANCJA NAJNIZSZEJ CENY=================*/
#gwarancja-main {
	width: 352px;
	height: 292px;
	background-image: url(/imgs/common/gwarancja_bg.gif);
	background-repeat: no-repeat;
	/*background-position: bottom center;*/
	position: relative;
	float: right;
	padding: 10px;
	display: none;
}

.gwarancja-main-top {
	width: 337px;
	height: 90px;
	background-image: url(/imgs/common/gwarancja_top.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 7px;
}

.gwarancja-main-btm {
	height: 194px;
	font-size: 8.5pt;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #333333;
}

.gwarancja-main-btm-url {
	width: 145px;
	height: 20px;
	font-size: 8.5pt;
	font-family: Tahoma, Arial, Sans-Serif;
}

#gwarancja-main-arrow {
	width: 26px;
	height: 29px;
	position: absolute;
	top: 84px;
	left: -18px;
	background: url(/imgs/common/gwarancja_strzalka.gif) no-repeat center
		center;
}
