@charset "utf-8";

/* --- 身體 (全部區塊)*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* 最好將body元素的邊距和填充設置為0以覆蓋不同的瀏覽器默認值 */
	padding: 0;
	text-align: center; /* 在IE 5*瀏覽器中，這會將容器居中。文本隨後將在 #container 選擇器中設置為默認左對齊*/
	color: #000000;
	font-size:12px;
	line-height:130%;
	scrollbar-face-color:#2C2C2E;
	scrollbar-shadow-color: #111111;
	scrollbar-highlight-color: #111111;
	scrollbar-3dlight-color: #111111;
	scrollbar-darkshadow-color: #111111;
	scrollbar-track-color: #111111;
	scrollbar-arrow-color: #111111;
	/* 新加寫 CSS 程序
=============================================================================================*** 網頁中間表單區塊(背景) - 底圖設定 ***/

	background-image: url(../images/bg_nei.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	/*
	=============================================================================================*/
	/* 設定無色彩                                                                                     *** 全部區塊(背景) - 色彩設定 ***
    =============================================================================================*/

			
}

/* --- 貨櫃 (網頁中間表單區塊) */ 
 #container {
	width: 1002px;
	margin: 0 auto; /*自動邊距（與寬度一起）會將頁面居中*/
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	/*background-color: #000;*/
	
/* 新加寫 CSS 程序
=============================================================================================*** 網頁中間表單區塊(背景) - 底圖設定 ***/

	background-image: url(../images/bg_nei_new2.gif);
	background-repeat: repeat-y;
	background-position: center top;	

} 

/* --- 標題 */
 #header { 
	background: #fff; /*
	=============================================================================================*/
	/*
    =============================================================================================*/
} 

/* --- 工具欄1 */
 #sidebar1 {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 200px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	
	/* background: #000;  将显示背景色，其宽度等于栏中内容的长度，/*
	=============================================================================================
	
    =============================================================================================*/
	
	padding: 0px;
	
	color:#fff;
}

/* --- 主要內容 */
 #mainContent { 
	margin: 0px 0 0 215px; /* 此 div 元素的左边距会在页面的左下方创建栏 — 无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此边距。 */
	padding: 0px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	
	
	/*background:#000; 
	=============================================================================================
	                                                                                           *** 網頁中間區塊 _ 右方表單背景 - 色彩設定 ***
    =============================================================================================*/
	
	color:#ccc;
} 

/* --- 主要內容 h1 */
#mainContent h1{
	background:url(../images/title_bg.jpg) no-repeat 3px 0px; 	
	height:25px;
	font-weight:lighter;
	padding-left:34px;
	padding-top:1px;
	font-size:12px;
	color:#ccc;
}
/*最新消息 
=============================================================================================*/
#mainContent .hotnews{
	float:left;width:550px;text-align:center;line-height:24px;border-bottom:1px dashed #ccc;
}
#mainContent .hotnews_date{
	float:left;width:220px;text-align:center;line-height:24px;border-bottom:1px dashed #ccc;
}
#mainContent .hotnews a{
	color:#ccc;
}

.month {
	width:150px;
	height:80px;
	padding:20px 15px ;
	text-align:center;
	font-size:12px
}
.month b{border:1px solid #ccc; line-height:22px;}
.month a {
	color:#ccc;
	line-height:22px;
	text-decoration:none;
}
.month a:hover{
	border:1px solid #ccc;
}
.month  span{	float:left;	width:50px;	text-align:center; }

/*產品介紹
=============================================================================================*/
#mainContent .pro_list{
	float:left;width:190px;text-align:center;height:140px;
}
.pro_zoom img{
	width:52px;
	height:52px;
	margin:10px 5px;
	border:1px solid #7a7878;
}
.menu_list h1{
	font-size:12px;
	background:url(../images/menu_list.jpg) ;
	width:176px;
	line-height:33px;
	height:33px;
	margin:0;
	padding-left:20px;
}
.menu_list a{
	background:url(../images/arrow_white.gif) 0px 5px no-repeat;
	padding-left:8px;
	color:#fff;
	text-decoration:none;
	font-weight:lighter;
}
.menu_list a:hover{
	background:url(../images/arrow_org.gif) 0px 5px no-repeat;
	padding-left:8px;
	color:#f80;
	text-decoration:none;
	font-weight:lighter;
}
.menu_list span{
	background:url(../images/arrow_org.gif) 0px 5px no-repeat;
	padding-left:8px;
	color:#fff;
}
/*形象目錄js效果*/
#tbody {width:756px;margin:10px;}
#mainbody {width:750px;margin:0px;border:1px solid #222;padding:1px;text-align:center;}
#mainphoto {cursor:pointer;display:block;}
#goleft {float:left;clear:left;margin:10px 5px 0 3px;}
#goright {float:right;clear:right;margin:10px 3px 0 5px;}
#photos {width:700px;height:70px;line-height:80px;border:1px solid #222;margin:6px auto 0 auto;overflow:hidden;padding:5px}
#showArea img {display:block;float:left;margin:1px 0;cursor:pointer;border:0px solid #222;height:65px;}

/*門市專櫃 樣式
=============================================================================================*/
h2{border-bottom:1px #666 dashed;line-height:26px;font-size:16px;margin:5px 20px;padding-left:20px;background:url(../images/bullet.gif) no-repeat 5px 10px;}
h2 a{color:#ccc; text-decoration:none;}
h2 a:hover{text-decoration:underline;}
.shop_address{
	margin:5px 5px;
	line-height:22px;
}
.shop_address p{margin:0;padding:0;}
.shop_address label{
	width:450px;
	float:left;
	padding:5px 20px;
	border:0px solid #ccc;
}
.shop_address span{
	border-right:1px solid #333;height:50px;text-align:center;float:left;width:180px;
}
.select_address{
	background:url(../images/select_bg.gif) no-repeat;
	height:43px;
	margin:0px 5px;
	padding:10px 15px;
}
.select_address select{
	height:20px;
	margin:0px;
	padding:0;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	background:#000; /*
    =============================================================================================
	
    =============================================================================================*/
	
	color:#fff;
}
/*門市專櫃 詳細頁小圖變大圖樣式
=============================================================================================*/
ul.download {list-style-image:url(../menus/zip.gif);}
ul.download li {padding-left:5px; font-size:11px; line-height:1.5em;}


/* slides styling */

.photo {width:700px; height:auto; text-align:left; position:relative; margin:0;}

.photo ul.topic {padding:0; margin:0; list-style:none; width:600px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:600px; height:151px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:600px; height:auto; text-align:center; line-height:30px; color:#000; text-decoration:none; border:0px solid #fff; border-width:0px 0px 0 0; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#fff; }

.photo ul.topic li a:hover,
.photo ul.topic li:hover a

{color:#fff;background: #000;}

.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0px 0px; margin:0; height:auto; background:#000; width:768px; border:0px solid #c3a78e; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0px 0px; margin:0; height:auto; background:#000; width:768px; border:0px solid #c3a78e; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:138px; height:103px; float:left; border:0px solid #fff; margin:6px;}

.photo ul.topic li ul li a
{display:block; width:136px; height:101px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #444;}

.photo ul.topic li ul li a img
{display:block; width:130px; height:95px; border:3px solid #333333;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-100px; top:-32px;  width:auto; height:auto; border-color:#fff;width:320px; height:240px;}

/*桌布下載
=============================================================================================*/
.wallpaper{width:165px;height:180px;margin:10px;float:left;}
.wallpaper a{font-size:10px; color:#fff; text-decoration:none; border:1px #666 solid; background:#333; padding:2px; line-height:200%;}
.wallpaper a:hover{color:#fff; border:1px #666 solid; background:#666;}
.wallpaper span{color:#f80;font-weight:bold;}
.wallpaper label{padding:3px;margin:0 auto;background:#fff;width:165px;text-align:center;vertical-align:middle;border:1px solid #666;float:left;}
#list td{
	background-color: #000;
	border: 1px solid #333;
}
#thum{
	float: left;
}
#thum_title a{font-size:10px; color:#666; text-decoration:none;line-height:200%;}
#thum_title a:hover{color:#f80; }
#thum img{
	border: 0px solid #CCCCCC;
}
#thum_title{
	text-align: left;
	line-height: 20px;
	float: right;
	width: 212px;
	color:#666;
}
#thum_title span{
	margin-bottom: 7px;
	display: block;
	background-color: #000;
	padding-left: 10px;
}
#thum_title strong{
	color: #5c0000;
	font-weight: normal;
}
.i {
	font-weight:bold
}
.email input{
	line-height:14px;
	margin:0px;
	padding:3px ;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	color:#fff;
	border:1px #666 solid;
	
}

/*會員專區 樣式
=============================================================================================*/
.member a{color:#ffe400; text-decoration:none;line-height:200%;}
.member a:hover {text-decoration:underline; }
.member input ,select,textarea{background:#000;border:1px solid #2C2C2E;color:#939393;}

/*頁數樣式
=============================================================================================*/
.PagerWrap{
	clear:both;
	padding:5px 10px;
}
.PagerWrap a{
	font-size:11px;
	color:#fff;
	font-family:Verdana;
	padding:3px;
	text-decoration:none;
}
.PagerWrap a:hover{
	color:#f90;
	font-size:11px;
}
.PagerWrap span{
	border-right: 1px dotted #000; 	
	padding-right:5px;
	margin-right:5px;
}

 #footer {
	padding: 0px; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background:#000;  /*
	=============================================================================================
	                                                                                           *** 網頁下方表單背景 - 色彩設定 ***
    =============================================================================================*/
	color:#ddd;
	font-size:10px;
	
	/* 新加寫 CSS 程序
    =============================================================================================*/
	background-image: url(../images/bg_nei_new.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	/* --------------------------------------------------- */
} 
 #footer p {
	text-align:center;
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
}
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

