/* 
101: graublau:
*****
Schrift:	#7d7d7d
Rahmen/ Hauptfarbe:	#859db0
blasse Hintergrundfarbe: #e7f1f8
*/
.footerColoredLine {
	height:5px;
	background-color:#FFFFFF;
}
 

.artsearchtext {
      font-family:Arial;
      font-size:12px;
      font-weight:bold;
      color:#7d7d7d;
}

.artsearchtext a:link 		{ text-decoration:none; color:#7d7d7d;}
.artsearchtext a:visited 	{ text-decoration:none; color:#7d7d7d;}
.artsearchtext a:hover 		{ text-decoration:none; color:#666666; }
.artsearchtext a:active 	{ text-decoration:none; color:#7d7d7d;}
.artsearchtext a:focus 		{ text-decoration:none; color:#7d7d7d;}


.basketBoxRight {
	padding-left:2px; 
	z-index:0;
	width:191px; 
}


.leftnavTextback a:link { text-decoration:none; color:#7d7d7d;}
.leftnavTextback a:visited { text-decoration:none; color:#7d7d7d;}
.leftnavTextback a:hover { text-decoration:none; color:#a1927e; }
.leftnavTextback a:active { text-decoration:none; color:#7d7d7d;}
.leftnavTextback a:focus { text-decoration:none; color:#7d7d7d;}

.leftnavTextback {

      text-align:left;
      padding-left:20px;
      vertical-align:middle;
      line-height:20px;
      font-family : Verdana, Arial, Helvetica, Sans Serif;
      font-size : 10px;
      color:#7d7d7d;
      font-style : normal;
      font-weight : normal;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #FFFFFF;
visibility: hidden;
z-index: 5000;
cursor: pointer;
outline:3px solid #859db0;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
line-height: 1.1em;
color: black;

}
#thumbBox .headerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
line-height: 4px;
color: black;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 2500;
}
