﻿/**{
 	margin:0;
  	padding:0;
  	font-size:15px;
   	font-family:"微軟正黑體","Microsoft JhengHei", "新細明體", "PMingLiU", "細明體","MingLiU", serif;	
}
*/

table.table_no_border{
	width: 100%;
	border: 0px solid #666;	
}
table.table_border {
 	border-collapse: collapse;
	width: 98%;
	border: 1px solid #333;
	background-color:#FFFFFF;
	margin:10px;	
}
.tr_no_border{
	border: 0px
	font-size:8px;
}

caption {
  font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
	text-align: left;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td {
  padding: 0.5em 0.5em;
  /*border-bottom: 1px dashed #c0c0c0;;*/
  line-height:120%;
  
}
td{
	text-align: left;
}

th a{
	text-decoration:none;
}

.odd {
  background-color:#68490C;
  color:#FFFFFF;
}


a{
	text-decoration:none;
}
a:link
{
	color: #000000;
}
/* 已連結過 */
a:visited
{
	color: #000;
}
/* 滑鼠移至連結 */

a:hover
{
	color:#FF0000;
}
/* 選擇的連結 */
a:active
{
	color: #000;
}

.highline{
	font-size:24px;
	text-align:center;
}
.highline2{
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
img
{
	vertical-align:middle;
} 

tr.tr_no_border td{
	border: 0px;
	color:#660000;
	font-weight:bold;
}
tr.detail_more td{
	background-color:#FFEAB0;

}

	.order_tb,.detail_tb{
		width: 880px;
		background-color: #f8fbdd;
	}
	.detail_tb{
		background-color: #f8fbdd;
	}
	.order_tb td,.detail_tb td{
		border:1px solid #fff;
		padding: 5px;
	}
#colorbox #cboxClose
{
top: 0;
right: 0;
}
#cboxLoadedContent{
margin-top:28px;
margin-bottom:0;
}