﻿@charset "utf-8";
/*
 * mall CSS file
 *
 * @author Lungteng Cultural e-Learning Center by fisher sun.
 * @copyright Copyright (C) 2010 Lungteng Cultural Co., Ltd.
 * @version 1.0.
 * @data 2010.12.
 */

@import url(layout.css);/*整體架構*/
@import url(navigation.css);/*上下導覽列*/
@import url(leftmenu.css);/*左邊選單*/
@import url(content.css);/*內容*/
@import url(table.css);/*共用表格*/
@import url(button.css);/*共用按鈕設定*/
@import url(member.css);/*會員資料*/
@import url(index.css);/*首頁設定*/
@import url(login.css);/*登入登出欄位設定*/
@import url(textstyle.css);/*網站通用文字訊息設定*/
@import url(questions.css);/*試題表格設定*/

/* 統一瀏覽器設定 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 統一瀏覽器設定 end */
