/* ------------------------------------------------------------
 * Name      : layout.css
 * Desc      : GIGSHOPPING Layout
 * Created   : 2012/04/03 GIGAKOREA by jinhwan,kim
 * Updated   : 2014/10/31 depthnav 추가 jinhwan,kim
 ------------------------------------------------------------ */
@charset "utf-8";

/*###########################################################################################
#############################공통 레이아웃###################################################
#############################################################################################*/

html { height:100%; }
body {
	/*background-color:#f30;*/
	margin:0;
	padding:0;
	font-size: 0.75em;
	color: #333;
	height:100%;
	font-family:Dotum ,tahoma, arial, "Hiragino Sans GB", 宋体, sans-serif;
}


section {
	margin:0;
	padding:0;
}
#wrap {
	position:relative;
	width:1280px;
	text-align:left;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	/*background-image: url(../images/shadow.png);
	background-repeat: repeat-y;*/
	background-color:#fff;
	min-height:800px;
}

#containerArea {
	position:relative;
	margin:0px;
	min-height:665px;
}


/*검색결과 페이지******************************************************/
#searchresultwrap {
	position:relative;
	min-height:100%;
	width:980px;
	margin:0 auto;
}
/*20140710추가*/
#searchresultwrap #containerAreaSub {
	padding:20px 0 0 0;
}
#subcntSection {
	float:left;
	width:800px;
	min-height:100%;
	margin-left:10px;
	/*padding-bottom:100px;*/
	background:#fff;
	border-top:2px solid #ea0000;
}

/*왼쪽메뉴*/
#leftSubnav {
	float:left;
	width:168px;
	border:1px solid #dad9d7;
	border-bottom:none;
	padding:0;
	background:#fff;
}
#leftSubnav #leftSubnavtit {
	height:27px;
	padding:15px 0 0 15px;
	background-color:#c41f19;
	/*background-image:url(../images/search/leftmutit_arrow.png);*/
	background-position:147px center;
	background-repeat:no-repeat;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border-radius:0px;
}

#leftSubnav ul{
}

#leftSubnav ul li {
	height:17px;
	padding:15px;
	font-family:NanumGothicBold;
	font-size:12px;
	border-bottom:1px solid #dbdbdb;
	background:url(../images/search/leftmu_arrow.png) 147px center no-repeat;
}

#leftSubnav ul li a{ color:#595454; }
#leftSubnav ul li a:hover {
	color:#c41f19;
}

#leftSubnav .leftnavmu {
	float:left;
	width:130px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#leftSubnav .leftnavicon {
	float:right;
	font-size:10px;
	margin:0;
	padding:0;
	color:#c41f19;
}



/*카테고리 Depth 선택*/
#searchresultwrap #subcntSection .cateselectSection {
	width:760px;
	height:23px;
	padding:9px 20px;
	border-bottom:1px solid #d6d6d6;
	text-align:left;
}

#searchresultwrap .cateselectSection ol li {
	float:left;
}
#searchresultwrap .cateselectSection .arrow {
	float:left;
	width:5px;
	height:7px;
	padding:4px 8px 8px;
}
#searchresultwrap .cateselectSection ol li select {
	height:21px;
	border:1px solid #989898;
	color:#595454;
	padding:2px;	
	font-size:12px;
}
#searchresultwrap .secdepthSection ul li a {
	text-decoration:none;
	color:#252525;
}
#searchresultwrap .secdepthSection ul li a:hover { color:#507bba }

#searchresultwrap .supplierSection ul li a {
	text-decoration:none;
	color:#252525;
}
#searchresultwrap .supplierSection ul li a:hover { color:#507bba }

/* depthNav */
#searchresultwrap #subcntSection .depthNav {
	position:relative;
	width:800px;
	height:20px;
	margin-top:10px;
	padding:5px 0;	
	border-bottom:1px dashed #CCCCCC;
	overflow:hidden;
}
#searchresultwrap #subcntSection .depthNav ul {
	width:800px;
}
#searchresultwrap #subcntSection .depthNav li {
	display:block;
	float:left;
	max-width:800px;
	overflow:hidden;
	margin-right:5px;
	padding:5px 2px;
	font-size:13px;
	font-weight:bold;
}
#searchresultwrap #subcntSection .depthNav li a {
	text-decoration:none;
	color:#666;
}
#searchresultwrap #subcntSection .depthNav li a:hover {
	text-decoration:underline;
}
#searchresultwrap #subcntSection .depthNav li.on a { color:#333; }
/*3Depth 리스트*/
#searchresultwrap .secdepthSection {
	float:left;
	clear:both;
	position:relative;
	/* height:110px; */
	min-height:60px;
	padding:15px 0;
	border-bottom:1px solid #e6e6e6;
/*	background:url(../images/search/3depthline.png) 0 center repeat-x;*/
	background:url(../images/search/3depthline.png) 0 center repeat;
}
#searchresultwrap .secdepthSection ul {
	width:800px;
	float:left;
}
#searchresultwrap .secdepthSection li {
	float:left;
	width:180px;
	height:16px;
	line-height:15px;
	padding:4px 0 0 20px;
	font-size:11.5px;
	overflow:hidden;
}
#searchresultwrap .secdepthSection ul.one { border-right:1px solid #e1e1e1; }
#searchresultwrap .supplierSection {
	clear:both;
	float:left;
	position:relative;
	/* height:110px; */
	min-height:60px;
	padding:15px 0;
	border-bottom:1px solid #e6e6e6;
	background:url(../images/search/3depthline.png) 0 center repeat;
}
#searchresultwrap .supplierSection ul {
	width:800px;
	float:left;
}
#searchresultwrap .supplierSection li {
	float:left;
	width:180px;
	height:16px;
	line-height:15px;
	padding:4px 0 0 20px;
	font-size:11.5px;
	overflow:hidden;
}
#searchresultwrap .supplierSection ul.one { border-right:1px solid #e1e1e1; }

#searchresultwrap #containerAreaSub #subcntSection .secdepthSection .searchbtn {
	float:right;
	padding:10px;
}
/*브랜드 선택*/
#searchresultwrap .brandcheckSection {
	position:relative;
	width:770px;
	padding:11px 10px 11px 20px;
	border-bottom:1px solid #e6e6e6;
}
#searchresultwrap .brandcheckSection .tit {
	float:left;
	width:98px;
	height:12px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
#searchresultwrap .brandcheckSection .cnt ul li {
	float:left;
	width:112px;
	height:16px;
	margin-top:-3px;
	color:#050202;
	overflow:hidden;
}
#searchresultwrap .brandcheckSection .more { float:right }
#searchresultwrap .brandcheckSection .searchbtn {
	float:right;
	margin:-5px 10px 0 0;
}
#searchresultwrap .cntmore {
	clear:both;
	width:670px;
	height:100px;
	padding-top:5px;
	padding-left:98px;
	overflow-y:auto;
}
#searchresultwrap .brandcheckSection .cntmore ul li {
	float:left;
	width:112px;
	height:12px;
	margin-top:-3px;
	color:#050202;
	padding:11px 0;
	overflow:hidden;
}
#searchresultwrap .brandcheckSection .more02 {
	clear:both;
	height:auto;
	text-align:right;
}
/*가격별 검색*/
#searchresultwrap .priceSection {
	position:relative;
	width:770px;
	clear:both;
	height:19px;
	padding:20px 10px 10px 20px;
	border-bottom:1px solid #e6e6e6;
}
#searchresultwrap .priceSection .tit {
	float:left;
	width:98px;
	height:12px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
#searchresultwrap .priceSection .cnt {
	float:left;
	height:21px;
	margin:-7px 0 -6px 0;
	color:#989494;
}
#searchresultwrap .priceSection .cnt .txtinput {
	width:100px;
	height:21px;
	border:1px solid #d9d8d8;
	font-size: 12px;
}
/*결과내검색*/
#searchresultwrap .resultinSection {
	position:relative;
	width:770px;
	height:19px;
	padding:20px 10px 10px 20px;
	border-bottom:1px solid #000000;
}
#searchresultwrap .resultinSection .tit {
	float:left;
	width:98px;
	height:12px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
#searchresultwrap .resultinSection .cnt {
	float:left;
	height:21px;
	margin:-7px 0 -6px 0;
	color:#989494;
}
#searchresultwrap .resultinSection .cnt .txtinput {
	width:221px;
	height:21px;
	border:1px solid #d9d8d8;
	font-size: 12px;
}

#searchresultwrap .resultinSection .cnt .condition {
	display:inline-block;
	margin-left:13px;
	font-weight:bold;
	font-size:12px;
	color:#333;
}

#searchresultwrap .resultinSection .btncondition01 {
	margin:0;
	margin-left:13px;
	padding:5px 8px;
	background:#f8f8f8;
	border:1px solid #e8e8e8;
	font-size:11px;
	font-weight:bold;
	color:#9b9a9a;
	cursor:pointer;
}
#searchresultwrap .resultinSection .btncondition02 {
	margin:0;
	margin-right:10px;
	padding:5px 8px;
	background:#f8f8f8;
	border:1px solid #e8e8e8;
	font-size:11px;
	font-weight:bold;
	color:#9b9a9a;
	cursor:pointer;
}
#searchresultwrap .resultinSection .btncondition01.on,
#searchresultwrap .resultinSection .btncondition02.on {
	border:1px solid #454c5f;
	color:#575454;
}
#searchresultwrap .resultinSection .btncondition01:hover,
#searchresultwrap .resultinSection .btncondition02:hover {border:1px solid #999999;}
/*상품 갤러리형*/
#searchresultwrap .goodsgallerySection {
	width:103%;
	height:auto;
	/*overflow:auto;*/
}
#searchresultwrap .goodsgallerySection .goods {
	float:left;
	width:182px;
	height:270px;
	margin:0 23px 25px 0;
}
#searchresultwrap .goodsgallerySection .goods .figure {
	width:180px;
	height:180px;
	border:1px solid #dfe0e2;
	background`position:relative;
}
#searchresultwrap .goodsgallerySection .goods .figure .absList-icon 
{
	display:block; 
	width:180px;
	height:180px;
	/*position:absolute; */
	top:0; 
	left:0;
}
#searchresultwrap .goodsgallerySection .goods .figure .absList-icon i 
{
	position:absolute;
}
#searchresultwrap .goodsgallerySection .goods .figure .absList-icon i img 
{
	width:45px;
	height:45px;
}
#searchresultwrap .goodsgallerySection .goods .figure .absList-icon i.lt 
{
	top:0; 
	left:0;
}   
#searchresultwrap .goodsgallerySection .goods .figure .absList-icon i.rt 
{
	top:0; 
	right:0;
}    
#searchresultwrap .goodsgallerySection .goods .figure .absList-icon i.lb 
{
	bottom:0; 
	left:0;
}    
#searchresultwrap .goodsgallerySection .goods .figure .absList-icon i.rb 
{
	bottom:0; 
	right:0;
}

#searchresultwrap .goodsgallerySection .goods .infoSection {
	height:12px;
	padding-top:10px;
}
#searchresultwrap .goodsgallerySection .goods .infoSection .info01 {
	float:left;
	width:80px;
	font-size:11px;
}
#searchresultwrap .goodsgallerySection .goods .infoSection .info02 {
	float:right;
	width:80px;
	font-size:12px;
	color:#005aa0;
	text-align:right;
}
.infoSection .info01 a { color:#666; }
#searchresultwrap .goodsgallerySection .goods .goodsname {
	width:182px;
	height:36px;
	line-height:18px;
	padding-top:8px;
	overflow:hidden;
	font-size:12px;
	color:#403c3c;
}
#searchresultwrap .goodsgallerySection .goods .price {
	height:16px;
	line-height:16px;
	padding-top:8px;
}
#searchresultwrap .goodsgallerySection .goods .price .price01 {
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#e4393c;
}
#searchresultwrap .goodsgallerySection .goods .price .price02 {
	float:left;
	margin-left:8px;
	font-size:12px;
	text-decoration:line-through;
	color:#6d7072;
}
/*상품 리스트형*/
#searchresultwrap .goodslistSection {
	width:100%;
	height:auto;
	overflow:auto;
	border-top:1px solid #e6e6e6;
}
#searchresultwrap .goodslistSection .goods {
	float:left;
	width:100%;
	height:142px;
	border-bottom:1px solid #e6e6e6;
	margin-top:9px;
	padding-bottom:9px;
}
#searchresultwrap .goodslistSection .goods .figure {
	position:relative;
	float:left;
	width:140px;
	height:140px;
	border:1px solid #dfe0e2;
}
#searchresultwrap .goodslistSection .goods .figure .absList-icon 
{
	display:block; 
	width:140px;
	height:140px;
	position:absolute; 
	top:0; 
	left:0;
}
#searchresultwrap .goodslistSection .goods .figure .absList-icon i 
{
	position:absolute;
}
#searchresultwrap .goodslistSection .goods .figure .absList-icon i img 
{
	width:40px;
	height:40px;
}
#searchresultwrap .goodslistSection .goods .figure .absList-icon i.lt 
{
	top:0; 
	left:0;
}   
#searchresultwrap .goodslistSection .goods .figure .absList-icon i.rt 
{
	top:0; 
	right:0;
}    
#searchresultwrap .goodslistSection .goods .figure .absList-icon i.lb 
{
	bottom:0; 
	left:0;
}    
#searchresultwrap .goodslistSection .goods .figure .absList-icon i.rb 
{
	bottom:0; 
	right:0;
}
#searchresultwrap .goodslistSection .goods .infoSection01 {
	float:left;
	margin:37px 10px 0 23px;
	margin-top:10px;
	width:400px;
	height:70px;
}
#searchresultwrap .goodslistSection .goods .infoSection01 .goodsname {
	height:30px;
	line-height:15px;
	font-size:12px;
	color:#403c3c;
	overflow:hidden;
}
#searchresultwrap .goodslistSection .goods .infoSection01 .category {
	height:11px;
	margin-top:18px;
	font-size:11px;
	color:#999999;
	overflow:hidden;
}
#searchresultwrap .goodslistSection .goods .infoSection01 .info {
	height:15px;
	margin:0;
	margin-top:15px;
}
#searchresultwrap .goodslistSection .goods .infoSection01 .info span {
	display:inline-block;
	height:15px;
	padding:2px 10px 1px;
	font-size:11px;
	background:#ff7906;
	color:#fff;
}
#searchresultwrap .goodslistSection .goods .price {
	float:left;
	/*margin-top:37px;*/
	margin-top:10px;
	width:140px;
	height:44px;
}
#searchresultwrap .goodslistSection .goods .price .price01 {
	height:16px;
	font-size:16px;
	font-weight:bold;
	color:#e4393c;
}
#searchresultwrap .goodslistSection .goods .price .price02 {
	/*margin-top:14px;*/
	margin-top:5px;
	height:15px;
}
#searchresultwrap .goodslistSection .goods .price .price02 .secprice {
	font-size:12px;
	text-decoration:line-through;
	color:#6d7072;
}
#searchresultwrap .goodslistSection .goods .price .price02 .percent {
	display:inline-block;
	margin-left:15px;
	font-size:12px;
	color:#005aa0;
}
#searchresultwrap .goodslistSection .goods .infoSection02 .info {
	float:left;
	/*margin-top:72px;*/
	margin-top:10px;
	width:80px;
	font-size:11px;
}
.infoSection02 .info a { color:#666; }


/*링킹순, 갤러리 리스트 셀렉트 관련*/
.title_wrap::after {
	clear: both; display: table; content: "";
}
.title_wrap .title {
	color: rgb(0, 0, 0); font-size: 12px; float: left;
}
.title_wrap .title span {
	margin: 0px 0px 0px 1px; font-size: 14px; font-weight:bold; color:#c40001;
}
.title_wrap .title .ebay {
	font-size: 15px;
}
.title_wrap .title .date {
	font-weight: normal;
}
.title_wrap .sub_title {
	margin: 0px 0px 0px 20px; color: rgb(0, 0, 0); font-size: 12px; float: left;
}
.title_wrap .sub_title img {
	margin-top: -4px; vertical-align: top;
}
.title_wrap .ad {
	margin: 1px 0px 0px 2px; overflow: hidden; padding-top: 1px; float: left;
}
.title_wrap .ad img {
	vertical-align: top;
}
.title_wrap .tab {
	margin: 0px 0px 0px 19px; overflow: hidden; float: left;
}
.title_wrap .tab li {
	overflow: hidden; float: left;
}
.title_wrap .tab li a {
	color: rgb(119, 119, 119); display: inline-block; -ms-zoom: 1;
}
.title_wrap .tab li a.on {
	color: rgb(51, 51, 51); letter-spacing: -1px; font-weight: bold;
}
.title_wrap .tab li span {
	color: rgb(119, 119, 119); display: inline-block; -ms-zoom: 1;
}
.title_wrap .tab li .line {
	background: rgb(223, 223, 223); margin: -2px 9px 0px; width: 1px; height: 11px; overflow: hidden; vertical-align: middle;
}
.title_wrap .more {
	top: 20px; right: 0px; position: absolute; z-index: 2;
}
.title_wrap .link {
	margin: 0px 0px 0px 9px; padding: 2px 0px 0px; letter-spacing: -1px; overflow: hidden; font-family: "돋움", Dotum, Tahoma, sans-serif; font-size: 11px; float: left;
}
.title_wrap .link a {
	color: rgb(119, 119, 119); text-decoration: underline;
}
.title_wrap .link .arrow {
	background: url("http://pics.auction.co.kr/renewal/lp/icon_arrow1.gif") no-repeat 0px 0px; margin: -2px 0px 0px 4px; width: 4px; height: 5px; overflow: hidden; vertical-align: middle; display: inline-block; -ms-zoom: 1;
}
.title_tab {
	padding: 29px 0 28px 20px; position: relative; z-index: 6;
}
.title_tab .more {
	padding: 6px 0px 0px;
}
.select_cn {
	padding: 0px 20px; min-height: 30px;
}
.select_cn strong {
	padding-top: 5px;
}
.select_list {
	padding: 4px 0px 0px; width: 640px; overflow: hidden;
}
.select_list span {
	padding: 4px 10px 4px 0px; color: rgb(254, 67, 76); font-family: "돋움", Dotum, Tahoma, sans-serif; font-size: 11px; float: left; display: inline-block;
}
.select_list span.btn {
	padding: 0px; text-align: center;
}
.select_list span.btn a {
	padding: 3px 4px 2px; border: 1px solid rgb(197, 197, 197); color: rgb(153, 153, 153); letter-spacing: -1px; font-family: "돋움", Dotum, Tahoma, sans-serif; font-size: 11px; text-decoration: none; vertical-align: top; display: inline-block;
}
.select_list span.btn a:hover {
	border: 1px solid rgb(69, 76, 95); text-align: center;
}
.select_list span.on.btn a {
	border: 1px solid rgb(69, 76, 95); text-align: center;
}
.layer_select {
	background: rgb(231, 231, 231); margin: 0px 0px 0px 5px; padding: 0px 1px 1px 0px; height: 27px; color: rgb(102, 102, 102); letter-spacing: -1px; font-family: "돋움", Dotum, Tahoma, sans-serif; font-size: 11px;
}
.layer_select .selected {
	margin: -1px 0px 0px -1px; border: 1px solid rgb(196, 196, 196); height: 26px; position: relative; z-index: 1;
}
.layer_select .selected:hover {
	border: 1px solid #999999;
}
.layer_select .selected a {
	background: url("../images/search/select/bg_layer_select.gif") repeat-x 0px 0px; padding: 7px 0px 3px 9px; height: 16px; color:#050202; text-decoration: none; display: block;
}
.layer_select .selected a span {
	float: left; cursor: pointer;
}
.layer_select .option .question {
	background: url("../images/search/select/icon_question.png") no-repeat 1px 1px; top: -1px; width: 18px; height: 18px; text-indent: -99999px; overflow: hidden; margin-top: -1px; vertical-align: middle; display: inline-block; position: relative;
}
.layer_select .selected .arrow {
	background: url("../images/search/select/icon_arrow.gif") no-repeat 0px 0px; top: 9px; width: 9px; height: 7px; right: 11px; text-indent: -99999px; overflow: hidden; position: absolute; cursor: pointer;
}
.layer_select .option {
	position: relative; z-index: 2;
}
.layer_select .option ul {
	background: rgb(255, 255, 255); padding: 5px 0px; border: 1px solid rgb(196, 196, 196); left: -1px; top: 0px; position: absolute;
}
.layer_select .option li a {
	padding: 4px 0px 1px 9px; color:#050202; text-decoration: none; display: block;
}
.layer_select .option li a:hover {
	background: rgb(235, 235, 235);
}
.layer_sort {
	width:100px; float: left;
}
.layer_sort .option ul {
	width: 100px;
}
.layer_sort_guide1 .txt {
	left: -220px; top: 6px; width: 200px;
}
.layer_sort_guide2 .txt {
	left: -170px; top: 28px; width: 150px;
}
.layer_sort_guide3 .txt {
	left: 0px; top: 0px; width: 145px;
}
.layer_sort_guide4 .txt {
	left: -167px; top: 6px; width: 147px;
}
.layer_time {
	width: 110px; float: left;
}
.layer_time .option ul {
	width: 110px;
}
.layer_view {
	width: 126px; float: left;
}
.layer_view .option ul {
	width: 125px;
}
.layer_type {
	width: 52px; float: left;
}
.layer_type .selected a {
	padding: 5px 0px 5px 9px;
}
.layer_type .option ul {
	width: 51px;
}
.layer_type .option li a {
	padding: 3px 0px 3px 9px; color: rgb(102, 102, 102);
}
.layer_type .type_list {
	background: url("../images/search/select/icon_type1.gif") no-repeat 0px 0px; width: 15px; height: 15px; text-indent: -99999px; overflow: hidden; display: block; cursor: pointer;
}
.layer_type .type_gallery {
	background: url("../images/search/select/icon_type2.gif") no-repeat 0px 0px; width: 15px; height: 15px; text-indent: -99999px; overflow: hidden; display: block; cursor: pointer;
}
.layer_benefit {
	width: 88px; float: left;
}
.layer_benefit .option ul {
	padding: 8px 0px 3px; width: 87px;
}
.layer_benefit .option li {
	padding: 2px 0px 2px 10px;
}
.layer_benefit .option li .check {
	margin: 0px; width: 13px; height: 13px;
}

/*20140721 검색결과 왼쪽 기타 광고영역 추가*/
#leftetcSection {
	float:left;
	width:168px;
	padding:0;
}

/*20150226 카테고리 공급사 추가 */
#searchresultwrap .categorySection {
	position:relative;
	float:left;
	width:770px;
	min-height:12px;
	padding:11px 10px 11px 20px;
	border-bottom:1px solid #e6e6e6;
}
#searchresultwrap .categorySection .tit  {
	float:left;
	width:98px;
	height:12px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin-top:7px;
}
#searchresultwrap .categorySection .tit2  {
	float:left;
	width:98px;
	height:12px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin-top:7px;
}
#searchresultwrap .categorySection .cnt 
{
	float:left;
	width:670px;
}
#searchresultwrap .categorySection .cnt ul li {
	float:left;
	width:154px;
	height:26px;
	padding-left:10px;
	line-height:26px;
	vertical-align:middle;
	color:#050202;
	overflow:hidden;
	letter-spacing:-1px;
	border-right:1px dashed #e6e6e6;
	font-size:12px;
}
#searchresultwrap .categorySection .cnt ul li a {
	text-decoration:none;
	color:#252525;
}
#searchresultwrap .categorySection .cnt ul li a:hover {
	color:#507bba;
}
#searchresultwrap .category_more 
{
	clear:both;
	width:100%;
	height:30px;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
	background-color:#f3f3f3;
	font-size:12px;
}
#searchresultwrap .category_more a.more,
#searchresultwrap .category_more a.more:hover 
{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	color:#333;
}
#searchresultwrap .categorySection .searchbtn {
	float:right;
	margin:-5px 10px 0 0;
}
#searchresultwrap .cntmore {
	clear:both;
	width:670px;
	height:auto;
	padding-top:5px;
	padding-left:98px;
	overflow-y:auto;
}
#searchresultwrap .categorySection .cntmore ul li {
	float:left;
	width:164px;
	height:12px;
	margin-top:-3px;
	color:#050202;
	padding:11px 0;
	overflow:hidden;
	etter-spacing:-1px;
}
#searchresultwrap .categorySection .more02 {
	clear:both;
	height:auto;
	text-align:right;
}

#searchresultwrap .suplySection {
	position:relative;
	width:770px;
	min-height:12px;
	padding:11px 10px 11px 20px;
	border-bottom:1px solid #e6e6e6;
}
#searchresultwrap .suplySection .tit {
	float:left;
	width:98px;
	height:12px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
#searchresultwrap .suplySection .cnt ul li {
	float:left;
	width:164px;
	height:16px;
	margin-top:-3px;
	color:#050202;
	overflow:hidden;
	letter-spacing:-1px;
}
#searchresultwrap .suplySection .more { width:14px; height:12px; float:right }
#searchresultwrap .suplySection .searchbtn {
	float:right;
	margin:-5px 10px 0 0;
}
#searchresultwrap .cntmore {
	clear:both;
	width:670px;
	height:auto;
	padding-top:5px;
	padding-left:98px;
	overflow-y:auto;
}
#searchresultwrap .suplySection .cntmore ul li {
	float:left;
	width:164px;
	height:16px;
	margin-top:-3px;
	color:#050202;
	padding:11px 0;
	overflow:hidden;
	letter-spacing:-1px;
}
#searchresultwrap .suplySection .more02 {
	clear:both;
	height:auto;
	text-align:right;
}

