@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url(/webeip/HT00100/becky/fonticons/css/style.css);
/* 以下是 animate 的 CSS */
@import url(/webeip/HT00100/becky/css/animate.css);
/* 以下是 reset 的 CSS */
@import url(/webeip/HT00100/becky/css/reset.css);

.shopleft_icons{ margin-right: 0.5em; }

/* 目前類別所在位置 */
.shopleft_categories_ul > .shopleft_categories_focus,
.shopleft_categories_subul > .shopleft_categories_focus{
	background-color:#FFFF00;
}

/* 商品分類 */
.shopleft_categories{
	width: 180px;
}
.shopleft_categories_title{
	cursor: pointer;
	text-align: center;
	letter-spacing: 0.25em;
	padding: 0.5em 0.25em;
	box-sizing: border-box;
	background-color: #9C9C9C;
	color: white;
}

/* 商品分類第1層選單 */
.shopleft_categories_ul{
	background-color: #EFEFEF;
	font-size: 0.9em;
	padding: 0.5em;
	box-sizing: border-box;
}
.shopleft_categories_ul li{
	position: relative;
	border-bottom: 1px solid lightgray;
}
.shopleft_categories_ul li a{
	display: block;
	width: 100%;
	padding: 0.5em 0.1em;
	box-sizing: border-box;
	color: black;
}
/* 商品分類第2層選單 */
.shopleft_categories_subul{
	padding: 0.1em 0.1em 1em 1em;
	box-sizing: border-box;
}
.shopleft_categories_subul li{
	padding: 0.5em 0.1em 0.5em 0.5em;
	box-sizing: border-box;
	border-bottom: 1px dashed lightgray;
}
.shopleft_categories_subul li:last-child{
	border-bottom: none;
}
.shopleft_categories_subul li a{
	padding: 0;
}