@charset "UTF-8";
/* CSS Document */

#white_box {
	width: 521px;
	height: 402px;
	background-color: #FFFFFF;
	padding: 15px 0 0 15px;
	}

	
#sample {
	border:solid 14px #CDCDCD;
	background:#CDCDCD;
	float:left;
	margin: 15px;
	}

.orange {
	color: #F26522;
	} 

.whiteBox {
	background-color: #FFFFFF;
	color: #CC0000;
	height: 120px;
	width: 120px;

	}

#white_descr {
	width: 140px;
	float:right;
	text-align:left;
	margin:15px 0 0 0;
	padding: 0 10px 0 0;
	}

#artContainer {
	width: 535px;
	height: 415px;
	margin: 20px 12px 0 0;
	background-color: #FFF;
	padding: 0;
	float: right;
	text-align:left;
	}
	
#insideContainer {
	height: 382px;
	width: 533;
	overflow: auto;
}

#insideContainer .text {
	padding-right:10px;
}



#search ul {
	list-style-type: none;
	margin-left: 0;
	}
	
#slideThumbs ul {
	list-style-type: none;
	margin-left: 0;
	}
	
	
#slideThumbs ul li {
  float: left;
  width: 120px;
   /* accommodate the widest item */
}

/* stop the floating after the list */
br {
  clear: left;
  }
	
.artist {
	font-size: 16px;
	color: #F26522;
	font-weight: bold;
	margin: 12px 0 0 15px;
	}
.text {
	font-size: 11px;
	overflow: auto;
	margin: 0 0 0 15px;
	}
	
/*#artistName {
	font-size: 12px;
	position: absolute;
	left: 159px;
	top: 65px;
	}*/
	
#artistName a:link {
	color: #F26522;
	text-decoration:none;
	}
	

#artistName a:visited {
	color: #F26522;
	text-decoration:none;
	}
	
#artistName a:hover {
	color: #F26522;
	text-decoration:underline;
	}
	
/*#apDiv1 {
	position:absolute;
	left:636px;
	top:227px;
	width:111px;
	height:110px;
	z-index:1;
}*/

#changeFont {
	font-size: 10px;
	color:#FFFFFF;
	text-align: right;
	background:#666;
	padding: 2px 8px 2px 0;
	border-bottom: solid 2px #333;
	width: 527px;
	}

#changeFont a {
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
	}

