/* individual contributors page */

.designer_wrap {
	position:relative; 
	width:440px; 
/*	top:500px;
	border:1px solid red;
*/
}

.designer_leftcol{
	position:absolute; 
	width:33%; 
	left:0; 
	top:0;

/*	border:1px solid red;
*/}

.designer_midcol{
	margin-left:33%; 
	margin-right:33%;
/*	border:1px solid red;
*/}

.designer_rightcol{
	position:absolute; 
	width:33%; 
	top:0px; 
	right:0;a

/*	border:1px solid red;
*/}



/* duplicate of top 4 styles */

.designer_wrap {
	position:relative; 
	width:440px; 
	border:1px solid white;
}

.designer_leftcol{
	float:left;

/*	border:1px solid red;
*/}

.designer_midcol{
	margin-left:33%; 
	margin-right:33%;
/*	border:1px solid red;
*/}


.designer_rightcol{
	float:right;

/*	border:1px solid red;
*/}


.designer_line_layout{
	position:relative;
	width:410px;
/*	border:1px solid red;	
*/	
}

.solidline_designer	{
	border:1px solid #ded082;
}

table.designers_font{
	width:200px;
/*	border: 1px solid blue;
*/
}

table.designers_font td	{
	vertical-align:middle;
	padding-left:10px;
	text-align:left;
}

.designer_pic	{
	margin-right:10px;
}


/* current design page */
/* delete this section after re-layout */

.fontname	{
	width:200px;
	padding-left:20px;
}

.up_icon{
	float:right;
	width:9px;
	height:9px;
	border: 0px;
}

/* new designer page 020609*/
#designer_contents{
	width:500px; 
	margin-left:22px; 
	margin-top:-10px;
}

#designer_leftCol{
	width:376px; 
	float:left;
}

#cryptblock_wrap{
	position:relative; 
	height:140px; 
	margin-top:20px; 
	border-top:1px dotted #999; 
	border-bottom:1px dotted #999;
}

.designerbio {
	line-height:1.8em; color:#444;
}

#crypt {
	margin-left:0px;
	text-align:center; 
}

#crypt p{
	color:#666;
}

#designer_rightCol{
	position:relative; 
	width:90px; 
	float:right; 
	text-align:left;
	padding-top:15px;
}

.designer_wrap{
	margin-top:20px;
}

.designer{
	font-weight:bold;
}

.designer_arrow{
	color:#fff;
}

.designer_arrow_selected{
	color:#f0660c;
}