/* @group Designer */
div#temp_designers{
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
}
div#li_desinger_w{
	width: 100%;
	overflow: hidden;	
	margin: 0;
}

div.li_designer{
	width: 318px;
	overflow: hidden;
	float: left;
	border: 1px solid white;
	margin:  0 5px 0px 0;
	z-index: 0;
	position: relative;
}

div.li_designer:hover{
	border: 1px solid #E0701B;	
}
div.li_designer:hover a{
	color: #E0701B;
}
div.de_thumb{
	width: 140px;
	clear: both;
	float: left;
	margin: 15px 0 15px 0;
	display: inline;
}
div.de_thumb img{
	margin-left: 14px;
}
* html div.de_thumb img{
	margin-left: 12px;
}
div.de_name{
	width: 164px;
	height: 128px;
	display: inline;
	margin: 15px 5px 15px 0;
	float: right;
	/position: relative;
}
div.de_name div {
	/position:absolute;
	/top: 50%;
	/height: auto;	
}
div.de_name p {
	height: 128px;
	line-height: 150%;
	display: table-cell;
	vertical-align: middle;
	/position: relative;
	/top: -50%;
	/height: auto;
}
div.de_credit{
	font-size: 11px;
	color: #999;
	width: 120px;
	position: absolute;
	top: 128px;
	left: 149px;
	z-index: 1;
}
/* @end */
/* @group Designer-Single */
/* @group designer_li */
ul.designer_li{
	padding-bottom: 24px;
}
ul.designer_li li{
	width: 100%;
	line-height: 150%;
}
ul.designer_li li.current-cat{
	background-color: white !important;
	font-weight: bold;
}
ul.designer_li li a{
	width：100%;
	padding: 5px 4px 5px 22px;
	display: block;
	color: #333;
	background: url(../../img/common/arrow_gr.gif) no-repeat 10px 9px;
}
ul.designer_li li.current-cat a{
	color: black;
	background: url(../../img/common/arrow_or.gif) no-repeat 10px 9px;
}
ul.designer_li li.current-cat a:hover{
	color: black;
	background-color: white;
}
ul.designer_li li.or a{
	background: url(../../img/common/arrow_or.gif) no-repeat 10px center !important;	
}
ul.designer_li li a:hover{
	color: #7CA130 !important; 	
/*	background-color: #e3e3e3 !important; */
}
/* @end */
div#designer_info{
	width: 730px;
	margin: 0 0 0 auto;
}
div#designer_info h3{
	font-size: 28px;
}
div#designer_bio{
	line-height: 150%;
}
div#designer_bio p{
	margin-bottom: 1em;
}
div#designer_prof_w{
	width: 100%;
	overflow: hidden;
}
div#designer_prof_l{
	width: 434px;
	float: left;
}
div#designer_prof_r{
	width: 280px;
	float: right;
	text-align: center;
}
div#tab_d div.tabArea{
	margin-top: 8px;
}
div#tab_d div.tab_w{
	
}
div#tab_d ul.tab li{
	margin: 0;
	height: 31px;
	float: left;
}
div#tab_d ul.tab{
	overflow: hidden;
	height: 31px;
	border-bottom: 2px solid #eee;
}	
div#tab_d div.tabPanelGroup{
	clear: both;
	margin: 14px 0 0 0;
}
div.de_pic_si{
	width: auto;
}
div.de_credit_si{
	text-align: right;
	font-size: 11px;
	color: #999;
	margin: 7px auto 0 auto;
}

/* @end */