@import url("reset.css");
/* ========================================================== PODSTAWOWE
 */

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.fleft, .floatleft { float: left; }
.fright, .floatright { float: right; }
.clearfix { clear: both; }
.hidden { display: none; }
.unvisible, .invisible { visibility: hidden; }
.minimize { width: 1%; white-space: nowrap; }
.p0 { padding: 0px !important; }
.p5 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p30 { padding: 30px !important; }
.p40 { padding: 40px !important; }
.p50 { padding: 50px !important; }
.p60 { padding: 60px !important; }
.p70 { padding: 70px !important; }
.m10 { margin: 10px !important; }
.h200 { height: 200px; !important; }


/* ========================================================== GENERAL
 */

body {
    font-family: Helvetica, Geneva, sans-serif;
    font-size: 14px;
    background-color: #353535;
    color: #222;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 4px
}

h2:first-child {
    margin-top: 0px;
}

h1, h2 {
    color: #289dc5;
    text-shadow: #ccc 2px 2px 4px;
    background: url('../img/icons/bullet.png') no-repeat;
    padding: 3px;
    margin-left: 0px;
    padding-left: 25px;
    background-position: 0px 2px;
}

h2 + p {
	margin-left: 26px;
}

a:link {
    color: #999;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #a74401;
    text-decoration: none;
}

a:active {
    color: #a74401;
    text-decoration: none;
}


/*========================================================================================MESSAGES AND ERRORS
 */

.flash_message, .fullwindow_message {
	display: block;
	position: relative;
    color: #fff;
	font-size: 15px !important;
	margin: -45px 0px 25px 0px;
    padding: 20px 15px 15px 15px;
	 box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;	
}

.flash_message.error, .fullwindow_message.error {
   	color: #FFF;
	background-color: rgb(255, 0, 0);
    background-color: rgba(255, 0, 0, 0.9);
	text-shadow: 1px 1px 2px #888;
}

.fullwindow_message {
	font-size: 18px !important;
	padding: 20px 20px;
	margin: 0px 100px;
	 border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


/*======================================================================================== ICONS AND ICON BUTTONS
 */

.texticon {
	display: block;
	float: left;
	margin: 0px 4px 0px 0px;
	zoom: 1;
	vertical-align: middle;
}

.buttonicon {
	display: block;
	float: left;
	margin: 0px;
	zoom: 1;
	vertical-align: middle;
}

.fullwindow_message .texticon {
	margin-top: 1px !important;
}


.ibutton {
	display: block;
	position: relative;
	margin-top: -5px;
	padding: 4px 4px 4px 3px;
	float: right;
	 border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	cursor: pointer;
	background-color: RGB(215, 105, 29);
    background-color: RGBA(215, 105, 29, 0.91);
    background: url('../img/theme/button_orange_background.png') repeat-x center;
}

.flash_message.error .ibutton{
	background-color: RGB(40, 157, 197);
    background-color: RGBA(40, 157, 197, 0.91);
    background: url('../img/theme/button_blue_background.png') repeat-x center;
}

.ibutton:hover{
	background-image: none !important;
	background-color: rgb(20, 20, 20) !important;
    background-color: rgba(0, 0, 0, 0.8);
}





/* ======================================================================================== STRUKTURA STRONY
 */

div#header {
    position: relative;
    display: block;
    width: 100%;
    height: 170px;
    background: url('../img/theme/header_background.jpg');
    z-index: 1;
}

div#menu {
    position: relative;
    display: block;
    background: url('../img/theme/header_menu_background.png');
    height: 43px;
    margin: -15px 0px -15px 0px;
    padding: 15px 0px 10px 0px;
    z-index: 2;
}

div.container900 {
    display: block;
    position: relative;
    width: 900px;
    margin: 0px auto;
}

div#main {
    display: block;
    position: relative;
    background: url(../img/theme/main_background.png);
    width: 100%;
    padding: 45px 0px 50px 0px;
}

#main > #background_top {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 192px;
    background: url('../img/theme/main_background_top.png') repeat-x;
}

div#footer {
	margin: 0px;
	padding: 22px 0px 0px 0px;
    display: block;
    position: relative;
    height: 220px;
    overflow: hidden;
    background: url('../img/theme/footer_background.png') repeat 0  0;
    color: #aaa;
	z-index: 1;
}

/* ===================================================================================== HEADER
 */
div#logo {
    display: block;
    position: absolute;
    top: 60px;
    left: 6px;
    width: 233px;
    height: 52px;
}

div#header_text {
    display: block;
    position: absolute;
    top: 60px;
    right: 5px;
    width: 223px;
    height: 46px;
}

/* =================================================================================== MAIN MENU
 */
.addthis {
    position: absolute;
    top: 10px;
    right: 8px;
}

.main_menu {
    display: block;
    position: absolute;
    color: #fffff;
    top: 5px;
    left: 8px;
}

.main_menu li {
    display: block;
    float: left;
    font-size: m14px;
    margin-right: 15px;
}

.main_menu li a {
    display: block;
    padding: 6px 20px 7px 20px;
    text-shadow: 1px 1px 3px #000;
    color: #ffffff;
}

.main_menu li a.active, .main_menu li a:hover {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 4px #333;
    -moz-box-shadow: 2px 2px 4px #333;
    -webkit-box-shadow: 2px 2px 4px #333;
    text-shadow: 1px 1px 2px #444;
}

.main_menu li a.active {
    background-color: RGB(40, 157, 197);
    background-color: RGBA(40, 157, 197, 0.91);
    background: url('../img/theme/button_blue_background.png') repeat-x center center;
}

.main_menu li a:hover {
    background-color: RGB(215, 105, 29);
    background-color: RGBA(215, 105, 29, 0.91);
    background: url('../img/theme/button_orange_background.png') repeat-x center center;
}

/*
 * ===========================================================================================SUBMENU
 */
ul.submenu {
    display: block;
	position: relative;
	margin: 0px;
	margin-left: 8px;
}

ul.submenu > li {
    display: block;
    float: left;
    margin-right: 4px;
    font-weight: bold;
    font-size: 13px;
}

ul.submenu li a {
    display: block;
    color: #fff;
    padding: 10px 25px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-box-shadow: 0px 1px 3px #333;
    -webkit-box-shadow: 0px 1px 3px #333;
    box-shadow: 0px 1px 3px #333;
    text-shadow: 1px 1px 2px #333;
    background-color: RGB(40, 40, 40);
    background-color: RGBA(40, 40, 40);
	background: url('../img/theme/button_gray_background.png') repeat-x center;
}

ul.submenu li a.active {
    background-color: RGB(40, 157, 197);
    background-color: RGB(40, 157, 197);
    background: url('../img/theme/button_blue_background.png') repeat-x center;
	-moz-box-shadow: 2px -1px 2px #888;
    -webkit-box-shadow: 2px -1px 2px #888;
    box-shadow: 2px -1px 2px #888;
}

ul.submenu li a:hover {
    background-color: RGB(215, 105, 29);
    background-color: RGBA(215, 105, 29, 0.91);
    background: url('../img/theme/button_orange_background.png') repeat-x center;
	-moz-box-shadow: 2px -1px 2px #888;
    -webkit-box-shadow: 2px -1px 2px #888;
    box-shadow: 2px -1px 2px #888;
}


/*
 * ================================================================ =================USERMENU
 */
ul.usermenu {
    font-size: 11px;
    display: block;
    position: absolute;
    right: 10px;
    top: 137px;
    padding: 5px 6px 3px 1px;
    background-color: RGB(20, 20, 20);
    background-color: RGBA(20, 20, 20, 0.8);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
	z-index: 20;
}

ul.usermenu a {
    color: #666;
}

ul.usermenu li {
    display: inline-block;
    *display:inline;
    zoom: 1;
    margin-left:
    5px;
}

ul.usermenu li a {
    display: block;
    padding: 2px 7px 2px 4px;
	 border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.usermenu li img {
    height: 14px;
}

ul.usermenu li a:hover {
    color: #fff;
    -moz-box-shadow: 2px -1px 2px #222;
    -webkit-box-shadow: 2px -1px 2px #222;
    box-shadow: 2px -1px 2px #222;
    text-shadow: 1px 1px 2px #888;
    background-color: RGB(215, 105, 29);
    background-color: RGBA(215, 105, 29, 0.91);
    background: url('../img/theme/button_orange_background.png') repeat-x center;
}



/*=================================================================================== FOOTER
 */
#footer #links_sites {
    position: absolute;
    left: 12px;
    font-size: 12px;
}

#footer #links_bottom {
    position: absolute;
    right: 20px;
}

#footer #copyright {
    text-align: center;
    width: 100%;
}




/*=========================================================================== MAIN CONTAINERS
 *
 */
.container {
    display: block;
    position: relative;
    margin: 0px;
    line-height: 1.1em;
    clear: both;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 15px #888;
    -webkit-box-shadow: 5px 5px 15px #888;
    box-shadow: 5px 5px 15px #888;
	background-color: #ffffff;
	min-width: 1px;
	min-height: 1px;
}

* html container {
    border: 1px solid #999 !important;
}

.container.black {
	background: rgb(0,0,0);
}

.column_left{
	display: block;
	position: relative;
	float: left;
	width: 230px;
}

.p5 .column_left { margin-right: 5px; }
.p10 .column_left { margin-right: 10px; }
.p15 .column_left { margin-right: 15px; }
.p20 .column_left { margin-right: 20px; }
.p30 .column_left { margin-right: 30px; }
.p40 .column_left { margin-right: 40px; }


.column_right{
	float: left;
	display: block;
	position: relative;
}

.p5 .column_right: { width: 655px; }
.p10 .column_right: { width: 640px; }
.p15 .column_right: { width: 625px; }
.p20 .column_right: { width: 610px; }
.p30 .column_right: { width: 580px; }
.p40 .column_right: { width: 550px; }

.content {
	display: block;
	position: relative;
	width: 560px;
	color: #666;
	padding-top: 15px;
}

#breadcrumbs {
	font-size: 11px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ccc;
	margin: 0px;
}

#breadcrumbs:hover {
	top: -3px;
	font-size: 13px;
	color: #999;
}

#breadcrumbs a {
	color: #ccc;
}

#breadcrumbs:hover a {
	color: #999;
}

#breadcrumbs a:hover {
	color: #666;
}

.content > h2 {
	color: #289dc5;
    text-shadow: #ccc 2px 2px 4px;
    background: url('../img/icons/bullet.png') no-repeat;
    padding: 3px;
	margin: 0px;
    margin-left: 0px;
	font-size: 18px;
	font-weight: bold;
    padding-left: 25px;
    background-position: 0px 2px;
	word-wrap: normal;
}

.content > h3 {
	margin: 15px 0px 4px 0px;
	color: #289dc5;
    text-shadow: #ccc 2px 2px 4px;
    margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
    background-position: 0px 2px
}

.content > dl {
	display: block;
	position: relative;
}

.content > dl dt {
	display: block;
	position: relative;
	padding: 0px 0px 0px 30px;
	font-size: 13px;
	font-weight: bold;
	background: url('../img/icons/dot.png') no-repeat 10px center;
}

.content > dl dd {
	display: block;
	position: relative;
	padding: 0px 0px 6px 30px;
	font-size: 12px;
}






/*=========================================================================== STANDARD ELEMENTS
 *
 */
.table1 {
    margin: 7px 0px 10px 0px;
}

.table1 tr > td:first-child {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px !important;
}

.table1 td {
    padding: 2px 4px 0px 0px;
}


.box_right {
    background-color: #eee;
    padding: 20px 20px 20px 20px;
    margin-left: 20px;
    max-width: 200px;
    float: right;
    color: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
    text-shadow: #bbb 2px 2px 5px;
}

a > img {
    vertical-align: middle;
    margin: 3px;
}

/*================================================================================== REALIZACJE
 */
.panoramas a {
    display: block;
    float: left;
    padding: 0px;
    margin: 5px 6px 10px 6px;
    -moz-box-shadow: 2px 2px 8px #777;
    -webkit-box-shadow: 2px 2px 8px #777;
    box-shadow: 2px 2px 8px #777;
    border: 2px solid #ccc;
}

.panoramas a:hover {
    border-color: #289dc5;
}

.panoramas a img {
    width: 120px;
    height: 72px;
    margin: 0px;
}



/*============================================================================== STRONICOWANIE
 */
.paging_info {
    text-align: center;
    margin: 10px;
    margin-top: -10px;
}

.paging_info span {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ddd;
    color: #777;
    font-size: 1em;
}

.paging_info div, .paging div {
    display: inline-block;
    *display:inline;
    zoom:
    1;
    vertical-align: middle;
    width:
    32px;
    height:
    30px;
    overflow: hidden;
}

.paging_info img, .paging img {
    margin: 0px;
    padding: 0px;
}

.paging {
    display: block;
    clear: both;
    margin: 10px;
    text-align: center;
}

.paging span {
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0px 2px 10px 2px;
    font-size: 12px;
}

.paging span a {
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ddd;
    padding: 4px 10px;
    color: #444;
}

.paging span.current {
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #289dc5;
    color: #eee;
    padding: 4px 10px;
}

.paging span.disabled {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #333;
    padding: 4px 10px 4px 10px;
    background-color: #ddd;
    visibility: hidden;
}

.paging span:hover a {
    background-color: #ddd;
}

.disabled {
    visibility: hidden;
}

/*============================================================================== TOOLTIPS
 */

.tooltip_html {
    max-width: 200px;
}

.ui-tooltip h4 {
    font-size: 14px;
    font-weight: bold;
    white-space: normal;
    color: #FFF;
    margin: 0px;
    margin-bottom: 3px;
}

.ui-tooltip h5 {
    font-size: 14px;
    color: #FFF;
    margin: 0px;
    margin-bottom: 5px;
}

.ui-tooltip p {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}


/*============================================================================== SCROLLING LOGOS
 */
.simply-scroll {
    margin-top: 20px;
    width: 800px;
    height: 60px;
    margin-bottom: -10px;
}

#scroller {
	white-space: nowrap;
	width: 800px;
	overflow: hidden;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    display:block;
	position: absolute;
	overflow: hidden;
	width: 800px;
    height: 60px;
}

.simply-scroll .simply-scroll-list li, #scroller li {
    display: inline-block;
	*display: inline;
	zoom:1;
    vertical-align: middle;
}

.logotype {
    vertical-align: middle;
    margin-right: 20px;
	cursor: help;
}

/*============================================================================== USER LOGIN / LOGOUT FORMS
 */
.form_login form {
	display: block;
	position: relative;
	padding: 50px 38px 28px 28px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border: 1px solid #bbb;
	margin-left: auto;
	margin-right: auto;
	width: 440px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}

.form_login div.input{
	display: block;
	position: relative;
	padding-bottom: 10px;
}

.form_login div.submit {
	text-align: right;
	margin-top: 20px;
}

.form_login div.submit input {
	width: auto;
}



.form_login form button {
	margin-top: 20px;
}

.form_login form label{
	display: inline-block;
	position: relative;
	*display: inline;
	clear: none;
	zoom: 1;
	width: 100px;
	margin-right: 10px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: RGB(215, 105, 29);
	vertical-align: middle;
	text-transform: uppercase;
} 

.form_login form input {
	display: inline-block;
	position: relative;
	*display: inline;
	zoom: 1;
	clear: none;
	width: 300px;
	font-size: 17px;
	padding: 8px 12px;
	margin: 0px;
	border: 1px solid #ccc;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	vertical-align: middle;
}

.form_login input.form-error {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.4);
}



.form_login legend {
	font-size: 20px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px;
	color: #289dc5;
    text-shadow: #ccc 2px 2px 4px;
}





.form_login form div.input .error {
	width: 308px;
	color: #FFF;
	font-size: 14px !important;
	margin: 0px 0px 5px 112px;
    padding: 6px 9px 6px 9px;
	text-align: left;
	-moz-box-shadow: 2px -1px 2px #888;
    -webkit-box-shadow: 2px -1px 2px #888;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
   	background-color: rgb(80, 80, 80);
    background-color: rgba(0, 0, 0, 0.4);
	-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
	text-shadow: 1px 1px 2px #888;	
}

.form_login form .submit input {
	padding: 10px 18px !important;
	outline: none !important;
	outline-offset:-2px !important;
}




/*======================================================================OFERTA PROMO
*/

div#feature_list {
    width: 840px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

div#feature_list ul {
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#feat {
    left: 0;
    z-index: 2;
    width: 320px;
}

ul#feat li {
    font-size: 12px;
}

ul#feat li img {
    padding: 5px;
    border: none;
    float: left;
    margin: 10px 10px 0 0;
}

ul#feat li a {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 10px 50px 10px 10px;
    height: 60px;
    outline: none;
	text-decoration: none;
}

ul#feat li a h3 {
    color: #289dc5;
    font-size: 16px;
    margin-bottom: 5px;
	margin-top: 6px;
}

ul#feat li a:hover {
    color: RGB(215, 105, 29);
	text-decoration: none;
}

ul#feat li a:hover h3 {
    color: RGB(215, 105, 29);
}

ul#feat li a.current:hover h3 {
    color: RGB(40, 157, 197);
}


ul#feat li a.current {
    background: url('../img/oferta/promo_button_background.png');
    color: #FFF;
}

ul#feat li a.current:hover {
    text-decoration: none;
    cursor: default;
}

ul#output {
    right: 0;
    width: 552px;
    height: 240px;
    position: relative;
}

ul#output li {
    position: absolute;
    width: 552px;
    height: 240px;
}

ul#output img {
    width: 552px;
    height: 240px;
}

ul#output li a {
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    padding: 12px 18px;
    text-decoration: none;
    color: #FFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: rgb(40, 157, 197);
    background-color: rgb(40, 157, 197, 0.91);
    background: url('../img/theme/button_blue_background.png') repeat-x center center;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

ul#output li a:hover {
    background-color: RGB(215, 105, 29);
    background-color: RGBA(215, 105, 29, 0.91);
    background: url('../img/theme/button_orange_background.png') repeat-x center center;
}


/*===================================================== TESTY W OFERCIE
 * 
 */

.ui-accordion-content {
	padding: 15px 20px !important;
}

.ui-accordion-content a.button {
	display: block;
	position: absolute !important;
	bottom: 25px;
	right: 22px;
	padding: 7px 20px;
	background: url('../img/theme/button_blue_background.png') repeat-x center;
	 border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.ui-accordion-content a.button:hover{
	background: url('../img/theme/button_orange_background.png') repeat-x center;
}



.button span{
	font-weight: bold;
}


a.kontakt {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

a.kontakt img{
	height: 315px;
}


/*============================================================================ OFERTA
 *
 */

.tabela1 {
	display: block;
	position: relative;
	z-index: 100 !important;
	width: 560px;
	background-color: #ddd;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 10px 0 10px 0;
}

.tabela1 tr {
	border-collapse: collapse;
}

.tabela1 th {
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
	background-color: #aaa;
	color: #444;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 10px;
	vertical-align: middle;
	background-color: RGB(40, 157, 197);
    background-color: RGB(40, 157, 197);
    background: url('../img/theme/button_blue_background.png') repeat-x center;
	border: 1px solid #bbb;
	border-collapse: collapse;
}

.tabela1 td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.tabela1  dt {
	display: block;
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: regular;
	color: #444;
	display: block;
	padding: 10px 12px 10px 30px;
	border-bottom: 1px solid  #eee;
	cursor: help;
	background: url('../img/icons/info.png') no-repeat 8px center;
}

.tabela1  dt:hover {
	color: #FFF;
	background: url('../img/theme/button_orange_background.png') repeat-x center;
}

.tabela1  dd {
	display: none;
}

/*============================================================================ QTIP W OFERCIE
 *
 */

.ui-tooltip-md {
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.ui-tooltip-md .ui-tooltip-titlebar, .ui-tooltip-md .ui-tooltip-content {
	border-width: 3px;
}

.ui-tooltip-md .ui-tooltip-titlebar {
    color: white;
    padding: 8px 35px 8px 10px;
    font-weight: bold;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	background: url('../img/theme/button_orange_background.png') repeat-x center;
	border-bottom-width: 0px;
	width: 230px;
}

.ui-tooltip-md .ui-tooltip-content {
    color: #333;
	font-size: 12px;
	font-weight: regular;
	position: relative;
    padding: 10px 12px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	background-color: rgba(255,255,200,0.9); 
	border-top-width: 0px;
	width: 250px;
}

.ui-tooltip-md li {
	min-height: 30px;
	font-size: 12px;
	line-height: 1em;
	display: block;
	margin: 0 0 6px 0;
	padding: 0 0 0 40px;
	background: url('../img/icons/ok.png') no-repeat left center;
}


 
 
 /*        QTIP BLUE
  */
 
 .ui-tooltip-md.blue .ui-tooltip-content {
    color: #fff;
	font-size: 12px;
	font-weight: regular;
	position: relative;
    padding: 10px 12px;
	border: 4px solid RGB(60, 187, 217);
	border-radius: 10px ;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: RGB(40, 157, 197);
    background-color: RGBA(40, 157, 197, 0.91);
}

.ui-tooltip-md.blue .ui-tooltip-titlebar, .ui-tooltip-md.blue .ui-tooltip-content {
	width: auto;
}
 
.ui-tooltip-md.blue li {
	background: url('../img/icons/info.png') no-repeat 0px 1px;
	min-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0 4px 22px;
}

.ui-tooltip-md{
	max-width: 1000px;
}

.ui-tooltip-md.autowidth .ui-tooltip-content {
   width: auto !important;
   max-width: 1000px;
}



 
/*=============================================================================INNE
 */
 
 
#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgb(30,30,30);
	opacity: 0.3;
	z-index: 10;
}
 
 
 
#accordion.nopadding .ui-accordion-content{
	padding: 0px !important;
	overflow: hidden !important;
}
 
#accordion ul {
	margin: 20px 0 20px 0;
} 
 
#accordion li a {
	font-weight: regular;
	color: #aaa;
	font-size: 14px;
	display: block;
	position: relative;
	padding: 6px 20px 6px 30px;
	margin-bottom: 1px;
	line-height: 1em;

}

#accordion li a:hover {
	color: #fff;
	background: url('../img/theme/button_orange_background.png') repeat-x center;
}

#accordion li a.active {
	color: white;
	background: url('../img/icons/bullet_s.png') no-repeat 10px center;
}


