@charset 'UTF-8';


.menuTop a {
	display:block;
	float:left;
	position:relative;
	top:18px;
	left:9px;
	color:#dedede;
}

.menuTop .sep {
	width:2px;
	height:20px;
	background:url(../images/menu/separ.gif) 0 0 no-repeat;
	float:left;
	position:relative;
	top:18px;
	left:9px;
}

.menuTop a.rplcmnt.vyrobky { width:108px; height:20px; }
.menuTop a.rplcmnt.vyrobky span { width:108px; height:20px; background:url(../images/menu/vyrobky.gif) 0 0 no-repeat;  }
.menuTop a:hover.rplcmnt.vyrobky span { width:108px; height:20px; background:url(../images/menu/vyrobky-hover.gif) 0 0 no-repeat; }

.menuTop a.rplcmnt.kalkulace { width:120px; height:20px; }
.menuTop a.rplcmnt.kalkulace span { width:120px; height:20px; background:url(../images/menu/kalkulace.gif) 0 0 no-repeat;  }
.menuTop a:hover.rplcmnt.kalkulace span { width:120px; height:20px; background:url(../images/menu/kalkulace-hover.gif) 0 0 no-repeat; }

.menuTop a.rplcmnt.kontakty { width:121px; height:20px; }
.menuTop a.rplcmnt.kontakty span { width:121px; height:20px; background:url(../images/menu/kontakty.gif) 0 0 no-repeat;  }
.menuTop a:hover.rplcmnt.kontakty span { width:121px; height:20px; background:url(../images/menu/kontakty-hover.gif) 0 0 no-repeat; }

.menuTop a.rplcmnt.eshop { width:88px; height:20px; }
.menuTop a.rplcmnt.eshop span { width:88px; height:20px; background:url(../images/menu/eshop.gif) 0 0 no-repeat;  }
.menuTop a:hover.rplcmnt.eshop span { width:88px; height:20px; background:url(../images/menu/eshop-hover.gif) 0 0 no-repeat; }

.eshopLink { 
	display:block; 
	width:75px; 
	height:66px; 
	position:absolute; 
	top:190px; 
	right:-15px;
	behavior: url(css/iepngfix.htc);
	overflow:hidden;
	text-indent:100px;
	background-color:#FF0000;
	background:url(../images/layout/eshop-button.png) 0 0 no-repeat;
	cursor:pointer;
 }
 
.search {
 	width:230px;
	height:30px;
 	background:url(../images/layout/searchtext-bg.gif) 3px 3px no-repeat;
	position:absolute;
	top:50px;
	right:7px;
 }
 
.search .text {
	background:none;
	border:none;
	margin:7px 0 0 9px;
	width:185px;
	font-size:12px;
}

.search .submit {
	width:23px;
	height:30px;
	border:none;
	background:url(../images/layout/searchbutton-bg.gif) 0 0 no-repeat;
	float:right;
	cursor:pointer;
	
}
 
 
 

