	html {
	    margin: 0;
		padding: 0;
	
        background: #7b6b75 url('../images/bg.gif') top center repeat-x;
	}
	
	body {
		margin: 0 auto;
		padding: 10px 0 0 0;
		font-family: Arial; 
		font-size: 12px;
		color: #000;
		width: 888px;
	}
	
    * { margin: 0; padding: 0; list-style: none; }
	
	a {
		color: #fff;
		text-decoration: none;
	} a:hover { text-decoration: underline; }
	
	#Container {
	    float: left;
		width: 860px;
		padding: 13px 14px 0px 14px;
		background: url('../images/wbg_top.gif') no-repeat;
	}
	
	#Out {
	    float: left;
		padding: 0;
		width: 888px;
		background: url('../images/wbg_mid.gif') center center repeat-y;
	}
	
	#Header {
	    float: left;
		width: 860px;
		height: 209px;
		background: url('../images/top.jpg') no-repeat;
	}

	#Header ul{
	    float: left;
		width: 400px;
        height: 26px;
		padding-left: 460px;
		font-size: 11px;
		color: #deedff;
	}
	
	#Header ul li {
	    float: left;
		display: inline;
		padding: 5px 13px 0 13px;
		height: 21px;
		background: url('../images/headerMenu_o.gif') center right no-repeat;
	}
	
	#Header ul li a.Koszyk {
	    background: url('../images/koszyk_ico.gif') center left no-repeat;
		padding-left: 19px;
	}
	
	#Header h1 {
	    float: left;
		width: 142px;
	    height: 86px;
		margin: 52px 0 0 30px;
	}
	
	#Header h1 a span { display: none; }
	
	#Header h1 a {
	    float: left;
		width: 142px;
		height: 86px;
    }
	
	#MainMenu {
	    float: left;
		width: 860px;
		height: 51px;
		background: url('../images/mainmenu_bg.gif') no-repeat;
	}
	
	#HomeMenu {
	    float: left;
		width: 860px;
		height: 46px;
		background: url('../images/mainmenu_bg2.gif') no-repeat;
	}
	
	#MainMenu ul, #HomeMenu ul {
	    float: left;
		width: 660px;
		height: 51px;
	} #HomeMenu ul { height: 46px; }
	
	#MainMenu ul li, #HomeMenu ul li {
	    float: left;
		height: 51px;
	} #HomeMenu ul li { height: 46px; }
	
	#MainMenu ul li a span, #HomeMenu ul li a span { display: none; }
	
	#MainMenu ul li a.InformacjeONas {
	    float: left;
		width: 150px;
		height: 51px;
		background: url('../images/informacje_o_nas.gif') no-repeat;
	}
	
	#MainMenu ul li a.InformacjeONas:hover, #MainMenu ul li a.InformacjeONas_active {
	    float: left;
		width: 150px;
		height: 51px;
		background: url('../images/informacje_o_nas_a.gif') no-repeat;
	}
	
	#MainMenu ul li a.Kolekcje {
	    float: left;
		width: 104px;
		height: 51px;
		background: url('../images/kolekcje.gif') no-repeat;
	}
	
	#MainMenu ul li a.Kolekcje:hover,  #MainMenu ul li a.Kolekcje_active {
	    float: left;
		width: 104px;
		height: 51px;
		background: url('../images/kolekcje_a.gif') no-repeat;
	}
	
	#MainMenu ul li a.Kontakt {
	    float: left;
		width: 94px;
		height: 51px;
		background: url('../images/kontakt.gif') no-repeat;
	}
	
	#MainMenu ul li a.Kontakt:hover, #MainMenu ul li a.Kontakt_active {
	    float: left;
		width: 94px;
		height: 51px;
		background: url('../images/kontakt_a.gif') no-repeat;
	}
	
	#MainMenu ul li a.Aktualnosci {
	    float: left;
		width: 119px;
		height: 51px;
		background: url('../images/aktualnosci.gif') no-repeat;
	}
	
	#MainMenu ul li a.Aktualnosci:hover,  #MainMenu ul li a.Aktualnosci_active {
	    float: left;
		width: 119px;
		height: 51px;
		background: url('../images/aktualnosci_a.gif') no-repeat;
	}
	
	#MainMenu a.Koszyk {
	    float: right;
		width: 92px;
		height: 23px;
		font-size: 11px;
		color: #587bac;
		padding: 28px 0 0 60px;
		background: url('../images/twoj_koszyk.gif') no-repeat;
	}
	
	#MainMenu a.Koszyk:hover, #MainMenu a.Koszyk_active {
	    float: right;
		width: 92px;
		height: 23px;
		font-size: 11px;
		color: #fff;
		padding: 28px 0 0 60px;
		background: url('../images/twoj_koszyk_a.gif') no-repeat;
	}
	
	#MainMenu span, #HomeMenu span {display: none;}
	
	/* Menu dla strony głownej tylko */
	#HomeMenu ul li a.InformacjeONas {
	    float: left;
		width: 150px;
		height: 46px;
		background: url('../images/informacje_o_nas2.gif') no-repeat;
	}
	
	#HomeMenu ul li a.InformacjeONas:hover, #HomeMenu ul li a.InformacjeONas_active {
	    float: left;
		width: 150px;
		height: 46px;
		background: url('../images/informacje_o_nas2a.gif') no-repeat;
	}
	
	#HomeMenu ul li a.Kolekcje {
	    float: left;
		width: 104px;
		height: 46px;
		background: url('../images/kolekcje2.gif') no-repeat;
	}
	
	#HomeMenu ul li a.Kolekcje:hover,  #HomeMenu ul li a.Kolekcje_active {
	    float: left;
		width: 104px;
		height: 46px;
		background: url('../images/kolekcje2a.gif') no-repeat;
	}
	
	#HomeMenu ul li a.Kontakt {
	    float: left;
		width: 94px;
		height: 46px;
		background: url('../images/kontakt2.gif') no-repeat;
	}
	
	#HomeMenu ul li a.Kontakt:hover, #HomeMenu ul li a.Kontakt_active {
	    float: left;
		width: 94px;
		height: 46px;
		background: url('../images/kontakt2a.gif') no-repeat;
	}
	
	#HomeMenu ul li a.Aktualnosci {
	    float: left;
		width: 119px;
		height: 46px;
		background: url('../images/aktualnosci2.gif') no-repeat;
	}
	
	#HomeMenu ul li a.Aktualnosci:hover,  #HomeMenu ul li a.Aktualnosci_active {
	    float: left;
		width: 119px;
		height: 46px;
		background: url('../images/aktualnosci2a.gif') no-repeat;
	}
	
	#HomeMenu a.Koszyk {
	    float: right;
		width: 92px;
		height: 18px;
		font-size: 11px;
		color: #587bac;
		padding: 28px 0 0 60px;
		background: url('../images/twoj_koszyk2.gif') no-repeat;
	}
	
	#HomeMenu a.Koszyk:hover, #HomeMenu a.Koszyk_active {
	    float: right;
		width: 92px;
		height: 18px;
		font-size: 11px;
		color: #fff;
		padding: 28px 0 0 60px;
		background: url('../images/twoj_koszyk2a.gif') no-repeat;
	}
	
	#Info {
	    float: left;
		width: 860px;
		background: url('../images/ctr_bg.gif') no-repeat;
		height: 258px;
	}

	
	#Info ul.Kolekcje h2 {
	    float: left;
		width: 171px;
		font-size: 24px;
		color: #b6c7db;
		border-bottom: 1px solid #d0dae7;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}
	
	#Info ul.Kolekcje h2 a {
	color: #b6c7db;
	text-decoration: none;
	}
	
	#Info ul.Kolekcje h2 a:hover{
	text-decoration: none;
	}
	
    #Info ul.Kolekcje h2 small {
	    float: left;
		width: 171px;
	    font-size: 9px;
		font-weight: normal;
	}
	
	#Info ul.Kolekcje {
	    padding: 24px 28px 20px 28px;
	    float: left;
		width: 174px;
	}
	
	#Info ul.Kolekcje li {
	    float: left;
		width: 151px;
		background: url('../images/submenu_tr.png') left center no-repeat;
		padding-left: 20px;
		margin-top: 6px;
	}
	
	#Info ul.Kolekcje li a {
	    font-size: 14px;
		color: #9e6b8c;
	}
	
	#Info ul.Kolekcje li a img {
	    border: 0;
	}
	
	#Info .Flash {
	    width: 401px;
		float: left;
		height: 253px;
		/*background: red;*/
	}
	 
	#Info .OFirmie {
	    float: left;
	    padding: 24px 28px 20px 28px;
	    float: left;
		width: 173px;
		height: 243px;
	}
	
	#Info .OFirmie h2 {
	    float: left;
		width: 171px;
		font-size: 24px;
		color: #aaa796;
		border-bottom: 1px solid #d0dae7;
		padding-bottom: 6px;
		margin-bottom: 15px;
	}
	
    #Info .OFirmie h2 small {
	    float: left;
		width: 171px;
	    font-size: 9px;
		font-weight: normal;
	}
	
	#Info .OFirmie h2 a {
	color: #aaa796;
	text-decoration: none;
	}
	
	#Info .OFirmie h2 a:hover{
	text-decoration: none;
	}
	
	#Info .OFirmie p {
	    font-size: 12px;
		color: #6a6658;
		text-align: justify;
		margin-bottom: 10px;
	}
	
	#Info .OFirmie a.Czytaj_wiecej {
	    float: right;
		width: 91px;
		height: 18px;
		background: url('../images/czytaj_wiecej.gif') no-repeat;
		
	} #Info .OFirmie a span { display: none; }
	
	#Advice {
	    float: left;
		width: 860px;
		height: 312px;
		/*height: 386px;
		background: url('../images/polecane_bg.gif') no-repeat;*/
		background: url('../images/polecane_bg.jpg') no-repeat;
	}
	
	#Advice h3 {
	    float: left;
		font-size: 22px;
		color: #6a93c7;
		margin: 24px 0 0 28px;
	}
	
	#Advice h3 small { font-size: 24px; font-weight: normal;}
	
	#Advice h3 a {
	color: #6a93c7;
	text-decoration: none;
	}
	
	#Advice h3 a:hover {
	text-decoration: none;
	
	}
	
	#Advice a span { display: none; }
	
	#Advice a.Wszystkie_produkty {
	    float: right;
		width: 101px;
		height: 18px;
		/*background: red;*/
		margin: 32px 30px 0 0;
	}
	
	#Advice ul {
	    width: 800px;
		float: left;
		margin-top: 20px;
		height: 210px;
		padding: 0 30px;
	}
	
	#Advice ul li {
	    float: left;
		width: 120px;
		margin: 0 19px 0 19px;
		font-size: 11px;
		color: #587bac;
		text-align: center;
	}
	
	#Advice ul li img {
	    border: 5px solid #f6f8fc;
	}
	
	#Advice ul li a {
	    float: left;
width: 120px;
		color: #587bac;
		margin-bottom: 6px;
	}
	
	#Advice ul li a.Zobacz_produkt {
	    width: 101px;
		height: 18px;
		background: url('../images/zobacz_produkt.png') no-repeat;
		margin-left: 14px;
		margin-top: 10px;
	}
	
	
	#Footer {
	    float: left;
		padding: 0;
		width: 880px;
		padding: 22px 4px 12px 4px;
		background: url('../images/wbg_bottom.gif') no-repeat;	
	}
	
	#Footer ul.Pages {
		float: left;
		width: 880px;
		padding-bottom: 5px;
		
		}
		#Footer ul.Pages li {
			float: left;
			padding-right: 25px;
			
			}
			#Footer ul.Pages li a {
				color: #cec3ca;
				text-decoration: none;
				}
				#Footer ul.Pages li a:hover, #Footer a:hover {
					color: #fff;
					}
			
	#Footer p {
	    color: #a3979f;
		font-size: 11px;
	}
    #Footer p a { color: #a3979f; text-decoration: none; }
	
	#Footer p.Copyright { float: left; }
	#Footer p.Author { float: right; }
	
	
	#SubMenu {
	    width: 227px;
		float: left;
		background: url('../images/submenu_bg.gif') center bottom no-repeat;
	}
	#SubMenu p a.mail {
		font-size: 12px;
		}
	#SubMenu ul h2 {
	    float: left;
		width: 171px;
		font-size: 16px;
		color: #9e6b8c;
		border-bottom: 1px solid #d0dae7;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}
	
	#SubMenu ul {
	    
	    padding: 20px 28px 20px 28px;
	    float: left;
		width: 171px;
		background: url('../images/left_bg.gif') no-repeat;
		
	}
	
	#SubMenu ul li {
	    float: left;
		width: 151px;
		background: url('../images/submenu_tr.png') left center no-repeat;
		padding-left: 20px;
		margin-top: 6px;
	}
	
	#SubMenu ul li p {
	    float: left;
		width: 151px;
		color: #264d74;
		padding-bottom: 2px;
	}
	
	#SubMenu ul li a {
	    font-size: 14px;
		color: #9e6b8c;
	}
	
	#SubMenu ul li a img {
	    border: 0;
	}
	
	#SubMenu ul ul {
	    
	    margin: 8px 0 6px 21px;
		padding: 2px 0 8px 0;
	    float: left;
		width: 150px;
		background: none;
		border-top: 1px solid #d0dae7;
		border-bottom: 1px solid #d0dae7;
	}
	
	#SubMenu ul ul  li {
	    float: left;
		width: 151px;
		background: url('../images/tr.gif') left center no-repeat;
		padding-left: 10px;
		margin-top: 6px;
	}
	
	#SubMenu ul ul  li a {
	    font-size: 11px;
		/*color: #839ec7;*/
		color: #264d74;
	}
	
	#SubMenu ul ul  li a.Active {
	    font-weight: bold;
	}
	
	#Right {
	    width: 610px;
		float: left;
		background: url('../images/right_bg.gif') no-repeat;
		padding: 10px 10px 10px 13px;
	}
	
	#Right ul.YouAreIn {
	    width: 610px;
		float: left;
		color: #9cb7dd;
		font-size: 11px;
		padding-bottom: 8px;
		border-bottom: 1px solid #cdd7e6;
		margin-bottom: 10px;
	}
	
	#Right ul.YouAreIn li {
	    float: left;
		margin-left: 6px;
	}
	#Right ul.YouAreIn li span { float: left; margin-right: 4px; }
	#Right ul.YouAreIn li a {
	    color: #9e6b8c;
		text-decoration: underline;
	} #Right ul.YouAreIn li a:hover { text-decoration: none; }
	
	#Right h3 { 
	    font-size: 24px;
		color: #9e6b8c;
		font-weight: normal;
		width: 610px;
		float: left;
		border-bottom: 1px solid #cdd7e6;
		padding-bottom: 8px;
	}
	
	#Right p {
	    float: left;
		width: 610px;
		color: #27446c;
		font-size: 12px;
		margin-top: 20px;
		line-height: 17px;
	}
	
	#Right table.wsw { width: 610px; border: 3px solid #fff;}
	#Right table.wsw tr {border: 3px solid #fff;}
	#Right table.wsw td {border: 3px solid #fff; background: #e5e6e2; padding: 5px; text-align: right; width: 200px;}
	#Right table.wsw td.hea { background: #ccc; text-align: center; }
	#Right table.wsw p { width: 180px; text-align: center;}
	
	#Right p a { color:#9e6b8c;
		 text-decoration:underline; }
	
	#Right ul.Products {
	    float: left;
		width: 610px;
		border-bottom: 1px solid #cdd7e6;
	}
	
	#Right ul.Products li {
	    float: left;
		width: 120px;
		padding: 20px 10px 20px 20px;
	}
	
	#Right ul.Products li img {
	    float: left;
		width: 110px;
		height: 110px;
		border: 5px solid #eef3f9;
	}
	
	#Right ul.Products li strong {
	float: left;
		width: 120px;
		font-size: 11px;
		color: #587bac;	
text-align: center;	
margin-top: 5px;	
		}
	
	#Right ul.Products li strong a {
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		color: #587bac;
	}
	
	#Right ul.Products li span {
	    float: left;
		width: 120px;
		color: #587bac;
		font-size: 10px;
		text-align: center;
	}
	
	#Right ul.Strony {
	    width: 610px;
		float: right;
		padding-top: 10px;
	}
	
	#Right ul.Strony li{
		float: right;
		margin-left: 10px;

	}
	
	#Right ul.Strony li span {
			font-size: 12px;
		color: #ccc;
		font-weight: bold;
	}
	
	#Right ul.Strony li a {
	    font-size: 14px;
		color: #587bac;
	}
	
	#Right ul.Strony li a.Active {
	    font-weight: bold;
	}
	
	#Right #Gallery {
	    float: left;
		width: 560px;
		margin: 0;
		padding: 25px;	  		
	}
	
	#Right #Gallery #PreviewPhoto {
	    float: left;
		width: 455px;
		height: 455px;	
        border: 5px solid #dee7f3;
		margin-right: 14px;
	}
	
	#Right #Gallery #PreviewPhoto img {
	    border: 0;
		
	}
	
	#Right #Gallery #ThumbsInner {
	    float: left;
		width: 81px;
		margin: 0;
		padding: 0;		
	}
	
	#Right #Gallery #ThumbsInner .Thumbnails img{
	    width: 71px;
		height: 71px;
		float: left;
		border: 5px solid #dee7f3;
margin-bottom: 14px;		
	}
	
	#Right #Gallery #ThumbsInner .Thumbnails .activeImage{
		/* brak */
	}
	
	#Right #Gallery #ThumbsInner img{
	    border: 0;
	}
	
	#Right h4 {
	    float: left;
		font-size: 14px;
		font-weight: bold;
		color: #9e6b8c;
		border-bottom: 1px solid #cdd7e6;
		padding-bottom: 3px;
		width: 610px;
	}
	
	/* Kolory */
	
	#Right ul.Kolory {
	    float: left;
		margin: 20px 0 20px 0;
		padding: 0;
		width: 610px;
	}
	
	#Right ul.Kolory li{
	    float: left;
		margin: 0;
		padding: 0;
		width: 610px;
		background: url('../images/table_bg.gif') no-repeat;
		height: 43px;
	}
	
	#Right ul.Kolory li p{
	    float: left;
		margin: 0;
		padding: 0;
		margin-right: 1px;
		font-size: 12px;
		color: #27446c;
		text-align: center;
	}
	

	
	#Right ul.Kolory li p.Kolor {
	    width: 72px;
	}
	
	#Right ul.Kolory li p.Kolor span{
	    float: left;
		width: 52px;
		height: 23px;
		margin: 10px 0 0 10px;
		background: #fff;
	}
	
	#Right ul.Kolory li p.Nazwa {
	    width: 106px;
		padding-top: 13px;
	}
	
	#Right ul.Kolory li p.CenaSzt {
	    width: 55px;
		padding-top: 13px;
	}
	#Right ul.Kolory li p.Sztuk {
	    width: 57px;
		padding-top: 13px;
	}
	
	#Right ul.Kolory li p.CenaOpa {
	    width: 64px;
		padding-top: 13px;
	}
	
	#Right ul.Kolory li p.Ilosc {
	    width: 128px;
	}
	
	#Right ul.Kolory li p.Ilosc input{
	    width: 105px;
		height: 18px;
		border: 0;
		margin-top: 13px;
		margin-left: 13px;
		float: left;
		text-align: center;
	}
	
	#Right ul.Kolory li p.DoKoszyka {
	    width: 120px;
	}
	
	#Right ul.Kolory li p.DoKoszyka input {
	    float: left;
		width: 101px;
		height: 18px;
		margin: 12px 0 0 11px;
		border: 0;
		background: none;
	}
	
	#Right ul.Kolory li.Top {
	    background: url('../images/table_top.gif') left bottom no-repeat;
		font-size: 10px;
		height: 35px;
		padding: 0;
		margin: 0;
	}

	#Right ul.Kolory li.Top p {
		font-size: 10px;
		color: #8fa9cc;
 text-align: center;
 line-height: 10px;
 padding: 0;
 margin: 0;
	}
	
	#Right ul.Files {
	    float: left;
		width: 610px;
		margin: 10px 0 20px 0;
	}
	
	#Right ul.Files li{
	    float: left;
		width: 610px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cdd7e6;
	}
	
	#Right ul.Files li a {
	    float: left;
		width: 610px;
		font-size: 15px;
		color: #96b2da;
		font-weight: bold;
	}
	
	#Right ul.Files li p {
	    float: left;
		width: 610px;
		margin: 0px;
	}
	
	#Right #SpotImg {
	    float: left;
		width: 610px;
        padding-top: 10px;		
		padding-bottom: 10px;
		border-bottom: 1px solid #cdd7e6;
		text-align: center;
	}
	
	.msg {
	    margin: 10px 0 0 0;
		padding: 10px 10px 10px 0;
		float: left;
		width: 600px;
		font-size: 13px;
		color: #666666;
		font-weight: bold;
		background: #ccc;
	}
	
	.msg span {
	float: left;
	margin: 0 0 0 40px;
	}
	
	.ok {
	    background: #D6EB99 url('../images/ok.png') 10px center no-repeat;
		float: left;
		border: 1px solid #B2D79D;
	}
	
    .info {
	    background: #a0bbe0 url('../images/about.png') 10px center no-repeat;
		float: left;
		border: 1px solid #8ba7d1;
		color: #fff;
	}
	
	table.Koszyk {
	    float: left; width: 610px; margin-top: 10px;
	}
	
	table.Koszyk tr {
	
	}
	
	table.Koszyk tr td {
	    padding: 5px;
		text-align: center;
	    color: #666;
		border-bottom: 1px solid #bccbdf;
	}
	
	table.Koszyk a {
	    color: #587bac;
	}
	
	table.Koszyk a:hover {text-decoration: undeline;}
	
	table.Koszyk tr.Naglowek {
	    font-weight: bold;
    }
	
	table.Koszyk tr.Naglowek td{
	    border-bottom: 1px solid #bccbdf;
		text-align: center;
		font-size: 14px;
		padding-bottom: 5px;
		color: #a1b6d3;
    }
	
	table.Koszyk tr.Razem {
	    font-weight: bold;
		
    }
	
	table.Koszyk tr.Razem td{
		padding-top: 5px;
		text-align: left;
		color: #a1b6d3;
    }
	
	table.Koszyk a.Delete{
	    color: red;
	}
	
    form.EdycjaDanych {
	    margin: 0;
		padding: 0;
		float: left;
		width: 610px;
	}
	
    form.EdycjaDanych p{
	    margin: 0;
		padding: 0;
		float: left;
		width: 610px;
	}
	
    form.EdycjaDanych input{
	    margin: 0;
		padding: 0;
		font-size: 13px;
	}
	
	
	
	#google_maker_msg table.clear  {
		width: 200px;
	}
	#google_maker_msg table.clear td {
		background: none;
		border: 0;
		padding:0;
		width: 200px;
		text-align: center;
		} 
#google_map
{
	clear: both;
	float: left;
	width: 618px;
	height: 380px;
	border: 1px solid #CCCCCC;
	margin: 10px 0 20px 0px !important;
	margin/**/: 10px 0 0px 0px;
}

#google_maker_msg
{
	display: block;
}

#Chimney {
    float: left;
	width: 888px;
	text-align: center;
	color: #b9a9b4;
	font-size: 11px;
	margin-bottom: 5px;
}

#Chimney a {
    color: #d1c1cc;
	text-decoration: none;
}

#Chimney a:hover { text-decoration: underline; }

#Spot {
    float: left;
	width: 610px;
	padding-top: 10px;
}

#Spot p { float: left; width: 610px; margin: 0; padding: 0; margin-bottom: 10px; }

#Spot h1, #Spot h2, #Spot h3 { float: left; margin: 0 0 5px 0; padding: 0; color: #27446c;}



#Right ul.Products li img.buttonMore {
	height: 20px;
	width: 107px;
	border: 0;
	float: left;
	margin: 3px 0px 0px 8px;
	}