/* 
    Document   : style
    Created on : 2011-03-24, 14:11:51
    Author     : Marcin Romejko
    Description:
        Kamila Kollektion
*/

body {
    font-family: Tahoma;
    font-size: 11px;
    color: black;
}

/*
    basic divs
*/

div#main {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

div#left {
    width: 187px;
    margin-right: 13px;
    float: left;
}

div#right {
    width: 760px;
    float: right;
}

div#footer {
    width: 100%;
    clear: both;
    border-top: 1px solid #dedede;
}

/*
 inner divs
*/

div#logo {
    display: block;
    width: 187px;
    height: 104px;
}

.kamila_logo {
    margin-top: 20px;
    margin-left: 16px;
    margin-bottom: 14px;
}

div#menu {
    display: block;
    width: 457px;
    height: 104px;
    float:left;
}

div#extras {
    display: block;
    width: 303px;
    height: 104px;
    float: left;
}

ul.menu {
    float: right;
    margin-top: 46px;
}

ul.menu li {
    float: left;
}

ul.menu li.separator {
    margin: 0px 6px;
}

/*
    menu section
*/

a:link.menu_firma, a:visited.menu_firma {
    display: inline-block;
    width: 51px;
    height: 15px;
    background: url(img/ofirmie.png) no-repeat 0 0;
}

a:hover.menu_firma {
    background-position: 0 -15px;
}

a.menu_uslugi:link, a.menu_uslugi:visited {
    display: inline-block;
    width: 41px;
    height: 18px;
    background: url(img/uslugi.png) no-repeat 0 0;
}

a.menu_uslugi:hover {
    background-position: 0 -19px;
}

a.menu_wspolpraca:link, a.menu_wspolpraca:visited {
    display: inline-block;
    width: 77px;
    height: 18px;
    background: url(img/wspolpraca.png) no-repeat 0 0;
}

a.menu_wspolpraca:hover {
    background-position: 0 -19px;
}

a.menu_kontakt:link, a.menu_kontakt:visited {
    display: inline-block;
    width: 48px;
    height: 15px;
    background: url(img/kontakt.png) no-repeat 0 0;
}

a.menu_kontakt:hover {
    background-position: 0 -16px;
}

a.wszystkie_promocje:link, a.wszystkie_promocje:visited {
    display: inline-block;
    width: 145px;
    height: 34px;
    background: url(img/but_wszystkie_promocje.png) no-repeat 0 0;
    float: left;
    margin-top: 13px;
}

a.wszystkie_promocje:hover {
    background-position: 0 -34px;
}

span.none {
    display: none;
}

/*
    produkty
*/

ul#produkty{
    margin-top: 8px;
}

ul#produkty li.glowna{
    height: 30px;
    width: 187px;
    margin-bottom: 1px;
    background-image: url(img/bg_kat_gl.png);
    overflow: hidden;
}

ul#produkty li.glowna:hover{
    height: 30px;
    width: 187px;
    margin-bottom: 1px;
    background-image: url(img/bg_kat_gl_h.png);
    overflow: hidden;
}

ul#produkty li.second {
    height: 30px;
    width: 187px;
    margin-bottom: 1px;
    background-image: url(img/bg_kat_sec.png);
    overflow: hidden;
}

ul#produkty li.second:hover {
    height: 30px;
    width: 187px;
    margin-bottom: 1px;
    background-image: url(img/bg_kat_sec_h.png);
    overflow: hidden;
}

p.kat_nazwa {
    margin: 9px 0px 0px 32px;
    display: inline-block;
    font-weight: bold;
    color: #353336;
}

a.kat_but:link, a.kat_but:hover, a.kat_but:visited {
    color: #a3a2a3;
    text-decoration: underline;
    font-size: 10px;
    float: right;
    position: relative;
    top: 9px;
    right: 5px;
}

li.second a:link, li.second a:visited {
    position: relative;
    top: 9px;
    left: 32px;
    color: #353336;
}

li.second a:hover{
    text-decoration: underline;
}

/*
    glowna grafika
*/

div#grafika {
    width: 457px;
    height: 339px;
    float: left;
}

div#kamila {
    width: 303px;
    height: 259px;
    float: left;
    background-image: url(img/bg_kamila.jpg);
}

div#kamila p {
    margin: 44px 13px 0px 13px;
    color: #ffffff;
    text-align: justify;
    line-height: 16px;
    text-shadow: 1px 1px 0px #404040;
}

a.button_wspolpraca:link, a.button_wspolpraca:visited {
    display: inline-block;
    width: 98px;
    height: 33px;
    margin-left: 19px;
    margin-top: 20px;
    margin-right: 9px;
    background: url(img/but_wspolpraca.png) no-repeat 0 0;
}

a.button_wspolpraca:hover {
    background-position: 0 -33px;
}

a.button_uslugi:link, a.button_uslugi:visited {
    display: inline-block;
    width: 59px;
    height: 34px;
    margin-top: 20px;
    background: url(img/but_uslugi.png) no-repeat 0 0;
}

a.button_uslugi:hover {
    background-position: 0 -34px;
}

div#newsletter {
    width: 303px;
    height: 80px;
    float: left;
    background-image: url(img/bg_newsletter.jpg);
}

input.mail_input {
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    height: 18px;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
    color: #aaaaaa;
    width: 180px;
    vertical-align: top;
    margin-top: 2%;
    font-family: Tahoma;
}

input.mail_input:focus {
    outline: none;
}

input.check_regulamin {
    margin-left: 10px;
    margin-top: 4px;
}

table.newsletter {
    margin: 28px 0px 0px 13px;
}

table.newsletter span#reg_show {
    color: #8c8c8c;
    position: relative;
    top: -2px;
    left: 4px;
    cursor: pointer;
}

table.newsletter span#reg_show:hover {
    text-decoration: underline;
}

/*
    stopka
*/

div#dane_firmowe {
    width: 661px;
    float: left;
    text-align: left;
    color: #343235;
    margin-left: 9px;
    margin-top: 12px;
    line-height: 16px;
}

div#dane_firmowe span {
    color: #8c8c8c;
}

div#design {
    width: 281px;
    float: left;
    text-align: right;
    color: #8c8c8c;
    margin-top: 12px;
    margin-right: 9px;
}

div#facebook {
    width: 281px;
    float: right;
    text-align: right;
}

div#design a:link, div#design a:visited {
    font-weight: bold;
    color: #8c8c8c;
}

div#design a:hover {
    font-weight: bold;
    color: #8c8c8c;
    text-decoration: underline;
}

div#linki {
    width: 661px;
    float: left;
    text-align: left;
    margin-left: 9px;
}

div#linki img {
    margin-right: 10px;
}

/*
    tresc strony
*/

div#handler {
    float: right;
    margin-top: 13px;
    margin-bottom: 20px;
}

div#tresc {
    width: 457px;
    float: left;
}

div#tresc p {
    color: #000000;
    line-height: 16px;
    text-align: justify;
    margin-top: 7px;
    width: 457px;
}

div#tresc a:link, div#tresc a:visited, div#tresc a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

div#tresc span {
    color: #69942b;
    line-height: 16px;
    text-align: justify;
    font-weight: bold;
}

div#nagrody {
    width: 457px;
    float: left;
    margin-top: 13px;
}

div#nagrody p {
    color: #000000;
    line-height: 16px;
    text-align: justify;
    margin-top: 7px;
}

table.nagrody_img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
}

table.nagrody_img td{
    padding: 7px 40px 20px 0px;
}

div#promocje {
    width: 290px;
    float: right;
    margin-left: 13px;
}

div.promocja {
    width: 290px;
    height: 164px;
}

div.promocja img {
    width: 189px;
    height: 164px;
    float: left;
}

div.promocja a:link, div.promocja a:visited {
    display: inline-block;
    width: 62px;
    height: 35px;
    background: url(img/but_zobacz.png) no-repeat 0 0;
    margin: 70px 13px 0px 13px;
}

div.promocja a:hover {
    background-position: 0 -35px;
}

div.galeria_img {
    display: inline-block;
    width: 90px;
    float: left;
    height: 135px;
    border-top: 1px solid #dedede;
}

div.img_title {
    width: 90px;
    margin-top: 5px;
}

div.img_title em {
    font-style: normal;
    font-size: 10px;
    color: black;
    font-weight: bold;
}

a:link.paginacja, a:visited.paginacja {
    color: black;
    font-weight: bold;
    padding: 5px;
}

a:hover.paginacja {
    text-decoration: underline;
}

div.pagination {
    clear: both;
    vertical-align: bottom;
    display: block;
    width: 457px;
}

span.disabled {
    display: none;
}

span.current {
    color: #000000;
    font-weight: bold;
    padding: 5px;
}

table.table_contact {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

table.table_contact td {
    padding: 4px 20px 3px 3px;
}

table.contact_form td {
    padding: 3px;
}

table.contact_form input[type="text"], textarea {
    border: 1px solid #a3a2a3;
}

p.info {
    font-weight: bold;
    color: #a3a2a3;
    margin-left: 70px;
    margin-top: 13px;
}

table.all_pro {
    margin-top: 10px;
    width: 454px;
}

table.all_pro td, th {
    border: 1px solid #dedede;
    padding: 5px;
    text-align: center;
}

table.all_pro th.one {
    width: 260px;
    color: #8c8c8c;
}

table.all_pro th.two {
    width: 90px;
    color: #8c8c8c;
}

table.all_pro th.three {
    width: 104px;
    color: #8c8c8c;
}

table.all_pro a:link, table.all_pro a:visited {
    font-weight: bold !important;
    color: #69942b !important;
    text-decoration: none !important;
}

table.all_pro a:hover {
    text-decoration: underline !important;
}

span#mapa:hover {
    cursor: pointer;
    text-decoration: underline;
}

div#przerwa {
    width: 457px;
    height: 1px;
    display: block;
    clear: both;
}

/* lang box */

div#lang_box {
    width: 100%;
    height: 40px;
}

/* wyszukiwarka */

div#search {
    width: 100%;
    height: 64px;
}

table.search_table {
    float: right;
    margin-right: 32px;
    width: 80%;
}

input.search_input {
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    height: 18px;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
    color: #aaaaaa;
    width: 180px;
    vertical-align: top;
    margin-top: 5px;
    font-family: Tahoma;
}

input.search_input:focus {
    outline: none;
}

a.sortlink:link, a.sortlink:visited, a.sortlink:hover {
    text-decoration: none !important;
    color: #555555 !important;
    font-weight: normal !important;
}

img.grot {
    margin: 0px 3px 0px 6px;
    position: relative;
    top: 1px;
}

a.sortlink_selected:link, a.sortlink_selected:visited, a.sortlink_selected:hover {
    text-decoration: none !important;
    color: #555555 !important;
    font-weight: bold;
}
