/* CSS Document */
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
		background-repeat: no-repeat;
	font-color: #989898;
	background-color: #FFF;
}



a:active {color: #707070 ;  font-weight: bold; background-color: transparent;}
a {text-decoration:none; font-weight: bold; color: #707070; background-color: transparent;}
a:hover {color: #989898; font-weight: bold; background-color: transparent;}
a:visited {color: #707070; background-color: transparent;}

.main_box { 
	top: 24px;
	left: 140px;
	right: 140px;
	color: #000; 

	font-size: 12px;

	border-width: 0px;
	background: transparent;
	position: absolute;
	padding: 10px;
}
 
.footer_box { 
	color: #000; 
	
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: #000; 
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	background: transparent;


}
 
.menu_float { 
	text-align: center;
	font-weight: bold;
	font-size: 12px; 
	color: #989898;
	background: transparent;
	border-width:0px;
	width: 124px;
	position: absolute;
	top: 42px;
	left: 0px;
}

.menu_right { 
	text-align: center;
	font-weight: bold;
	font-size: 12px; 
	color: #989898;
	background: transparent;
	border-width:0px;
	width: 124px;
	position: absolute;
	top: 42px;
	right: 0px;
}

.thumb_box { 
	left: 0px;
	color: #000; 
	right: 0px;
	font-size: 10px;
	font-weight: bold;
	border: #000; 
	border-style: solid;
	border-width: 1px;
	background: transparent;
	padding: 4px;

}
 
.head_text { 
	top: 2px;
	left: 8px; 
	background: transparent;
	text-align: right;
	color: #989898;
	font-size: 26px;
	font-weight: bold;
	border-style: none;
	position: absolute;
	height: 12px;
}

.big_text { 
	color: #000;
	font-size: 26px;
	font-weight: bold;
}

.cat_line { 
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

.small_text { 
	top: 25px;
	left: 11px; 
	color: #989898;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	border-width: 0px;
	background: transparent;
	position: absolute;
	height: 12px;
}

.top_menu { 
	top: 5px;
	left: 190px; 
	color: #989898;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-width: 0px;
	background: transparent;
	position: absolute;
	height: 16px;
}

.currency_box { 
	text-align: left;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	background: transparent;

}

.product_box { 
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	background: transparent;

}

/*Lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.dankeente.com/store/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.dankeente.com/store/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.dankeente.com/store/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%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
