	/****************************************************************************************************
	** Global Styles　網頁捲軸顏色
	****************************************************************************************************/
	body {
    scrollbar-arrow-color: #ff9900;
    scrollbar-base-color: #E1E1E1;
    scrollbar-dark-shadow-color: #ff9900;
    scrollbar-track-color: #f1f1f1;
    scrollbar-face-color: #D7D7D7;
    scrollbar-shadow-color: #C2C2C2;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3d-light-color: #000;
    }
	
	
	/****************************************************************************************************
	** Global Styles　網頁字體顏色
	****************************************************************************************************/
	* {
		margin:0;
		padding:0;
		font-size:13px;	
		font-family:helvetica,新細明體,arial;
		color:#000000;
	}


	/****************************************************************************************************
	** Global Styles　網頁背景顏色
	****************************************************************************************************/
	body {
		background:#ffffff;
		
	}
		
	/****************************************************************************************************
	** Global Styles　網頁超連結顏色
	****************************************************************************************************/
	a {
		color:#464646;
		font-size:13px;

	}

	/****************************************************************************************************
	** Global Styles　網頁使用中的連結顏色
	****************************************************************************************************/
	a:hover {
		color:#FF0000;

	}
	form{
		padding:0px;
		margin:0px;
	}

	img {
		border:0;
	}
	
	li, dd {
		list-style:none;
	}

	input {
		background:#ffffff;
		color:#000;
		border:1px solid #aaa;
	}
	select option {
		color:#000;
	}
	select {
		color:#000;
	}

	/****************************************************************************************************
	** Global Styles　網頁字體行間距
	****************************************************************************************************/
	p {
		padding:5px 0px 0px;
	}


	/****************************************************************************************************
	** Page Structure　目錄框架位置
	****************************************************************************************************/
     
	#container {
		position:relative;
		margin:0 auto;
		width:718px;
		/*border-left:1px solid #bcbcbc;
		border-right:1px solid #bcbcbc;*/
	}
	#container_shop {
		position:relative;
		margin:0 auto;
		width:980px;
		/*border-left:1px solid #bcbcbc;
		border-right:1px solid #bcbcbc;*/
	}

	#content {
		padding:8px 0px 5px 2px;
	}
	#content_shop {
		padding:8px 0px 5px 2px;
		min-height:535px !important;
		height:535px;
		overflow:visible;				
	}

	div[id] #content_shop {
		height:auto;
	}

	.clear {
		clear:left;
	}

	.sitemap_link {
		padding:10px 0 0;
		
		font-family:新細明體;
	}

	.sitemap_link a {
		text-decoration:none;
	}

	/****************************************************************************************************
	** Heading　上方框架位置
	****************************************************************************************************/

	#heading {
		overflow:hidden;
		height:50px;
		vertical-align:bottom;
		height:32px;
	}
	#search_header {
		overflow:hidden;
		height:30px;
	}

	.clain2007 {
		float:left;
		width:0px;
		display:block;
	}
	.heading_mast {
		float:left;
		margin:22px 0 0;
		width:0px;
	}

	.heading_nav {
		float:left;
		display:block;
		width:0px;
	}
	.heading_nav ul {
		position:absolute;
		top:49px;
		right:0px;
	}
	.heading_nav li {
		display:inline;
		float:left;
		padding-left:20px;
	}
	.heading_search {
		width:700px;
	}
	.heading_search ul {
		position:absolute;
		top:47px;
		right:0px;
	}

	.heading_search li {
		display:inline;
		float:left;
		padding-left:24px;
	}
	#heading_search_field{
		border:0px;
		width:100px;
		height:12px;
		
		color:#000;
		margin:0px 4px 2px 0px;
	}


	/****************************************************************************************************
	** Footer　網頁表格
	****************************************************************************************************/

	#footer {
		clear:left;
		height:13px;
	}

	#footer ul {
		overflow:hidden;
	}

	#footer li {
		float:left;
		display:inline;
		padding-left:12px;
		margin:0px;
	}
	
	#footer_left{
		display:inline;
		float:left;
	}
	#footer_right{
		float:right;
	}
	#footer_right_shop{
		width:750px;
		float:right;		
	}


	/****************************************************************************************************
	** Content/Sidenav Containers　中間風格照片框架位置
	****************************************************************************************************/

	.context {
		margin:0 0 10px 0;
		padding:20px 0 0 10px;
		width:825px;
	}

	#policy_terms .context {
		
	}

	.side_bar {
		padding:14px 0px 1px 0;
		width:145px;
	}


	/****************************************************************************************************
	** About Pages NAV　超連結內容
	****************************************************************************************************/

	#about_nav_pos{
		float:right;
		
	}
	#about_nav td{
		padding-left:4px;
		color:#b2b2b3;
	}

	#about_nav td,a{
		text-decoration:none;
	}

	#about_nav a:hover,
	#about_nav a.active {
		color:#fff;
	}

	#about_nav li {
		line-height:.85em;
	}

	#bio_header_block {
		margin:20px 0 0px;
	}


	#bio_header_block td,p
	{
		
	}


	/****************************************************************************************************
	** Sidebar NAV　目錄對齊位置
	****************************************************************************************************/

	#nav_container
	{
	font-size:12px;

		
		
		text-transform:uppercase;
	}
	.nav_activeGroup,
	.nav_activeSection {
		font-weight:bold;
		color:#ffffff;
	}

	.nav_section {
		margin-bottom:12px;
	}

	.nav_1st_category {
		padding:3px 0 0px 26px;
	}
	.nav_categories {
		padding:5px 0 0px 12px;
	}

	.nav_links {
		padding:0px 0px 10px 13px;
	}

	.sub_nav_links {
		padding:0 0 0 15px;
	}

	.nav_top_margin {
		padding:10px 0 0;
	}

	/****************************************************************************************************
		** Lifestyle　風格跳出框架
	****************************************************************************************************/

	#lifestyle_container{
		z-index:100;
		position:absolute;
		top:0px;

	}

	.lifestyle_div{
		position:absolute;
	}