ul#list_sub_content {
	width:100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  height: 35px;
  border-bottom: 4px solid #efefef;
}
ul#list_sub_content li {
	float: left;
	font-family: "HongHaHep", arial, sans-serif;
  margin-top: -3px;
}
ul#list_sub_content li:hover {
  background-color: #efefef;
	border-bottom: 4px solid #666;
}
#list_sub_content li.selected {
  border-bottom: 4px solid #007ed8;
}
#list_sub_content li.selected a {
  color:#666;
}
ul#list_sub_content a {
	float: left;
  font-weight: bold;
  font-size: 14px;
	font-family: "HongHaHep", arial, sans-serif;
  padding: 10px 15px ;
  text-decoration: none;
  color:#007ed8;
}

#div_sub_var{ font-weight: bold}
	#div_sub_var div{float: left; padding: 5px; background-color: #fff; margin: 10px; border-bottom: 2px solid #ccc}
	#div_sub_var div:hover{background-color: #efefef; border-bottom: 2px solid #666;}

	#div_sub_var .selected{ padding: 5px; color: #007ed8; border-bottom: 2px solid #007ed8}
	#div_sub_var a{text-decoration: none; color: #666}

.td_order_seleted{background-color: #006699; color: #FFF; font-weight: bold}
.td_order_seleted a{color: #FFF; font-weight: weight; text-decoration: underline;}

.td_order{ cursor: pointer; text-decoration: underline; font-weight: bold}
.td_order:hover{background-color: #efefef; color:#000; font-weight: bold; cursor: pointer; text-decoration: underline;}
.td_order a{text-decoration: underline; color: #333}

.page_step{color: #666}
.price{color:#000000}
.price_up{color:#009900}
.price_down{color:#ff0000}

#function_document{
	margin-top: 50px; padding: 10px; border: 3px solid #CCC; clear: both; font-size: 14px;
}
#function_document h3{
	font-size: 16px; color: #ff6600;
}
