* {
    margin: 0px;
    padding: 0px;
}

input.pointer {
    cursor: pointer;
}
input, select, select option {
	color: #5A5A5A;
	font-family: Tahoma;
	font-size: 8pt;
}
fieldset {
	border: none;
}

img {
    border: 0px;
}

body {
    background-color: #cf2929;
    color: #FFFFFF;
    font: 8pt Tahoma;
}


div.clearer {
    clear: both;
    height: 0px;
}
div.aright {
    width: 100%;
    text-align: right;
}
div.fright {
    width: 100%;
    text-align: right;
}

/*******************************************************************************
 * Top stuff 
 */ 

div.topbg {
    background-image: url(../img/top_right.png);
    background-repeat: repeat-x;
    z-index: 0;
}
div.topspacer {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 300px;
}
div.topspacer .left {
    background-image: url(../img/top_left.png);
    background-repeat: repeat-x;
    background-color: #cf2929;
    width: 50%;
    height: 300px;
}
div.topspacer div.treecontainer {
    margin-left: 50%;
    width: auto;
}
div.topspacer div.tree {
    margin-left: 489px;
    width: auto;
    height: 189px;
    background-image: url(../img/top_drzewo.png);
    background-repeat: no-repeat;
} 

div.container {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    background-position: center top;
    background-repeat: no-repeat;
}
div.headerblock {
    position: relative;
}

/*******************************************************************************
 * Headerki
 **/ 

div.headerblock img.top {
    position: absolute;
    top: 0px;
    left: 0px;
}

div.headerblock img.logo {
    position: absolute;
    top: 28px;
    left: 18px;
}

div.headerblock div.konfigurator_block {
    position: absolute;
    top: 138px;
    left: 0px;
    width: 389px;
    height: 222px;
    background-image: url(../img/konfiguratorbg2.png);
}
div.headerblock div.konfigurator_block img.info {
    margin-left: 29px;
    margin-top: 50px;
}

div.headerblock div.koszykbar {
    position: absolute;
    left: 665px;
    top: 0px;
    width: 315px;
    height: 118px;
    background-image: url(../img/koszykbar_shadow.png);
}
div.headerblock div.koszykbar img.koszyk {
	float: left;
}
div.headerblock div.koszykbar a {
    float: left;
    margin-left: 105px;    
    margin-top: 10px;
    font-weight: bold;
    font-size: 11px;
    color: #3a728b;
}
div.headerblock img.realizuj {
    position: absolute;
    top: 33px;
    left: 665px;

}

div.headerblock img.szukajproduktu {
    position: absolute;
    top: 269px;
    left: 621px;
    z-index: 5;
}

div.headerblock div.samolot {
    position: absolute;
    top: 95px;
    left: 761px;
    width: 219px;
    height: 335px;
    background-image: url(../img/foo_plane.png);   
}

div.headerblock div.paker {
    position: absolute;
    top: 79px;
    left: 757px;
    width: 223px;
    height: 338px;
    background-image: url(../img/foo_paker.png);
}
div.headerblock div.koszyk {
    position: absolute;
    top: 211px;
    left: 758px;
    width: 223px;
    height: 205px;
    background-image: url(../img/foo_koszyk.png);
}
div.headerblock div.drogowskaz {
    position: absolute;
    top: 138px;
    left: 739px;
    width: 242px;
    height: 278px;
    background-image: url(../img/foo_drogowskaz.png);
}
div.headerblock div.panna {
    position: absolute;
    top: 100px;
    left: 684px;
    width: 296px;
    height: 330px;
    background-image: url(../img/foo_panna.png);
}
div.headerblock div.rowerzysta {
    position: absolute;
    top: 129px;
    left: 696px;
    width: 284px;
    height: 298px;
    background-image: url(../img/foo_rowerzysta.png);
}
div.headerblock div.ziomek {
    position: absolute;
    top: 139px;
    left: 754px;
    width: 226px;
    height: 277px;
    background-image: url(../img/foo_ziomek.png);
}


div.headerblock img.arrow {
    position: absolute;
    top: 345px;
    left: 858px;
}

/*******************************************************************************
 * Menu i content
 **/ 

div.menubar {
    position: absolute;
    top: 360px;
    left: 0px;
    background-image: url(../img/itembg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
div.menubar a.first {
    margin-left: 0px;
}
div.menubar a {
    color: white;
    text-transform: uppercase;
    font: bold 9pt tahoma;
    margin-left: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
}
div.menubar a:hover {
    color: #ffdb3c;
}
div.menubar a.selected {
    color: #ffdb3c;
    background-image: url(../img/itembg_active.png);
}
        
div.content {
    margin-top: 430px;
    width: 100%;
}

div.content div.left {
    float: left;
    width: 205px;
    height: 100px;
    margin-left: 5px;
}
div.content div.center {
    width: auto;
    height: 500px;
    margin-left: 245px;
    line-height: 150%; 
}


/*******************************************************************************
 * Nawigacja
 **/
 
div.navigation {
    width: 197px;
    margin-bottom: 30px;
}
div.navigation img.arrow {
    float: right;
    margin-top: 2px;
    margin-right: 8px;
}
div.navigation div.sub_nav {
}

div.navigation div.item {
    background-color: #ffffff;
    
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    
    font-weight: bold;
    margin-bottom: 1px;
}
div.navigation div.item a {
    display: block;
    height: 100%;
    color: #e20000;    
}
div.navigation div.item span.linkname {
	display: block;
	padding-right: 7px;
	margin-left: 18px;
}
div.navigation div.selected {
    background-color: #950000;
}
div.navigation div.selected a {
    color: #ffffff;
}
div.navigation div.sub_nav div.item {
    background-color: #950000;
}
div.navigation div.sub_nav div.item a {
    color: #ffffff;
    font-weight: normal;
}
div.navigation div.sub_nav div.item a:hover, div.navigation div.sub_nav div.selected a {
    color: #FF7F7F;
}
div.navigation div.sub_nav div.sub_nav {
    margin-bottom: 1px;
}
div.navigation div.sub_nav div.sub_nav div.item {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    background-color: #441605;
    margin-bottom: 0;
}
div.navigation div.sub_nav div.sub_nav div.item a {
    /*margin-left: 15px;*/
    color: #ffffff;
}
div.navigation div.sub_nav div.sub_nav div.item a:hover, div.navigation div.sub_nav div.sub_nav div.selected a {
    color: #ff7f7f;
}


div.left h1, div.left h3 {
    text-transform: uppercase;
    font: bold 13pt tahoma;
    margin-bottom: 15px;
}

/*******************************************************************************
 * Bread
 */
 
div.breadcrumb {
  margin-bottom: 20px;
  height: 18px;
}
div.breadcrumb a {
  font-family: Verdana;
  float: left;
  height: 18px;
  padding-left: 15px;
  padding-right: 8px;
  background-color: #000000;
  background: #950000 url(../img/arrow_bread.png) no-repeat left center;
  text-transform: uppercase;
  color: #fff;
}
div.breadcrumb a.active {
  background: #fff;
  color: #000;
  padding-left: 8px;
}


/*******************************************************************************
 * Newsletter
 */
 
div.content div.newsletter {
    position: relative;
    width: 204px;
    height: 148px;
    margin-left: -5px; 
}
div.content div.newsletter input.emailbox {
    position: absolute;
    border: 2px solid white;
    left: 33px;
    top: 90px;
    width: 113px;
    z-index: 1;
    vertical-align: top; 
    font: 8pt verdana;
}
div.content div.newsletter input.ok {
    position: absolute;
    border: 0;
    left: 133px;
    top: 81px;
    width: 36px;
    height: 36px;
    background-image: url(../img/newsletter_ok.png);
    z-index: 2;
}

/*******************************************************************************
 * Footer
 */ 
 
div.content p.dogory img {
    margin-right: 10px;
}
div.content p.dogory a {
    color: #ffffff;
    font-weight: bold;
}
div.content p.dogory a:hover {
    color: #ffdb3c;
}


div.content div.footer {
    margin-top: 40px;
    margin-bottom: 50px;
    width: 100%;
    height: 55px;
    background-color: #df7070;
    color: #f1bfbf;
}
div.content div.footer a {
    color: #ffffff;
    font-weight: normal;
}
div.content div.footer a:hover {
    color: #ffdb3c;
}
div.content div.footer a.igk {
    
}
div.content div.footer div.leftfoot {
    float: left;
    width: 250px;
    margin-top: 30px;
    margin-left: 15px;
}
div.content div.footer div.rightfoot {
    float: right;
    width: 400px;
    text-align: right;
    margin-top: 15px;
    margin-right: 15px;
}
div.content div.footer div.rightfoot span {
	color: #ffffff;
}

/*******************************************************************************
 * Tabelka z koszyka
 */
 
div.koszyk table {
    width: 100%;
    border: 0 none;
}
div.koszyk table td {
    border-top: 1px #d44e4e solid;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
}
div.koszyk table tr.header td {
    border-top: none;
    font-weight: normal;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 5px;
}
div.koszyk table td.img {
	width: 1px;
    vertical-align: top;
}
div.koszyk table td.img img {
    border: 1px solid #df7070;
    margin-right: 10px;
}
div.koszyk table td.name a {
    font-size: 10pt;
}
div.koszyk table td.name span {
    display: block;
    margin-top: 15px;
}
div.koszyk table input {
    width: 50px;
    text-align: right;
    border: 0;
    padding: 2px;
}
div.koszyk table td.price {
    width: 125px;
}
div.koszyk table td.quantity, div.koszyk table td.value {
    width: 100px;
}

div.koszyk div.wartosckoszyka {
    text-align: right;
    background-color: #d44e4e;
    margin-bottom: 20px;
}
div.koszyk div.formaplatnosci {
	text-align: right;
}
div.koszyk div.formaplatnosci div {
}
div.koszyk div.formaplatnosci select {
    display: inline;
    margin-right: 10px;
    width: 180px;
    font: 8pt Tahoma;
}
div.koszyk div.whitebox {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    padding-left: 420px;
    color: #000;
}
div.koszyk div.whitebox input.realizuj {
    background-image: url(../img/zlozzamowienie.png);
    border: 0 none;
    width: 130px;
    height: 34px;
    position: relative;
    left: 130px;
}
div.koszyk td.quantity input.submit {
	width: 80px;
	height: 21px;
	background-image: url(/img/przelicz.png);
	display: box;
	margin-top: 10px;
}


/*******************************************************************************
 * Formularz koszyka
 */ 

form.dane {
}

form.dane table {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #d44e4e;
    width: 100%;
}
form.dane table td {
    vertical-align: top;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 15px;
}
form.dane table td input {
	padding: 0px;
}
form.dane table td input.text {
	border: 2px solid #fff;
}

form.dane table tr.header td {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 0px;
    text-align: left;
}
form.dane table tr.header td.lefthead {
    padding-left: 20px;
}
form.dane table tr.footer td {
    height: 20px;
}
form.dane table td.right {
    padding-left: 40px;
    border-left: 1px #d96363 solid;
}
form.dane table input {
    width: 80%;
    padding: 2px;
    display: block;
    margin-top: 2px;
    margin-bottom: 4px;
}
form.dane table input.narrow {
    width: 40%;
}
form.dane table input.disabled {
    background-color: #eb6969 !important;
    border-color: #eb6969 !important;
}
form.dane table td.disabled span {
    color: #eb6969;
}



form.dane input.check1 {
    float: left;
    width: auto;
}
form.dane input.check2 {
    float: left;
    margin-left: 20px;
    width: auto;
}

form.dane p.check_desc1 {
    margin-left: 20px;
    width: 200px;
    color: #fff;
}
form.dane p.check_desc2 {
    margin-left: 50px;
    width: 620px;
    color: #fff;
}

form.dane div.whitebox {
    background-color: #fff;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
}
form.dane div.whitebox div.cleft {
    padding: 20px;
    color: #000;
}
form.dane div.whitebox input.realizuj {
    float: right;
    display: inline;
    border: 0 none;
    margin: 15px;
    background-image: url(../img/realizuj_button.png);
    width: 144px;
    height: 34px;
}


/*******************************************************************************
 * Konfigurator
 */ 
 
table.konf {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #d44e4e;
    width: 715px;
    height: 337px;
}
table.konf td.leftbar {
    width: 19px;
}
table.konf td.rightbar {
    width: 28px;
}
table.konf td.topbar {
    height: 20px;
}
table.konf td.lowbar {
    height: 65px;
}
table.konf td.submitbox img {
    float: right;
}


/*******************************************************************************
 * Rozmaity Content
 */ 


h1 {
    text-transform: uppercase;
    font: bold 16pt verdana;
    margin-bottom: 30px;
}

h2 {
    font: 11pt verdana;
    color: #ffd000;
    font-weight: bold;
    margin-bottom: 15px;
}
h2.big {
	font: 16pt verdana;
    font-weight: normal;
}
h2 a {
	font-weight: normal;
}

h3 {
	font: 11pt tahoma;
	font-weight: bold;
	margin-bottom: 15px;	
}

p {
    margin-bottom: 1em;
}

ul {
    list-style-image: url(/img/bullet.png);
    list-style-position: outside;
    line-height: 110%;
    margin-bottom: 10px;
}
li {
    margin-left: 20px;
    padding-left:5px;
    color: #ff9191;
    margin-top: 4px;
}

ul.flat {
	list-style-type: none;
	list-style-image: none;
}
ul.flat li {
	margin-left: 0px;
	padding-left: 0px;
}

table {
	border-collapse: collapse;	
}
table td {
	padding: 5px;
	border: 1px solid white;
}
table.clean td {
	border: 0px none;
	padding: 0px;
}


a {
    text-decoration: none;
    font-weight: bold;
    color: #ffdb3c;
}
a:hover {
    color: #ffffff;
}
a.anchor:hover {
	color: #ffdb3c;
}

strong.yellow {
    font-weight: bold;
    font-size: 10pt;
    color: #ffdb3c;
}

hr {
    clear: both;
    border: none;
    height: 1px;
    background-color: #d44e4e;
    color: #d44e4e;
    
    margin-top: 20px;
    margin-bottom: 30px;
}

img.rss {
    margin-left: 10px;
}

p.date {
    font-size: 9px;
    color: #ff8787;
    margin-bottom: 15px;
}

form label.error {
    color: #ffdb3c;
    font-weight: bold;
}
form input.error {
	border: 2px solid #ffdb3c !important;
}

/* Produkty */

div.produkt {
}
div.produkt table {
	width: 100%;
}
div.produkt td {
	vertical-align: top;
}
div.produkt table td.foot {
	vertical-align: bottom;
	text-align: left; 
}
div.produkt img.image {
    border: 1px solid #df7070;
    margin-right: 15px;
}
img.promo {
    margin-left: 10px;
    float: right;
}
div.produkt h2 {
    margin-bottom: 10px;
}
div.pricebox {
    margin-top: 8px;
    font-size: 10pt;
    font-weight: bold;
}
span.price {
    font-size: 10pt;
    font-weight: bold;
    color: #fff;
}
span.old {
    text-decoration: line-through;
}
span.new {
    margin-left: 5px;
    color: #ffdb3c;
    font-size: 11pt;
    font-weight: bold;
}
div.whitebox span.pricetotal {
    color: #e2001a;
    font-size: 14pt;  
    margin-left: 5px;  
}
div.produkt img.button {
	float: right;
    margin-left: 5px;
    display: inline;
}

/* Opisy produktow */

table.opisprod {
    width: 100%;
    margin-bottom: 20px;
}
table.opisprod td {
    vertical-align: top;
}
table.opisprod td.foot {
    vertical-align: bottom;
}
table.opisprod td.imagebox {
    vertical-align: middle;
}
table.opisprod td.imagebox img {
    border: 1px solid #df7070;
}
table.opisprod hr {
    margin-top: 0;
    margin-bottom: 0;
}
table.opisprod input {
    width: 50px;
    border: 0;
    padding: 2px;
}
table.opisprod input.submit {
    padding: 0px;
    width: 130px;
    height: 34px;
    background-image: url(../img/dokoszyka.png);
    float: right;
    margin-bottom: 20px;
}
table.opisprod table.pola {
	width: 200px;	
}
table.opisprod table.pola td {
	padding: 2px;	
}
table.opisprod select.rodzaj {
	width: 200px;
}
div.caption {
	margin: 15px 0 5px 0;
	font-weight: bold;
}



/* Drobnostki */

div.pager { 
    text-align: right;
    width: 300px;
    float: right;
    font: 8pt tahoma;
    color: #e95151;
}
div.pager a {
    font-weight: bold;
    color: #fff;
}
div.pager a:hover {
    color: #ffdb3c;
}
div.pager span.off {
    font-weight: bold;
    color: #ffdb3c;
}
div.pager span.dots {
    color: #fff
}

div.opis div.pricebox {
    font-size: 11pt;
    font-weight: bold;
}


div.kontynuuj {
    text-align: right;
    float: right;
    width: 250px;
    color: #e95151;
}
div.kontynuuj a {
    color: #fff;
}
div.kontynuuj a:hover {
    color: #ffdb3c;
}
div.kontynuuj img {
    margin-right: 10px;
}

/* mapa */

ul.mapa {
    margin-top: 50px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
}
ul.mapa ul {
    list-style: none;
    margin-left: 20px;
}
ul.mapa ul ul {
    list-style-image: url(../img/bullet.png);
}

ul.mapa li {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 10px;
}
ul.mapa ul ul li {
	margin-top: 3px;
}

/* ui */

table td.slider {
    width: 417px;
    background-image: url(../img/sliderbg.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
}
div.slider {
    height: 8px;
    position: relative;
}
div.slider a {
    top: -3px;
    margin-left: -11px;
    width: 25px;
    height: 15px;
    background-image: url(../img/sliderarrow2.gif);
    position: absolute;
    cursor: w-resize;
}
/*div.slider a {
    top: 0px;
    margin-left: -8px;
    width: 17px;
    height: 10px;
    background-image: url(../img/sliderarrow.png);
    position: absolute;
    cursor: w-resize;
}*/


form#newsletter_form input.submit {
	margin-top: 20px;
	border: 0px none;
	width: 80px;
	height: 21px;
	background-image: url(/img/zapisz_sie.png);
}
form#newsletter_form input#eml {
	width: 180px;
}
form#newsletter_form label {
	margin-right: 10px;
}

div.productsearchbox {
	margin-top: 20px;
	margin-bottom: 20px;
} 
div.productsearchbox div.column  {
	width: 48%;
	float: left;
	margin-right: 10px;
}
div.productsearchbox h2 {
	margin-bottom: 20px;
}
div.productsearchbox .foo {
	width: 250px;
}

div.productsearchbox input.szukaj {
	border: 0 none;
	background-image: url(/img/szukaj_produktow.png);
	margin-left: 3px;
	vertical-align: top;
	width: 80px;
	height: 21px;
}

