/*


    CSS style sheet for Hanoka
    
    @author:          COEX
    @last-edited:    8.7.2009
*/

/*******************
    CSS RESET styles
    
    @author: Eric Meyer 
    source - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*********
    Layout
*/
body {
  font-family: tahoma;
  font-size: 80%;
  text-align: center;
  line-height: 1.5;
  background: #d2e5eb url('i/hanoka-body-bg.jpg') repeat-x;
}

#main-body {
  background: url(i/hanoka-header-bg.jpg) no-repeat center 27px;
  margin: 0 auto;
  width: 100%;
  padding: 0;

}

#main-col {
    text-align: left;
    margin: 0 auto;
    width: 790px;
    position: relative;
}

#content-box {
    background: url(i/hanoka-bg-content.jpg) no-repeat center -21px;
    padding: 17px 9px 0 7px;
}

#homepage #content-box {
    padding-right: 0;
    padding-left: 10px;
}


#footer {
    line-height:170%;
}
    #footer .bottommenu a {
        padding: 0 5px 0 0;
        border-right: solid #63696D 2px;
    }
    #footer .menu a.last {
        border-right: none;
    }
    #footer .rin {
        float:right;
        width:250px;
        margin-right:15px;
    }


/*******
    Text
*/
strong,b {
  font-weight: bold;
}

em,i {
  font-style: italic;
}

a {
  color: #027aa8;
}

a:hover {
  color: #6d6e70;
}

.small {
	font-size: 85%;
}

p {
	margin: 5px 0;
}

#side p, #footer p, #main-header p {
	margin: 0;
}

h1{
    display: none;
    visibility: hidden;
}
/**********
 *  Headers
*/
#content h2 {
    font-size: 140%;
    color: #0a5275;
    margin: 0 0 15px 0;
}

#content .middle h3 {
    color: #0276a2;
    font-weight: bold;
    margin: 0 0 20px 0;
}

#content .middle h4 {
    margin: 8px 0 8px 0;
}

#content .box h3.header {
    background: url(i/hanoka-header-content-left.gif) no-repeat left top;
    font-size: 130%;
    position: relative;
    color: #b2040e;
    text-transform: uppercase;
    font-weight: normal;
    width: 233px;
    _margin-bottom: -13px;
}

#content .full h3 {
    background: none;
}

#content .box h3.header span {
    background: url(i/hanoka-header-content-right.gif) no-repeat right top;
    display: block;
    height: 26px;
    margin-left: 6px;
    padding: 10px 0 0px 12px;
}

#side-bar h3, #side-bar2 h3, #content .middle h3.header {
    display: block;
    font-size: 120%;
    background: url(i/line.png) repeat-x left bottom;
    padding: 0 10px 8px 0;
    margin: 0 0 15px;
    color: #a6131b;
    text-transform: uppercase;
}

h4 {
    text-transform: uppercase;
    font-size: 110%;
    color: #e2372d;
    font-weight: bold;
}

h3 a {
    text-decoration: none;
}

#content .middle .article h3 {
    margin-bottom: 0;
}

/*********
    Images
*/
img {
  margin: 20px 20px 10px 20px;
  padding: 1px;
  background: #dbe3e7;
}

img.ileft {
  margin-left: 0;
}

img.itop {
  margin-top: 5px;
}

img.iright {
  margin-right: 0;
}

/********
	Lists
*/
ul.blue-arrows li a{
    background: url(i/hanoka-arrow-blue.png) no-repeat left 4px;
    display: block;
    padding: 0 0 0 25px;
}

#content ul {
    margin: 3px 0 0 0;
}

#content ul li {
    background: url(i/hanoka-circle.gif) no-repeat left;
    padding: 0 0 0 20px;
    /* color: #BA111A; 
    font-weight: bold; */
    margin: 1px 0;
}

/*************
 *    Branding
*/
#branding {
    text-indent: -9999px;
    height: 199px;
}

/*******
    Logo
*/

#logo {
    width: 328px;
    text-indent: -9999px;
    background: url(i/hanoka-logo.png) no-repeat !important;
    background: url(i/hanoka-logo-ie6.jpg) no-repeat;     
    float:left;
    height:90px;
    margin: 54px 0 0 14px;
}

h1#logo a {
  display: block;
  height:90px;
}

/*******
 *  Head
 */
#head {
    position: absolute;
    top: 0;
    width: 772px;
    font-size: 80%;
    padding: 0 0 0 10px;
} 

/******
    Nav
*/
#nav {
    padding: 0 0 0 10px;
}

#nav ul {
  float: left;
}

#nav ul li {
  height: 39px;
  display: inline;
  text-align: center;
}

#nav ul li a {
  text-align: center;
  display: block;
  float: left;
  color: white;
  text-decoration: none;
  font-weight: bold;
  background: url('i/hanoka-menu-button.jpg') no-repeat;
  padding: 8px 0px 11px 0px;
  width: 128px;    
}

#nav ul li a:hover, #nav ul li.active a {
    background: url('i/hanoka-menu-button-active.jpg') no-repeat;
}

#nav ul li.first a {
    background: url('i/hanoka-menu-button-left.jpg') no-repeat;
}

#nav ul li.last a {
    background: url('i/hanoka-menu-button-right.jpg') no-repeat right top;
    width: 131px;
}

#nav ul li.first a:hover, #nav ul li.first a.active {
    background: url('i/hanoka-menu-button-left-active.jpg') no-repeat;
}

#nav ul li.last a:hover, #nav ul li.last a.active  {
    background: url('i/hanoka-menu-button-right-active.jpg') no-repeat right top;
}
/*********
    Search
*/
#search {
  float: right;
  background: url('i/zmPolitiku-nav-line.png') right top no-repeat;
  padding: 11px 18px 0;
  height: 34px;
}

#search input {
	background: transparent url('i/search.gif') no-repeat left top;
	border: 0;
	padding: 3px 0 0 20px;
	height: 20px;
	width: 115px;
	font-size: 85%;
}

/**********
    Content
*/
#content {
    float: left;
    width: 495px;
}

#subpage #content {
    float: right;
}

#homepage #content .section {
    padding: 15px 0;
}

.wide #content {
    width: 531px;
}

#content .box {

}

#content .gallery-holder .gallery-holder-thumb, 
#content .gallery-holder ul, 
#content .gallery-holder ul li {
    margin: 0px;
    padding: 0px;
}

#content .gallery-holder .gallery-holder-thumb .thumbs li{
    margin: 0px !important;
    padding: 0px !important;
}


#content .gallery-holder .gallery-holder-thumb {
    /*background: red;*/
    width: 97px;
}


#content .gallery-holder img {
    margin: 0px;
    padding: 0px;
}

#content .gallery-holder h3{
margin: 12px 0 0 0;
padding:0px;

}
#content .gallery-holder a{
    text-decoration: none;
}

/****************homepage top product box**********************/
.hp-products{
    margin: 0 10px 17px 0;
}
.hp-products .top {
    background: url(i/hanoka-hp-products-wide-top.gif) no-repeat top left;
    height: 3px;
}
.hp-products .middle {
    background: #f8f9f9;
    padding: 15px 20px 20px;
}

.hp-products .bottom {
    background: url(i/hanoka-hp-products-bottom.gif) no-repeat top left;
    height: 4px;
}
/**************************************/



.wide #content .box .top {
    background: url(i/hanoka-content-wide-top.gif) no-repeat top right;
    height: 3px;
}

#content .box .top, .wide #content .with-header .top {
    background: url(i/hanoka-content-top.gif) no-repeat bottom right;
    height: 4px;
}

#content .box .middle, .main-section {
    background: #ffffff;
    padding: 10px 20px 30px;
}

.main-section {
    background: none;
    padding: 0;
    padding-left: 0;
    width: 492px;
    margin: 0 0 5px 0;
}

    .main-section .top{
        height: 3px;
        padding: 0;
        background: url(i/hanoka-content-top-hp.gif) no-repeat left top;
    }
    .main-section .middle{
        height: 256px;
        background-color: #FFFFFF;
        padding: 10px 20px 10px 20px;
        overflow: hidden;
    }
    .main-section .bottom{
        height: 3px;
        padding: 0;
        background: url(i/hanoka-content-bottom.gif) no-repeat left top;
    }


#content .box .bottom {
    background: url(i/hanoka-content-bottom.gif) no-repeat top;
    height: 4px;
}

.wide #content .box .bottom {
    background: url(i/hanoka-content-bottom-full.gif) no-repeat top;
    height: 4px;
}

#content .article {
    margin: 0 0 20px 0;
}

#content .article img {
    float: left;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 11px;
}

.wide #content .article img, .wide #content .product img, .gallery img {
    padding: 3px;
    background: none;
    border: 1px solid #b2bec1;
}

#content .article .text {
    float: right;
    width: 335px;
}

.wide #content .article .text {
    width: 335px;
}

.wide #content .article .text h3 {
    font-size: 130%;
    font-weight: normal;
    color: #0a5275;
    text-decoration: underline;
}

.wide #content .article .text h3 a {
    color: #0a5275;
}

.wide #content .article .text h3 a:hover {
    color: #6d6e70;
}

.wide #content .product {
    padding: 0 0 20px 0;
    border-bottom: 4px solid #e8f3f7;
    margin: 0 0 20px 0;
}

.wide #content .product h3 {
    color: #e2372d;
    font-size: 130%;
    margin: 0 0 15px 0;
}

/* .wide #content .product .text {
    width: 220px; 
    float: right;
}


.wide #content .product .text .submit {
    margin: 5px 20px 0 0;
}
*/
.wide #content .product img {
    width: 230px;
    float: left;
}

a.productSummary {
    float:left;
    margin-right:15px;   
}

/********
    Side
*/
#side-bar, #side-bar2 {
    float: right;
    width: 278px;
}

.wide #side-bar, .wide #side-bar2 {
    width: 240px;
}

#subpage #side-bar, #subpage #side-bar2 {
    float: left;
}

#side-bar .middle, #side-bar2 .middle {
    padding: 10px 21px 15px;
}

#side-bar .box {
    margin: 0 0 17px 0;
}

#side-bar .box .top, #side-bar2 .box .top {
    background: url(i/hanoka-side-top.gif) no-repeat bottom;
    height: 3px;
    font-size: 0;
}

.wide #side-bar .box .top, .wide #side-bar2 .box .top {
    font-size: 0;
    background: url(i/hanoka-side-wide-top.gif) no-repeat 1px top;
}

#side-bar .box .bottom, #side-bar2 .box .bottom {
    background: url(i/hanoka-side-bottom.gif) no-repeat top;
    height: 6px;
}

.wide #side-bar .box .bottom, .wide #side-bar2 .box .bottom {
    background: url(i/hanoka-side-wide-bottom.gif) no-repeat 1px top;
}

#side-bar .box .middle, #side-bar2 .box .middle {
    background: #fbfbfa url(i/hanoka-side-bg.png) repeat-x left bottom;
    margin: 0 10px;
    min-height: 160px;
}

.wide #side-bar .box .middle, .wide #side-bar2 .box .middle {
    background: #fbfbfa url(i/hanoka-side-wide-bg.png) repeat-x left bottom;
    margin-left: 1px;
    margin-right: 17px;
}

#side-bar .foto .middle, #side-bar2 .foto .middle {
    padding: 2px 5px 0 10px;
    min-height: 0px;
}

#side-bar .foto .middle, #side-bar2 .foto .middle {
    background: url(i/hanoka-side-image-middle.gif) repeat-y top;
}

#side-bar .foto .top, #side-bar2 .foto .top {
    background: url(i/hanoka-side-image-top.gif) no-repeat top;
    font-size: 0;
}

#side-bar .foto .bottom, #side-bar2 .foto .bottom {
    background: url(i/hanoka-side-image-bottom.gif) no-repeat top;
}

#side-bar2{
    margin-bottom: 20px;
} 

/*********
    Footer
*/
#footer {
    color: #40484a;
    border-top: 5px solid #e8f3f7;
    margin-top: 25px;
    padding: 15px 0 20px 0;
}

#footer p {
    margin-top: 20px;
    margin-right: 35px;
    font-size: 85%;
    font-weight: bold;
}

#footer a {
	text-decoration: underline;
	color: #e2372d;
}

#footer a:hover {
    color: #6d6e70;
}

/********
 * Colors
*/
.red, .red a {
    color: #e2372d;
}

.red a:hover {
    color: #6d6e70;
}

.silver {
    color: #a6a7a7;
}

/*******
    Misc
*/
.left {
  float: left;
}

.left2 {
  float: left;
  font-size: 9px;
  color: grey;
  line-height: 15px !important;
}

.left2 a {
  text-decoration: none !important;
  font-size: 9px;
  color: grey !important;
}

.right {
  float: right;
}

.cistic {
  clear:both;
  margin:0;
  font-size: 0px;
  padding:0;
  visibility:hidden;
}

.none {
    display: none;
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.no-margin {
	margin:0;
}

.no-padding {
	padding:0;
}

.middle #form-box h3.no-margin {
    margin: 0;
}

.arrow {
    background: url(i/hanoka-arrow.png) no-repeat left 4px;
    display: block;
    padding: 0 0 0 25px;
}

.cat li {
    margin-bottom: 10px;
    _height: 20px; 
}

.cat li a {
    display: block;
}

.cat li a:hover, .cat li.active a {
    background: url(i/hanoka-arrow.png) no-repeat right 4px;
    display: block;
}
     .cat li.active a {
        font-weight: bold;
     }
         .cat li.active li a {
            font-weight: normal ;
         }
    .cat li ul li{
        margin: 5px 20px 5px 20px;
    }
    .cat li ul li a, .cat li ul li a:hover {
        background: none !important;
    }

.blue-arrows li {
    margin: 0 0 10px 0;   
    height: 10px; 
}

.partners {
    margin: 15px 0;
    text-align: center;
}

.partners img {
    margin: 5px; 
}


/*******
 *  Form
 */
legend {
    display: none;
}
 
#side .box input.text {
    padding: 0;
    width: 20px;
} 



/**********
 *  Tabulky
*/
table {
  border-collapse: collapse;
  border-spacing: 1px;
}

tr {
    height: 28px;
}

#content tr {
  border-bottom: 1px solid white;
}

#content td, #content th {
    padding: 5px;
}

th {
    color: black;
    
}

tr.even {
  background: #e6e4e1;
}

tr.odd {
  background: #f1f0ee;
} 


/*********************
    Kontaktni formular
*/
.middle #form-box h3, #content .middle h3.title {
    font-size: 130%;
    font-weight: normal;
    color: #ba111a;
}

.middle #form-box h3 {
    margin: 30px 0 0 0;
}

#contactform {
    width: 338px;
    margin: 20px 0 25px;
}

#contactform label, #contactform input {
    float: left;
    margin: 0 0 10px;
}

#contactform label {
    width: 130px;
    color: #40484A;    
    font-weight: bold;
}

#contactform input, #content textarea {
    width: 200px;
}

#content textarea {
    _width: 190px;
}

.submit {
    float: left;
    text-align: center;
    background: url(i/form-button.jpg) no-repeat left;
    width: 206px;
    height: 32px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 13px 0 0 0;
    margin:0 ;
}

.submit:hover {
    color: yellow;
}

/************
 *  Accesible
*/
#accessible {
    display: none;
}

/***********
    Sitemapa
*/

/**********
 *  Gallery
 */
.gallery ul.thumbs li img {
    margin: 0;
} 

.gallery a:hover img {
    border-color: #0A6AAE;
}

#content .gallery ul {
    margin: 20px 0 0 0;
    width: 540px;
}

#content .gallery ul li {
    list-style: none;
    margin: 0 45px 0 0 !important;
    padding: 0 0 30px 0 !important;
    text-align: center;
    width: 88px;
}

#content div.thumbscontainer {
    clear: both;
    width: 490px;
    padding:0;
    margin:0;
} 

#content div.thumbscontainer ul.thumbs li{
    background:none;
    padding:2px;
    margin:0;
}

/********
 * Search
 */
.ajaxSearch_result {
    margin: 25px 0;
}

#ajaxSearch_submit {
    font-size: 95%;
    margin-top: 2px;
}

#ajaxSearch_input {
    font-size: 95%;
}








.hp-products, .hp-products a {
    color: #a6131b;
}

.hp-products .list-product-hp-item {

    width: 105px;
    float: left;
    text-align: center;
    margin-left: 51px;
}

    .hp-products .list-product-hp-item.first {
        margin-left: 0px;
    }
    .hp-products .list-product-hp-item a {
        
    }
        .list-product-hp-item a:hover {
            text-decoration: none;
        }
    .hp-products .list-product-hp-item img {
        background: none;
        padding: 2px;
        border: solid #c4cdcf 1px;
        clear: both;
    }
    
    .hp-products .all-products {
        text-decoration: none;
        
    }
    .hp-products .title {
        margin: 0 0 20px 0;
        text-transform: uppercase;
        font-size: 15px;        
    }

#head .right{
    padding-top: 1px;
    [padding-top: 1px;
    padding-top: 3px;] 
}

.facebook{
    border:none; 
    overflow:hidden; 
    width:292px;  
}
