/* (c)2008 www.jubileo.pl style v1.0
   kopiowanie i powielanie zabronione
   używane dla wszystkich podstron serwisu */

/* ------- podstawowe elementy ------- */
BODY {margin:0px; overflow-x:hidden; background: #dadaed;} /*optimizer*/
SMALL {font-weight:normal;text-decoration:none;font-size:7.5pt;}

A, A:visited {color: #000;}
A:hover {color:	#E47911;}
A:active {color: #4D92C9;}

UL LI {list-style: none;}
 HR {
    border: none 0; 
 	 border-top: 1px dotted #b0b0b0;
 	 height:1px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
INPUT[type=text]{border:1px solid #a5acb2;height:16px;padding-left:1px;}
INPUT[type=password]{border:1px solid #a5acb2;height:16px;padding-left:1px;}
TEXTAREA{border:1px solid #a5acb2;padding-left:1px;}

INPUT[type=text]:hover{border-color:#878a8c;}
INPUT[type=password]:hover{border-color:#878a8c;}
TEXTAREA:hover{border-color:#878a8c;}

INPUT[type=text]:focus{outline:none;border-color:#4b4e50;}
INPUT[type=password]:focus{outline:none;border-color:#4b4e50;}
TEXTAREA:focus{outline:none;border-color:#4b4e50;}

TEXTAREA {
  width: 97%;
  max-width:900px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin:10px;
}

/* ---- podstawowe elementy koniec ----*/

/* ------- naglowki ------- */
/* h1 slogan,haslo firmowe */
H1,H2,H3,H4,H5 {display:inline; font-family: "Trebuchet MS",Tahoma,Verdana,Arial;font-weight: normal; }
H1 {
   color: #FFF3E1;
   font-size: 14px;
   font-style:italic;
   font-weight:bold;
   text-shadow: #000 0.1em 0.1em 0.2em;
}

/* naglowek biezacej strony */
H2{
   font-size: 17px;
   color: #FFF3E1;
   letter-spacing:1px;
   height:23px;
}

/* naglowek boxow specjalnych*/
H3 {
   font-size: 17px;
   color: #FFF3E1;
   letter-spacing:1px;
   height:23px;
}

/* h4 naglowek koszyka */
H4 {
	background: url('/templates/jubileo2/wozek_small.png') no-repeat 0px 0px;
   font-size: 18px;
   color: #FFF3E1;
   letter-spacing:1px;
   line-height:28px;
   position:relative;
   top:-3px;
   left:-5px;
   padding-left:32px;
   text-shadow: #000 0.1em 0.1em 0.2em;   
}
/* h5 naglowki boxow lewych */
H5 {
   font-size: 17px;
   font-style: normal;
   color: #FFF3E1;
   letter-spacing:1px;
   height:23px;
   padding-left:26px;
}
/* ------- naglowki end ------- */



/* ------- stałe elementy powtarzające się ------- */
/* zaokraglanie rogow (w polaczeniu z jquery)*/
.rounded {
    border: 1px solid #c0c0c0;
	 -moz-border-radius: 8px; /*hack dla FF*/
    -webkit-border-radius: 8px; /*hack dla Safari*/
    border-radius: 8px; /*Opera*/    
}
/* ceny */
.Price{
    font-family: verdana,helvetica,sans-serif;
    color: #990000;	
    font-style: normal;
    letter-spacing: -1px;
    font-weight: bold;
}
.specialPrice{
    color: #F55107;
    position:relative;
    left:4px;
}

.smallPrice{
    font-size: 13px;
    line-height: 23px;
}
/*.productListing-new-products span.smallPrice s, .productListing-featured span.smallPrice s, .productListing-best-sellers span.smallPrice s{
    position:relative !important;
    right:6px !important;
}
.productListing-new-products span.smallPrice .specialPrice, .productListing-featured span.smallPrice .specialPrice, .productListing-best-sellers span.smallPrice .specialPrice{
    left:-3px !important;
	 z-index:100;					 
}*/
.bigPrice{
    font-size: 18px;
}
.totalPrice{
    font-size: 17px;
    font-style: normal;
}
.total{
    font-size: 13px;
    font-weight:bold;
}
/* ceny end */

.paddingRight15{
        padding-right:15px !important;
}
/* ------- stałe elementy powtarzające się koniec ------- */


/* ------- główne pudełka ------- */
.kontener {
    width:100%;
    min-width:920px;
    max-width:1680px;
    padding:0px;
    margin:auto;
    overflow:visible;
}
.header {
    background: url('/templates/jubileo2/bg_head.jpg') repeat-x #000000 0px -28px;
    height:82px;
    width:100%;
    -moz-box-shadow: #797c7c 1px 1px 6px;       
    -webkit-box-shadow: #797c7c 1px 1px 6px;  
    box-shadow: #797c7c 1px 1px 6px;
}
.lewe {
    width:205px;
    float:left;
    margin-right:-205px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.prawe {
    width:auto;
    float:right;
    margin-left: 214px;
    margin-top: 0px;
}
.footer{
    position:relative;
    width:100%;
    font-family:tahoma,verdana,arial,"Trebuchet MS";
    height:100px;
    margin-top:1px;  
}
/* ------- główne pudełka koniec ------- */


/* ------- header -------  */
A.headerNavigation,A.headerNavigation:visited,A.headerNavigation:active{
    font-family:Tahoma,Verdana,Arial;
    color:#FFDFBF;
    font-size:11px;
    text-decoration:none;
    font-style:normal;
    border:none;
}

A.headerNavigation:hover{
    border-bottom: 1px solid #FFDFBF;
}

.headerlewe {
    float:left;
    padding:0px;
    letter-spacing:1px;
    font-weight: normal;
    position:relative;
    height:80px;
}

.headerprawe {
    float:right;
    color:#ffffff;
    font-family:Tahoma,Verdana,Arial;
    font-size:12px;
    line-height:24px;
    letter-spacing:1px;
    height:82px;
    position:relative;
}

.logo {
    position:absolute;
    top:5px;
    left:5px;
}

.slogan {
    position:absolute;
    top:32px;
    left:249px;
    width:600px;
}

.breadcrumb {
    color:#FF4D00;
    text-align:left;
    font-size:11px;
    position:absolute;
    bottom:4px;
    left:12px;
    width:800px;
    white-space:nowrap;
}

.links {
    float:left;
    height:78px;
    text-align:left;
    margin-right:13px;
}

.links_crumb {
    color:#FF4D00;
    font-size:11px;
    text-align:right;
    position:relative;
    top:-2px;
    width:690px;
    margin-left:-390px;
    z-index:100;
    overflow:visible;
    white-space:nowrap;
}

.cart {
    background: url('/templates/jubileo2/tlo_header_cart.gif') repeat-x #000000 0px 0px;
    float:left;
    height:78px;
    text-align:left;
    border-left: 2px solid #000;
    padding-left:14px;
    padding-right:18px;
    margin-top:2px;
    cursor:pointer;
    white-space:nowrap;
}

.cart_crumb {
    color:#FF4D00;
    font-size:11px;
    position:absolute;
    bottom:2px;
    right:16px;
    width:207px;
    z-index:1;
    text-align:right;
}
/*
.cart_image {
    position:absolute;
    right:3px;
    top:6px;
}
*/
/* ------- header end -------  */





/* ------- boxy ------- */

.tytul {
    background: url(/templates/jubileo2/red_belka_sprite.jpg);
    background-position:0px 0px;
	 height:22px;
    padding:3px 0 3px 12px;
    position:relative;
    margin-top:6px;
    -moz-box-shadow: #797c7c 1px 1px 6px;
    -webkit-box-shadow: #797c7c 1px 1px 6px;
    box-shadow: #797c7c 1px 1px 6px; 
}
#tytul_szukaj, #tytul_kategorie, #tytul_popularne_tagi, #tytul_kontakt, #tytul_koszty_wysylki {
    -moz-border-radius-topright:9px;
	 -webkit-border-top-right-radius:7px;
	 border-top-right-radius:7px;
}

#tytul_szukaj H5 {
    background: url('/templates/jubileo2/search.png') no-repeat 0 50%;
}
#box_szukaj {
    padding-bottom:3px !important;
}
#box_szukaj form {
    margin:0px -12px -5px -5px; display:inline;
}
#box_szukaj input[type=text] {
    width:123px;position:relative;bottom:9px;
    font-size:10px;
    height:15px;
}
#box_szukaj a {
    position:relative;left:0px;bottom:7px;display:block;
}

#tytul_kategorie H5 {
    background: url('/templates/jubileo2/bag_white.png') no-repeat 0 35%;
}

#tytul_popularne_tagi H5 {
    background: url('/templates/jubileo2/hot.png') no-repeat 0 35%;
}
#box_popularne_tagi {
    padding-top:5px !important;
    line-height:145%;    
}

#tytul_kontakt H5 {
    background: url('/templates/jubileo2/mail.png') no-repeat 0 40%;
}
#box_kontakt img {
    margin-bottom:-7px;
    border:0;
}
#box_kontakt {
    line-height:185%;
}
#tytul_koszty_wysylki H5 {
    background: url('/templates/jubileo2/delivery.png') no-repeat 0 25%;
}

.bullet {
    position:absolute;
    top:7px;
    right: 11px;
    width:14px;
    height:16px;
    background: url('/templates/jubileo2/bullet_down.png') no-repeat;
    display:none;    
}

.box_lewy {
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial;
    font-size: 9pt;
    color: #000000;
    background: url('/templates/jubileo2/bg_box_lewy.gif') repeat-x bottom left #FCFCFB;
    border: 0px solid #BBE2FB; 
    text-align:left;
    padding:8px 3px 12px 17px;
    position:relative;
    -moz-box-shadow: #797c7c 1px 1px 6px;
    -webkit-box-shadow: #797c7c 1px 1px 6px;      
    box-shadow: #797c7c 1px 1px 6px;  
	 -moz-border-radius-bottomright:8px;
	 -moz-border-radius-bottomleft:8px;
	 -webkit-border-bottom-right-radius:8px;
	 -webkit-border-bottom-left-radius:8px;
	 border-bottom-right-radius:8px;
	 border-bottom-left-radius:8px;
}

#box_srodek,#box_specjalny,#box_specjalny_dwa{
    font-family: "Trebuchet MS",Tahoma,Arial,Verdana;
    font-size: 14px;
    color: #000000;
    /*background: url('/templates/jubileo2/bg_box_opis.gif') repeat-x bottom left #eeeef2;*/
    background: url('/templates/jubileo2/bg_box_lewy.gif') repeat-x bottom left #FCFCFB; /*optimizer*/    
    padding:11px 14px 11px 12px;   
    border: 0px solid #BBE2FB;
    width:auto;
    text-align: left;
    position:relative;
    -moz-box-shadow: #797c7c 1px 1px 6px;
    -webkit-box-shadow: #797c7c 1px 1px 6px;
    box-shadow: #797c7c 1px 1px 6px;
    -moz-border-radius-bottomleft:8px;  
    -webkit-border-bottom-left-radius:8px;
	 border-bottom-left-radius:8px; 
	 margin-bottom:30px; 
}
#box_srodek{
    padding-bottom:15px; 
}

#box_specjalny,#box_specjalny_dwa{
    height:191px;
    overflow:hidden;
    padding:8px 5px 13px 11px;
}
#tytul_srodek ,#tytul_box_specjalny,#tytul_box_specjalny_dwa{
    -moz-border-radius-topleft:9px;   
    -webkit-border-top-left-radius:7px;
    border-top-left-radius:7px;
}

#content {
    width:auto;
    height:auto;
    overflow:hidden;
    padding-bottom:5px;
}

/* ------- boxy end  ------- */



/* ------- footer  ------- */
.footer_crumb{
    font-size: 11px;
    color:#FF4D00;
    text-align:center;
    position:relative;
    top:7px;
    right:6px;    
    letter-spacing:1px;
}
.footer_crumb A.headerNavigation,.footer_crumb A.headerNavigation:visited,.footer_crumb A.headerNavigation:active{
    color:#000;
    font-style:normal;
    border-bottom: none;
    white-space:nowrap;
    text-decoration:none;
    letter-spacing:normal;
}
.footer_crumb A.headerNavigation:hover{
    border-bottom: none;
    text-decoration:underline;
}
.footer_text{
    font-size: 11px;
    color:#000;
    text-align:center;
    line-height:15px;
    position:relative;
    right:6px;
    top:40px;
    padding-bottom:30px;
}

/* ------- footer end  ------- */



/*-------------BOX KATEGORIE-----------------*/
#kategorie {
		  margin-top:-4px;
		  margin-right:-180px;
		  margin-bottom:-6px;
        position:relative;
        left:-20px;
        width:180px;
        white-space:nowrap;
        line-height:160%;
}
ul.kategorie li, #kategorie li {
	padding:			2px 3px 2px 11px;
	margin: 			0 0 0 0px;
	position:relative;
	left:-30px;
}
ul.kategorie a, ul#kategorie a {
	text-decoration:		none;
}
ul.kategorie a:hover, ul#kategorie a:hover {
	text-decoration:		underline;
}
ul.kategorie a:active, ul#kategorie a:active {
	text-decoration:		underline;
}

.cat_lev_0 {
	font-size:		       16px !important;
   font-weight:          bold;	
}
.cat_lev_1 {
	background:		       url(/templates/jubileo2/arrow_small_right.gif) no-repeat;
	background-position:	 -1px; 50%;
	font-size:		       14px;
   font-weight:          normal;
}
A.kategorieselected {
        font-weight:          bold !important;		 	
        color:                #F55107 !important;
}
.cat_lev_1 A.kategorieselected {
        font-size:          	15px;
}
/*-------------BOX KATEGORIE KONIEC-----------------*/



/*-------------BOX POPULARNE TAGI-----------------*/
#box_popularne_tagi a:active{
	text-decoration:		underline;
}
#box_popularne_tagi a {
	text-decoration:		none;
	line-height:120%;
}
#box_popularne_tagi a:hover {
	text-decoration:		underline;
}

/*-------------BOX POPULARNE TAGI KONIEC-----------------*/



/*-------------z oscommerce------------------*/
/* message box */
table.messageBox {
    width:90%;
    min-width:750px;
    margin-left:auto;
    margin-right:auto;
	 font-size:10pt;
	 border-collapse: separate;
	 border-spacing: 0 10px; 
	 margin-top:0px;
	 margin-bottom:10px;	
}
td.messageBox {font-size:10pt;background-color: #FFFAE5; border: 1px solid #F3DB87;padding:6px 8px 6px 8px;text-align:center; -moz-border-radius: 7px; -webkit-border-radius: 7px;border-radius: 7px;}
td.messageStackError, td.messageStackWarning {font-size:9pt;background-color: #ffe4e4; border: 1px solid #ffb5b5; padding:6px 8px 6px 8px;text-align:center; -moz-border-radius: 7px; -webkit-border-radius: 7px;border-radius: 7px;}
td.messageStackSuccess, div.messageStackSuccess {font-size:10pt;background-color: #F3FFCD; border: 1px solid #B1DA81; padding:6px 8px 6px 8px;text-align:center; -moz-border-radius: 7px; -webkit-border-radius: 7px;border-radius: 7px;}
td.messageStackSuccess img, .messageStackError img, .messageStackWarning img, .messageBox img {margin-top:1px;float:left;}
div.messageStackSuccess img {position:relative;top:2px;left:0;}
div.messageStackSuccess {padding:4px 8px 4px 8px;}  
.productsNotifications {text-align:left;width:458px;margin-left:auto;margin-right:auto;}
  
/*dla ukrycia heading w $content*/
.pageHeading {
        visibility:          hidden;			 	
}
.smallText, .orderEdit{
        font-weight:normal;
        text-decoration:none;
        font-size:9pt !important;
}
.orderEdit{
        font-size:7.5pt !important;
}
.main{
        font-weight:normal;
        text-decoration:none;
        font-size:10pt;
        padding-left:10px !important;
        padding-right:10px !important;
        padding-top:4px;
        padding-bottom:4px;
}
/* uzywane do naglowka w tabelach */
.tableHeading{
	background: #eef1f6 url(/templates/jubileo2/grey_belka.gif) 0 -1px;
	font-weight:bold;
	line-height:14pt;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	border-top-left-radius:9px;
	border-top-right-radius:9px;
	padding-top:1px;
	padding-bottom:1px;
 	border-bottom: 1px solid #c0c0c0;
   font-size:10.5pt;
   white-space:nowrap;
}
.inputRequirement{
        color: #676767;
        font-size:70%;
        font-weight:normal !important;
}
TD.inputRequirement{
        width:400px;
}
TD.tableHeading SPAN.inputRequirement{
       margin-left:-400px;
}
.inputLabel{
        color: #494949 !important;
}

.moduleRow { }
.moduleRowOver { background-color: #f3f8fb; cursor: pointer; }
.moduleRowSelected { background-color: #e6f2fb; }
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }



/* kolory tla <TR> parzystych i nieparzystych dla listingów w tabelach */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #eef1f6;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}
/* kolory tla listingów koniec */

/*dla generowania tabel z defaultowym contentem*/

.infoBox, #nawigator{
    border: 1px solid #cecece;
	 -moz-border-radius: 8px; /*hack dla FF*/
    -webkit-border-radius: 8px; /*hack dla Safari*/
    border-radius: 8px; /*Opera*/
    background:#fff;
    width:90%;
    min-width:750px;
    margin-left:auto;
    margin-right:auto;
}

.infoBoxContents{
    padding:5px; /*dziala tylko w FF*/
}
/*-------------z oscommerce koniec-----------*/



/*-------------LISTINGI PRODUKTOW------------*/
a img.ih, a:visited img.ih {
	border: 1px solid #e0e0e0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:9px;	
}

a:hover img.ih {
	border: 1px solid #FCAA68;
}

.productListing {
    text-align:center;
    vertical-align: bottom;
    padding-left:0px;
    margin-left:-4px;
    width:auto;
    height:auto;
    margin-right:-10px;
    /*overflow:hidden;*/
}
.productListing a {
	text-decoration:none;
}
.productListing a:hover {
	text-decoration:underline;
}
#box_srodek .productListing{
    position:relative;
	 top:11px;
	 margin-top:-14px;
}
#box_srodek .productListing FORM {
	display:inline;position:absolute;bottom:7px;right:7px;
}

.productListing-heading {
    font-weight:bold;
}

/*glowny listing produktow productListing-data*/
.productListing-data, .productListing-new-products, .productListing-featured, .productListing-best-sellers, .productListing-also-purchased  {
    background:#fff;
    padding:5px 6px 10px 6px;
    text-align:center;
    white-space:nowrap;
    display:inline;
    float:left;
    vertical-align: top;
    margin: 10px 8px 25px 5px;
    position:relative;
    border: 1px solid #e0e0e0;
    width:auto;
    overflow:hidden;
    -moz-border-radius: 8px; /*hack dla FF*/
    -webkit-border-radius: 8px; /*hack dla Safari i Chrome*/
    border-radius: 8px; /*Opera*/
    max-width:318px;
}

/*listing dla modulow wyswietlanych w boxach specjalnych */
.productListing-new-products, .productListing-featured, .productListing-best-sellers, .productListing-also-purchased {
    font-size:80%;
    margin-bottom:33px;
}

#box_specjalny .productListing,#box_specjalny_dwa .productListing{
	 width:100%;
	 height:191px;
	 overflow:hidden;
	 position:relative; /*ie hack*/
}
#nawigator {
    font-size: 14px;
    float:left;
    width:96%;
    min-width:650px;
	 padding:10px 10px; 
}
.productListing + #nawigator {
    margin-top:22px;
}
#nawigator a {
    font-size: 14px;margin:3px;
    text-decoration:underline;
}
#nawigator .pageCurrent {
    font-size: 14px;
    color: #F55107;
    font-weight:bold;
    margin:3px;
}
#nawigator div {
    margin-right:5%;
}
/*-------------LISTINGI PRODUKTOW KONIEC-------------*/



/*-------------naklejki------------------*/
div.nowosc, div.promocja {
	position:				absolute;
	z-index:					100;
	bottom:              0px;
   right:               0px;
	width:					60px;
	height:					60px;
}

* > .promocja {
	background:				url('/templates/jubileo2/promocja.png') no-repeat;
}
/*-------------naklejki end------------------*/

/*-------------bannery------------------*/
div.box_promocyjny {
	display:inline !important;
	width:auto !important;
}
div.box_promocyjny img {
	margin-right:9px;
	margin-left:1px !important;
	margin-bottom:10px !important;
	border:none !important;
}

/*-------------bannery end------------------*/
