html,body, body.editor { 	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; 

	width: 1004px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	color: #3E3E3E;
	
	padding: 0;
	
	height: 100%;

	text-align: center;
	
	
}
body.editor{
	text-align: left;
	margin: 10px;
}

/* BASICS */
a{
	color: #3E3E3E;
	
}
a:hover{
	color: #A30101;  /*F53100*/
	text-decoration: none;
}
a.active{
	text-decoration: none;
	color: #A30101; /*6F2F2C*/
}

p{
	margin: 5px;
	margin-left: 0px;
}

table{
	font-size: 13px; 
}
table td{
	vertical-align: text-top;
}

img{
	border: none;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0px;
	margin: 8px;
	margin-left: 0;
	font-family: arial, Verdana, Geneva;
	font-weight: normal; 
}
h1{ 
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-size: 14px;
	font-weight: bold;
}
h3, h4, h5, h6{
	font-size: 12px;
	font-weight: bold;
}

h2.specification-head{
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
h2.specification{
	font-size: 14px;
	font-weight: bold;
	
	margin-top: 20px;
}

/**********/

#content, #content2{
	background: url(bg-main01.gif) repeat-y;
	
	width: 1004px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
	height: 100%;
	
	
	text-align: left;

	
	/*z-index: 0;*/
}
#content2{ background: url(bg-main02.gif) repeat-y; }

html>body #content {
	height: auto;
	min-height: 100%;
}
html>body #content2 {
	height: auto;
	min-height: 100%;
}
/*html>body #main {
	height: auto;
	min-height: 100%;
	border: 1px solid red;
}*/

#content2 .section-pics{
	float: left;

	width: 330px;
	/*height: 630px;*/

	/* text-align: right; */
	
	position: relative;
	
	overflow: hidden;
}
#content2 .section-pics table{
	width: 100%;
}
#content2 .section-pics table td{
	text-align: center;
}
#content2 .section-pics .colored-variant-div{
	float: right;
	width: 55px;
	height: 242px;
	
	position: relative;
	right: 20px;	
}
#content2 .section-pics .colored-variant-div .colored-variant{
	height: 70px;
	width: 55px;
	
	margin-bottom: 5px;
	
	text-align: center;
	
	position: absolute;
	right: 0px;
}
.section-pics .colored-variant-div #ColoredVariant1.invisible,
.section-pics .colored-variant-div #ColoredVariant2.invisible,
.section-pics .colored-variant-div #ColoredVariant3.invisible,
.section-pics .colored-variant-div #ColoredVariant4.invisible{
	display: none;
}
.section-pics .colored-variant-div #ColoredVariant1.visible,
.section-pics .colored-variant-div #ColoredVariant2.visible,
.section-pics .colored-variant-div #ColoredVariant3.visible,
.section-pics .colored-variant-div #ColoredVariant4.visible{
	display: block;
}
#content2 .section-pics .colored-variant-div .colored-variant.v-1{
	top: 0px;
}
#content2 .section-pics .colored-variant-div .colored-variant.v-2{
	top: 175px;
}
#content2 .section-pics .colored-variant-div .colored-variant.v-3{
	top: 87px;
}
#content2 .section-pics .colored-variant-div .colored-variant.v-4{
	top: 0px;
}
#content2 .section-pics .colored-variant-big{
	position: relative;

	width: 220px;
	height: 252px;
	text-align: left;
	
	z-index: 1;
	
	float: left;
	
	overflow: hidden;
}
* html .colored-variant-big img{
   right: 0px;
}
#content2 .section-pics  .colored-variant-big .inner{
	margin-left: 20px;
}
* html #content2 .section-pics  .colored-variant-big{
	width: 200px;
}
#content2 .section-pics  .colored-variant-big img{
	position: absolute;
	bottom: 0px;
}

#content2 .section-pics .colored-variant-big.invisible{
	display: none;
}
#content2 .section-pics .colored-variant-big.center{
	text-align: center;
	width: 310px;
}
#content2 .section-pics .colored-variant-big-description{
	position: relative;
	top: 2px;
	left: 25px;
	bottom: 10px;
	float: left;
	
	width: 300px;
	
	font-weight: normal;
	font-size: 12px;
	color: #707070;
}
#content2 .section-pics .colored-variant-big-description.invisible{
	display: none;
}
#content2 .section-pics .add-images{
	margin-top: 20px;
	margin-left: 25px;
	
	width: 280px;
}
td.ShowColorOldVariant .add-images{
}
#content2 .section-pics .add-images .item{
	float: left;
	width: 45px;
	height: 45px;
	
	margin: 0px 10px 10px 0px;
	
	overflow: hidden;
}
#content2 .section-pics .add-images .item a{
	display: block;
}
#content2 .section-pics .add-images .item a img{
   opacity: 0.3;
   -moz-opacity: 0.3;
   filter: alpha(opacity=30);
}
#content2 .section-pics .add-images .item a:hover img{
   opacity: 1;
   -moz-opacity: 1;
   filter: alpha(opacity=100);
}
#content2 .section-pics .add-images .item a:hover{
}
/* tlacitka na otaceni atd. */

a.button-rotate{
	background: url(ico-butt-rotate.gif) no-repeat;
	background-position: center right;
}
a.button-enlarge{
	background: url(ico-butt-enlarge.gif) no-repeat;
	background-position: 80px;
	width: 100px;
}
a.button-back-sys{
	
}
a.button-rotate,
a.button-enlarge,
a.button-back-sys{
	display: block;
	height: 21px;
	background-color: #EFEFEF;
	
	line-height: 21px;
	vertical-align: middle;
	text-decoration: none;
	
	padding-right: 20px; 
	padding-left: 5px;
}
a.button-back-sys{
	padding-right: 5px;
}


/*a.button-rotate:hover,
a.button-enlarge:hover,
a.button-back-sys:hover{
	background: white;
}*/

/**/

#content2 .section-specs{
	float: left;
	
	width: 410px;
	
	overflow: hidden;
	
	position: relative;
	right: 0;
	
	padding: 0;
	/*border: 1px solid red;*/
}




#layer-cary{
	background: url(bg-cary-batoh.gif) no-repeat;
	background-position: 0px 170px;
	height: 100%;
	position: relative;
	z-index: 0;
}
#layer-cary.none{
	background: none;
}

/* HEADER */
#header{
	background: url(top-bg.jpg) no-repeat;
	height: 122px;
	width: 1004px;
	position: relative;
}

#header .index{
	height: 50px;
	width: 158px;
	
	position: absolute;
	left: 30px;
	top: 23px;
}

#header .header-title{
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	line-height: 22px;
	width: 587px;
	
	padding: 0px 0px 0px 35px;
	
	text-transform: uppercase;
	font-weight: bold;
	color: #EB6422;
	overflow: hidden;
	
	cursor: default;
}

#header .index a{
	display: block;
	height: 50px;
	width: 158px;
}
#header .index a span{ display: none; }

#header .icons{
	position: absolute;
	left: 820px;
	top: 40px;
	color: white;
}
#header .icons-description #desc-ico-cs,
#header .icons-description #desc-ico-en,
#header .icons-description #desc-ico-contact,
#header .icons-description #desc-ico-salers,
#header .icons-description #desc-ico-faq,
#header .icons-description #desc-ico-home{ 
	position: absolute;
	color: white;
	text-transform: lowercase;
	font-size: 12px;
	color: #DEDEDE;
	
	visibility: hidden;
	
	top: 65px;	
	left: 820px;
}

/* #header .icons-description #desc-ico-cs{ left: 786px; }
#header .icons-description #desc-ico-en{ left: 776px; }
#header .icons-description #desc-ico-contact{ left: 755px; }
#header .icons-description #desc-ico-salers{ left: 658px; }
#header .icons-description #desc-ico-faq{ left: 658px; }
#header .icons-description #desc-ico-home{ left: 787px; } */

#header .icons .ico-cs,
#header .icons .ico-en,
#header .icons .ico-contact,
#header .icons .ico-salers,
#header .icons .ico-faq,
#header .icons .ico-home{
	height: 19px;
	width: 19px;
	float: left;
	margin-right: 7px;
}

#header .icons .ico-cs{ background: url(ico-cs.gif) no-repeat; }
#header .icons .ico-en{ background: url(ico-en.gif) no-repeat; }
#header .icons .ico-contact{ background: url(ico-mail.gif) no-repeat; }
#header .icons .ico-salers{ background: url(ico-salers.gif) no-repeat; }
#header .icons .ico-faq{ background: url(ico-faq.gif) no-repeat; }
#header .icons .ico-home{ background: url(ico-home.gif) no-repeat; }

#header .icons .ico-cs a,
#header .icons .ico-en a,
#header .icons .ico-contact a,
#header .icons .ico-salers a,
#header .icons .ico-faq a,
#header .icons .ico-home a{
	display: block;
	height: 19px;
	width: 19px;
}

#header .icons .ico-cs a span,
#header .icons .ico-en a span,
#header .icons .ico-contact a span,
#header .icons .ico-salers a span,
#header .icons .ico-faq a span,
#header .icons .ico-home a span{
	display: none;
}


/**********/

/* MENU */
#menu{
	height: 22px;
	width: 1004px;
	
	background-color: #EB6420;
	
	text-align: center;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li{
	display: inline;
	float: left;
}
#menu ul li a{
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	
	/*letter-spacing: 1px;*/
	
	color: white;
	
	display: block;
	height: 22px;
	width: 142px !important;
	
	border-left: 1px solid white;

	line-height: 22px;
	vertical-align: middle;
	font-weight: bold;
}
#menu ul li a:hover{

}
#menu ul li a.first{
	border: none;
}
#menu a.about-us{
	width: 80px;
}
#menu a.products{
	width: 112px;
	_width: 114px;
}
#menu a.technologies{
	width: 127px;
}
#menu a.tips{
	
}
#menu a.customer{
	width: 160px;
	_width: 165px;
}
#menu a.photo{
	
}
#menu a.site-map{
	
}
#menu a.news{
	width: 85px;
}

#submenu-products{
	
	position: absolute;
	left: 81px;
	top: 86px;
	
	 visibility: hidden;
	
	
}
#submenu-products a{
	background: #3E3D3E;
	
	border-top: 1px solid #7D7C7C;
	
	color: white;
	display: block;
	height: 22px;
	width: 112px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
	line-height: 22px;
	vertical-align: middle;
}

#submenu-products a:hover{

	font-weight: bold;
}

/********/



/* HLAVNI BLOK SE SLOUPCI */
#main{
	clear: both;
	/*border: 1px solid red;*/
	
	

}


#main #left{
	
	float: left;
	width: 214px;

	/*height: 100%;	*/

	position: relative;
	z-index: 1;

	/*border: 1px solid red;*/
}


#main #right{
	float: right;
	width: 155px;
	
	color: White;
	
	padding-bottom: 30px;
	
/*	border: 1px solid yellow;*/
}
#content2 #main #right{ display: none; }

#main #center, #content2 #main #center, #main #center2{
	margin-top: 7px;

	float: left;
	
	width: 612px;
	
	overflow: hidden;
	
	position: relative;
	z-index: 1;
	
	padding: 15px 0px 10px 17px;
	
/*	border: 1px solid red;*/

}
.product-detail
{
   float: left;
   
   overflow: hidden;

   width: 410px;
}
#content2 #main #center{
	width: 761px;
}
#main #center2{
	padding: 0px;
	width: 761px;
	_width: 760px;
	
	margin-top: 0px;
}

/**************************/

/* FOOTER */
#footer{
	background: #757E85;
	height: 22px;
	width: 1004px;

	border-top: 2px solid white;

	clear: both;

	position: absolute;
	bottom: 0px;
	left: 0px;
/*	_top: expression(document.getElementById('content').offsetHeight - document.getElementById('footer').offsetHeight);*/
}
#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li{
	display: inline;
	float: left;
}
#footer ul li a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	border-right: 1px solid white;
	
	width: 120px;
	
	color: white;
}
#footer ul li a:hover{ color: #FFFFFF; }
/**********/



/****** LEFT COLUMN ELEMENTS ******/
#left .box4{
	clear: both;
	width: 193px;
	
	background-image: url(line-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
	padding: 10px 0px 10px 0px;
}
#left .box4 table{
	width: 193px;
}
#left .box4 table td.label{
	text-align: right;
	padding-right: 15px;
}
#left .box4 table td.label a{
	font-size: 13px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
} 
#left .box4 table td.icon{
	width: 40px;
	text-align: center;
	vertical-align: middle0;
}
#left .box4 table td.icon img{
	width: 30px;
} 

#left .box3.none{
	display: none;
}

#left .box1,
#left .box2,
#left .box3{
	width: 216px;
	font-weight: bold;

}
#left .box1 a, #left .box2 a, #left .box3 a{
	text-decoration: none;
}
#left .box1 a.active, #left .box2 a.active, #left .box3 a.active{
	text-decoration: underline;
}

#left .box1 .section-text,
#left .box2 .section-text,
#left .box3 .section-text{
	width: 175px;
	_width: 193px;
	border-bottom: 1px solid #A30101;
	border-top: 1px solid #E3E3E3;
	padding-right: 18px;
	text-align: right;
	float: left;
	/*border: 1px solid red;*/
}
#left .box1 .section-text{
	border-top: none;
}	
#left .box1 .section-text h1,
#left .box2 .section-text h1,
#left .box3 .section-text h1{
	margin: 0;
	font-size: 19px;
	font-weight: bold;
	line-height: 55px;	
	text-transform: uppercase;
	color: #3E3E3E;
}
#left .box1 .section-text h1 a,
#left .box2 .section-text h1 a,
#left .box3 .section-text h1 a{
	text-decoration: none;
	color: #3E3E3E;
}
h2.category-label{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	
}

#left .box1 .section-arrow, #left .box2 .section-arrow, #left .box3 .section-arrow{
	width: 17px;
	float: right;
	padding-top: 20px;
	
	/*border: 1px solid red;*/
	
	color: #C80000;
	
}

#left .box2 .section-text, #left .box3 .section-text{
	padding-bottom: 15px;
}
#left .box2 .section-text{
	padding-top: 15px;
}
* html #left .box2 .section-text, * html #left .box3 .section-text{
	padding-top: 15px;
}

#left .box3 .section-text{
	border-bottom: none;
}

#left .box3 .section-arrow{
	padding-top: 15px;
}

.subpages ul{
	list-style: none;
	/*text-transform: uppercase;*/

	width: 160px;
	position: relative;
	left: -35px;
}
html>body .subpages .product-group-inner{
	margin-top: 15px;
}
.subpages a{
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: bold;
}
.subpages{
	padding-left: 10px;
}

/**********************************/

/* SPECIFICATION TABLE */
.spec-table{
	border: none;
	text-align: center;

	padding: 0;
	margin: 0;
	
	font-size: 11px;
	
}
.spec-table th{
	font-weight: bold;
	vertical-align: top;
	background: #D3D3D3;
	padding-top: 22px;
	padding-bottom: 22px;
	
	border-bottom: 1px solid white;
	
	
}
.spec-table td{
/*	background: #B8B8B8;*/
	padding: 3px;
}	

/***********************/

/* galerie */
table.gallery{
	width: 96%;
	margin: 0px 0px 10px 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid; 
	border-color: #A6A6A6;
	border-collapse: collapse;
}

table.gallery td{
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid #A6A6A6;
	border-collapse: collapse;
	
	height: 186px;
	
	background-color: #D7D7D7;
}
table.gallery td img{
	margin: 0px 0px 0px 0px;
}
table.gallery td .label{
	line-height: 20px;
	font-weight: bold;
	
	margin: 10px 0px 0px 0px;
	border-top: 1px dotted #A6A6A6;
}
table.gallery td .label a{
	display: block;
	text-decoration: none;
	margin: 2px;
	line-height: 20px;
	font-size: 11px;
}
table.gallery td .label a:hover{
	background-color: #C9C9C9;
}
table.gallery td.two .label a:hover{
	background-color: #D7D7D7;
}
table.gallery td.two{
	background-color: #C9C9C9;
}
.pager{
	margin-bottom: 5px;
	margin-top: 5px;
}
.gallery-pager .pager{
	margin: 0px 28px 5px 0px;
	float: right;
	text-align: right;
}
.gallery-label h1{
	margin: 0px;
	margin-top: -3px;
}

table.gallery-list{
	width: 96%;
	margin: 0px 0px 10px 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid; 
	border-color: #A6A6A6;
}
table.gallery-list td{
	text-align: left;
	vertical-align: middle;
}

table.gallery-list td.image{
	background-color: #D7D7D7;
	width: 110px;
	border-right: 1px solid #AEAEAE;
	text-align: center;
}
table.gallery-list td.image img{
}
table.gallery-list td.description{
	background-color: #D7D7D7;
}
table.gallery-list td.description table{
	width: 100%; 
}
table.gallery-list td.description table td{
	border-bottom: 1px solid #AEAEAE;
	border-collapse: collapse;
	
	line-height: 20px;
	text-indent: 5px;
	font-size: 11px;
}
table.gallery-list td.description table td.no-border{
	border: none;
}
table.gallery-list td.description table td.label{
	background-color: #C9C9C9;
}
table.gallery-list td.description table td a{
	text-decoration: none;
}
table.gallery-list td.description table td a h3{
	margin: 0px;
	line-height: 25px;
	font-size: 15px;
	color: #A30101;
	text-decoration: none;
}
table.gallery-list td.description table td a:hover h3{
	color: #464646;
	text-decoration: none;
}


.cleaner{
	clear: both;
}

.cleaner{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}

/* KATEGORIE */
.category-list{
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	
	/*border: 1px solid red;*/
}


.category{
	height: 140px;
	width: 117px;
	float: left;
	text-align: center;
	
}
.category td.img{
	height: 120px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
.category td.img img{
}
.category td.label{
	font-size: 11px;
}
/*
.category{
	float: left;
	height: 140px;
	

	display: table;
	
	_position: relative;
	
	width: 120px;

	vertical-align: middle;	
	
	text-align: center;
	
	margin-bottom: 10px;
	
	border: 1px solid yellow;
}

.category .img{
	clear: both;
	height: 100px;
	line-height: 100px;
	
	_position: relative;  _top: -50%;
	
	display: table-cell;
	vertical-align: middle;
}
.category img{
	 

}
.category .label{
	font-size: 12px;

	clear: both;
	display: table-row;
}

.category a{
	font-size: 90%;
	clear: both;
}
*/


/* seznam produktu v kategorii pro javascript over */
.category-items-list{
	position: relative;
	
	height: 267px;
}
.category-items-list div{

	position: relative;

	text-align: right;
	
	margin-bottom: 15px;
}

html>body .category-items-list div
{
   margin-top: 15px;
}

.category-items-list .display-block
{
   display: block;
}
.category-items-list .display-none
{
	display: none;
}

/***************************************************/


/* piktogramy */
.picto{
	position: relative;
}
.picto a span{
	display: none;
}
.picto a{
	display: block;
	height: 35px;
	width: 35px;
}

/*

a.picto-expedition	{ background: url(picto-expedition.gif) no-repeat; }
a.picto-alpinism		{ background-image: url(picto-alpinism.gif) no-repeat; }
a.picto-hiking			{ background-image: url(picto-hiking.gif) no-repeat; }
a.picto-mountain		{ background-image: url(picto-mountain.gif) no-repeat; }
a.picto-ski-alpinism	{ background-image: url(picto-ski-alpinism.gif) no-repeat; }
a.picto-skiing			{ background-image: url(picto-skiing.gif) no-repeat; }
a.picto-snowboarding	{ background-image: url(picto-snowboarding.gif) no-repeat; }
a.picto-cycling		{ background-image: url(picto-cycling.gif) no-repeat; }
a.picto-day-pack		{ background-image: url(picto-day-pack.gif) no-repeat; }
a.picto-traveling		{ background-image: url(picto-traveling.gif) no-repeat; }

*/


.picto-desc{
	
}
.picto-desc div{
	visibility: hidden;
	position: absolute;
	float: left;
}


/**************/

/*NOVINKY*/

.item-news{
/*	font-size: 11px;*/
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 5px;
	
	width: 148px;
	overflow: hidden;
}
.item-news.noo
{
	overflow: visible;
	width: 100%;
}
.item-news .in
{
	padding: 5px;
}
.item-news a,
.item-news a:hover
{
   color: white;
}
.item-news.login{
	background-color: #757E85;
	color: #363638;
	font-size: 11px;
	
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 155px;

	padding-bottom: 15px;
	padding-top: 5px;	
}
.item-news.login .label{
	font-size: 12px;
}
.item-news.login form{
	margin: 5px 0px 5px 0px;
}
.item-news.login a{
	color: white;
}
.item-news.login a.arrow{
	color: #E6621A;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.item-news.login strong{
	color: #CE1D23;
}
.item-news.login input.text{
	font-size: 10px;
	color: #333334;
	width: 75px;
	height: 16px;
	line-height: 16px;
	
	padding: 0px 5px 0px 5px;
	
	overflow: hidden;
	
	border: none;
	background-image: url(login-input-bg.gif);
	background-repeat: no-repeat;
}
.item-news.login input.submit{
	font-size: 10px;
	color: #333334;
	width: 75px;
	height: 16px;
	line-height: 16px;
	
	padding: 0px 5px 0px 5px;
	
	overflow: hidden;
	
	border: none;
	background-image: url(login-input-bg.gif);
	background-repeat: no-repeat;
	
	text-align: center;
}
.item-news .img{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 5px;
}
.item-news .date{
	margin-bottom: 3px;
}
.item-news .label{			
	font-weight: bold;
}
.item-news .more{
	float: right;
}
.item-news .more a{
	color: white;
}
.item-news .more-black{
	float: right;
	margin-right: 15px;
}
.item-news .more-black span{
	color: #3E3E3E;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
}
.item-news .more-black a{
	color: #3E3E3E;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.item-news .more-black a:hover{
	color: #A30101;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.news-hr-divider{
	clear: both;
	height: 2px;
	background: url(news-hr-divider.gif) repeat-x;
	overflow: hidden;
}

/*********/
ul.ul-features{
	margin: 0px;
	padding: 0px;
	
	margin-left: 20px;
	
	
} 

ul.ul-features li{
	list-style: url(li-feature.gif);
}


/* mapa stranek */
.sitemap{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
.map-parent a{
	font-weight: bold;
}
.map-subpage a{
	text-decoration: none;
}


/****************/

.usage-box{
/*	border: 1px solid red;*/
	position: relative;
}
.usage-box a{
	text-decoration: none;
}
.usage-box .right{
	position: absolute;
	right: 0px;
	top: 0px;
}
.usage-box .right div{
	visibility: hidden;
	padding-top: 5px;
/*	border: 1px solid red;*/
	width: 220px;
}
.usage-box span a img{
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
}
.usage-box span a:hover img{
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
}


table.prodejny{
	padding: 0px;
	margin: 0px;
}
table.prodejny th{
	text-align: left;
}
table.prodejny td{
	padding: 0px;
	text-align: left;

}


/* barvy */
.color-variation td{
	text-align: center;
}
.color-variation td.colors{
	padding-top: 5px;
}
.color-variation .group{
	width: 60px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.color-variation .tile{
	width: 20px;
	height: 20px;
	float: left;
}

/* custom-form */
#custom-form{
	margin: 0;
	margin-top: 0.5em;

}
#custom-form table{
	border: 1px solid #C5C5C5;
	width: 100%;
}
#custom-form td{
	padding: 0.3em;
	padding-left: 0.3em;
}
#custom-form td.label{
	width: 8em;
}
#custom-form input.customFormText{
	width: 15em;
}
#custom-form input.customFormCheckbox,
#custom-form input.customFormRadio{
	border: none;
}
#custom-form textarea{
	width: 20em;
	height: 6em;
}

#custom-form .checkbox-label{
	position: relative;
	top: -2px;
}
/* custom-form:end */

zsImg {
	height: 100px;
}
.show-back{
	clear: both;
	font-size: 110%;
	
	margin-bottom: 50px;
}
.show-back span{
	font-size: 120%;
	font-weight: bold;
}
.show-back a{
	text-decoration: none;
	font-weight: bold;
}
td.event-label{
	color: #A30101;
	font-weight: bold;
	text-align: center;
	
	font-size: 11px;
	
	line-height: 20px;
}
.user-logout{
	border-bottom: 1px solid #A30101;
	margin: 0px 0px 20px 0px;
	
	text-align: right;
}
.user-logout a,
.user-logout a:hover{
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	
	color: #A30101;
}
.content-hp{
	width: 520px;

	margin: 0px 0px 40px 40px;
	
	overflow: hidden;
}
table.home-table-new{
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
}
table.home-table-new td{
	width: 33%;
	border-collapse: collapse;
	border-left: 4px solid #DEDEDE;
}
table.home-table-new td.content{
	background-color: #ABABAB;
	height: 160px;
	
	text-align: center;
	vertical-align: middle;
}
table.home-table-new td.label{
	background-color: #CE1D23;
	line-height: 20px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	
	padding: 0px 10px 0px 10px;
}
table.home-table-new td.label a{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
}


table.home-table-action{
	width: 100%;
	margin: 10px 0px 0px 0px;
	border-collapse: collapse;
}
table.home-table-action td{
	border-collapse: collapse;
	border-left: 4px solid #DEDEDE;
}
table.home-table-action td.w33{
	width: 33%;
}
table.home-table-action td.content{
	background-color: #ABABAB;
	height: 160px;
	
	text-align: center;
	vertical-align: middle;
}
table.home-table-action td.label{
	background-color: #EB6422;
	line-height: 20px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	
	padding: 0px 10px 0px 10px;
}
table.home-table-action td.label a{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
.br
{
   position: relative;

   overflow: hidden;
   height: 5px;
}
.br.10
{
   height: 10px;
}
.br.20
{
   height: 20px;
}
.br.30
{
   height: 30px;
}
.br.40
{
   height: 40px;
}
.br.50
{
   height: 50px;
}
.br.100
{
   height: 100px;
}
.hr
{
   position: absolute;
   left: 0px;
   
   margin-top: 5px;

   width: 193px;
   height: 1px;
   overflow: hidden;
}
.hr.red
{
   background-color: #A30101;
}
.hr.gray
{
   background-color: #E3E3E3;
   margin-top: 6px;
}
