/* 書店主體樣式設定 */ 
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* 連結樣式設定 */
A { color: #339999; text-decoration: none; }
A:link { color: #339999; text-decoration: none; }
A:visited { color: #339999; text-decoration: none; }
A:active { color: #0033CC; text-decoration: overline;}
A:hover { color: #009900; text-decoration: underline; }

/* 表格樣式 */
TABLE.tb-solid {
  border: 1px;
  border-style: solid;
  border-color: #FFC373;
  border-spacing: 1px;
  background-color: #FFFBCB;
}

TABLE.tb-solid-sm {
  border: 1px;
  border-style: solid;
  border-color: #FFC373;
  border-spacing: 1px;
}

TABLE.tb-dotted {
  border: 1px;
  border-style: dotted;
  border-color: #FFC373;
  border-spacing: 1px;
}

/* TD 基本樣式 */
TD {
  font-size:12px;
}

/* TD 選單樣式 */
TD.td-menu {
  font-size: 12px;
  background: #f5d03a;
  font-weight : normal;
  line-height: 19px;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
}

/* TD 導覽樣式 */
TD.td-nav {
  font-size: 12px;
  font-weight : normal;
  line-height: 19px;
}

/* TD 標題樣式 */
TD.td-header {
  font-size: 12px;
  background: #f5d03a;
  color: #000000;
  font-weight : normal;
  line-height: 150%;
}

TD.td-text {
  font-size: 12px;
  font-weight : normal;
  line-height: 150%;
}

/* 文字內容-背景樣式 */
TD.td-text-bc {
  font-size: 11px;
  background: #FFFBCB;
  color: #000000;
  font-weight : normal;
}

/* TD 顯示訊息 */
TD.td-message {
  font-size: 12px;
  color: #ff0000;
  font-weight : normal;
  line-height: 150%;
}

/* 標題樣式 */
SPAN.doc-title {
  font-size: 12px;
  color: #954040;
  font-weight: bold;
}

/* 內文樣式 */
SPAN.doc-content {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
  
INPUT {
  font-size: 12px;
  font-weight: normal;
}

textarea {
  font-size: 12px;
  font-weight: normal;
}

TD.td-border-bottom-dotted {
  border: 1px;
  border-bottom-style: dotted;
  border-color: #FFC373;
  border-spacing: 1px;
}

/* 書籍標題樣式 */
SPAN.book-title {
  font-size: 16px;
  color: #954040;
  font-weight: normal;
}

/* 類別標題樣式 */
SPAN.category-title {
  font-size: 16px;
  color: #954040;
  font-weight: normal;
}

SPAN.special-price {
  font-size: 12px;
  color: #CC0000;
  font-weight: normal;
}

/* 書籍清單樣式 */
TD.td-book-list {
  font-size: 12px;
  color: #009900;
  font-weight : normal;
  line-height: 150%;
  padding-left: 25px;
}

/* 類別清單樣式 */
TD.td-category-list {
  font-size: 12px;
  color: #009900;
  font-weight: normal;
}

TD.td-list-color {
  font-size: 11px;
  background: #f5d03a;
  color: #000000;
  font-weight : normal;
}

/* 記錄列淺底 */
TD.td-list-blank {
  font-size: 11px;
  background: #FFFBCB;
  color: #000000;
  font-weight : normal;
}

TD.td-page {
  font-size: 11px;
  color: #339999;
  font-weight : normal;
}

SPAN.sp-category-list {
  font-size: 15px;
  color: #009900;
  font-weight: normal;
}

SPAN.sp-author {
  font-size: 11px;
  color: #666666;
  font-weight: normal;
}

SPAN.sp-date {
  font-size: 11px;
  color: #009900;
  font-weight: normal;
}

/* 項目標題名稱樣式 */
SPAN.sp-item-title {
  font-size: 12px;
  color: #339999;
  font-weight: normal;
}

/* 章節標題 */
SPAN.sp-chapter {
  font-size: 12px;
  color: #339999;
  font-weight: normal;
  padding-left: 10px;
}

DIV.div-link {
  font-size: 12px;
  padding-left: 10px;
}

DIV.div-subject {
  font-size: 15px;
  color: #009900;
}

.onsale_book_name {
	font-size: 13px;
	color: #0066CC;
}

.onsale_book_author {
	font-size: 11px;
	color: #666666;
}

.onsale_book_discount {
	font-size: 12px;
	color: #FF3366;
}

.list_book_price {
	font-size: 11px;
}

.rec_book_name {
	font-size: 12px;
	color: #009933;
}

.rec_book_summary {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

/* 最新消息(newsbar)樣式 */
#memoryticker{
background-color: white;
width: 450px;
font: normal 12px Verdana;
/*Tip: add in height attribute here for multiple line scroller*/
border: 1px solid white;
padding: 3px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}


