@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: 402px;
	margin: 20px 12px 0 0;
	background-color: #FFF;
	padding: 0;
	float: right;
	}



#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;
  }
  
#thumb {
	margin-top: 5px;
	}
	
#artistName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
}*/

