header{ background-image: url(../../img/common/header_border.jpg) ,url(../../img/common/header_bg.jpg); background-repeat: repeat-x, repeat; background-position: bottom, top; } .cnt_header{ } .cnt_header .logo{ background-image: url(../../img/common/logo.png); background-repeat: no-repeat; } .cnt_header .menu_login{ font-size: 12px; color: #FFF; } .cnt_header .menu_language{ font-size: 12px; color: #333333; } .cnt_header .menu_language ul{ } .cnt_header .menu_language ul li{ } .cnt_header .menu_language ul li input{ border: 1px solid #999999; border-radius: 3px; font-size: 12px; background: url(../../img/common/icon_serch.png) 3px 2px no-repeat; behavior: url("/PIE.htc"); /* dh */ background-color: #FFF } .cnt_header .menu_language ul li a{ color:#000; text-decoration:none; } .cnt_header .menu_language ul li a:hover{ text-decoration:underline; } .cnt_header .menu_language ul li.jp{ background: url(../../img/common/flg_jpn.png) no-repeat left center; } .cnt_header .menu_language ul li.eng{ background: url(../../img/common/flg_usa.png) no-repeat left center; } .cnt_header .menu_language ul li.kor{ background: url(../../img/common/flg_kor.png) no-repeat left center; } .button{ } .cnt_header .box_open{ background:#fff; } .cnt_header .box_open .t_top{ color:#cccccc; font-size:10px; border-bottom:1px solid #999999; } .cnt_header .box_open ul{ } .cnt_header .box_open ul li{ color:#333333; font-size:12px; } .cnt_header .box_open ul li input{ } .cnt_header .box_open ul li label{ } .cnt_header .box_open .btn_search{ background:url(../../img/common/btn_search.png) no-repeat; } .cnt_header .menu_language ul .pushMessage { /*background-image: url(../../img/common/icon_newmessage.png), url(../../img/common/icon_triangle.png), url(../../img/common/box_pushmessage.jpg); background-repeat: no-repeat, no-repeat, repeat-x; background-position: 5px center, right 5px center, bottom; border: solid 1px #CCCCCC;*/ background: url(../../img/common/box_pushmessage.jpg) repeat-x; border: solid 1px #CCCCCC; } .cnt_header .menu_language ul .pushMessage span { float:left; display:block; height:25px; } .cnt_header .menu_language ul .pushMessage .icon { background: url(../../img/common/icon_newmessage.png) no-repeat center; width:26px; } .cnt_header .menu_language ul .pushMessage .arrow { background: url(../../img/common/icon_triangle.png) no-repeat center; width:6px; margin-right:5px; } .cnt_header .menu_language ul.pushMessage a:hover { text-decoration: none; } header .cnt_header .menu_language ul li a img { display: inline; } header .cnt_header .menu_language ul .language { padding: 0; margin-left: 0px; } header .cnt_header .menu_language .button .menuIcon img { display: inline; } header .cnt_header .menu_language ul li a#jQueryPush{ text-decoration: none !important; color:#333; } header .cnt_header .menu_language .button { } header .cnt_header .menu_language #header-searchbox { background-color: #FFFFFF; border: 1px solid #CCCCCC; } header .cnt_header .menu_language #header-searchbox span { } header .cnt_header .menu_language #header-searchbox a#searchbox-search { -moz-box-shadow: inset 0px 1px 0px 0px #86ACC7; -webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7; box-shadow: inset 0px 1px 0px 0px #86ACC7; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36638B), color-stop(1, #23486F) ); background: -moz-linear-gradient( center top, #36638B 5%, #23486F 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36638B', endColorstr='#23486F'); background-color: #23486F; border: 1px solid #0C274D; color: #ffffff; } header .cnt_header .menu_language #header-searchbox a#searchbox-search:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) ); background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B'); background-color:#36638B; } a#searchbox-search:active{ } .tops ul.sort { border: 1px solid #B3B3B3; border-radius: 4px; } .tops ul.sort li{ } .tops ul.sort li a{ font-size: 12px; color: #333333; text-decoration: none; } .tops ul.sort li.sort a:hover{ text-decoration:underline;} .tops ul.sort li.current a.descending_sort{ color: #2d83da; background: url(../../img/common/icon_triangle_d.png) no-repeat right 5px; } .tops ul.sort li.current a.ascending_sort{ color:#2d83da; background:url(../../img/common/icon_triangle_u.png) no-repeat right 5px; } .tops ul.sort li b{ font-weight: normal; font-size: 12px; } .tops ul.sort li b{ font-weight: normal; font-size: 12px; } /* for pushmessage */ .notification-pushmessage { background-color:#bde; opacity:0.8; border:solid 1px #333; color:#000; border:solid 1px #000; font-weight:bold; font-size:13px; } .toast-item-loading { text-align:center; height:40px; background:url(../../img/data_loading.gif) no-repeat center; } header .cnt_header .menu_login .username { overflow: hidden; -o-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; text-overflow: ellipsis; width: 160px; white-space: nowrap; }