/* CSS Document */

/* top bar */
body {
	 font-family:Gill Sans, GillSans, Verdana, Arial, Helvetica; 
	 color:#333;
	 }
	 
.page_container { position:relative; }
/* main content */

/* artists page */
.artist_bg { position:absolute;top:59px;left:11px;width:770px;height:300px;background-color:#CCF;z-index:2; }
.artist_name {

	position:absolute;
	top:73px;left:18px;
	
	z-index:3;
	
	padding:6px;
	width:253px;height:20px;
	overflow:hidden;
	font-weight:bold;
	font-weight:900;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.artist_bio, .bid_form_box, .bid_terms {

	z-index:3;
	background-color:#FFF;
	padding:6px;
	position:absolute;
	
	top:112px;left:20px;
	width:263px;height:123px;
	font-weight:normal;
	font-size:12px;
	overflow:hidden;


}
.artist_bio_scroll, .bid_form_box_scroll, .bid_terms_scroll {
	position:relative;
	overflow:auto;
	width:263px;height:123px;
}

.bid_form_box { 
	top:122px;left:20px;
	width:285px;height:296px;
	left:42px;
}
.bid_form_box_scroll { 
	width:285px;height:300px;
}

.bid_terms {
	top:82px;left:420px;
	width:285px;height:334px;
	
}
.bid_terms_scroll {
	width:285px;height:330px;
}
.bid_text_directions {
	padding:2px;
	margin:4px;
	margin-left:1px;
	border:1px dashed #CCF;
	background-color:#EEF;
}

a.artist_site { padding-top:5px;margin-top:5px;float:left;clear:left;border-top:1px dashed silver; }

.artist_artworks {

	z-index:3;
	background-color:#FFF;
	padding:6px;
	position:absolute;top:279px;left:22px;
	width:257px;height:65px;
	font-weight:normal;
	font-size:12px;
	overflow:hidden;

}
.artist_artworks_scroll {
	position:relative;
	overflow:auto;
	width:257px;height:65px;
}
.artist_selected_art {
	z-index:3;
	background-color:#FFF;
	padding:6px;
	position:absolute;top:75px;left:423px;
	width:277px;height:260px;
	font-weight:normal;
	font-size:12px;
	overflow:hidden;
}
.artist_selected_art_image {

	width:100%;
	border:1px solid #CCF;
	height:150px;
	overflow:hidden;

	text-align:center;
}
.artist_selected_art_title { font-weight:bold; 	font-family:Verdana, Arial, Helvetica, sans-serif;}
.artist_selected_art_medium { float:left;}
.artist_selected_art_dimensions { float:left;margin-left:4px; border-left:1px dotted silver; padding-left:8px;}

.artist_selected_bid_container {
		margin-top:10px;
		 border:1px solid #CCF;
		 padding:6px;
		 
		 }
.artist_selected_bid_minimum {}
.artist_selected_bid_yours {}
.artist_selected_bid_button {}
.artist_selected_bid_popup_container {}

.artists_container {
	position:absolute;
	left:8px;
	top:384px;
	z-index:4;


	height:69px;
	width:768px;
	text-align:center;

	}
.artists_scroll_left {float:left;width:10px;}
.artists_image {
	width:55px;height:55px;
	border:1px solid #CCF;
	padding:1px;margin:1px;
	float:left;
	overflow:hidden;
	position:relative;	}
.artists_image img {border:0px;margin:0px;padding:0px; }
.artists_scroll_right {float:left;width:10px;}


.artists_paging { position: absolute; left:663px;top:364px; width:100px; text-align:right; font-size:12px;}
.artists_paging a { text-decoration:none;color:#333; }
.artists_paging a:hover { text-decoration:none;color:blue; }
.artists_paging span.page_num_selected { font-weight:bold;color:#003366; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}
/**/
/* SIMON DE PURY, COMMITEE, SPONSOR, FEEL: */
.simon_name, .commitee_name, .feel_name {

	position:absolute;
	top:315px;left:548px;
	
	z-index:3;
	
	padding:6px;
	width:453px;height:20px;
	overflow:hidden;
	font-weight:bold;
	font-weight:900;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.commitee_name { position:absolute;left:35px;top:328px; }

.feel_name  { position:absolute;left:520px;top:393px; }

.simon_bio, .commitee_text, .feel_text {

	z-index:3;
	//background-color:#FFF;
	padding:6px;
	position:absolute;
	
	top:92px;left:320px;
	width:403px;height:187px;
	font-weight:normal;
	font-size:12px;
	overflow:hidden;

	background-color:transparent;

}
.commitee_text { left:364px;width:360px; }

.feel_text {
	left:32px;
	width:324px; 
	top:95px;
	height:164px;
	line-height: 13px; 
	font-size:12px;
	background-color:transparent;
	overflow:auto;
	}

.simon_bio_scroll, .commitee_text_scroll {
	position:relative;
	overflow:auto;
	width:403px;height:187px;
}
.commitee_text_scroll {  width:360px; }

.feel_link_1,.feel_link_2,.feel_link_3,.feel_link_4 { 
	position:absolute;
	left:26px;
	top:302px;
	color:#333;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	background:#FFF;
	padding:4px;
}
.feel_link_1 a,.feel_link_2 a,.feel_link_3 a,.feel_link_4 a {
	color:#333;
	text-decoration:none;

}
.feel_link_1 a:hover,.feel_link_2 a:hover,.feel_link_3 a:hover,.feel_link_4 a:hover {
	color:#333;
	text-decoration:underline;
}
.feel_link_2 { top: 335px; }
.feel_link_3 { top: 365px; } 
.feel_link_4 { top: 397px; } 
/* END SIMON DE PURY */
