@charset "UTF-8";

/* ------------------------------
 Products
------------------------------ */

#products {

}

.menu_title {
	padding-bottom: 10px;
	border-bottom:dotted 1px #B97A09;
}

.menu_item {
	background-image: url(../image/products/menu_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 90%;
	line-height: 1.5em;
	border-bottom:dotted 1px #B97A09;
}

.menu_item a {
	text-decoration: none;
}

.menu_item a:hover {
	text-decoration: underline;
}

.menu_item_select {
	background-image: url(../image/products/menu_arrow_select.gif);
	background-repeat: no-repeat;
	background-color: #F3E7C4;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 90%;
	line-height: 1.5em;
	border-bottom:dotted 1px #B97A09;
}

.menu_item_select a {
	text-decoration: none;
}

.menu_item_select a:hover {
	text-decoration: underline;
}

/* ------------------------------
 Matrix
------------------------------ */

.matrix_key {
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	border-color: #CCCCCC;
	border-bottom: 1px dotted;
}

.matrix_value {
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	border-color: #CCCCCC;
	border-bottom: 1px dotted;
}

/* ------------------------------
 Production line
------------------------------ */

#production_line {

}

#production_line .photo {
	padding-right: 10px;
	padding-bottom: 10px;
}

#production_line .caption {
	text-align: left;
	padding: 3px;
	background-color: #FFCC66;
}

#production_line .read {
	text-align: left;
	vertical-align: top;
	padding-top: 18px;
	line-height: 1.4em;
}


