@charset "utf-8";
/*
 * CSP 樣式工具類（英文版）
 * ------------------------------------------------------------------
 * 這些 class 是 commit 637bd3c8「台東英文版 csp 修改」把模板內的
 * inline style="..." 改寫成 class 時產生的，樣式定義原本只留在
 * Dreamweaver 設計檔 tpl_ttdares/eng/Templates/*.dwt 的 <style> 區塊，
 * 沒有進入任何前台會載入的 CSS，導致實際頁面完全吃不到樣式
 * （首頁 featured 磁磚的底色即因此消失）。此檔補回那些定義。
 *
 * 值與 Templates/ttdares_en.dwt 的 <style> 區塊完全一致，
 * 日後兩邊要同步修改。
 */

/* 間距 */
.csp-pt-20 { padding-top: 20px; }
.csp-pt-15 { padding-top: 15px; }
.csp-py-15 { padding-top: 15px; padding-bottom: 15px; }
.csp-py-20 { padding-top: 20px; padding-bottom: 20px; }
.csp-pl-15 { padding-left: 15px; }
.csp-mt-30 { margin-top: 30px; }

/* 版位 */
.csp-float-r-pr10 { float: right; padding-right: 10px; }
.csp-hidden { display: none; }
.csp-w-20 { width: 20%; }

/* 色彩 */
.csp-text-red { color: #FF0000; }
.csp-feature-green { background-color: #39c983; }
.csp-feature-orange { background-color: #fa7231; }
.csp-highlight-box { background: #f97232; color: #1c2833; padding: 10px; font-weight: bold; }

/* 首頁下方合作單位跑馬燈 */
.csp-carousel-wrap { visibility: visible; overflow: hidden; position: relative; z-index: 2; left: 0; width: 152px; }
.csp-carousel-list { margin: 0; padding: 0; position: relative; list-style-type: none; z-index: 1; width: 2128px; left: 0; }
.csp-carousel-item { overflow: hidden; float: left; width: 150px; height: 50px; }
