html, body{
	margin:0px;
	padding: 0px;
	text-align: center;
	background: #D6D6D6 url(../images/html_bg.jpg) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 0.82em;
	color: #555555;
}
/* odkazy */
a:focus {
	outline-style: none;
}

a, a:active, a:visited{
	color: #BC0000;	
	text-decoration: none;
}
a:hover{
	color: #BC0000;	
	text-decoration: underline;	
}
a.nav, a.nav:active, a.nav:visited{
	color: #BC0000;	
	text-decoration: underline;
}
a.nav:hover{
	color: black;	
	text-decoration: underline;
}
/*mozzila flash*/
object{
	outline-style: none;
}
input{
	outline-style: none;
}
/*nadpisy*/
h2{
	font-size:18px;
	color: #BC0000;
	font-weight: bold;
}
h2.nadpis{
	font-size: 22px;
	margin-top: 10px;
}
h2.stredniNadpis{
	font-size: 18px;
	font-weight: bold;
}
h2.malyNadpis{
	font-size: 14px;
	font-weight: bolder;
}
h2.nejmensiNadpis{
	font-size: 14px;
}

h3{
	font-size: 14px;
	color: #BC0000;
	font-weight: bold;
	
}
/*barvy*/
.red{
	color: #BC0000;
}
.seda{
	color: #959595;
}
.black{
	color: Black;
}
.sedaBd{
	border:1px solid #959595;
}


/*zarovnani*/
.alignRight{
	text-align: right;
}
.rightFloat{
	float: right;
}
.leftFloat{
	float: left;
}
.vericalCenter{
	vertical-align:center;	
}
tr.vericalTop td{
	vertical-align: top;
}
td.vericalTop{
	vertical-align: top;
}
tr.verticalBottTd td, td.verticalBottTd{
	vertical-align: bottom;
}

.lOdskok{
	padding-left:20px;
	
}
.lOdskokOnlinePDF{
	padding-left:20px;
	font-size: 95%;
	color: #959595;
	position:relative;
	top:-25px;
}
.justify{
	text-align: justify;
}


/*velikosti*/
.bigger{
	font-size: 120%;
}
h2.small{
	font-size: 14px;
}
.bold{
	font-weight: bold;
}
.short{
	letter-spacing: -1px;
}
.male{
	font-size: 95%;
}
.noBold{
	font-weight: normal;
}
.upper{
	text-transform: uppercase;
}
/*obrazky*/
.imgInTextLeft{
	float:left;
	margin:0px 20px 10px 0px;
	border:0px none; 
}
.smallLogoIntro{

}

/*OBECNE*/
.hidden{
	display: none;
}
.clearBoth{
	font-size: 0px;
	clear: both;
	width:0px;
	height:0px;	
}
.clearBothDotted{
	font-size: 0px;
	clear: both;	
	height:10px;	
	background: url(../images/dotted.gif) repeat-x top;
}
.foo{}

.noMargin{
	margin:0px;
}
.noPadding{
	padding: 0px;
}
.dotted{
	height: 10px;	
	display:block;
	width:100%;
	background: url(../images/dotted.gif) repeat-x center;	
} 
.dottedBottom{
	background: url(../images/dotted.gif) repeat-x bottom;
	padding-bottom:16px;
}
.rightDotted{
	border-right: 1px dotted #D2D2D2;
}
.need{
	padding-right:20px;
	background: url(../images/redstar.gif) no-repeat right top;
}
.block{
	display:block;
}
.noBorder{
	border:0px none;
}
.centerAlign{
	text-align: center;
}


/*LAYOUT*/
/*index*/
#kontejnerI {
	width: 1000px;	
	margin: 0px auto;
	text-align: left;
	background: White url(../images/kontejner_bg.jpg) repeat-y;
}
#kontejnerI2 {
	width: 1000px;
	position:relative;	
}

#hlava{
	width: 1000px;
	height: 121px;
	position: relative;
	background: #AFAFAF url(../images/hlava_bg.jpg) no-repeat;
}
#hlavaSk{
	width: 1000px;
	height: 121px;
	position: relative;
	background: #AFAFAF url(../images/hlava-sk_bg.jpg) no-repeat;
}	        

#topImg{
	width:1000px;
	height:67px;
	background: url(../images/top_image_small.jpg) no-repeat;
}

/*counter*/
#counter{
	width:500px;
	height:20px;
	position:absolute;
	top:90px;
	right:18px;
	text-align:right;		
}
/*LOGO*/
#logo {
	width:275px;
	height:121px;
	position:absolute;
	top:0px;
	left:0px;
	background: url(../images/hlava_bg.jpg) no-repeat;
	margin:0px;
	padding:0px;
}
#logo a {
	width:275px;
	height:121px;
	position:absolute;
	top:0px;
	left:0px;
	background: url(../images/hlava_bg.jpg) no-repeat;
	display: block;
}
#logo span {
	display: none;
}
/*TOPMENU*/
#topmenu {	
	width: 1000px;
	height:68px;
	margin:0px;
	padding:0px;
	background: url(../images/topmenu_bg.jpg) repeat-x;
	position:relative;
	display:block;
}

#topmenu li{	
	width: 117px;
	height:64px;
	margin:0px;
	padding:0px 0px 0px 8px;
	float:left;
	list-style-type: none;
	background: url(../images/btn_topmenu.jpg) no-repeat -5px 0px;
	color: White;
	line-height: 64px;
	font-size:13px;
	font-weight: bold;	
	position:relative;
	display: block; 
}
#topmenu li.last{	
	background: url(../images/btn_topmenu_last.jpg) no-repeat -5px 0px;
}
#topmenu a { display: block; }
#topmenu  ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #topmenu ul {
	line-height: 0;
} /* IE6 "fix" */
#topmenu ul a {
	zoom: 1;
} /* IE6/7 fix */
#topmenu li a, #topmenu li a:active, #topmenu li a:visited{	
	width: 117px;
	height:64px;
	padding:0px 0px 0px 8px;
	position:absolute;
	top:0px;
	left:0px;
	display: block;
	background: url(../images/btn_topmenu.jpg) no-repeat -135px 0px;
	color: White;
	text-decoration: none;	
}
#topmenu li.last a, #topmenu li.last a:active, #topmenu li.last a:visited{		
	background: url(../images/btn_topmenu_last.jpg) no-repeat -135px 0px;	
}
#topmenu li a:hover{		
	background: url(../images/btn_topmenu.jpg) no-repeat -265px 0px;
}
#topmenu li.last a:hover{		
	background: url(../images/btn_topmenu_last.jpg) no-repeat -265px 0px;
}

#topmenu ul {
	position:absolute;
	top: 66px;
}
#topmenu ul li, #topmenu ul li a, #topmenu ul li a:active, #topmenu ul li a:visited{
	width:117px;
	height:46px;
	background: #BC0000 url(../images/topsubmenu_line.gif) no-repeat bottom;
	line-height: 46px;
	float: none;
	
}
/*ie7, ie8 hack*/
html>body #topmenu  ul li {
	*margin-bottom:-3px;
}
/*ie6 hack*/
* html #topmenu  ul li {
	margin-bottom:-3px;
}

#topmenu ul li a:hover{	
	background: #910E0E url(../images/topsubmenu_line.gif) no-repeat bottom;
}
#topmenu ul a {
	border-bottom: none;
	margin:0px;
	
}










/*LANG MENU*/
#langmenu{
	margin:0px;
	padding:0px;
	position:absolute;
	top:14px;
	right:404px;
}
#langmenu li{
	float:right;
	list-style-type: none;
	padding:0px 4px 0px 4px;
	border-right: 1px solid #5D5D5D;
	font-size: 11px;
}
#langmenu li.last{
	border-right: 0px none;
	padding-right:0px;
}
#langmenu li a{
	color:white;
	text-decoration: none;
}
#langmenu li a:hover{	
	text-decoration: underline;
}
/*LINK MENU*/
#linkmenu{
	margin:0px;
	padding:0px;
	height:67px;
	width:145px;
	position:absolute;
	top:4px;
	left:615px;	
}
#linkmenu li{
	margin:0px;
	padding:0px;
	height:67px;
	width:67px;
	list-style-type: none;
	display: block;	
}
#linkmenu li.cz{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;	
}
#linkmenu li.sk{	
	position:absolute;
	top:0px;
	left:75px;
	display:block;		
}
#linkmenu li.cz a, #linkmenu li.sk a{
	width:67px;
	height:67px;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	font-size: 12px;
	font-weight: bold;
	padding-top:10px;
	color:white;	
	text-decoration: none;
	text-align: center;
		
}
/*LEVE MENU*/
#leftmenu{
	width:300px;
	margin:0px 0px 60px 0px;
	padding:0px;
}
#leftmenu li ul{
	margin:0px;
	padding:0px;
	width:300px;	
}
#leftmenu li{
	margin:1px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	list-style-type: none;
	width:280px;
	min-height:35px !important;
	height:auto !important;
	height:35px;		
	background: url(../images/btn_leftmenu_1st_level.jpg) no-repeat -300px 0px;
	text-align: right;
}
#leftmenu li a, #leftmenu li a:active, #leftmenu li a:visited{
	margin:0px;
	padding:0px 20px 0px 0px;	
	width:280px;
	height:35px;	
	display: block;
	background: url(../images/btn_leftmenu_1st_level.jpg) no-repeat -300px 0px;
	text-decoration: none;
	line-height: 35px;
	font-weight: bold;
	color: Black;
	font-size: 13px;
}
#leftmenu li a:hover{	
	background: url(../images/btn_leftmenu_1st_level.jpg) no-repeat 0px 0px;	
	color: White;
}
#leftmenu li a.selected{	
	background: url(../images/btn_leftmenu_1st_level.jpg) no-repeat -600px 0px;	
	color: black;
}
#leftmenu li ul li{
	margin:1px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
	width:300px;
	height:35px;
	background: url(../images/btn_leftmenu_2nd_level.jpg) no-repeat -300px 0px;
	display:block;
}
#leftmenu li ul li a, #leftmenu li ul li a:active, #leftmenu li ul li a:visited{
	margin:0px;
	padding:0px 20px 0px 0px;	
	width:280px;
	height:35px;	
	display: block;
	background: url(../images/btn_leftmenu_2nd_level.jpg) no-repeat -300px 0px;	
	font-weight: normal;
	font-size: 11px;
	/*text-transform: uppercase;*/
}
#leftmenu li ul li a:hover{
	background: url(../images/btn_leftmenu_2nd_level.jpg) no-repeat 0px 0px;
}
#leftmenu li ul li a.selected{
	background: url(../images/btn_leftmenu_2nd_level.jpg) no-repeat -600px 0px;
}
/*leve dolni menu*/
#leftBottomMenu{
	margin:0px;
	padding:0px;
	width:280px;
	height:20px;
	position:absolute;
	bottom:5px;
	left:20px;	
	text-align: left;
	z-index:200;	
}
#leftBottomMenu li{
	margin:0px;
	display:inline;
	list-style-type: none;
	padding:0px 8px 0px 2px;
	border-right: 1px solid #5D5D5D;
	font-size: 11px;
}

#leftBottomMenu li.last{
	border-right: 0px none;
	padding-right:0px;
}
#leftBottomMenu li a{
	color:black;
	text-decoration: none;
}
#leftBottomMenu li a:hover{	
	text-decoration: underline;
}


/*FOOTER*/
#footer{
	width:1000px;
	height:35px;
	display: block;
	background: #AFAFAF;
	position:absolute;
	bottom:0px;
	z-index: 50;
}
#footer a, #footer a:active, #footer a:visited{
	text-decoration:none;
	color:black;
}
#footer a:hover{
	text-decoration:underline;	
}
#footer .info{
	margin:0px;
	padding:0px;
	position:absolute;
	top:11px;
	right:10px;
	text-align: right;
	font-size:10px;	
}
#bottomDistance{	
	clear: both;
	width:1000px;
	height:195px;	
}

/*flash carousel*/
#flashCarousel{
	width:1000px;
	height:180px;
	position: absolute;
	top:0px;
	left:0px;
	z-index:3000;	
}
/*BOTTOM FIXED*/
#bottomFixedContainer{
	height:200px;
	width:1000px;
	position:relative;
}
#btnCloseBanner{
	width:22px;
	height:22px;	
	position:absolute;
	top:130px;
	left: 23px;
	z-index:200;	
}
#btnCloseBanner a{
	width:22px;
	height:22px;	
	background: url(../images/iko-close-22x22.png);
	display:block;	
}
#btnPlaceBanner{
	width:22px;
	height:22px;	
	position:absolute;
	top:130px;
	left: 23px;
	z-index:200;
	display: none;
}
#btnPlaceBanner a{
	width:22px;
	height:22px;	
	background: url(../images/iko-top-22x22.png);
	display:block;	
}

/*SLOUPCE*/
#levy{
	width:300px;
	float:right;
	margin:7px 0px 0px 0px;	
}
#content{
	width:700px;
	float:right;
	margin:7px 0px 0px 0px;	
	min-height:200px !important;
	height:auto !important;
	height:200px;				
}
#contentII{
	width:660px;
	margin:0px 20px 20px 20px;	
}


/*PAGES*/
/*kontakty*/
.kontaktyLeft{
	width:220px;
	float:left;	
	margin:20px 0px 0px 0px;			
}
.kontaktyLeftsmallMargin{
	width:220px;
	float:left;	
	margin:10px 0px 0px 0px;			
}

.kontaktyRight{
	width:440px;
	float:left;
	margin:20px 0px 0px 0px;
}
.kontaktyRight .leva{
	width:200px;
	float:left;
	margin:0px 0px 20px 0px;
}
.kontaktyRight .prava{
	width:240px;
	float:left;
	margin:0px 0px 20px 0px;
}
/*kontakt form*/
#kontaktFormContainer{
	position:relative;
}
#kontaktFormContainer .infoTop{
	position:absolute;
	margin:0px;	
	top:5px;
	left:220px;	
	width: 439px;
}
#emailForm{
	width:660px;	
}
#emailForm table{
	width:660px;	
	margin:0px 0px 20px 0px;	
}
#emailForm .textTd{	
	color: Black;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 12px;
	padding-bottom:5px;
}
#emailForm .textTdTop{	
	color: Black;
	font-weight: bold;
	vertical-align: top;
	font-size: 12px;
	padding-top:25px;
}
#emailForm .inputTd{	
	width:440px;
	padding:20px 0px 0px 0px;
	vertical-align: bottom;
}

#emailForm .inputForm{
	width:435px;
	border: 1px solid #AFAFAF;
	height:22px;
	padding:3px 0px 0px 3px;
	background: url(../images/inputform_bg.jpg) repeat-y;
	color: Black;		
}
#emailForm #formObsah{
	width:435px;
	height:160px;
	border: 1px solid #AFAFAF;
	padding:3px 0px 0px 3px;
	background: url(../images/inputform_bg.jpg) repeat-y;
	color: Black;		
}
#emailForm  .submit{
	width:105px;
	height:29px;
	border: 1px solid #AFAFAF;
	float:right;
	color:white;
	text-align: center;
	margin-top:20px;
	font-weight: bold;
	background: url(../images/submit_bg.jpg) repeat-y;
	cursor: pointer;	
}
/*sestavy*/
.sestavyDefImg{
	width:200px;
	height:200px;
	float:left;
	clear: left;	
	border:0px none;
}

.sestavyOtherImg{
	float:left;
	border:0px none;
	margin:0px 20px 0px 0px;	
	height:100px;
}
.sestavyOtherImgLast{
	float:left;
	border:0px none;
	margin:0px 0px 0px 0px;	
	height:100px;
}
.sestavyInfo{
	width:440px;
	height:100px;
	margin:0px 0px 0px 20px;
	padding:0px;
	float:left;	
	position:relative;		
}
.sestavyInfo p{
	
	margin:5px 0px 0px 0px;		
}
.sestavyInfo .novinka{
	width:161px;
	height:13px;
	top:0px;
	right:0px;	
	position:absolute;
	background: #D3D3D3 url(../images/novinka.gif) no-repeat;
	
}
.sestavyInfo .novinka span{
	display:none;
}
#sestavyOther{
	width:440px;
	height:100px;
	margin:0px 0px 0px 20px;	
	float:left;	
	position:relative;
	cursor: pointer;
}
#sestavyOther .imgLeft{
	width:330px;
	height:100px;	
	position:absolute;	
	top:0px;
	left:0px;
}
.btnAll{
	width:90px;
	height:50px;	
	position:absolute;
	top:0px;
	left:350px;
	text-align: center;
	padding-top:50px;
	background: url(../images/arrox_bottom.jpg) no-repeat 60px 70px;
	color: #676767;
}
#sestavyOtherContainer{
	width:660px;
	position:relative;
	padding-bottom:50px;
	margin-top:20px;
		
}
.sestavyOtherBox{
	width:224px;
	height:270px;	
	margin: 0px 0px 20px 0px;
	float:left;	
	text-align:center;
	border-right: 1px dotted #D2D2D2;
	position:relative;
}
.sestavyOtherBoxLast{
	width:210px;
	height:270px;	
	float:left;	
	margin: 0px 0px 20px 0px;
	text-align:center;
	position:relative;	
}
.sestavyOtherBox img, .sestavyOtherBoxLast img{
	width:200px;
	border:0px none;	
}
.popisOtherSestavyContainer{
	position:absolute;
	width:200px;
	height:75px;
	bottom:0px;
	display: block;
	left:0px;
	z-index:2000;	
}
.popisOtherSestavyContainer p{
	padding: 5px 10px 5px 10px;
	text-align: left;
}
#sestavyOtherContainer .closeTop{
	text-align:right;
	padding:0px 30px 0px 0px;
	height:25px;
	margin:0px 0px 0px 0px;
	background: url(../images/btn_close.jpg) no-repeat right;
	line-height:30px;
	cursor: pointer;
	display: block;
	position:absolute;
	top:-87px;
	right:6px;
	z-index:1700;
}

#sestavyOtherContainer .closeBottom{
	text-align:right;
	padding:0px 30px 0px 0px;
	height:25px;
	margin:0px 0px 0px 0px;
	background: url(../images/btn_close.jpg) no-repeat right;
	line-height:30px;
	cursor: pointer;
	display: block;
	position:absolute;
	bottom:20px;
	right:6px;
	z-index:1800;
}

.infoSestavyTab{
	width:660px;
	margin-bottom:20px;	
}
.infoSestavyTab td{
	
}
.infoSestavyTab td.left{
	padding-left:0px;
	vertical-align:top;
	width:150px;
}
.infoSestavyTab td.absRight{
	width:170px;
}
.infoSestavyTab tr.dottedTr td {
	background: url(../images/dotted.gif) repeat-x bottom;
	padding-bottom:16px;	
}
.infoSestavyTab ul{
	margin-left:15px;
	padding:0px;	
}





#sestavyOther .bottomator{
	position:absolute;
	bottom:0px;
	left:0px;	
}
h2.sestavyHead{
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}
.sestavyHeadInfo{
	width:660px;	
	color: #959595;	
}
.sestavyTab{
	width:660px;
	margin-bottom:20px;		
}
.sestavyTab td{	
	
}
.sestavyTab td.left{	
	padding-left:0px;
	vertical-align:top;
	
}
.sestavyTab td.leftCol{
	padding-left:0px;
}
.sestavyTab tr.dottedTr td, td.dottedBottom {
	background: url(../images/dotted.gif) repeat-x bottom;
	padding-bottom:16px;	
}
.sestavyTab tr.dottedTrMin td , .sestavyTab td.dottedTrMin{
	background: url(../images/dotted.gif) repeat-x bottom;
	padding-bottom:4px;	
}
.sestavyTab tr.paddingTop td {	
	padding-top:16px;	
}

.articleImg{
	margin:0px 0px 5px 0px;
	display:block;
	border: 0px none;
	
}
.articleImgNoBlock{
	margin:5px 10px 5px 0px;	
}
#lightsContainer{
	position:relative;
}
#btnViewAllLightsContainer{
	position:relative;	
	cursor: pointer;	
	background: url(../images/arrox_bottom.jpg) no-repeat right top;
}
#viewAllLightsContainer{
	width: 660px;
	min-height: 200px !important;
	height:auto !important;	
	display:block;
	background: #fff;
	padding: 0px 0px 50px 0px;
	position:relative;
	}
.viewAllLights{
	position: absolute;
	top: -23px;
	right: 0px;
	width: 160px;
	height: 15px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	color: #676767;
}
.closeSamplesTop{
	text-align:right;
	padding:0px 30px 0px 0px;
	height:25px;
	margin:0px 0px 0px 0px;
	background: url(../images/btn_close.jpg) no-repeat right;
	line-height:30px;
	cursor: pointer;
	display: block;
	position:absolute;
	top:-80px;
	right:10px;
	z-index:1500;
}
.closeSamplesBottom{
	text-align:right;
	padding:0px 30px 0px 0px;
	height:25px;
	margin:0px 0px 0px 0px;
	background: url(../images/btn_close.jpg) no-repeat right;
	line-height:30px;
	cursor: pointer;
	display: block;
	position:absolute;
	bottom:30px;
	right:10px;
	z-index:1600;
}
/*seznam sestav*/
.sestavySeznam{
	width:150px;
	height:182px;
	float:left;
	margin:0px 20px 20px 0px;	
	position:relative;
}
.sestavySeznamLast{
	width:150px;
	height:182px;
	float:left;
	margin:0px 0px 20px 0px;	
	position:relative;
}
.sestavySeznam a, .sestavySeznamLast a{
	width:150px;
	height:182px;	
	position:absolute;
	top:0px;
	left:0px;
	display: block;
}
.sestavySeznam img, .sestavySeznamLast img{
	position:absolute;
	top:32px;
	left:0px;
	border:0px none;
}
.sestavySeznam a .label, .sestavySeznamLast a .label{
	font-family: Arial, Helvetica, sans-serif;
	width:150px;
	height:30px;	
	position:absolute;
	top:0px;
	left:0px;
	display: block;
	background: #D4D4D4;
	text-align:center;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
}
.sestavySeznam a:hover .label, .sestavySeznamLast a:hover .label{	
	background: #BC0000;
	color: White;
}
/*showroom*/
.showImg{
	margin:0px 20px 20px 0px;
	float:left;
	border:0px none;
}
.showImgLast{
	margin:0px 0px 20px 0px;
	float:left;
	border:0px none;
}
.imgContainer{
	margin:0px 16px 20px 0px;
	float:left;
	border:0px none;
	width:320px;
	height:168px;
	border:1px solid #AFAFAF;
}

/*komponenty*/
.komponentyTab td{
	vertical-align:top;	
	width:150px;
}
.komponentyTab .innerContainer{	
	position:relative;
	padding: 0px 0px 30px 0px;
	min-height: 300px !important;
	height:auto !important;
	height:300px;	
}
.komponentyTab .label{		
	padding-top: 5px;
	vertical-align: top;	
}
.komponentyTab .popis{
	
}
.komponentyTab .size{
	
}
.komponentyTab .other{
	
}
.komponentyTab .price{
	
}
.komponentyTab .popisTop{
	display:block;
	margin:0px 0px 5px 0px;
	padding: 35px 0px 0px 0px;
}
.komponentyTab .imgKomponenty{
	text-align:center;
	vertical-align: bottom;

}
.komponentyTab .imgKomponenty img{
	display: block;
	border: 0px none;
	margin:0px auto;

}
.komponentyTab .novinka{
	width:49px;
	height:49px;
	position:absolute;
	top:0px;
	right:-5px;
	background: url(../images/novinka_edge.gif) no-repeat;
}
.ifNovinkaContainer{
	min-height:49px !important;
	height:auto !important;
	height:49px;
	position:relative;	
}
.ifNovinkaContainer .novinkaComps{
	width:49px;
	height:49px;
	position:absolute;
	top:-5px;
	right:-5px;
	background: url(../images/novinka_edge.gif) no-repeat;
}
.ifNovinkaContainer .lastCompsCZ{
	width:49px;
	height:49px;
	position:absolute;
	top:-5px;
	right:-5px;
	background: url(../images/last_cz_edge.gif) no-repeat;	
}
.ifNovinkaContainer .lastCompsSK{
	width:49px;
	height:49px;
	position:absolute;
	top:-5px;
	right:-5px;
	background: url(../images/last_sk_edge.gif) no-repeat;	
}
.ifNovinkaContainer .expedice72CZ{
	width:49px;
	height:49px;
	position:absolute;
	top:-5px;
	right:-5px;
	background: url(../images/expedice72_cz_edge.gif) no-repeat;	
}
.ifNovinkaContainer .expedice72CZ_L{
	width:49px;
	height:49px;
	position:absolute;
	top:-5px;
	left:-5px;
	background: url(../images/expedice72_cz_edge-left.gif) no-repeat;	
}

.ifNovinkaContainer .expedice72SK{
	width:49px;
	height:49px;
	position:absolute;
	top:-5px;
	right:-5px;
	background: url(../images/expedice72_cz_edge.gif) no-repeat;	
}
.ifNovinkaContainer .expedice72SK_L{
	width:49px;
	height:49px;
	position:absolute;
	top:-5px;
	left:-5px;
	background: url(../images/expedice72_cz_edge-left.gif) no-repeat;	
}




.komponentyTab .novinka span, .ifNovinkaContainer .novinkaComps span, .ifNovinkaContainer .lastCompsCZ span, .ifNovinkaContainer .lastCompsSK span{
	display:none;
}
.komponentyNadpisLogo{
	position:relative;	
	height:40px;
	margin-bottom:15px;
	background: url(../images/dotted.gif) repeat-x bottom;
}
.komponentyNadpisLogo img{
	position:absolute;
	top:0px;
	right:0px;
}
/*UNDER CONSTRUCTION*/
.ucContainer{
	margin:30px 0px 0px 30px;
}
.ucContainer img{
	float:left;
	margin:0px 0px 0px 0px;
}
.ucContainer p{
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px;
	font-weight: bold;
	color: #BC0000;
	line-height: 100px;
}
/*mapa flash*/
#prodejniMistaMapCr{
	width:600px;
	height:400px;
}
#prodejniMistaMapSr{
	width:600px;
	height:360px;
}
/*umyvadla*/
.umyvPovrch{
	float:right;
	margin:10px 0px 0px 20px;
}
/*detaily*/
.historyBtn{
	width:300px;
	height:30px;
	background: url(../images/btn_left.jpg) no-repeat 0px 0px;	
	display:block;
}
.historyBtn a{
	width:300px;
	height:30px;	
	padding-left:35px;
	display:block;
	line-height:25px;
	color: #666666;
	text-decoration: none;
}
.historyBtn a:hover{	
	color: #BC0000;
	text-decoration: underline;
}
.historyBtnRight{
	width:200px;
	height:30px;
	background: url(../images/btn_left.jpg) no-repeat 70px 0px;	
	display:block;
	position:absolute;
	bottom:-45px;
	right:0px;
	text-align:right;
		
}
.historyBtnRight a{
	width:200px;
	height:30px;	
	
	display:block;
	line-height:25px;
	color: #666666;
	text-decoration: none;
}
.historyBtnRight a:hover{	
	color: #BC0000;
	text-decoration: underline;
}





#detail{
	position: relative;	
}
#detail .novinka{
	width:161px;
	height:13px;
	top:0px;
	right:0px;	
	position:absolute;
	background: url(../images/novinka.gif) no-repeat right;
}
#detail .lastCZ{
	width:161px;
	height:13px;
	top:0px;
	right:0px;	
	position:absolute;
	background: url(../images/last_cz_top.gif) no-repeat right;
}
#detail .lastSK{
	width:161px;
	height:13px;
	top:0px;
	right:0px;	
	position:absolute;
	background: url(../images/last_sk_top.gif) no-repeat right;
}

#detail .novinka span{
	display:none;
}
#detailProductContainer{
	position:relative;
	width:660px;	
}
#detailProductContainer .imgDetail{
	width:300px;
	float:left;	
}
#detailProductContainer .imgDetail img{
	border:0px none;
}
#detailProductContainer .imgPopis{
	width:350px;
	float:left;
	margin:20px 0px 0px 10px;		
}
.detailTab{
	width:350px;	
}

.detailHead{
	margin:0px;
	padding:0px;
	color:#BC0000;
	text-transform: uppercase;
}


.detailTab .header{
	padding: 0px 0px 20px 20px;
	vertical-align: top;	
	background: url(../images/dotted.gif) repeat-x bottom;	
}
.detailTab .legenda{
	color: #4E4E4E;
	font-weight:bold;
	vertical-align: top;
	width: 80px;
	padding: 10px 0px 10px 20px;
	background: url(../images/dotted.gif) repeat-x bottom;	
}
.detailTab .value{
	padding: 10px 0px 10px 0px;	
	vertical-align: top;
	background: url(../images/dotted.gif) repeat-x bottom;	
}
.detailTab .noDotted{
	background: none;
}
.detailTab tr.dottedLine td , .detailTab td.dottedLine{
	background: url(../images/dotted.gif) repeat-x bottom;	
}

/*e-shop objekty*/
#shopObjectsForm{
	position:relative;
}
#shopObjectsForm .inputPwd{
	width:220px;
	border: 1px solid #AFAFAF;
	height:22px;
	padding:3px 0px 0px 3px;
	background: url(../images/inputform_bg.jpg) repeat-y;
	color: #575757;		
}
#shopObjectsForm  .submit{
	width:80px;
	height:25px;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #AFAFAF;	
	color: #575757;
	text-align: center;
	margin:10px 0px 0px 145px;
	cursor: pointer;
}

/* aktuality */
h2.aktNadpis{
	font-size: 13px;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.aktDatum{
	margin:0px;
	padding:0px;
	font-size: 95%;
	text-align: right;
	color:#AFAFAF;
}
.aktContainer{
	background: url(../images/dotted.gif) repeat-x bottom;
	padding:0px 0px 5px 0px;
}
.aktMore{
	text-align: right;
	margin:0px;
}
.aktMore a{
	text-align: right;
	background: url(../images/btn_right.jpg) no-repeat right;
	height:30px;
	padding-right:35px;
	display:block;
	line-height:30px;
}
.aktBack{
	text-align: left;
	margin:0px;
}
.aktBack a{
	text-align: left;
	background: url(../images/btn_left.jpg) no-repeat left;
	height:30px;
	padding-left:35px;
	display:block;
	line-height:30px;
}
.aktImgContainer{
	background: url(../images/dotted.gif) repeat-x top;
	padding:10px 0px 10px 0px;
}
.aktImg{
	border:0px none;
}
.aktImgContent{
	width:140px;
	min-height:140px !important;
	height:auto !important;
	height: 140px;
	text-align:center;
	background: #F7F7F7;
	float:left;
	margin:5px 5px 5px 8px;
	padding:5px;
	
}
.aktImgContent a{
	margin:0px auto;
}
.aktImgText{
	text-align:left;
}
.nadpisCompAkt{
	margin:0px;
	color:#959595;
	font-weight: bold;
}
.returnBtnAtt{	
	height:30px;	
}
.returnBtnAtt a{	
	height:30px;
	background: url(../images/btn_left.jpg) no-repeat 0px 0px;	
	display:block;
	padding-left:35px;
	line-height:30px;	
}
/* float news */
#floatNewsContainer{
	width:262px;
	position:absolute;
	top:189px;
	left:738px;
	z-index: 1800;
	display: none;
}
#floatNewsContainer .top{
	width: 262px;
	height: 10px;
	background: url(../images/float_akt_top.png) no-repeat;
}
#floatNewsContainer .bottom{
	width: 262px;
	height: 20px;
	background: url(../images/float_akt_bottom.png) no-repeat;
}
#floatNewsContainer .body{
	width: 232px;
	padding:0px 10px 0px 20px;
	background: url(../images/float_akt_body.png) repeat-y;
	min-height: 60px !important;
	height:auto !important;
	height:60px;
}
h2.floatNewsNadpis{
	font-size: 13px;
	margin:0px;
	padding:0px 0px 5px 0px;
	background: url(../images/dotted.gif) repeat-x bottom;
}
p.floatNewsText{
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
#floatNewsBtnClose{	
	height:25px;
	width:25px;	
	background: url(../images/btn_close.jpg) no-repeat left;	
	display: block;
	position:absolute;
	bottom: 25px;
	left: 20px;	
}
#floatNewsBtnClose span{
	display:none;
}
#tooltip{
	position:absolute;
	border: 1px solid #777777;
	background: #EBEBEB;
	padding:2px 5px;
	color:black;
	display:none;	
	text-align:left;
}
.kontaktyNoFloatRight{
	padding-left:220px;
}	
.rightHeadInfo{
	text-align:right;
	position:absolute;
	right:0px;
	top:0px;
}

/* quick edit */
.quickEdit{
	text-align:center;	
}
.quickEdit a{
	text-align:center;
	padding:3px 15px 3px 15px;
	background:#959595;
	color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	text-decoration:none;	
}
.quickEdit a:hover{	
	background:#575757;		
}





























