@charset "utf-8";
/* CSS Document */
/*-------------------------lightbox start------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border:none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}


#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; text-align:justify;}

#imageData{	padding:0 10px; color: #666;}
#imageData #imageDetails{ width: 70%; float: left; text-align:justify;}	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	text-align:justify;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; text-align:right;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*--------------------------lightbox end-------------------------*/
a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; } 
img { border-style:none; }

.topMenu{ color:#000000;}
body{font-family:Tahoma; font-size:14px;}
.topMenu a{ color:#000000; font-family:Tahoma; font-size:14px; text-align:center;}
.topMenu a:visited{ text-decoration: none; font-family:Tahoma; font-size:14px; text-align:center;}
.topMenu a:hover{ color:#999999; text-decoration:underline; font-family:Tahoma; font-size:14px; text-align:center;}
.topMenu a:active{ color:#000000;  font-family:Tahoma; font-size:14px; text-align:center;}

.leftMenu a{ color:#FFFFFF; font-weight:bold;font-family:Tahoma; font-size:12px;}
.leftMenu a:visited{ text-decoration: none; font-weight:bold;font-family:Tahoma; font-size:12px;}
.leftMenu a:hover{ color:#FFFFFF; text-decoration:underline;font-weight:bold;font-family:Tahoma; font-size:12px;}
.leftMenu a:active{ color:#FFFFFF;font-weight:bold; font-family:Tahoma; font-size:12px; text-decoration:underline;}

.midlink a{ color:#006633;}
.midlink a:visited{ text-decoration: none; }
.midlink a:hover{ color:#999999; text-decoration:underline;}
.midlink a:active{ color:#006633; }

.leftMenu2 a{ color:#660000; }
.leftMenu2 a:visited{ text-decoration: none; }
.leftMenu2 a:hover{ color:#FFFFFF; text-decoration:underline;}
.leftMenu2 a:active{ color:#660000; }

body{
	margin-left:2px;
	margin-top:5px;
}

.products {color:#FFFFFF; font-size:12px;}
.products a{color:#000000; font-size:12px;}
.products a:visited{ text-decoration: none; font-size:12px;}
.products a:hover{ color:#999999; text-decoration:underline;font-size:12px;}
.products a:active{ color:#000000; font-size:12px;}
.kod {color:#000000; font-size:12px; font-weight:bold; text-align:left;}
.kodnum {color:#000000; font-size:12px; text-align:right;}

.label{ background-color:#fe7aa9; color:#FFFFFF;font-weight:bold;font-size:16px;}
h1{
	color:#FFFFFF;font-weight:bold;font-size:13px; margin-left:5px; margin-right:5px; margin-bottom:0px; margin-top:0px; text-align:center;
}
.labelProducts{ color:#FFFFFF;font-weight:bold;font-size:13px;}
.contactLabel{
	color:#933;font-weight:bold; font-family:Tahoma; font-size:12px; text-decoration:none;
}
.contactData{
	color:#000;font-family:Tahoma; font-size:12px; text-decoration:none;
}
.left{
	background-image:url(../images/left.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.right{
	background-image:url(../images/right.gif);
	background-position:left;	
	background-repeat:repeat-y;
}

/****** Nav Panel ******/
.navPanel{
	border-top: 1px solid #DAD7CF;
	border-bottom: 1px solid #DAD7CF;
	line-height: 200%;
	background: #F2F0EE url('../images/bg_btn.png') top left;
}
.innerNavPanel {
	margin: 0 auto;
	width: 750px;
}

/* buttons */
.buttonWrapper{
	border: 1px solid #E4E1DA;
	border-left: none;
	background: #F2F0EE url('../images/bg_btn.png') top left;
}
.buttons{
	line-height: 200%;
	white-space: nowrap;
	width: 99%; /* ie6 fix */
	overflow: hidden;
	border-left: 1px solid #E4E1DA;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	display: block;
	padding: 4px 20px;
	color: #645A44;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #E4E1DA;
	background: #F4FBE1 url('../images/bg_btn.png');
}
.buttons a:hover
{
	color: #395500;
	background: #f9f2f4 url('../images/bg_btn_hover.png') top left repeat-x;
}
.buttons-special
{
	font-weight: bold;
}
.buttons-active {
	color: #993300 !important;
	background: #FFF1BB url('../images/bg_btn_active.png') !important;
}

.buttons .label{
	/*float: left;*/
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background: none;
}

/* sorry for this ie6 hack */
* html .buttons img {
	float: left;
	margin: 5px 5px 5px 0px;
}

.shadowStrip{
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url('../images/bg_shadow.png');
}
.franchising{
	font-size:11px;
	font-family:Verdana;
	
}
.franchising a:link,
.franchising a:active,
.franchising a:visited
{
	font-family:Verdana;
	font-size:11px;
	color:#F69;
}
.franchising a:hover
{
	color:#600;	
}
.title_bar{
	/*background-color:#ff85a8;*/
	background:url(../images/banner2.png);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.title_bar2{
	background-color:#ff85a8;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.sitemap{
	font-size:11px;	
	color:#000000;font-family:Tahoma;
}
.sitemap a:link,
.sitemap a:active,
.sitemap a:visited
{
	color:#000000;font-family:Tahoma; font-size:11px;	
}
.sitemap a:hover
{
	color:#000000; text-decoration:underline;font-family:Tahoma; font-size:11px;
}
