@charset "utf-8";
@import url("form.css");
@import url("multi_drop_menus1.css");
@import url("leftBox1.css");
@import url("tableSet.css");
@import url("content.css");
/* 
	Thunder Tiger- All Rights Reserved.
	Thunder Tiger Skyhobby CSS Style(writed by Thunder Tiger/Carol13 carol13@thundertiger.com)
	2009.04
*/ 

body {
	margin: 0px;
	padding: 0px;
	background: url(../imgs/pageBg2.gif) repeat-x;
	font: .8em Verdana, Arial, Helvetica, sans-serif, "新細明體";
}
* table td {
	vertical-align: top; 
}
.itemNo {
	color: #6f88ae;
}

.pageHead {
	background: url(../imgs/pageBg1.jpg) no-repeat 300px top;
	height: 96px;
	width: 990px;
	margin: 0px auto;
}
.pageHead img.logo {
	margin: 25px 0px 0px 0px;
	border: none;
}
/*頁首右上選單*/
.pageHead .menu1 {
	position: absolute;
	right: 0px;
	top: 7px;
	font-size: 95%;
}
.pageHead .menu1 a {
	text-decoration: none;
	color: #000;
	padding: 0px 3px;
}
.pageHead .menu1 a:hover {
	text-decoration: underline;
}
/*Global Home*/
.pageHead .global {
	position: absolute;
	right: 0px;
	top: 35px;
	color: #fff;
	font-size: 85%;
	background: url(../imgs/globalHome_bg.gif) no-repeat;
	padding: 3px 10px 4px 11px;
	
}
.pageHead .global a {
	color: #fff;
	text-decoration: none;
	padding: 4px 2px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.pageHead .global a:hover {
	text-decoration: underline;
}

/*會員登入*/
.pageHead .member {
	position: absolute;
	right: 0px;
	top: 65px;
	color: #1d5288;
	font-size: 95%;
}
.pageHead .member a {
	color: #1d5288;
	text-decoration: none;
	padding: 0px 3px;
}
.pageHead .member a:hover {
	text-decoration: underline;
}
/*中間下拉選單欄*/
.topBar {
	z-index:10;
	position: relative;
}

/*主體框架*/
.pageBody {
	width: 990px;
	margin: 7px auto 0px auto;
}
.pageBody .pageLeft {
	width: 205px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}
.pageLeft img {
	margin: 15px 0px 0px 0px;
}

.pageBody .pageMain {
	padding: 0px 0px 0px 13px;
	margin: 0px;
	vertical-align: top;
	overflow: hidden;
}

/*大圖廣告*/
.bigAD {
	position: relative;
	z-index: 1;
}
.bigAD img {
	width: 765px;
	height: 265px;
}


/*訊息跑馬燈*/
.messageArea {
	padding: 5px 10px;
	/*
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	*/
	background: #eee;
	margin: 10px 0px 5px 0px;
}
.messageArea a:hover {
	color: #000;
	text-decoration: underline;
}

/*產品內容頁設定*/
.leftCollumn {
	width: 280px;
	padding: 0px 10px 0px 0px;
	text-align: left;
	vertical-align: top;
}
.rightCollumn {
	padding: 0px 0px 0px 10px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
/*訂購說明*/
.pageBody .pageMain .orderInfoBox {
	border: 3px solid #b6d3e6;
	margin: 20px 0px;
	padding: 0px 10px 20px 10px;
	background: #eee;
	color: #073546;
}
.pageBody .pageMain .orderInfoBox h2 {
	background: url(../imgs/arrow_right_shadow3.gif) no-repeat;
}
.pageBody .pageMain .orderInfoBox h3 {
	color: #073546;
}
.pageBody .pageMain .orderInfoBox p {
	color: #073546;
	margin-left: 10px;
}
.pageBody .pageMain .orderInfoBox a {
	color: #0066FF;
	margin: 0px 5px;
	text-decoration: underline;
}
.pageBody .pageMain .orderInfoBox a:hover {
	text-decoration: none;
}


/*頁首選單bar*/
.topBar {
	background: url(../imgs/HeadBarBg.jpg) no-repeat center;
	height: 35px;
	width: 990px;
	border-bottom: 3px solid #e6e6e6;
	margin: 0px auto;
	position: relative;
	text-align: right;
}

/*頁尾選單列*/
.footMenuList {
	color: #2c5574;
	font-size: .88em;
	text-align: center;
	margin: 0px auto;
	padding: 3px 0px;
	line-height: 1.7em;
	border-top: 1px dashed #cfdde5;
	margin-top: 15px;
}
.footMenuList a {
	color: #2c5574;
	text-decoration: none;
	padding: 0px 5px;
}
.footMenuList a:hover {
	border-bottom: 1px dotted #2c5574;
	color: #000;
	text-decoration: none;
}
.footMenuList a.btn {
	color: #fff;
	background: url(../imgs/btnBg5.gif) no-repeat;
	padding: 1px 0px 3px 0px;
	vertical-align: middle;
	text-align: center;
	width: 66px;
	margin: 3px 0px 0px 10px;
	display: inline-block;
}
.footMenuList a.btn:hover {
	background: url(../imgs/btnBg5_h.gif) no-repeat;
	color: #fff;
	border: none;
	text-decoration: none;
}
.footMenuList img {
	margin: 5px 5px 0px 5px;
	border: none;
}


/*頁尾版權*/
.pageFoot {
	background: #5ca6d5;
	color: #fff;
	font-size: .85em;
	text-align: center;
	margin: 0px auto;
	padding: 15px 0px;
	line-height: 1.7em;
}
.pageFoot a {
	color: #fff;
	padding: 0px 5px;
	text-decoration: none;
}
.pageFoot a:hover {
	border-bottom: 1px dotted #2c5574;
	color: #000;
	text-decoration: none;
}

#compare_layer{ DISPLAY: none; Z-INDEX: 100; LEFT: 14px; WIDTH: 100px; POSITION: absolute; BACKGROUND-COLOR: #ffded0}
.compare_products{ margin:0px auto; width:979px; border-collapse:collapse; border-right:1px #cccccc  solid; line-height:30px}
.compare_products td{ margin:0px;  border:1px #cccccc  solid; }
.compare_title{ width:80px}
.compare_products a { text-decoration:none; color:#0d62bc;}
.compare_products a:hover { text-decoration:underline; color:#F60}
.compare_img{width:90px; height:80px; border:0}
.index_pic_show{width:83px; height:78px}
.path{background: url(../images/arrow_right_shadow1.gif) no-repeat 0px 2px;padding: 0px 0px 5px 20px; margin-top:10px; color: #555}
.table_height{height:105px;}
.comp_ta{line-height:22px;text-align:left;color:#424242;}
