﻿/* 書籍列表 book_list.aspx 用到 */
/*
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/
.table_smoothtaste table 
{
	 border-collapse :collapse ;
	 border : 1px solid #f8ccb2;
	 font : normal 11px verdana,  arial, helvetica, sans-serif;
	 color :#FFFFFF;
	 background :#A6837C;
	}

.table_smoothtaste caption 
{
	font : normal 11px verdana, arial, helvetica, sans-serif;
	background :transparent;
	}

.table_smoothtaste td, th
{
	border : 1px dashed #f8ccb2;
	padding :2px;
	color :#FFFFFF;
	}

.table_smoothtaste thead th, tfoot th 
{
	 font : bold 11px verdana, arial, helvetica, sans-serif;
	 border: 1px solid #f8ccb2;
	 background :#331E1F;
	 color :#FFFFFF;
	 padding-top :6px;
	}

.table_smoothtaste tbody td a 
{
	background :transparent;
	text-decoration :none;
	color :#FFFFFF;
	}

.table_smoothtaste tbody td a:hover 
{
	background : transparent;
	color :#FFFFFF;
	}

.table_smoothtaste tbody th a 
{
	font : normal 11px verdana, arial, helvetica, sans-serif;
	background : transparent;
	text-decoration :none;
	font-weight : normal ;
	color :#FFFFFF;
	}

.table_smoothtaste tbody th a:hover 
{
	background : transparent;
	color :#FFFFFF;
	}

.table_smoothtaste tbody th, tbody td 
{
	vertical-align :top ;
	}

.table_smoothtaste tfoot td
{
	border : 1px solid #693E46;
	background :#331E1F;
	padding-top : 6px;
	}

.table_smoothtaste .odd 
{
	background :#7B2342;
	}

.table_smoothtaste tbody tr:hover 
{
	 background : #693E46;
	}

.table_smoothtaste tbody tr:hover th,
.table_smoothtaste tbody tr.odd:hover th 
{
	background :#51152A;
	}
