@Charset "UTF-8";
body { margin-top:0; font-family:Verdana, Arial, Helvetica, sans-serif;line-height:normal;}
p {margin-top: 0; padding: 0;}

/* 一般的文字設定*/
td {font-size:11px; color:#dddddd; font-family:verdana, Arial, Helvetica, sans-serif;border-color:#e5e5e5}

/* 一般的連結設定 */
a{ text-decoration:none;  color:#999999; }
a:hover{ text-decoration:underline;  color:#cc0000; }

/* 內容區塊的設定 */
#smartweb_main{
    width:98%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

/* 版權宣告區塊的文字設定 */
.smartweb_copyright {
	font-size:12px;  color:#999999;
}

/* 版權宣告區塊的連結設定 */
.smartweb_copyright a{ text-decoration:none; color:#ffffff;}
.smartweb_copyright a:hover {text-decoration:underline;color:#cc0000;} 

/* 文字輸入框 */
.input { BACKGROUND-COLOR:#403f3f;font-size:11px;font-family:verdana, Arial, Helvetica, sans-serif;font-weight:bold;color:#ffffff;border:1px solid #666666;}

/* 下拉選單 */
.select { font-family: Verdana; font-size: 12px; background-color: #403f3f;font-weight:bold;
          color: #dddddd; border-top: #999999 1px solid;
          border-bottom: #999999 1px solid;  border-left: #999999 1px solid;
          border-right: #999999 1px solid; }

/* 文字按鈕 */          
.button { FONT-SIZE: 12px;
	COLOR: #dddddd;
	BACKGROUND-COLOR:#000000;
	FONT-FAMILY:verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	font-weight: bold;
	border-top: 1px outset #999999;
	border-right: 1px outset #999999;
	border-bottom: 1px outset #999999;
	border-left: 1px outset #999999;
	text-align: center;
	vertical-align: bottom; }
}

/* 以下為產品型錄、公司簡介分段、問題解答分段 文字式目錄列表的 css 設定 */
.category_list{
	float:left;	  
	font-size:11px;
	white-space:nowrap;
}

.category_list a { /* 其他按鈕的顏色 */
	float: left;
	text-decoration: none;
	margin:4px;
	padding-bottom:0px;
	padding-top:10px;
	padding-left:6px;
	padding-right:6px;
	height:18px;
	#height:28px;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	border-right: 1px solid #505050;
	border-left: 1px solid #505050;
	background-color: #232323;
	color: #dddddd;
}

.category_list a:hover {  /* 滑鼠移到目錄的顏色 */
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;
	border-left: 1px solid #1f1f1f;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.category_list a.current {  /* 所在目錄的顏色 */
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;
	border-left: 1px solid #1f1f1f;
	background-color: #000000;
	color: #cc0000;
}
/* 以上為產品型錄、公司簡介分段、問題解答分段 文字式目錄列表的 css 設定 */


/* 聯絡方法 */
.contact_title { font-size:11px;color:#a76262;font-weight:bold; } /*標題文字*/
.contact_text {	font-size:11px;color:#dddddd; } /*內文文字*/

/* 討論區 */
.discuss_border { border-color:#3B82C4;  border-width:1px;  border-style:solid;  } /*框的顏色*/
.discuss_border { border-color:#232323;  border-width:1px;  border-style:solid;  } /*不想出現的框，顏色設定為與內容區塊背景相同*/
.discuss_title_back { height:36px;  background-color:#000000;  background-image:url("discuss_title_bk.gif"); }
.discuss_col_1 { height:29px;  background-color:#616161; }
.discuss_col_2 { height:29px;  background-color:#403f3f; }
.discuss_title { font-size:11px;	 color:#ffffff;  font-weight:bold; }
.discuss_text { font-size:11px;  color:#ffffff; }
.discuss_group { font-size:13px;  color:#ce0000;  font-weight:bold; }
.discuss_name { font-size:11px;  color:#dddddd;  font-weight:bold; }
.discuss_ip { font-size:10px;  color:#dddddd; }
.discuss_repost { font-size:11px;  color:#dddddd;  font-weight:bold; white-space:nowrap}

/*討論區版主回覆內容*/
.discuss_reply {font-size:11px;background-color:#403f3f;padding:4px;border:1px solid #666666; width:90%;margin-left:auto;margin-right:auto}
.discuss_reply .replyer{font-weight:bold}
.discuss_reply .text{margin-top:4px;line-height:1.4}

/* 電子報 */
.epaper_border { border-color:#232323;  border-width:0px;  border-style:solid;  background-color:#ffffff; }
.epaper_title_back { height:36px;  background-color:#000000;  background-image:url("epaper_title_bk.gif"); }
.epaper_col_1 { height:29px;  background-color:#616161; }
.epaper_col_2 { height:29px;  background-color:#403f3f; }
.epaper_title { font-size:11px;	 color:#dddddd;  font-weight:bold; }
.epaper_text { font-size:11px;  color:#dddddd; }

/*問題解答*/
.faq_title { font-size:13px;  font-weight:bold;}
.faq_text { font-size:11px;  color:#dddddd; }
.faq_file { font-size:10px;  color:#ce0000;  font-weight:bold; }
.faq_time { font-size:10px;  color:#ce0000; }

/*公司簡介的文字設定*/
.intro_text { font-size:11px;  color:#dddddd; }

/*訪客留言*/
.guestbook_name { font-size:11px;  color:#ffffff;  font-weight:bold; }
.guestbook_ip { font-size:10px;  color:#666666; }
.guestbook_text { font-size:11px;  color:#dddddd; }
.guestbook_boss { font-size:11px;  color:#000000;  font-weight:bold; }
.guestbook_boss_text { font-size:11px;  color:#333333;   }
.guestbook_post { font-size:11px;  color:#dddddd;  font-weight:bold; }

/*相關連結*/
.link_group { font-size:13px;  color:#ce0000;  font-weight:bold; } /*類別文字*/
.link_title { font-size:11px;  color:#dddddd;  font-weight:bold; } /*主題文字*/
.link_text { font-size:11px;  color:#ffffff; } /*內文文字*/

/*最新消息*/
.news_date { font-size:11px;  color:#a76262; } /*發佈日期文字*/
.news_title { font-size:13px;  color:#dddddd;  font-weight:bold; } /*主題文字 */
.news_text { font-size:11px;  color:#dddddd;} /*內文文字*/
.news_file { font-size:11px;  color:#dddddd;  font-weight:bold; } /*檔案下載文字*/

.album_name { font-size:10px;  color:#dddddd;  font-weight:bold; } /*相本名稱文字*/
.album_pic_name { font-size:10px;  color:#dddddd; } /*照片名稱文字*/
.album_info { font-size:10px;  color:#dddddd; } /*點閱資訊文字 */
.album_nav { font-size:13px;  color:#ce0000;  font-weight:bold; } /*導覽列文字*/
.album_number { font-size:12px;  color:#dddddd;  font-weight:bold; } /*照片數目文字 */
.album_text { font-size:11px;  color:#ffffff; } /*內文文字 */

/*產品型錄*/
.product_title { font-size:11px;  color:#dddddd;  font-weight:bold; text-align:left} /*主題文字*/
.product_text { font-size:11px;  color:#ffffff; text-align:left} /*內文文字 */

.product_price {
   padding-left:0px;font-size:10px;color:#ce0000;  font-weight:bold; text-align:left;
}/*售價的文字*/

.product_normal_price{
    font-size:10px; color:#cc0000; font-weight:bold; text-align:left;
}/*本站售價的價錢*/

.product_member_price{
    padding-left:4px;font-size:10px;  color:#cc0000;  font-weight:bold; text-align:left;
} /*會員價的價錢*/

.smartweb_product{
    margin-top:8px;
    padding-bottom:4px;
    padding-top:4px;
    border-top:1px dashed #666666;
    border-bottom:1px dashed #666666;
    width:100%;
    line-height:1.5;
    background-color:#CCCCCC;
} /*smartweb會員專屬的價錢區塊*/

.smartweb_product_price {
    font-size:14px;
    color:red;
    font-weight:bold;
    text-align:left;
} /*smartweb會員價的價錢*/

.smartweb_product_memo {
	font-size:9px;
	color:#CC6600;
	font-weight:normal;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left:4px;
} /*需加米幣的註解*/


.product_more { font-size:10px;  color:#ffffff;  font-weight:bold; } /*我有興趣文字 */

/* 產品型錄的導覽列 */
.site_location{
 background-color:#232323;
 text-align:left;
 padding-left:10px;
 padding-top:10px;
 padding-bottom:10px;
 font-weight:normal;
 color:#666666;
 width:100%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 border-bottom-color: #666666;
 letter-spacing: 1px;
}
.site_location {
 color:#999999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 1px;
}

.site_location a:link {
 color:#999999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 1px;
}

.site_location a:visited {
 color:#dddddd;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 1px;
}

.site_location a:hover {
 color:#cc0000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 1px;
}

.site_location a:active {
 color:#999999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 1px;
}





/*客服系統*/
.service_form { font-size:11px;  color:#dddddd;  font-weight:bold; } /*欄位標題*/
.service_text { font-size:11px;  color:#ffffff; } /*內文文字*/
#service_main { width:95%; margin-left:auto;margin-right:auto} /*客服系統區塊的寬度*/


/*民意調查(投票)*/
.vote_topic { font-size:13px;  color:#cc0000;  font-weight:bold; } /*主題文字*/
.vote_text { font-size:11px;  color:#dddddd; } /*內文文字*/
.vote_date { font-size:11px;  color:#a76262; } /*票選期間文字*/
.vote_border { border-color:#FFFFFF;  border-width:0px;  border-style:solid;  background-color:#B7B7B7; } /*外框顏色*/
.vote_bg { background-color:#232323; } /*背景顏色區塊*/
.vote_title_bg { background-color:#403f3f; } /*票選結果主題背景色*/
.vote_title { font-size:11px;  color:#dddddd;  font-weight:bold; } /*票選結果主題文字*/

/* 以下為照片票選功能的 css */
.vote_item{ margin:1px; width:200px; height:140px; border:1px #666666 solid; float:left; overflow:hidden; }
.vote_item td{ padding-left:2px;}
.vote_item .item_title{ padding-left:2px; color:#cc0000;}
.vote_item .item_desc{line-height:1.3;}
.vote_item .item_hot{color:#EE5555;}
.pic_border{border:1px #666666 solid;}
hr.vote {margin-top:10px;margin-bottom:10px;border:none;width:98%; border-top:3px #c0c0c0 double;}
/*以上為照片票選功能的 css*/

/*購物車列表*/
.cart_price{ /*總金額的現金價與米幣*/ 
    background-color:#000000;
    color:#cc0000;
}


.member_base td{
	text-align:left;
}

/* 以下為購物車要結帳時，選擇會員、非會員、註冊會員的區塊*/
.member_select{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.member_select ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.member_select li {
	display: inline;
}

.member_select li a{
	display: inline;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;		 
}
/* 以上為購物車要結帳時，選擇會員、非會員、註冊會員的區塊*/

/* 以下為會員專區的訂單詳細資料 */
#orderDetail{
     width:100%;
     text-align:center;
}
#orderDetail .subtitle{
    background-color: #888888;
	color: #EEECEE;
	padding:2px;
    font-size:12px;font-weight:bold;
}
#orderDetail .content{
	width:100%;
    border: 1px dotted #ce0000;
}
#orderDetail .content td{
    padding:4px;
    border:1px dotted #CCCCCC;
}
/* 以上為會員專區的訂單詳細資料 */



/*其他*/
.clear{
clear:both;
}

.bottom_dash{ border-bottom-style:dashed;border-width:1px }


/*旁邊的標題列表*/
.title_side{
    width:180px;
    border:1px solid #cccccc;
    margin-left:auto;
    margin-right:auto;
}
.title_side .title_title{
    background-color:#CCCCCC;
    padding:4px;
    font-size:14px;
    font-weight:bold;
    height:22px;
}
.title_side ul{
    margin:0;padding:0;
}

.title_side li{
    list-style:none;
    width:100%;
    padding-top:2px;
    padding-bottom:2px;
}
.title_side a{
    margin-left:5px;
}
.title_side .current{
    list-style:none;
    background-color:#FFCCCC;
    width:100%;
}

/* 產品快搜 */
.product_quick_search {
    width:150px;
}
.product_quick_search td{
    width:151px;
    text-align:left;
}

.product_quick_search td select{
	height: 24px;
	width: 149px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddddd;
	padding-bottom: 2px;

}


