/* secondary page */



#artist_info {


	background-color: #d4d4d4;
	margin: 0 auto;
	width: 800px;
	min-height: 300px;
	padding-top: 20px;
  	padding-bottom:70px;
	clear:both;

}


#artist_info img {
	border-style: solid;
	border-width: 1px;
	max-width: 350px;
	max-height: 390px;
	margin-left: 10px;
	float: left;
	}

#art {
	float:right;
	margin-right:20px;
}

#art_info {
	float: right;
	margin-top:20px;
	width:400px;
	}

#art_info p {
  margin:0px;
  padding:0px;
  padding-bottom:5px;
}
.artist_name {
	margin-top:40px;
	font-weight: bold;
	padding-right:20px;
	font-size: 16pt;
	}

p#artist_title{
	color:#333;
	margin-top:20px;
	margin-bottom:20px;
	padding-right:20px;

	font-style: italic;
	font-size: 14pt;
	}	
	
.artist_info3{
	font-style:normal;
	color:#333;
	font-size: 12pt;
	}	
	

	
p#artist_website_link {
  	font-size: 10pt;
	color:#000;
	}

#artist_info p#nav a img{

border-width:0px;
margin-left:0px;
margin-top:20px;
border-bottom:dotted 2px black;
}
/*
#prev, #next{
  margin-top:-50px;
}

#prev {
  float:left;
}

#next {
  float:right;
  clear:right;
}
*/

#bidding{
  background-color:#999;
  min-height:50px;
  padding:20px;
  }

#bidding h1{
  color:#660000;
  font-size:16px;

}

p.bidnotification {
padding:10px;	
}

p.bidnotification h1 {
	font-size:20px;
}

.green{
background-image:url(images/greennotification.gif);
background-repeat:repeat;

}

.orange{
background-image:url(images/orangenotification.gif);
background-repeat:repeat;

}

.red{
background-image:url(images/rednotification.gif);
background-repeat:repeat;

}


#bidcolright{
  float:left;
}

p.bidcolleft{
  float: left;
  margin-right:20px;

}

p.bidcolleft input{
	margin-bottom:28px;
}

p#bidcolright input#submit {
  margin-top:20px;
  margin-left:5px;
}

p.disclaimer{
  font-size:15px;
  color:#000;
}

p.disclaimer a{
	color:#000;
}

ul.terms{
	
	margin-top:-10px;
	padding:0px;
	padding-left:20px;
}

.terms li{
  font-size: 15px;
  
}

input.bidform{
  margin-bottom:7px;
}

.required {
  color:red;
}

/* end secondary page */


