﻿/* 圖片樣式 */
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.imgL {
	float: left;
	margin: 0px 8px 8px 0px;
}
.imgR {
	float: right;
	margin: 0px 0px 8px 8px;
}
.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.photo1 {
	border: 1px solid #666666;
}
.photo2 {
	padding: 7px;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
}

/* 分隔線 與分隔按鈕 */
hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
}
p.line {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	height: 15px;
	background: url(design/line-bg.gif) repeat-x;
}
p.line a {
	line-height: 50px;
	height: 15px;
	float: right;
	display: block;
	overflow: hidden;
}
.line-top {
	width: 35px;
	background: url(icon/line-top.gif) no-repeat;
}
.line-top:hover {
	background: url(icon/line-top2.gif) no-repeat;
}
.line-back {
	width: 40px;
	background: url(icon/line-back.gif) no-repeat;
}
.line-back:hover {
	background: url(icon/line-back2.gif) no-repeat;
}
.line-more {
	width: 40px;
	background: url(icon/line-more.gif) no-repeat;
}
.line-more:hover {
	background: url(icon/line-more2.gif) no-repeat;
}
/* 表格清單-特殊表格 */
.Laptop_AC_Adaptor2, .Laptop_Battery2, .Laptop_LCD_Screen2, .Laptop_Optical_Drive2, .Laptop_Keyboard2, .Laptop_Others2, .Laptop_Others3 {
	width: 140px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	vertical-align: top;
}
.Laptop_AC_Adaptor2 {
	background: #6699FF url(icon/icon-ac_adaptor2.jpg) no-repeat;
}
.Laptop_Battery2 {
	background: #9999FF url(icon/icon-battery2.jpg) no-repeat;
}
.Laptop_LCD_Screen2 {
	background: #CC99FF url(icon/icon-lcd_screen2.jpg) no-repeat;
}
.Laptop_Optical_Drive2 {
	background: #FF99CC url(icon/icon-optical_driver2.jpg) no-repeat;
}
.Laptop_Keyboard2 {
	background: #FF9999 url(icon/icon-keyboard2.jpg) no-repeat;
}
.Laptop_Others2 {
	background: #FFCC66 url(icon/icon-others2.jpg) no-repeat;
}
.Laptop_Others3 {
	background: #000000 url(img/img-productsBG.jpg) no-repeat 0px -150px;
}

/* 表格清單1-基本表格 */
.table-white {
	background: #999999;
}
.table-white th {
	padding: 0px;
	background-color: #E4E4E4;
	font-weight: bold;
	border: 2px solid #EEEEEE;
}
.table-white tr {
	background: #FFFFFF;
}
.table-white td {
	padding: 5px;
}
.table-white td a {
	display: block;
}
/* 表格清單2-彩色表格 */
.table-color {
	background: #FFFFFF;
}
.table-color th {
	font-size: 13px;
	line-height: 26px;
	color: #FFFFFF;
	background: #000000;
}
.table-color th a {
	color: #FFFFFF;
	display: block;
}
.table-color th a:hover {
	color: #FFFFFF;
	background: #000000;
}
.table-color th img {
	padding: 10px;
}
.table-color th.Laptop_AC_Adaptor {
	background: #0066CC;
}
.table-color th.Laptop_Battery {
	background: #6633CC;
}
.table-color th.Laptop_LCD_Screen {
	background: #9933CC;
}
.table-color th.Laptop_Optical_Drive {
	background: #CC3399;
}
.table-color th.Laptop_Keyboard {
	background: #CC3333;
}
.table-color th.Laptop_Others {
	background: #CC6633;
}
.table-color tr {
	background: #FFFFFF;
}
.table-color td {
	padding: 3px;
	border: 1px solid #C0C0C0;
}
.table-color td ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.table-color td ul li {
	padding: 0px;
	margin: 0px;
}
.table-color td ul li a {
	padding: 0px 2px;
	display: block;
}
.table-color td ul li a:hover {
	color: #000000;
	background-color: #E0E0E0;
}
.table-color td ol, .table-white td ul {
	padding: 0px;
	margin: 5px 0px;
	list-style-type: none;
	clear: both;
}
.table-color td ol li, .table-white td ul li {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: inline;
	white-space: nowrap;
}
/*項目清單*/
.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.submenu li {
	padding-left: 8px;
	margin-right: 10px;
	float: left;
	background: url(icon/spot-arrow2.gif) no-repeat left 7px;
}
th.bg_black {
	color: #FFFFFF;
	background: #000000;
}
td dl {
	padding: 0px;
	margin: 5px 0px;
}
td dl dt {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	display: block;
	clear: both;
	border-top: 1px dotted #E0DFE3;
	border-bottom: 1px dotted #E0DFE3;
	background: url(icon/title2-bg.jpg) no-repeat -200px bottom;
}
td dl dd {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: inline;
	white-space: nowrap;
}
/* 顏色 */
.color-red1 {
	color: #FF0000;
}
.color-red2 {
	color: #CC0000;
}
.color-red3 {
	color: #990000;
}
.color-orange1 {
	color: #FF6600;
}
.color-orange2 {
	color: #FF9900;
}
.color-orange3 {
	color: #FFCC00;
}
.color-blue1 {
	color: #6699FF;
}
.color-blue2 {
	color: #3366FF;
}
.color-blue3 {
	color: #003399;
}
.color-whiteL {
	font-size: 15px;
	color: #FFFFFF;
}
.color-Laptop_AC_Adaptor {
	color: #0066CC;
}
.color-Laptop_Battery {
	color: #6633CC;
}
.color-Laptop_LCD_Screen {
	color: #9933CC;
}
.color-Laptop_Optical_Drive {
	color: #CC3399;
}
.color-Laptop_Keyboard {
	color: #CC3333;
}
.color-Laptop_Others {
	color: #CC6633;
}
/* 背景顏色 */
.bg_white {
	color: #000000;
	background: #FFFFFF;
}
/* 按鈕樣式 */
a.btn-alter, a.btn-delete {
	text-indent: 100px;
	line-height: 100px;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 15px;
	width: 15px;
	border: 0px;
	cursor: pointer;
}
a.btn-alter {
	background: url(icon/btn-alter.gif) no-repeat;
}
a.btn-alter:hover {
	background: url(icon/btn-alter.gif) no-repeat 0px -15px;
}
a.btn-delete {
	background: url(icon/btn-delete.gif) no-repeat;
}
a.btn-delete:hover {
	background: url(icon/btn-delete.gif) no-repeat 0px -15px;
}

/* 表格清單2-彩色表格2 */
.table-color2 {
	background: #FFFFFF;
}
.table-color2 th {
	color: #FFFFFF;
	
}
.table-color2 th a {
	color: #FFFFFF;
	display: block;
}
.table-color2 th a:hover {
	color: #FFFFFF;
	background: #000000;
}
.table-color2 th img {
	padding: 10px;
}
.table-color2 th.Laptop_AC_Adaptor {
	background-image:url(icon/bg-dark-1.gif);
}
.table-color2 th.Laptop_Battery {
	background-image:url(icon/bg-dark-2.gif);
}
.table-color2 th.Laptop_LCD_Screen {
	background-image:url(icon/bg-dark-3.gif);
}
.table-color2 th.Laptop_Optical_Drive {
	background-image:url(icon/bg-dark-4.gif);
}
.table-color2 th.Laptop_Keyboard {
	background-image:url(icon/bg-dark-5.gif);
}
.table-color2 th.Laptop_Others {
	background-image:url(icon/bg-dark-6.gif);
}
.table-color2 tr {
	background: #FFFFFF;
}
.table-color2 td {
	padding: 3px;
	border: 1px solid #C0C0C0;
}
.table-color2 td ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.table-color2 td ul li {
	padding: 0px;
	margin: 0px;
}
.table-color2 td ul li a {
	padding: 0px 2px;
	display: block;
}
.table-color2 td ul li a:hover {
	color: #000000;
	background-color: #E0E0E0;
}
.table-color2 td ol, .table-white td ul {
	padding: 0px;
	margin: 5px 0px;
	list-style-type: none;
	clear: both;
}
.table-color2 td ol li, .table-white td ul li {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: block;
	white-space: nowrap;
}


input.btn_prev {
	background: url(icon/btn_prev.jpg) no-repeat 0px center;
}
input.btn_next {
	background: url(icon/btn_next.jpg) no-repeat 0px center;
}
input.btn_prev, input.btn_next {
	width: 40px;
	height: 16px;
	text-indent: -100px;
	border: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	cursor: pointer;
}
input.btn_prev:hover, input.btn_next:hover {
	background-position: -40px center;
}
