/*----------------------------------------------------------------
NCECA Directory Pages stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	8/13/08 2:00 PM
----------------------------------------------------------------*/

#featuredmember {
	border-bottom: 5px solid #858c91;
	margin: 1px 0 20px 0;
	padding: 0 0 2px 0;
	float: left;
}
#featuredmember dl {
	position: relative;
	height: 275px;
	float: left;
	margin: 0;
	padding: 0;
	background: #eed4af;
}
#featuredmember dt {
	display: block;
	color: #fff;
	width: 541px;
	font-size: 130%;
	font-weight: bold;
	padding: 3px 10px;
	border-bottom: 5px solid #fff;
	background: #cf840d;
}
#featuredmember dd.image {
	display: block;
	padding: 15px 10px 0 10px;
	height: 260px;
	float: left;
}
#featuredmember dd {
	display: block;
	font-size: 110%;
	padding: 15px 10px 0 10px;
	color: #4b5358;
}
#featuredmember dd p.artinfo {
	line-height: 1.5;
}
#featuredmember dd a {
	font-weight: bold;
	color: #4b5358;
}
#featuredmember dd a:hover {
	color: #b45705;
}
#featuredmember dd a.membername {
	font-size: 120%;
	text-transform: uppercase;
}


img.inset {
	float: left;
	margin: 15px 10px 10px 0;
}

.price {
	font-size: 120%;
	font-weight: bold;
}


form.keyword {
	margin: 0;
	padding: 5px 0;
}
form.keyword input.string {
	background: #fff;
	width: 150px;
	height: 20px;
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
	padding: 1px 5px 0;
	margin: 0 2px;
}
form.keyword input#submit {
	background: #cf5b0e;
	border: 0px none;
	color: #fff;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 5px;
	padding: 0;
	font-weight: bold;
	width: 40px;
	text-align: center;
	font-size: 13px;
	height: 23px;
	line-height: 23px;
}
form.keyword input#submit:hover {
	background: #4b5358;
}
h3{
	font-size: 140%;
	color: #cf5b0e;
	font-weight: 700;
	text-transform: uppercase;
}

#cell_padding
{
	padding:20px;
	padding-left:0px;
}