﻿@charset "UTF-8";

/**
 * euforia studio css
 *
 * @file		style.css
 * @name		euforia studio
 * @version		1.0
 * @type		transitional
 * @browsers	Windows: IE6+, Opera9+, Firefox3+
 *
 * @link		http://www.euforiastudio.pl/
 * @copyright	2009 euforiastudio.pl All Rights Reserved.
 *
 */

/* Reset - zerowanie wartości
---------------------------------------------------------------------------------------------------- */

@import "reset.css";

/* Ustawienia globalne
---------------------------------------------------------------------------------------------------- */

body {
    height: 100%;
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    color: #989898;
    font-family: Arial, sans;
    font-size: 12px;
    line-height: 18px;
}

* {
   outline: 0px;
}

/* Globalne klasy
---------------------------------------------------------------------------------------------------- */

.hide		   { display: none; }
.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }
.inline		   { display: inline; }
.block		   { display: block; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.valign-top  { vertical-align: top; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #FDFF0F; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.nomargin      { margin: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

/* Struktura strony
---------------------------------------------------------------------------------------------------- */

#kontener {
    margin: 0px auto;
    width: 965px;
}

#top {
    height: 72px;
    width: inherit;
}

#top_logo {
	float: left;
	width: 180px;
	height: 72px;
}

#top_menu {
	background-image:url("../grafika/tlo_top.jpg");
	float: right;
	width: 785px;
	height: 72px;
}

#top_menu_flagi {
	margin-top: 20px;
    float: right;
    text-align: right;
    width: 50px;
}

#top_menu_linki {
    margin-top: 15px;
    float: right;
    text-align: right;
    width: 200px;
    font-size: 10px;
    color: #333333;
}

#menu_glowne {
	margin: 0px auto;
	width: 965px;
	height: 61px;
	clear: both;
}

#menu_boczne {
	background-image: url("../grafika/tlo_menu_boczne.jpg");
	background-repeat: no-repeat;
	width: 306px;
}

#menu_boczne div {
	width: 100%;
	height: auto;
	line-height: 25px;
}

#menu_boczne div:hover {
	background-color: #2F0000;
	color: #ffffff;
}

#menu_boczne div.akt {
	background-color: #2F0000;
	color: #ffffff;
}

.punkt {
	margin-left: 10px;
	margin-right: 5px;
	font-size: 15px;
	font-weight: bold;
}

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

#menu_boczne a {
	color: #CE0000;
}

#menu_boczne a:hover {
	color: #ffffff;
}

#menu_boczne a.akt {
	color: #ffffff;
	font-weight: bold;
}

#baner {
	margin: 0px auto;
	width: 100%;
	height: 282px;
	clear: both;
}

#zawartosc {
    width: 965px;
    background-image:url("../grafika/tlo_glowna.jpg");
    background-repeat: no-repeat;
    clear: both;
}

#zawartosc2 {
    width: 965px;
    background-image:url("../grafika/tlo_podstrona.jpg");
    background-repeat: no-repeat;
    clear: both;
}

#kolumna_lewa {
    width: 635px;
    float: left;
}

#kolumna_prawa {
    width: 330px;
    float: right;
}

#naglowek_pionowy {
	float: left;
	width: 48px;
	height: 469px;	
}

#tresc_menu_start {
	margin-left: 10px;
	width: 275px;
	text-align: justify;
}

#text_start {
	padding-top: 10px;
    padding-left: 30px;
    padding-right: 35px;
}

#tresc {
    height:auto;
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 25px;
}

#tresc_podstrona {
	padding-top: 10px;
	padding-left: 20px;
    float: left;
    width: 545px;
}

#sciezka {
	font-size: 11px;
}

#sciezka a {
	color: #ffffff;	
}

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

#top_menu a {
	color: #989898;	
}

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

#stopka {
	background-image: url("../grafika/stopka.jpg");
	background-repeat: no-repeat;
    height: 69px;
    width: 965px;
    padding-top: 10px;
    padding-bottom: 20px;
    clear: both;
}

.stopka_tresc {
    padding-top: 5px;
    padding-left: 110px;
    font-size: 10px;
}

.stopka_menu {
	padding-top: 15px;
    padding-right: 10px;
    font-size: 10px;	
}

.link_sortowanie {
	display:inline;
	float: right;	
}

/* Nagłówki
---------------------------------------------------------------------------------------------------- */

h1 {
	font-family: arial narrow, arial ce, arial;
    color: #CE0000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
    margin-top: 6px;
    padding: 0px;
}

h2 {
	font-family: arial narrow, arial ce, arial;
	color: #CE0000;
    font-size: 16px;
    font-weight: normal;
	margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

h3 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
}

h4 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px;
}

/* Linki
---------------------------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #ffffff;
}

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

.galeria a {
    text-decoration: none;
    color: #ffffff;
}

.galeria a:hover{
    color: #ffffff;
    text-decoration: underline;
}

#panel a {
	text-decoration: none;
    color: #ffffff;
}

#panel a:hover {
	text-decoration: underline;
    color: #ffffff;
}

a.stopka {
	margin-right: 10px;
    text-decoration: none;
    color: #4C4C4C;
}

a.stopka:hover {
    color: #4C4C4C;
    text-decoration: underline;
}

#stopka_euforia a {
    padding: 0px;
    margin: 0px;
}

a.wiecej {
    text-decoration: none;
	font-size: 12px;
}

a.wiecej:hover{
    text-decoration: none;
    font-size: 12px;
}



/* Tabele
---------------------------------------------------------------------------------------------------- */

.nag_tab {
	font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    text-align: right;
}

.tresc_tab {
    border-bottom: 1px solid #e1e1e1;
}

.tab_separator {
    border-top: 1px dashed #909090;
    height: 3px;
}

.nag_tab_waluta {
	font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}

/* Komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_ok {
    color: #99cc00;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #99cc00;
    margin-top: 5px;
    margin-bottom: 15px;
}

.komunikat_uwaga {
    color: #ff9933;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #ff9933;
    margin-top: 5px;
    margin-bottom: 15px;
}

.komunikat_blad {
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border:1px solid #ff0000;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* Formularze
---------------------------------------------------------------------------------------------------- */

#szukaj_gl {
	background-color: black;
	margin-top: 0px;
	width: 300px;
	height: 24px;
}

td.tab1 {
    background-image:url(../grafika/tlo_szukaj.gif);
    background-repeat: no-repeat;
    width:174px;
    height: 24px;    	
}

input.szukaj_form {
	background-color: #660000;
	color:#FFFFFF;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 2px;
	height: 12px;
}

input.szukaj_button {
	background-image:url(../grafika/tlo_szukaj_button.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
	cursor:Pointer;
	margin-left:3px;
	padding-left:22px;
	text-align:left;
	width:100px;
	height:24px;
}

input.szukaj_button:hover {
	color: #B08080;
}

#szukaj {
    text-align: center;
}

#szukaj select {
	border: 1px solid #acacac;
    font-size: 11px;
    color: #646464;
    padding: 3px;
    width: 220px;
    margin-top: 3px;
}

#ilosc_ofert {
	text-align: center;
	margin-top: 10px;	
}

#szybki_kontakt {
	margin-top: 7px;
	margin-left: 10px;
	background-image: url("../grafika/tlo_szybki_kontakt.gif");
	background-position: center;
	background-repeat: no-repeat;
	height: 67px;
	width: 250px;	
}

#szybki_kontakt a {
    text-decoration: none;
    color: #ffffff;
}

#szybki_kontakt a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#szybki_kontakt_tresc {
	padding-top: 5px;
}

#ikonki {
	margin-top:10px;
	margin-left: 15px;
	width: 100%;
	padding: 2px;
}

#ikonki a {
	padding: 2px;
}

.ico {
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.form {
    font-size: 11px;
    color: #646464;
    font-weight: normal;
    border: 1px solid #acacac;
    background-color: #ffffff;
    padding: 4px;
    width: 200px;
}

.button1 {
    background-color: #b50710;
    color: #ffffff;
    border: 1px solid #acacac;
    display:inline;
    padding: 2px;
}

.button1:hover {
    background-color: #b50710;
    color: #ffffff;
    border: 1px solid #ffffff;
    display:inline;
    padding: 2px;
}

/* podział stron na podstrony
---------------------------------------------------------------------------------------------------- */

.podzial_akt {
    background-color: #B50710;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
}

.podzial_nieakt {
    background-color: #ffffff;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #AFACAC;
}

.podzial_pozycja {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #212121;
}

.podzial {
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px;
    color: #B50710;
}

/* tooltip - jquery
---------------------------------------------------------------------------------------------------- */

#tooltip{
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 4px 5px;
    color: #333;
    display: none;
    z-index: 11;
}

/* galeria dla aktualności i tekstów
---------------------------------------------------------------------------------------------------- */

#galeria {
     text-align: left;
}

#galeria img {
    margin: 6px;
    padding: 3px;
    margin-left:0;;
    border: 1px solid #212121;
}

#galeria img:hover {
    border: 1px solid #F1D941;
}


/* Moduł oferta
---------------------------------------------------------------------------------------------------- */

.oferta {
	float: left;
	width: 150px;
	padding: 13px;
	margin-right: 5px;
}

.produkt {
	float: left;
	margin-left: 10px;
	width: 250px;
	border: 1px solid blue;
}

.nazwa {
	padding-top: 5px;
	text-align: center;
}

.zdjecie_mid {
	text-align: center;
}

.zdjecie_min {
	text-align: center;
}

.opis_produktu {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.pierwsze_zdjecie {
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.ico_drukuj {
	float:right;
	display:inline;
	margin-right: 8px;
}

.cena {
	text-align: center;
	font-weight: bold;
	color: black; 
}

.cena_p {
	color: green;
}

.przekreslona {
	text-decoration: line-through;
}

#oferta_szczegoly {
	width: 100%;
}

#tresc_oferty {
	width: 100%;
	border: 1px solid green;
}

#zdjecia_oferty {
	margin-top: 15px;
	text-align: center;
}

.zdjecia_nag {
	width: 208px;
	height: 23px;
	background-image: url("../grafika/wybrane_zdjecia.png");
	margin-bottom: 5px;
}

#zdjecia_oferty a img {
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	border-right: 1px solid #646464;
	border-left: 1px solid #646464;
}

#zdjecia_oferty a img:hover {
	border-top: 1px solid #B50710;
	border-bottom: 1px solid #B50710;
	border-right: 1px solid #B50710;
	border-left: 1px solid #B50710;
}

#mapa_google {
	margin-top: 5px;
	float: left;
	text-align: center;
	width: 208px;
}
#mapa_google_street {
	margin-top: 5px;
	float: left;
	text-align: center;
	width: 335px;
}
#zadaj_pytanie {
	margin-top: 5px;
	float: left;
	text-align: center;
	width: 208px;
}

#panel {
	float: left;
	width: 208px;
	height: 107px;
	background-image: url("../grafika/tlo_panel.png");	
}

.wyskakujace_okno {
	display: none;
}

/* Moduł wyszukiwarka
---------------------------------------------------------------------------------------------------- */

#wyszukiwarka {
	width: 100%;
	clear: both;
}

#wyszukiwarka ol {
	margin-left: 30px;
}

/* aktualnosci
---------------------------------------------------------------------------------------------------- */

.aktualnosc {
	width: 100%;	
}

.aktualnosc .data {
	float: left;	
}
.aktualnosc .naglowek {
	float: left;	
	margin-left: 10px;
	font-weight: bold;
}
.aktualnosc .opis {
	margin-top: 5px;
}

/* strona
---------------------------------------------------------------------------------------------------- */

#tresc_strona {
	float: left;
	width: 570px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#tresc {
	width: 570px;
	padding-right: 20px;	
}

#rotator {
	margin-left: 5px;	
}

.separator {
	margin-top: 10px;	
}

/* galeria1 */

.galeria {
	position:relative;
	height:153px;
	width: 205px;
}

.galeria a {
	text-align: center;
}
	
.galeria a img {
	border:none;
}
	
div.show {
	z-index: 5;
	position: absolute;
}

.galeria div.caption {
	position: absolute;
	text-align: center;
	line-height: 14px;
	z-index: 6;
	font-size: 10px; 
	background-image: url("../grafika/tlo_rotator_tytul.png");
	color:#ffffff; 
	height: 50px; 
	width: 205px; 
	bottom:0;
}

.galeria .caption .content {
	margin:5px;
}
	
.galeria .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}

.galeria span {
	color: gray;	
}

#print_button {
	cursor: pointer;
}

hr {
	height : 1px; border : 0px dotted #FFFFFF; border-top : 1px solid #333333;
}

ol {
	margin-left: 25px;
}

ul {
	margin-left: 25px;
}
#mapa_dojazdu {
	margin-top: 10px;
}