/* -------------------------------------------------------------- 

		featured-designers.css - by Eric Ritchey
		
		this code is used on all the featured designers pages
		
		this is attached to /Templates/featured-designers.dwt template
		
		Date Created: 2/3/09
		version 1.0

-------------------------------------------------------------- */


/* --- index page --- */
#container ul.row a {
	display:block;
}
#container ul.row {
	overflow:hidden;
	margin:0 0 1.8em 0;
	padding:0;
	list-style:none;
	clear:both;
}
#container ul.row li {
	float:left;
	width:110px;
	margin:0 3.8em 0 0;
	padding:0;
}
#container ul.row li.last {
	margin-right:0;
}
#container ul.row li p {
	padding-top:.1em;
	font-size:.9em;
	line-height:1.2em;
	text-align:center;
}


/* --- designer page --- */
#designer-right.column,#designer-left.column {
	padding-bottom: 9990px;
	margin-bottom: -10000px;
}

#designer-contain {
	overflow:hidden;
	clear:both;
}
#designer-right {
	float:right;
	width:260px;
	padding-left:8px;
	border-left:2px dotted #eee;
	font-size:.9em;
	line-height:1.6em;
}
#designer-right .images {
	float:right;
	margin-left:10px;
	text-align:center;
}
#designer-left {
	float:left;
	width:477px;
}
#designer-left h1, #designer-left h3 {
	border-bottom:2px dotted #eee;
	padding:0 0;
	font-size:1.9em;
	line-height:1.2em;
	margin-bottom:.8em;
}
#designer-left h3 {
	font-size:1em;
}
#designer-left ul {
	margin:0;
	padding-left:5px;
}
#designer-left ul li {
	width:100%;
	height:20px;
	text-align:left;
	margin-left:5px;
}
#designer-left ul li a{
	display:inline;
}
#designer-left ol,#designer-left li {
	margin:0;
	padding:0;
	list-style:none;
}
#designer-left ol {
	overflow:hidden;
	padding-left:20px;
}
#designer-left li {
	float:left;
	width:130px;
	height:200px;
	margin-right:20px;
	text-align:center;
}
#designer-left li a {
	display:block;
	
}
#designer-toppicks p {
	clear:both;
}
.designer-logo {
	width:140px;
}

