#hd {
    background: #2e3e58;
    height: 92px;
	width: 944px;
}
/*Begin : nav_bar*/

.nav_bar {
    border-collapse: collapse;
}
#navi {
    width: 450px;
}
#navi ul li {
    width: 80px; /* 設定清單文字範圍的寬度 */
    text-align: center; /* 讓清單文字居中對齊 */
    list-style-type: none; /* 去除清單文字前面的小圓點*/
    float: right;
    margin-right: 1px; /* 右邊留白1像素 */
    font-size: 11px;
    font-family: Tahoma;
}
#navi ul li a {
    display: block; /* 充滿整個區塊 */
    padding: 5px; /* 擴大區域內部空間 */
}
#navi ul li a:link {
    color: #FFFFFF;
    text-decoration: none;
}
#navi ul li a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#navi ul li a:hover {
    color: #FFFFFF; /* 文字為白色 */
    text-decoration: none; /* 文字沒有裝飾（底線） */
    /* background-color:#FF6600; /* 背景為橙紅色 */
}
#navi ul li a:active {
    color: #FFFFFF;
    text-decoration: none;
}
/* Begin TitleImages*/
.TitleImages {
    margin: 5px 0px 5px 25px;
}
.yui-gc {
    background: #2e3e58;
}

/* Begin ProductBody & NewsBody*/
.ProductBody, .NewsBody {
    margin-left: 25px;
}
.NewsBody {
    border: 2px solid #b6bcc5;
    padding: 10px;
    padding-right: 0px;
    color: #b6bcc5;
    height: 100px;
}

/* Begin ProductCell*/
.ProductCell {
    width: 180px;
    float: left;
    margin: 10px;
    vertical-align: middle;
    color: #FFF;
    font-family: Tahoma;
}
.ProductCell a:link, .ProductCell a:visited, .ProductCell a:active {
    color: #ff6c00;
    text-decoration: none;
    font-weight: bold;
}
.ProductCell a:hover {
    color: #ff0000; /* 文字為白色 */
    text-decoration: none; /* 文字沒有裝飾（底線） */
    /* background-color:#FF6600; /* 背景為橙紅色 */
}
.ProductCell h3 {
    padding-top: 10px;
    font-size: 10pt;
    height: 30px;
    background: url(../images/sub_page/img_title_bg.gif); /*!!!!!!!!!!*/
    margin-bottom: 5px;
    color: #43484f;
    font-weight: bold;
    /*FOR IE*/
    text-align: center;
    vertical-align: middle;
}
.yui-gd div.first {
    width: 192px;
    margin-left: 0px;
}
.yui-gb .yui-u, .yui-g .yui-gb .yui-u, .yui-gb .yui-g, .yui-gb .yui-gb, .yui-gb .yui-gc, .yui-gb .yui-gd, .yui-gb .yui-ge, .yui-gb .yui-gf, .yui-gc .yui-u, .yui-gc .yui-g, .yui-gd .yui-u {
    width: 192px;
    margin-left: 0px;
}
.yui-gd {
    width: 945px;
    background: url(../images/sub_page/sub_menu_tbl_bg.jpg) #707C8C;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.submenu td {
    background: url(../images/sub_page/sub_menu_bg.jpg);
    color: #FFF;
    font-family: Arial, "Arial Black", "Arial Narrow";
    font-size: 13px;
} .submenu td a {
    padding-left: 30px;
    font-style: normal;
    color: #FFF;
    text-transform: none;
    text-decoration: none;
}
		
.submenu td a:hover {
    font-style: normal;
    color: #F00;
    text-transform: none;
    text-decoration: none;
}
.content {
    /*width: 713px;*/
    width: 720px;
    background: #FFF;
    padding: 16px;
}
.content .content_cookie {
    padding-bottom: 10px;
    font-size: 9pt;
    color: #CCC;
}
.content .content_title {
    background: url(../images/sub_page/content_title_bg.jpg) #FFF no-repeat;
    width: 700px;
    height: 30px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 8px;
}
.content .content_text {
    color: #686868;
}
/*Defin by jelena*/	


.red{
	color:#FF0000;
	font-weight: bold;
}



.line{
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	height: 10px;
	border-bottom-style: dotted;
}
#ft{
	 background: url(../images/sub_page/content_title_bg.jpg) #F0 no-repeat;
}

