/* div */

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

p {padding:0px 0px 10px 0px;}

h1 {
    display:inline;
    padding:0px;
    margin:0px;
    font:14px Tahoma;
    color:#545454;
    letter-spacing:2px;
}

img {
    padding:0px;
    margin:0px;
    border:0;
}

/*div {border:1px solid #000000;}*/

body {
    margin:0px 0px 20px 0px;
    text-align:center;
    background-image:url(gfx/body_bg.jpg);
    background-repeat:repeat-x;
    background-color:#B0B0B0;
}

#main {
    width:800px;
    margin:0px auto 0px auto;
/*    overflow: auto;*/

}

#main_left {
    display:inline;
    width:20px;
    height:400px;
    float:left;
    background-image:url(gfx/main_left.jpg);
    background-repeat:no-repeat;
}

#main_content {
    width:760px;
    float:left;
}

#main_right {
    display:inline;
    width:20px;
    height:400px;
    float:right;
    background-image:url(gfx/main_right.jpg);
    background-repeat:no-repeat;
}

#main_content_slice_01 {
    width:760px;
    height:30px;
    background-image:url(gfx/main_content_01.jpg);
}

#main_content_slice_02 {
    width:760px;
    height:60px;
    background-image:url(gfx/main_content_02.jpg);
    text-align:right;
}

#main_content_slice_03 {
    width:760px;
    height:40px;
    background-image:url(gfx/main_content_03.jpg);
}

#main_content_slice_04 {
    width:760px;
    height:70px;
    background-image:url(gfx/main_content_04.jpg);
}

.menu {
    width:760px;
    height:27px;
    background-image:url(gfx/menu_bg.jpg);
    background-repeat:no-repeat;
    font:10px Tahoma;
    color:#FFFFFF;
}


.menu_item {
    display:inline;
    width:126px;
    padding:7px 0px 8px 0px;
    text-align:center;
    float:right;
}

.submenu_0 {
    display:none;
}

.submenu_element {
    padding:3px;
    border:1px solid #FFFFFF;
    border-top:1px none #000000;
    background-color:#9C4F47;
}

#content {
    background-image:url(gfx/main_content_bg.jpg);
    width:760px;
/*    overflow:visible;*/
}

#content_left {
    width:239px;
    height:auto;
    float:left;
    background-image:url(gfx/content_left_bg.jpg);
    background-repeat:no-repeat;
    background-color:#545454;
    text-align:right;
}

#content_right_top {
    width:521px;
 /*   height: 153px; */
    float:right;
    vertical-align:bottom;
    background-image:url(gfx/content_right_top_bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align:left;
}

.special_offer_box {
    display:block;
    width:160px;
    float:left;
    margin:auto 9px auto 0px;
    background-color:#545454;
    text-align:center;
}

#search_form {
    width:211px;
/*    background-color:#545454;*/
    text-align:center;
    margin:8px 13px 0px 15px;
}

#button_search {height:20px;}

#table_div {
    text-align:center;
    padding:10px 13px 0px 13px;
}

#offer_table {
    font:10px Tahoma;
    color:#FFFFFF;
}

#offer_table td {padding:2px;}

.td_left {text-align:left;}
.td_right {text-align:right;}

#content_right_bottom {
    width:521px;
    float:right;
    background-image:url(gfx/content_right_bottom_bg.jpg);
    background-repeat:no-repeat;
    text-align:justify;
}

#bottom {
    height:130px;
    width:760px;
    float:left;
    background-image:url(gfx/main_content_05.jpg);
    margin:80px 0 0 0;
}

#bottom_left {
    width:220px;
    float:left;
    text-align:left;
    border-right:1px solid #A4AF58;
}

#bottom_right {
    width:520px;
    float:right;
    text-align:right;
}

#footer_left {
    width:220px;
    float:left;
    text-align:left;
}

#footer_right {
    width:530px;
    float:right;
    text-align:right;
}

.offer_box {
    display:inline;
    float:left;
    padding:5px;
}

#main_left_label {
    position: relative;
    float:left;
    padding:6px 5px 5px 11px;
    letter-spacing:2px;
    top:80px;
    left:7px;
}

#photo_div {
    width:720px;
    text-align:left;
    background-image:url(gfx/photo_div_bg.jpg);
}

.con_offer_1 {
	width: 150px;
	background-color: #545454;
	margin: 0 18px 0 0;
}

.con_offer_2 {
	width: 150px;
	background-color: #545454;
	margin: 0 18px 0 0;	
}

.con_offer_3 {
	width: 150px;
	background-color: #545454;
}




.wim_photo_01 {
    float:left;
    padding:0px;
    margin:0px 15px 0px 0px;
}

.wim_photo_02 {
    float:right;
    padding:0px;
    margin:0px 0px 0px 15px;
}

/* padding */

.pad2{padding:2px;}
.pad3{padding:3px;}
.pad5 {padding:5px;}
.pad10 {padding:10px;}
.pad15 {padding:10px;}
.search_pad {padding:5px 3px 3px 3px;}
.special_offer_pad {margin:8px 0px 10px 3px;}

/* form */

input {
    font:10px Tahoma;
    padding:2px;
    margin:2px;
}

select {
    font:10px Tahoma;
    padding:2px;
    margin:2px;
}

.radio_btn {
    background:none;
}

.input_select {
    width:150px;
}

.input_1 {
    width:190px;
}

.input_text {
    width:300px;
}

.other_re_1 {
    visibility:visible;
    width:300px;
}

.other_re_0 {
    display:none;
}

.textarea_1 {
    width:497px;
    height:80px;
    padding:2px;
    margin:2px;
    font:10px Tahoma;
    color:#545454;
    overflow:auto;
}


/* font */

a:link {text-decoration:none; color:#FFFFFF;}
a:visited {text-decoration:none; color:#FFFFFF;}
a:hover {text-decoration:underline; color:#E4E4E4;}

.f9wh {font:9px Tahoma; color:#FFFFFF;}
.f10bl {font:10px Tahoma; color:#545454;}
.f10bl a:link {text-decoration:underline; color:#545454;}
.f10bl a:visited {text-decoration:underline; color:#545454;}
.f10bl a:hover {text-decoration:none; color:#545454;}

.f10wh {font:10px Tahoma; color:#FFFFFF;}
.f10wh a:link {text-decoration:none; color:#FFFFFF;}
.f10wh a:visited {text-decoration:none; color:#FFFFFF;}
.f10wh a:hover {text-decoration:underline; color:#E4E4E4;}

.f10gr {font:10px Tahoma; color:#A8B25F;}
.f10gr a:link {text-decoration:none; color:#A4AF58;}
.f10gr a:visited {text-decoration:none; color:#A4AF58;}
.f10gr a:hover {text-decoration:underline; color:#C1CC6D;}

.f11bl {font:11px Tahoma; color:#545454;}
.f11bl a:link {text-decoration:underline; color:#545454;}
.f11bl a:visited {text-decoration:underline; color:#545454;}
.f11bl a:hover {text-decoration:none; color:#545454;}

.f14rd {font:14px Tahoma; color:#974B44;}
.f14rd a:link {text-decoration:none; color:#974B44;}
.f14rd a:visited {text-decoration:none; color:#974B44;}
.f14rd a:hover {text-decoration:none; color:#974B44;}

.f11wh {font:11px Tahoma; color:#FFFFFF;}
.f12gr {font:12px Tahoma; color:#A4AF58;}
.f14gr {font:14px Tahoma; color:#A4AF58;}
.f14wh {font:14px Tahoma; color:#FFFFFF;}
.f14bl {font:14px Tahoma; color:#545454;}

.offer_table_f {font:11px Tahoma; color:#FFFFFF;}
.offer_table_f a:link {text-decoration:none; color:#FFFFFF;}
.offer_table_f a:visited {text-decoration:none; color:#FFFFFF;}
.offer_table_f a:hover {text-decoration:underline; color:#A5AF58;}
a.kredyty_window:link {text-decoration:underline; color: #FFFFFF;}
a.kredyty_window:visited {text-decoration: underline; color: #FFFFFF;}
a.kredyty_window:hover {text-decoration: none; color: #FFFFFF;}


/* offer_table_2 */

#offer_table_2 {
    margin:0px auto 0px auto;
}

#offer_table_2 tr {
    background-color:#545454;
}

#offer_table_2 td {
    padding:5px;
}

.offer_table_2_c {
    text-align:center;
}

.offer_table_2_l {
    text-align:left;
}

.offer_table_2_c_2 {
    text-align:center;
    background-color:#707070;
}

.offer_table_2_l_2 {
    text-align:left;
    background-color:#707070;
}

/* submenu stuff */

#sm_cont {
    width: 800px;
    margin: 0px auto 0px auto;
    height: 30px;
    background-color: #FFFFFF;
    overflow: visible;
    padding-right: 100px;
}

.submenu {
    position: absolute;
    top: 226px;
    height: 152px;
    width: 122px;
    background-color: #000000;
}

#main_table {
    background-image:url(gfx/main_content_bg.jpg);
    background-position: 20px 0;
    background-repeat: repeat-y;

}


/* if_actual div */

#if_actual_div {
   position: absolute;
   top: 290px;
   width: 215px;
   height: 215px;
}

.offer_item {
   display: block;
   border-left: 2px solid #545454;
   padding: 10px 0 10px 20px;
   margin-left: 30px;
}
#preload {width:220px; height:40px; margin:50px auto;}
.inline {display:inline;}
.nodisplay {display:none;}
.intro {width:470px; margin:8px auto 40px auto; line-height:17px;}
.upper {text-transform:uppercase;}
.header {width:350px; border-bottom:2px #C2DAEF solid; font-weight:bold; color:white; margin:10px auto; padding:5px; position:relative; z-index:5;}
#myTablePrice, #myTableCurrency, #myTableCredit, #showCurrency {width:320px; height:auto; margin:0 auto; line-height:20px;}
.half1 {width:230px;}
.half2 {width:90px; text-align:right; padding:0 35px 0 0}
.fia {width:80px; height:27px;}
.sea {width:210px; height:27px;}
#iWraty1 {float:left; width:100px;}
#iWraty2 {float:left; color:white; font-weight:bold;}
