body {
    background-color: #ffffff;
    background-image: url(/skin/images/bg1.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
    margin: 0;
    padding: 0;
}


hr {
    background-color: #cccccc;
    color: #cccccc;
    width: 45%;
    height: 1px;
    border: 0;
    margin-top: 7px;
    margin-bottom: 7px;
}

* {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
}

div.empty_cart {
	text-align: center;
}

p.menuvp1 {
    margin-left: 10px;
    color: #ffffff;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
}

a.menuvp1 {
    margin-left: 10px;
    color: #ffffff;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
    text-decoration: none;
}

a.menuvp1:hover {
    text-decoration: none;
    color: #000000;
    font-size: 11px;
}

a.menuhp1 {
    margin-left: 10px;
    color: #ffffff;
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
    text-decoration: none;
}

a.menuhp1:hover {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
}

a.menuvp1s {
    margin-left: 10px;
    color: #000000;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
    text-decoration: none;
}

a.menuvp1s:hover {
    text-decoration: none;
    color: #000000;
    font-size: 11px;
}

a.menuhp1s {
    margin-left: 10px;
    color: #000000;
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
    text-decoration: none;
}

a.menuhp1s:hover {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
}

div.style1 {
    font-size: 12px;
    font-family: Tahoma;
    padding-left: 20px;
}

.style1 a {
    color: #999999;
    font-weight: bold;
}

/****/
.teksty {
    margin-top: 0px;
    padding: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.teksty .news {
    margin-top: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #790000;
}

.teksty h1 {
    margin-top: 0px;
    margin-bottom: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #790000;
    font-weight: bold;
}

.teksty h2 {
    margin-top: 4px;
    margin-bottom: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #790000;
    font-weight: bold;
}

.teksty .news h2 {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #790000;
}

.teksty p {
    margin-top: 0px;
    padding-top: 0px;
    color: #333333;
    font-size: 14px;
    /*text-align: justify;*/
}

.teksty OL {
}

.teksty OL LI {
    color: #790000;
    list-style: decimal outside;
    margin-bottom: 12px;
}

.teksty UL LI {
    color: #790000;
    list-style: disc outside;
    margin-bottom: 0px;
}

.teksty OL LI P {
    margin-top: 6px;
}

.info_text {
    margin-top: 0px;
    padding: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.info_text p {
    margin-top: 0px;
    padding-top: 0px;
    color: #333333;
    font-size: 14px;
    text-align: justify;
}

/* ERROR FRAME */
.show_error {
    margin: 20px;
    padding: 10px;
    border: 1px solid red;
    background-color: #ff8080;
}

.show_error p {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.show_info {
    margin: 20px;
    padding: 10px;
    border: 1px solid green;
    background-color: #80ff80;
}

.show_info p {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

/* TOP_INFO */
.top_search {
    float: left;
    padding: 3px;
}

.top_search p {
    color: white;
    font-size: 10px;
    padding: 0;
    margin: 0;
    display: inline;
    font-family: Arial, sans-serif;
    text-transform: lowercase;
}

.top_search a {
    color: white;
    font-size: 10px;
    text-decoration: underline;
}

.top_info {
    float: right;
    text-align: right;
    padding: 3px;
}

.top_info p {
    color: white;
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    text-transform: lowercase;
}

.top_info a {
    color: white;
    text-decoration: underline;
}

/* FORM */
form {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

form fieldset {
    clear: both;
    font-size: 100%;
    border-color: red;
    border-width: 1px 0 0 0;
    border-style: solid none none none;
    padding: 10px;
    margin: 0 0 0 0;
}

form div label {
    display: block;
    float: left;
    text-align: left;
    width: 160px;
    padding: 3px 5px;
    margin: 0 0 5px 0;
}

form fieldset.line {
    clear: both;
    font-size: 100%;
    border-color: red;
    border-width: 1px 0 0 0;
    border-style: solid none none none;
    padding: 0px;
    margin: 0 0 0 0;
}

form.search_small div input, form div select {
    width: 200px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #DC0221;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
}

form.login_small fieldset {
    clear: both;
    font-size: 100%;
    border-color: red;
    border-width: 0 0 0 0;
    border-style: none none none none;
    padding: 10px;
    margin: 0 0 0 0;
}

form.search_small div.submit input {
    width: 100px;
}

form fieldset legend {
    font-size: 150%;
    font-weight: normal;
    color: #000000;
    margin: 0 0 0 0;
    padding: 0 5px;
}

label {
    font-size: 100%;
    color: #790000;
    font-weight: bold;
    text-transform: none;
}

form fieldset.line legend {
    font-size: 100%;
    font-weight: bold;
    text-transform: none;
    color: #790000;
    margin: 0 0 0 0;
    padding: 0 5px;
}

fieldset.line label {
    font-size: 100%;
    color: #790000;
    font-weight: normal;
    text-transform: none;
}

form div {
    clear: left;
    display: block;
    width: 440px;
}

form.wide_form div {
    clear: left;
    display: block;
    width: 650px;
}

form.wide_form div span {
    font-size: 11px;
    margin-left: 10px;
    padding: 1px;
    color: #DC0221;
    font-weight: normal;
}

form.search_small div {
    clear: left;
    display: block;
    width: 200px;
}

form.wide_form div.submit {
    width: 250px;
    padding: 5px 0 0 170px;
}

form.wide_form div.submit input {
    width: 120px;
    margin-bottom: 5px;
    background-color: #DC0221;
    color: #ffffff;
}

form.wide_form div input, form div select {
    width: 265px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #DC0221;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
}

form.wide_form div textarea {
    width: 430px;
    height: 100px;
    margin: 0 0 0 5px;
    background-color: #ffffff;
    color: #000000;
    border: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #FFCD6C;
}

form.login_small div.submit {
    width: 25px;
    padding: 5px 0 0 0;
}

form.wide_form input[type = checkbox] {
    width: 1.2em;
    height: 1.2em;
    margin-left: 0px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #FFCD6C;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
}

form.wide_form .checkbox1 {
    width: 1.2em;
    height: 1.2em;
    margin-left: 0px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #FFCD6C;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
}

form.wide_form input[type = radio] {
    width: 1.2em;
    height: 1.2em;
    margin-left: 0px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #FFCD6C;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
}

form.wide_form div.nolabel {
    width: 440px;
    padding: 0 0 5px 170px;
}

/* TABELA */
table.zamowienie {
    border-width: 0px 0px 0px 0px;
    /*    border-spacing: ; */
    border-style: solid solid solid solid;
    border-color: #f8d7d7 #f8d7d7 #f8d7d7 #f8d7d7;
    border-collapse: collapse;
    background-color: transparent;
    width: 96%;
    margin-bottom: 20px;
    margin-right: 20px;
}

table.zamowienie th {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: #f8d7d7 #f8d7d7 #f8d7d7 #f8d7d7;
    background-color: white;
    color: #790000;
    font-size: 13px;
    text-align: left;
    /*    -moz-border-radius: ; */
}

table.zamowienie td {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: #f8d7d7 #f8d7d7 #f8d7d7 #f8d7d7;
    background-color: white;
    /*    -moz-border-radius: ; */
    color: #790000;
    font-size: 12px;
}

table.zamowienie td.liczba {
    text-align: right;
    white-space: nowrap;
}

table.zamowienie td.summary {
    /*    text-align: summary; */
    font-weight: bold;
}

table.koszyk {
    border-width: 0px 0px 0px 0px;
    /*   border-spacing: ; */
    border-style: solid solid solid solid;
    border-color: #f8d7d7 #f8d7d7 #f8d7d7 #f8d7d7;
    border-collapse: collapse;
    background-color: transparent;
    width: 96%;
    margin-bottom: 20px;
    margin-right: 0px;
}

table.koszyk th {
    border-width: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: #f8d7d7 #f8d7d7 #f8d7d7 #f8d7d7;
    background-color: white;
    color: #790000;
    font-size: 13px;
    text-align: left;
    /*    -moz-border-radius: ; */
}

table.koszyk td {
    border-width: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: #f8d7d7 #f8d7d7 #f8d7d7 #f8d7d7;
    background-color: white;
    /*    -moz-border-radius: ; */
    color: #790000;
    font-size: 12px;
}

table.koszyk td.liczba {
    text-align: right;
    white-space: nowrap;
}

table.koszyk td.checkbox {
	background-image: url(images/linia-ddd.gif);
	background-repeat: repeat-y;
	background-position: top center;
    text-align: center;
    white-space: nowrap;
}

table.koszyk th.ilosc {
    background-color: #dddddd;
}

table.koszyk td.ilosc {
    background-color: #dddddd;
}

table.koszyk td.summary {
    font-weight: bold;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

/** RAMKI od ADRES�W w ZAM�WIENIU **/
div.clearboth {
    clear: both;
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
}

div.adresy {
    width: 338px;
    float: left;
    background-color: transparent;
    margin-right: 10px;
}

div.adresy * {
    color: #333333;
}

div.adresy a {
    color: #790000;
}

div.adresy h1 {
    font-size: 14px;
}

.adresy div.adres {
    color: #333333;
    font-size: 12px;
    width: 160px;
    padding: 2px;
    margin-right: 2px;
    margin-bottom: 20px;
    float: left;
    background-color: transparent;
}

.adresy div.selectedadres {
    width: 160px;
    padding: 1px;
    margin-right: 2px;
    float: left;
    margin-bottom: 20px;
    background-color: #dddddd;
    /*    border: 1px solid #DC0221; */
}

.adresy div.polecenia {
    width: 160px;
    float: left;
    background-color: transparent;
}

.adrpolecenie {
    width: 60px;
}

/* Platnosci */
div.bank_container {
    border: 0;
    overflow: auto;
    width: 100%;
    margin-bottom: 20px;
}

div.bank_container h1 {
    margin-bottom: 5px;
}

div.ikona_banku {
    width: 160px;
    height: 70px;
    margin: 5px;
    float: left;
    border: 0;
    background-color: transparent;
}

.searchbox INPUT {
    border: 1px solid #ccc;
    color: black;
}

/* ajax, jquery css... */
.switch_paragon, .switch_faktura {
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

.switch_selected {
    background-color: red;
    color: white;
}

/* */
#pasek {
    background-color: #eeeeee;
    margin-bottom: 10px;
}

#pasek .element {
    padding: 2px;
    display: block;
    float: left;
    width: 180px;
    font-weight: bold;
    text-align: center;
}

#pasek .selected {
    background-color: #790000 !important;
    color: #ffff00;
}

/* */
#demotip {
    display: none;
    background-color: #790000;
    font-size: 14px;
    height: 40px;
    width: 160px;
    padding: 25px;
    color: #fff;
    font-weight: bold;
    /*    _background-color: #007900; - IE6*/
}

/** clearfix **/
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}
.clearfix {
        display: inline-block;
}

html[xmlns] .clearfix {
        display: block;
}

* html .clearfix {
        height: 1%;
}

