/* CSS Document */
html {height: 100%; font-size: 62.5%;} /* 16 px × 62,5 % = 10 px */
body {
    height: 90%;
    font: 1.3em Verdana, Arial, Helvetica, sans-serif;
    margin:0px;
    padding:0px;
    background-color:#efefef; /*E*/
    text-align: center;
    height: 100%;
    color: #333333;
   
} /* 10 px × 1,2 em = 12 px */ 

td {
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    height: 2.2em;
}

a, a:hover {
    color: #333333;
}

.news p {
    line-height : 1.5em;
}

div.clr, div.cc {
    clear:both;
}

h1,h2,h3,h4,h5,h6,span,p,a {
    margin:0px;
    padding:0px;
}

/* container */

div#con {
    width: 998px;  /*E*/
    margin: 0 auto 2px auto;
    text-align: left;
    background-color:#ffffff;
    border-left: 9px solid #ffffff;
    border-right: 5px solid #ffffff;
}

div#con div#ndhdr2 {
    background: url(../img/orange/headhr.png) no-repeat bottom left;
    clear: both;
    padding: 0 0 18px 0;
    background-color:#ffffff
}

div#con div#ndhdr2 #logo {
  margin-top: 50px;
  margin-bottom: 13px;
  border: none;
}

div#con div#ndhdr2 #contactbox {
  float: right;
  padding: 5px 66px 0 0;
  margin: 3px auto 8px auto;
  background: url(../img/orange/contact.png) no-repeat bottom right;
}

div#con div#ndhdr2 #contactbox strong {
  color: #5a605a;
}

div#con div#ndhdr2 #headerright {
  float: right;
  width: 200px;
  text-align: right;
  margin-right: 6px;
}

div#con div#ndhdr2 #basket {
  float: right;
  width: 200px;
  text-align: left;
  margin: 9px 10px 0 0;
  background: url(../img/orange/basket.png) no-repeat top right;
}

div#con div#ndhdr2 #basket strong {
  color: #5a605a;
}

div#con div#ndhdr2 #langmenu {
  height: 38px;
}

div#con div#ndhdr2 #langmenu a {
  display: block;
  width: 27px;
  height: 18px;
  float: right;
  overflow: hidden;
  text-indent: 27px;
  margin-left: 11px;
  margin-top: 11px;
}

div#con div#ndhdr2 #langmenu a.active {
  background: url(../img/orange/cz.png) no-repeat bottom right;
}

div#con div#ndhdr2 #langmenu a.pasive {
  background: url(../img/orange/sk.png) no-repeat bottom right;
}

div#con div#ndhdr2 #searchbar {
  background: url(../img/orange/search.png) no-repeat top right;
  text-align: left;
  height: 48px;
  position: relative;
}

div#con div#ndhdr2 #searchbar input#seachfield {
  width: 122px;
  height: 20px;
  margin: 10px 0 auto 35px;
  border: none;
  font-size: 11px;
  background: transparent;
} 

div#con div#ndhdr2 #searchbar input#submitbutton {
  background: url(../img/orange/searchbtn.png) no-repeat top right;
  width: 31px;
  height: 27px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 6px;
}

#navbarr {
  float: right;
  overflow: hidden;
  width: 200px;
  background-color:#ffffff
}

#navbarr ul {
    margin:0px;
    padding:0px;
}

#navbarr li.lev1 {
  width: 192px;
  background: url(../img/orange/menu-top.png) no-repeat top left;
}

#navbarr li.lev1 a {
  display: block;
  background: url(../img/orange/menu-tail.png) no-repeat bottom left;
  padding: 8px 15px 8px 26px;
  text-decoration: none;
}

#navbarr li.lev2 {

}

#navbarr li.lev2 a {
  padding: 4px 0 4px 0;
  margin: 0 20px 0 26px;
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #c8c8c8;
}

#navbarr .menuactive1 a {
    font-weight: bold;
    color: #1265AB;
}

#navbarr .menuactive2 a {
    color: #1265AB;
}

#content {
  float: right;
  overflow: hidden;
  width: 798px;
  padding-bottom: 15px;
  background-color:#ffffff
} 

#content h1 {
  color: #bd3515;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;  
}

#caroulsel {
  background: url(../img/orange/rcorner.png) no-repeat top right;
  padding-right: 3px;  
}

#carousel_content {
  width: 572px;   
  float: left;
}

#carousel_content p {
  padding: 7px 15px 15px 0;
}

#carousel_content .carousel_views {

}

#carousel_content img {
  margin: 10px 15px 15px 0;
}

#carousel_content h2 {
  font-weight: normal;
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 10px;
}

#carousel_navigator {
  width: 223px;   
  float: left;  
  color: #5a605a;
  padding-top: 10px;   
}

#carousel_navigator .carousel_navs {
  height: 31px;
  margin-bottom: 5px;
}

#carousel_navigator .carousel_navs span {
  padding: 8px 0 8px 22px;
  font-size: 11px;
  display: block;
}

#carousel_navigator .carousel_navs img {
  margin: 1px 10px auto auto;
  border: 1px solid #5a605a;
}

.active_slide {
  font-weight: bold;
  background: url(../img/orange/activeslide.png) no-repeat top left;
  color: #ffffff;
}


#caroulsel #caroulsel_bottom  {
  background: url(../img/orange/contenthr.png) no-repeat top left;
  height: 17px;
  clear: both;
} 

.content_hr {
  background: url(../img/orange/contenthr.png) no-repeat top left;
  height: 21px;
  clear: both;  
}

.boxheading {
  color: #5a605a;
}


.tpproduct {
  padding: 8px 0 0 0;
}

.tpproduct .product {
  width: 159px;
  overflow: hidden;
  float: left;
  background: url(../img/orange/rcorner.png) no-repeat top right;
  padding: 9px 0 0 0;
  cursor: pointer;
  position: relative;
}

.tpproduct .product .toppic {

}

.tpproduct .product .span {
  padding: 5px 27px 0 0; 
  display: block;  
}

.tpproduct .product .img {

}

.tpproduct .product a {
  text-decoration: none;
  display: block;
  padding-right: 7px;
}

.tpproduct .product strong {
  display: block;
  padding: 3px 0 2px 0;
}

.tpproduct .product_hr {
  clear: both;
  height: 8px;
}

#tnews {
  background: url(../img/orange/contenthr.png) no-repeat top left;
  padding: 15px 0 15px 0;
}


#tnews .newsheading {
  font-size: 1em;
}

#tnews .cnews {
  width: 380px;
  padding-right: 10px;
  float: left;
}

#tnews .cnews img {
  float: left;
  border: 1px solid #c8c8c8;
  margin: 4px 10px 7px 0;
}

#tnews .newsheading a {
  color: #5a605a;
  text-decoration: none;  
}


#tnews .news_hr {
  clear: both;
  height: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #c8c8c8;
}

#footer {
    margin: 15px 0 0 0;
    clear: both;
    text-align: center;
    background-color: #5a605a;
    padding: 17px 0 17px 0;
}

#footer #footerinner {
    text-align: left;
    width: 998px;
    color: #cccccc;
    margin: auto;
}

#footer #footerinner a, #footer #footerinner a:hover {
    color: #cccccc;
}

.boxtxt {
    padding: 18px 18px 18px 0;
}

/*lisitems*/


div.catdesc {
    display:block;
    padding-top: 8px;
}

div.catdesc h2, div.catdesc h3, div.catdesc h4, div.catdesc h5 {
    font-size: 1em;
    font-weight: bold;
    display:inline;
}

div#content h2.boxheading, div#content h3.boxheading{
    color: #5a605a;
    text-transform:uppercase;
    margin-top: 10px;
    display:block;
    font-size: 1em;
}

.productrow {
    padding: 4px 90px 4px 0;
    margin: auto 12px auto auto;
    border-bottom: 1px #cccccc dotted;
    position:relative;
    cursor: pointer;
}
.firstrow {
    padding-top:8px;
}

.productrow  .image_row_holder {
    border: 1px #cccccc solid;
    margin: 0 1em 0 0;
    float: left;
    text-align: center;
    width: 220px;
    overflow: hidden;
    height: 140px;
}

.productrow img {

}

.productrow p {
    margin:0;
    padding-top:4px;
}
.productrow a {
    text-decoration: underline;
}

.productrow p strong.product_name {
    margin:0 2em 1em 0;
    display:block;
    padding:0;
    text-transform:uppercase;
    text-decoration: none;
    color: #bd3515;
}

div#content .flagholder {
    position:absolute;
    top: 0;
    right:-1px;
    height: 70px;
    width: 102px;
    text-align: right;
}

div#content .flagholder_detail {
    position:absolute;
    top: 0;
    right:-9px;
    height: 70px;
    width: 102px;
    text-align: right;
}

div#content .disflag {
    position:absolute;
    top: 0;
    right: 0;
    width:  70px;
    height: 86px;
    background: transparent url(../img/orange/dis_flag.png) no-repeat top left;
    float: right;
}

div#content  .stockflag {
    position:absolute;
    top: 35px;
    right: 0;
    width:  70px;
    height: 86px;
    background: transparent url(../img/orange/stock_flag.png) no-repeat top left;
    float: right;
}

div#content  .newflag {
    position:absolute;
    top: 73px;
    right: 0;
    width:  70px;
    height: 86px;
    background: transparent url(../img/orange/news_flag.png) no-repeat top left;
    float: right;
}

#strankovani, #strankovani b, #strankovani a {
    font-size: 1em;
}

#strankovani strong {
    color: #5a605a;
    text-transform:uppercase;
}

#mul_filter {
    padding: 10px 13px 10px 10px;
    margin: 2px 10px auto 0;
    border: 1px solid #bd3515;
    background: transparent url(../img/orange/filter-bg.png) no-repeat bottom left;
}

#mul_filter label {
    padding-right: 10px;
}

#mul_filter #filter-submit {
    background-color: #bd3515;
    color: #ffffff;
    font-weight: bold;
    border: none;
    margin: auto auto auto 10px;
}

#description {
  padding-top: 8px;
  line-height: 1.7em;
}

.sel {
    border: solid 2px #7c021d;
}


.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}


.cloud-zoom-title {
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	top:0px;
}

.cloud-zoom-big {
	border:1px solid #ccc;
	overflow:hidden;
}

.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.catboxheading {
    display: block;
    padding: 5px 0 5px 26px;
    color: #bd3515;
    text-transform: uppercase;
}


/*

pager

*/

 ul#pager  {
     border:0; margin: 8px auto auto auto; padding:0;}

 #pager li{
 border:0; margin:0; padding:0;
 font-size:12px;
 list-style:none;
 display: inline;
 }
#pager li {
 border:solid 1px #DEDEDE;
 float:left;
 margin-right:3px;
 }
 #pager .previous-off,
 #pager .next-off {
 color:  #6c6c6c;
 display:block;
 float:left;
 padding:3px 4px;
 }
 #pager .next a,
 #pager .previous a {
 border:solid 1px #FFFFFF;
 }
 #pager .active {
 color: #1265ab;
 display:block;
 float:left;
 padding:3px 6px;
 border:solid 1px #1265ab;
 }
 #pager a:link,
 #pager a:visited {
 
 display:block;
 float:left;
 padding:3px 6px;
 text-decoration:none;
 }
 #pager a:hover{
text-decoration:none;
 }

 /*detail param*/

#detail_var {
  margin-top: 7px;
  margin-bottom: 7px;
}

.detail_var_size {
   border:dotted 1px #6c6c6c;
   padding-top: 3px;
   padding-bottom: 3px;
   margin: 0 3px 3px 0;
   float:left;
   width: 50px;
   text-align: center;
   cursor: pointer;
}

.param_alter_holder {
   border:dotted 1px #6c6c6c;
   padding-top: 3px;
   padding-bottom: 3px;
   margin: 0 3px 3px 0;
   float:left;
   width: 50px;
   text-align: center;
   cursor: pointer;
}

.param_holder_row {
   display: none;
   margin: 0 3px 3px 0;
   clear: both;
}

.alter_holder {
   display: none;
   margin: 0 3px 3px 0;
   clear: both;
}

#detail_colors .bila {
    background-color: #ffffff;
}

#detail_colors .cerna {
    color: #ffffff;
    background-color: #000;
}

#detail_colors .bezova {
    background-color: #dddbdb;
}

#detail_colors {
    clear: both;
    margin: 8px 0 8px 0;
    cursor: pointer;
}

.param_color_holder {
   border:dotted 1px #6c6c6c;
   padding-top: 3px;
   padding-bottom: 3px;
   margin: 0 3px 3px 0;
   width: 80px;
   float: left;
   text-align: center;
}

.param_avail_holder {
   padding-top: 3px;
   padding-bottom: 3px;
   margin: 0 3px 3px 0;
   width: 150px;
   float: left;
}

#color_caption {
    visibility: hidden;
    clear: both;
}

#alter_caption {
    visibility: hidden;
    clear: both;
}

#gotomanufac {
    background-color: #1265ab;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    margin-right: 16px;
    padding: 3px;
    margin: 5px;
}
