/**
 * 顶部页面布局
 * 
 * @version $Id: default.nav_top.css 235 2013-12-25 08:53:31Z fuy $
 * @creator shengyj @ 2013-12-21 17:13:03 by scap-builder-0.0.4
 * @template version: 2013090901
 */

@media all {
     nav#nav-top {
        line-height: 26px; 
        font-size: 12px;
        height: 26px; 
       	background: none repeat scroll 0 0 #FF7F31;
    	border-bottom: 1px solid #EA4C1E;
    	width: 100%;
    	min-width: 920px;
     }
     
     nav#nav-top .ym-wbox {
   		text-align: right;
     }
     
     a.account, a.mall, a.reservation {
     	font-size: 12px;
     	font-weight: bold;
     	color: #FFF;
     }
     
     a.account, a.mall {
     	margin-right:24px;
     }
}