/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	body { padding: 20px }
	.panel h2.title { margin-bottom: 10px }
	.panel h2.title div { font:12pt 微軟正黑體, Microsoft JhengHei,新細明體,Verdana,,Helvetica,sans-serif; color:#000; font-weight:300; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
	div { font:11pt 微軟正黑體, Microsoft JhengHei,新細明體,Verdana,,Helvetica,sans-serif; color:#000; font-weight:300; }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #fff url(../images/bg_middle.gif) repeat-y; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 683px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 683px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling 左右按鈕 */
	.coda-nav-left a { background: url(../images/btn_left.png) 0 0 no-repeat; width: 35px; height:48px;}
	.coda-nav-right a { background: url(../images/btn_right.png) 0 0 no-repeat; width: 35px; height:48px; }
	
	/* Tab nav 上方Tab按鈕 */
	.coda-nav  
	{
	    display: block; margin: 0;
	    width:100%; text-align:left; padding:0 0 0 0px;
	    background: url(../images/bg_head.gif) 65% 0 no-repeat;height:56px;     
	    background-attachment:inherit;
	}
	.coda-nav ul li a.current {  background: #fff url(../images/bg_input.png) no-repeat; color:#333;  }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav 上方Tab按鈕 */
	.coda-nav ul { width:100%; display: block; margin: 0; overflow: hidden; padding-top:25px; padding-left:50px; }
	.coda-nav ul li { display: inline; outline:#fff; }
	.coda-nav ul li a {font:11pt 微軟正黑體, Microsoft JhengHei,新細明體,Verdana,,Helvetica,sans-serif; color:#999; background: #fff url(../images/button_System.png) 0 0 no-repeat; display: block; float: left; margin-right: 1px; padding: 6px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; padding-right:0px; text-align:left; }
	.coda-slider { float: left; overflow: hidden; position:inherit }
	.coda-slider .panel { display: block; float: left; text-align:left; }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
.bg_foot
{
    float: left;
    margin:0;
    height:13px; width:100%;
    background-image:url(../images/bg_foot.gif);
    background-repeat:no-repeat;
    background-position:45px 0;
    background-attachment:inherit;
}
.point
{
    background: url(../images/point.gif) 0 2px no-repeat;height:16px; 
}	
.Web_Info
{
    background: url(../images/web_info.png) 0 0 no-repeat;height:48px; width:248px;
}
.count_Web
{
    background: url(../images/count_web.png) 0 0 no-repeat;height:48px; width:248px;
}

.count_People
{
    background: url(../images/count_people.png) 0 0 no-repeat;height:48px; width:248px;
}

.count_Order
{
    background: url(../images/count_order.png) 0 0 no-repeat;height:48px; width:248px;
}

.count_QA
{
    background: url(../images/count_qa.png) 0 0 no-repeat;height:48px; width:248px;
}

.count_Com
{
    background: url(../images/count_com.png) 0 0 no-repeat;height:48px; width:248px;
}
