/*
	A Better Blogroll
	by Chris Coyier
	http://css-tricks.com
*/


/*
	GENERIC RESET & BASIC STRUCTURE
*/
* 									{ margin: 0; padding: 0; }
body 								{  font-family:"NanumBarunGothic", nbg, dotum, sans-serif; }
a 									{ /* remove the dotted outlines when clicking tabs */
						  		      outline: none; text-decoration: none; }
/* ul 									{ list-style: none; } */






.e_list_box1 {
	width:986px; float:left; margin-top:0px;
}

.e_list_box1 ul li.pro_box{
	width:144px; float:left; border:0px solid #cccccc; height:260px;  position:relative;margin-top:16px;
}
.e_list_box1 ul li.pro_box .clone { margin-top:0px;}
.e_list_box1 ul li.pro_box p.por_img{
	width:134px; float:left;border-bottom:0px solid #cccccc; height:134px; background-color:#fff; text-align:center; overflow: hidden;
}
.e_list_box1 ul li.pro_box .icon_best{ position: absolute; left:0px; top:0px; width:100%; height:50px; text-align:right
}
.e_list_box1 ul li.pro_box .icon_point{ position: absolute; left:150px; bottom:92px
}
.e_list_box1 ul li.pro_box .icon_box{
	width:120px; float:left; margin-bottom:0px
}
.e_list_box1 ul li.pro_box .info_box{
	width:144px; float:left;
}
/* .e_list_box1 ul li.pro_box .info_box {
	width:100%; float:left;
} */
.e_list_box1 ul li.pro_box .info_box  p.code{
	width:142px; float:left; font-size:14px; color:#4db3de
}
.e_list_box1 ul li.pro_box .info_box  p.title{
	width:144px; float:left; font-size:12px; color:#666; line-height:15px; height:28px; overflow: hidden;
}
/* .e_list_box1 ul li.pro_box .info_box .right{
	width:120px; float:right;
} */
.e_list_box1 ul li.pro_box .info_box p.price1{
	width:142px;
	float:left;
	text-align:left;
	color:#999;
	font-size:12px;
	text-decoration: line-through; margin-bottom:5px
}

.e_list_box1 ul li.pro_box .info_box p.price2{
	width:142px; float:right; text-align:right;  color:#378ac9; position:relative  ; font-family:"NanumBarunGothic", nbg, dotum, sans-serif;  font-weight:none
}
/*
.e_list_box1 ul li.sp_box{
	width:14px; float:left; height:370px
}
*:first-child+html .e_list_box1 ul li.sp_box{
	width:10px; float:left; height:370px
} */

