/* 
    Document   : main
    Created on : 2009-10-22, 13:43:41
    Author     : ANt
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



body, p, ul, li, div, img, fieldset, legend, input, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 14px;
    width: 240px;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
}
h2 {
    font-size: 12px;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
}
body {
    background: #000;
    color: #b3b3b3;
    font-family: Tahoma;
    font-size: 11px;
    text-align: justify;
    line-height: 13px;
    width: 100%;
}

#main_container {
    width: 1000px;
    margin: auto;
}
#main_container #center {
    width: 470px;
    background: #000000;
}
#main_container #left, #main_container #right {
    width: 262px;
}
#main_container #left, #main_container #center, #main_container #right {
    float: left;
}
#left {
    padding:5px 10px 5px 0px;
    width: 252px !important;
    overflow: hidden !important;
    height: 620px;
    position: relative;
}
#main_container #right {
    padding-left: 10px;
    width: 252px;
}
#order_form-step1 {
    padding: 0px 10px 10px 10px;
    display: none;
    position: relative;
    top: 25px;
}

fieldset {
    border: 0px;
    position: relative;
    padding-bottom: 10px;
}
#forma_platnosci div, #wysylka div {
    padding-top: 3px;
    padding-left: 10px;
}
#wybierz_program table {
    width: 228px;
}
#wybierz_program table th {
    font-size: .9em;
    font-weight: bold;
}
#wybierz_program table td.title {
    width: 60%;
    padding-left: 12px;
}
#wybierz_program table td.price {
    width: 35%;
    padding-left: 8px;
    color: #fff;
}

#wybierz_program label.error {
    color: #852222;
}
#dane_do_wysylki div {
    clear: both;
    padding: 1px 0px 2px 5px;
}
#dane_do_wysylki div label {
    text-align: left !important;
    float: left;
    width: 90px;
    padding-left: 4px;
}

#wybierz_program table td input {
    background: url(../images/input_bgr.jpg) no-repeat;
    border: none;
    height: 12px;
    color: #fff;
    font-size: 10px;
    padding: 0px 2px 2px 5px;
}
input.text {
    background: url(../images/input_bgr.jpg) repeat-x;
    border: none;
    height: 13px;
    color: #fff;
    font-size: 10px;
    padding: 0px 10px 1px 3px;
    width: 113px;
}
input.small {
    width: 34px;
}
#dodatkowe_informacje textarea {
    background: url(../images/textarea_bgr.jpg) no-repeat;
    padding: 5px;
    width: 225px;
    height: 72px;
    overflow: hidden;
    border: none;
    color: #fff;
    font-size: 11px;
}
#zgoda {
    font-size: .9em;
    line-height: 11px;
    width: 225px;
}

#form-button {
    position: relative;
    margin: auto;
    width: 100px;
}

#form-button a {
    background: url(../images/buttons.jpg) -106px 0px no-repeat;
    width: 78px;
    height: 19px;
    position: absolute;
    text-indent: -9000px;
    overflow: hidden;
    outline: none;
}
#order_form-step1 #button_place {
    width: 225px;
}
#order_form-step1 #button_place div {
    float: right;
    padding-left: 3px;
}
#order_form-step1 #button_place input, #secondStep #buttonPlace input {
    border: 0px;
    text-indent: -9000px;
    overflow: hidden;
    cursor: pointer;
}

#order_form-step1 #button_place .dalej, #secondStep #buttonPlace .dalej {
    background: url(../images/buttons.jpg) -53px 0px no-repeat;
    width: 53px; height: 19px;
}
#order_form-step1 #button_place .wyczysc {
    background: url(../images/buttons.jpg) -0px 0px no-repeat;
    width: 53px; height: 19px;
}
#order_form-step1 #dane_do_wysylki input.error {
    background: url(../images/input_bgr_error.jpg) no-repeat;
}
#order_form-step1 #dane_do_wysylki div label.error {
    display: none !important;
}
#order_form-step1 #forma_platnosci label.error {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #852222;
}
#order_form-step1 #wysylka label.error {
    position: absolute;
    right: 10px;
    top:-15px;
    color: #852222;
}
#order_form-step1 #zgoda label.error {
    position: absolute;
    left: 4px;
    top:-12px;
    color: #852222;
}
#secondStep {
    padding-left: 10px;
    position: relative;
    top: 20px;
}

#secondStep ul li {
    padding-top:3px;
    padding-bottom: 3px;
    list-style: none;
}
#secondStep ul li span {
    color: #fff;
}
#secondStep #informacje legend, #secondStep #user_data legend, #secondStep #dodatkowe_info legend, #secondStep fieldset legend {
    padding: 0px 5px 3px 0px;
    font-weight: bold;
    color: #fff;
}
#secondStep #informacje p, #secondStep #dodatkowe_info p, #secondStep fieldset p {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#secondStep #user_data div label {
    width: 80px;
    float: left;
    margin-left: 10px;
}
#secondStep #user_data div {
    padding-top: 2px;
    padding-bottom: 2px;
}
#secondStep #user_data div span {
    color: #fff;
}
#secondStep #buttonPlace {
    padding-top: 10px;
}
#secondStep #buttonPlace .wstecz {
    background: url(../images/buttons.jpg) -306px 0px no-repeat;
    width: 53px; height: 19px;
}
#secondStep #buttonPlace .zamow {
    background: url(../images/buttons.jpg) -359px 0px no-repeat;
    width: 53px; height: 19px;
}
#secondStep #ordered_prods p {
    width: 230px;
}
#secondStep #ordered_prods p label {
    color: #fff;
}
/*
 * lefy
 */

a {
    color: #7a0900;
}
a:hover {
    color: #fff;
}
#message {
    top: 25px;
    position: relative;
}
span.checkbox {
    width: 15px;
    height: 15px;
    padding: 0 5px 0 0;
    background: url(../images/checkbox.jpg) no-repeat;
    display: block;
    clear: left;
    float: left;
}
span.radio {
    width: 19px;
    height: 14px;
    padding: 0 5px 0 0;
    background: url(../images/radio.jpg) no-repeat;
    display: block;
    clear: left;
    float: left;
}
span.select {
    position: absolute;
    width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
    padding: 0 24px 0 8px;
    color: #fff;
    font: 12px/21px arial,sans-serif;
    background: url(../images/select.gif) no-repeat;
    overflow: hidden;
}
#left {

}
#left div {
    display: none;
}

#historia {
    padding-left: 10px;
    padding-right: 10px;
    width: 1000px;
    height: 600px;
    position: relative;
}
#left .page p {
    padding-top: 3px;
    padding-bottom: 5px;
    line-height: 1.3em;
}
#left .page {
    width: 245px;
    float: left;
    height: 600px;
    padding-right: 20px;
    padding-top: 5px;
}
#historia .buttons {
    position: absolute;
    width: 245px;
    margin: auto;
    bottom: 0px;
}
#historia .buttons a {
    position: absolute;
    text-indent: -9000px;
    overflow: hidden;
    top: 0px;
    height: 19px;
}
#historia .buttons a.nastepna  {
    background: url(../images/buttons.jpg) -245px 0px no-repeat;
    width: 61px; height: 19px;
    right:0px;
}
#historia .buttons a.poprzednia {
    background: url(../images/buttons.jpg) -184px 0px no-repeat;
    width: 61px; height: 19px;
    right: 70px;
}
.golden {
    color: #e9cc30;
}
.haslo {
    color: #cd8830;
    font-weight: bold;
    text-align: left;
}
.box_place {
    padding-top: 15px;
    padding-bottom: 15px;
}
.lista_pozytywna {
    list-style: none;
}
.lista_pozytywna li {
    background: url(../images/lista-zn.jpg) 0px 4px no-repeat;
    padding-left: 13px;
    margin-bottom: 3px;
    margin-left: 10px;
}
.ord-info_red {
    color: #b00c00;
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 15px;
}
.prod_desc {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px !important;
}
#wersja {
    text-align: right;
    color: #3d3d3d;
}
#wersja a {
    text-decoration: none;
    font-weight: bold;
}
#info {
    background: url(../images/mj_center_footer_line.jpg) no-repeat top;
    margin-top: 5px;
    padding-top: 6px;
    padding-bottom: 3px;
    font-size: .99em;
    color: #333333;
    text-align: center;
}
img {
    border: none;
    outline: none;
}
#center #menu {
    list-style: none;
}
#center #menu a {
    color: #310400;
}
#center #menu a:hover {
    color: #7a0900;
}
#center #menu li {
    float: left;
    margin-left: 30px;
}
/*---- 10.08.2010 ----*/

#youtubeMovie { position: absolute; float: left; left: 0px; width: 100%; display: none; }
#youtubeMovie div.frameIner { position: relative; width: 480px; top: 140px; text-align: center; margin: auto; background: #000000; height: 422px; }
#youtubeMovie .movies { position: relative; }
#youtubeMovie #zamknijBtn { position: relative; clear: both; height: 21px; padding-top: 10px; padding-bottom: 10px; }
#youtubeMovie #zamknijBtn a { position: absolute; width: 94px; height: 21px;  overflow: hidden; right:0px; text-indent: -9000px; background: url(../images/btn-zamknij.png) no-repeat; }
    #youtubeMovie #zamknijBtn a:hover { background: url(../images/btn-zamknij.png) 0px -21px no-repeat; }
/*#youtubeMovie object { display: none; visibility: hidden; }*/




