* {
    outline: none !important;
}

html, body {
    margin: 0;
    padding: 0;
}

.wrapper {
    position: relative;
    width: 810px;
}

.cover {
    width: 810px;
    height: 800px;
    background: url("../images/background.jpg") #230a0d;
}

.content {
    padding: 25px 0 0 50px;
}

#tabs {
    border: none;
}

#tabs .ui-widget-header,
#tabs .ui-widget-header .ui-state-default,
#tabs .ui-widget-content {
    border: none;
    background: none;
    color: #ffffff;
}

.page-menu {
    padding: 0 50px;
}

.page-menu li {
    width: 100px;
    height: 50px;
}

.page-menu a {
    margin: 0;
    padding: 0;
    text-align: center;

    width: 100px;
    height: 50px;
    text-indent: -99999px;
}

.page-menu > li > a.domov {
    background: url("../images/menu/domov.png");
}

.page-menu > li > a.domov:hover {
    background: url("../images/menu/domov.png") 0px 50px;
}

.page-menu a.statut li {
    background: url("../images/menu/statut.png");
}

.page-menu a.statut li:hover {
    background: url("../images/menu/statut.png") 0px 50px;
}

.page-menu > li > a.ako_sutazit {
    background: url("../images/menu/ako_sutazit.png");
}

.page-menu > li > a.ako_sutazit:hover {
    background: url("../images/menu/ako_sutazit.png") 0px 50px;
}

.page-menu > li > a.vyhercovia {
    background: url("../images/menu/vyhercovia.png");
}

.page-menu > li > a.vyhercovia:hover {
    background: url("../images/menu/vyhercovia.png") 0px 50px;
}

.domov {
    position: relative;
}

.product {
    position: absolute;
}

.product-img:hover img {
    width: 100%;
}

.product-img {
    width: 100%;
    position: relative;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.product-img img {
    width: 100%;
}

.domov .satka {
    top: 160px;
    left: 0;
    width: 152px;
    height: 223px;
}

.domov .satka .product-img:hover {
    width: 170px;
    margin-top: -9px;
    margin-left: -9px;
}

.domov .poukazka {
    top: 170px;
    left: 170px;
    width: 152px;
    height: 180px;
}

.domov .poukazka .product-img:hover {
    width: 170px;
    margin-top: -9px;
    margin-left: -9px;
}

.domov .pupa {
    top: 170px;
    left: 310px;
    width: 183px;
    height: 179px;
}

.domov .pupa .product-img:hover {
    width: 200px;
    margin-top: -9px;
    margin-left: -9px;
}

.domov .textarea {
    position: absolute;
    top: 400px;
    left: 0;
}

.textarea {
    font-family: "Times New Roman", Calibri, Arial;
    font-style: italic;
    font-size: 14px;
}

.scroll_pane {
    width: 440px;
    height: 373px;
    overflow: auto;
}

.horizontal-only
{
    height: auto;
    max-height: 420px;
}

.jspVerticalBar {
    width: 38px;
    background: none;
}

.jspDrag {
    background: url('../images/scrollbar_button.png') no-repeat center;
    overflow: visible;
}

.jspTrack {
    background: url('../images/scrollbar_line.png') repeat-y top center;
}

.winners {
    position: absolute;
    font-family: "Times New Roman", Calibri, Arial;
    font-size: 15px;
    top: 380px;
    left: 70px;
}

.winners h3 {
    color: red;
    font-style: italic;
    font-size: 14px;
}

.disclaimer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 804px;
    font-size: 10px;
    color: #FFFFFF;

    padding: 3px;
    text-align: center;
}