@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:eyelash.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";

#eyelashBox{
	width: 640px;
	overflow: hidden;
}
#eyelashBox .leftBox{
	float: left;
	width: 362px;
	overflow: hidden;
}
#eyelashBox .leftBox p{
	letter-spacing: 0;
	margin-bottom: 30px;
}


#eyelashBox .leftBox table{
	float: left;
	width: 362px;
	overflow: hidden;
}
#eyelashBox .leftBox table th{
	float: left;
	background: url(../images/index_dot_bg.gif) repeat-x left bottom;
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
	white-space: nowrap;
	padding: 0 10px 0.8em 10px;
}
#eyelashBox .leftBox table td{
	float: right;
	background: url(../images/index_dot_bg.gif) repeat-x left bottom;
	font-size: 100%;
	line-height: 1.5em;
	text-align: right;
	padding: 0 0 0.8em 10px;
	margin-bottom: 10px;
}


#eyelashBox .rightBox{
	float: right;
	width: 263px;
	overflow: hidden;
}
#eyelashBox .rightBox ul li{
	margin-bottom: 10px;
}
#eyelashBox .rightBox ul li.icon{
	background: url(../../eyelash/images/eyelash_icon.jpg) no-repeat center bottom;
	padding-bottom: 40px;
}