@charset "utf-8";
/* CSS Document */


/**
 * Submenu
 **/
.productCats {
	margin-bottom: 10px;
	/*
	border: 1px solid #ababac;
	background-image: url("../../images/layout/bg_box.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
}

.productCats .list {
	padding: 0px 10px;
	background-color: #eee;
}
.productCats A {
	text-decoration: none;
	color: #58585a;
	padding: 0 0 8px;
	margin: 0px 5px;
}

.productCats A:hover, .productCats A.active {
	color: #a70011;
}

.productCats A.sel {
	color: #a70011;
	font-weight: bold;
}

.productCats .level_1 {
	font-weight: bold;
	border-bottom: 1px dashed #434343;
}

.productCats .level_1 A.pitch0 {
	background: transparent url(../../images/layout/arrow_right.gif) no-repeat scroll 3px 10px;
	padding-left: 15px;
	display: block;
	padding-top: 8px;
}

.productCats .level_1 A.sel, .productCats .level_1.open A.pitch0 {
	background: transparent url(../../images/layout/arrow_down.gif) no-repeat scroll left 15px;
}

.productCats .level_2 {
	font-weight: bold;
}
.productCats .level_2 A.pitch1 {
	background: transparent url(../../images/layout/arrow_right.gif) no-repeat scroll 10px 2px;
	display: block;
	padding-left: 25px;
}
.productCats .level_2.open A {
	background: transparent url(../../images/layout/arrow_down.gif) no-repeat scroll 9px 2px;
}
.productCats .level_2 A.sel {
	background: transparent url(../../images/layout/point_sel.gif) no-repeat scroll 9px 3px;
}


.productCats .level_3 {
}
.productCats .level_3 A {
	background: transparent url(../../images/layout/point.gif) no-repeat scroll 20px 3px;
	display: block;
	padding-left: 35px;
}
.productCats .level_3.open A {
	background: transparent url(../../images/layout/arrow_down.gif) no-repeat scroll 19px 2px;
}
.productCats .level_3 A.sel {
	background: transparent url(../../images/layout/point_sel.gif) no-repeat scroll 19px 2px;
}

.productCats .level_x {
	padding-left: 15px;
}
.productCats .level_x A {
	background: transparent url(../../images/layout/point.gif) no-repeat scroll 1px 3px;
	display: block;
	padding-left: 15px;
}
.productCats .level_x A.mother {
	background: transparent url(../../images/layout/arrow_right_inactive.gif) no-repeat scroll;
	background-position: 3px 2px;
}
.productCats .level_x A.sel {
	background: transparent url(../../images/layout/point_sel.gif) no-repeat scroll 0px 2px;
}
.productCats .level_x A.open {
	background: transparent url(../../images/layout/arrow_down.gif) no-repeat scroll;
	background-position: 0px 7px;
}

.productCats .last, .productCats .last A {
	border-bottom: none;
}

.productCats .level_1.open.last {
	border-bottom: 1px dashed #434343;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
/*.productCats A:HOVER { background-color:#dce4ec; }*/

