body
{
    color: #fff;
    background-image: url(/images/hp/root_home.png);
    background-repeat: repeat-x;
    background-color: #a6a6a6;
}
/*SCROLLABLE SPOTLIGHT*/
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable
{
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 839px;
    height: 352px; /* custom decorations */
    border: solid 2px #b3b3b3;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items
{
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;
}

/* single scrollable item */
.scrollable .item
{
    float: left;
    margin: 0;
    width: 839px;
    height: 352px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* active item */
.scrollable .active
{
    border: 2px solid #000;
    z-index: 9999;
    position: relative;
}

/*Additional styles*/

.scrollable .item .link_box
{
    display: block;
    width: 517px;
    height: 352px;
    float: left;
}
.scrollable .item .short_info
{
    display: block;
    width: 277px;
    height: 270px;
    float: left;
    text-decoration: none;
    padding: 10px;
}
.scrollable .item .short_info h1
{
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #ffcc01;
    font-family: Trebuchet MS;
}
.scrollable .item .short_info p
{
    color: White;
    font-size: 14px;
}
.scrollable .item .ks_v1_link_button
{
    margin-left: 180px;
}

/* this makes it possible to add next button beside scrollable */
.scrollable
{
    float: left;
}
/* prev, next, prevPage and nextPage buttons */
a.browse
{
    background: url(/images/hp/mt_arrows.png) no-repeat;
    display: block;
    width: 65px;
    height: 121px;
    float: left;
    margin-top: 116px;
    cursor: pointer;
    font-size: 1px;
}
a.right:hover
{
    background: url(/images/hp/mt_arrows_hover.png) no-repeat;
    background-position: -162px 0;
}
a.left:hover
{
    background: url(/images/hp/mt_arrows_hover.png) no-repeat;
}
/* right */
a.right
{
    background-position: -162px 0;
    clear: right;
    margin-right: 0px;
}
/* left */
a.left
{
    margin-left: 0px;
}
/* up and down */
a.up, a.down
{
    background: url(/images/hp/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}
/* up */
a.up:hover
{
    background-position: -30px 0;
}
a.up:active
{
    background-position: -60px 0;
}
/* down */
a.down
{
    background-position: 0 -30px;
}
a.down:hover
{
    background-position: -30px -30px;
}
a.down:active
{
    background-position: -60px -30px;
}
/* disabled navigational button */
a.disabled
{
    visibility: hidden !important;
}

/*INDEX KOLEKCJE*/
.ks_v1_index_box_item
{
    margin-right: 20px;
    float: left;
    width: 438px;
    height: 285px;
    border: solid 1px #b6b6b6;
    background-image: url(/images/hp/hp_index_item.png);
    margin-bottom: 60px;
}
.ks_v1_index_box_item .image
{
    height: 130px;
}
.ks_v1_index_box_item .short_info
{
    margin: 8px;
    overflow: hidden;
    height: 99px;
}
.ks_v1_index_box_item .buttons
{
    width: 275px;
    margin-left: auto;
    margin-right: auto;
}
.buttons .ks_v1_link_button.red
{
    float: left;
}
.buttons .ks_v1_link_button.gray
{
    float: right;
}

.ks_v1_index_box_item .image_link
{
    text-decoration: none;
    position: relative;
    display: block;
    top: -40px;
}
.ks_v1_index_box_item .image_link:hover
{
    text-decoration: none;
}
.ks_v1_index_box_item .image_link img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ks_v1_index_box_item h2
{
    font-size: 20px;
    float: left;
    width: 170px;
}
.ks_v1_index_box_item .head_link
{
    text-decoration: none;
    color: #ffcc01;
}
.ks_v1_index_box_item .head_link:hover
{
    text-decoration: none;
}
.ks_v1_index_box_item p
{
    border-left: 2px groove #555;
    padding-left: 8px;
    float: right;
    width: 240px;
    font-size: 13px;
}

/* SPOTLIGHT */
#ks_v1_mt
{
    margin-top: 35px;
    width: 974px;
}

/*UNDER SPOTLIGHT*/
#ks_v1_mt_bottom
{
    margin-top: 80px;
}

/*LOGO*/
#ks_v1_logo_holder
{
    float: left;
}
#ks_v1_logo_btn
{
    height: 74px;
    width: 560px;
    padding-top: 8px;
    display: block;
}

/*NEWSLETTER*/
#ks_v1_newsletter_holder
{
    border-left: 2px groove #585858;
    float: left;
    left: 30px;
    padding-left: 28px;
    position: relative;
    top: 10px;
    width: 300px;
}
#ks_v1_newsletter_holder .info
{
    display: block;
    margin-bottom: 3px;
    width: 200px;
}
#ks_v1_newsletter_holder .email_address
{
    border: 1px solid #545454;
    color: #545454;
    height: 20px;
    padding-left: 10px;
    padding-top: 4px;
    width: 250px;
    font-style: italic;
    margin-bottom: 3px;
    vertical-align: middle;
}
#ks_v1_newsletter_holder .submit
{
    background-image: url(/images/newsletter.png);
    border: none;
    border-width: 0;
    cursor: pointer;
    height: 21px;
    width: 21px;
    background-color: transparent;
    vertical-align: middle;
}
#ks_v1_newsletter_holder .checkbox
{
    vertical-align: middle;
}
#ks_v1_newsletter_holder .checkbox_info
{
    color: #CFCFCF;
    font-size: 11px;
    font-style: italic;
    vertical-align: middle;
}
















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
