body{	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;	
	background: #eee;
}

body.page-loading{
	-webkit-transform: translateY(-10px);	
	-moz-transform:    translateY(-10px);
	-ms-transform:     translateY(-10px);	
	transform:         translateY(-10px);	
	opacity: 0;
}
ul{
	list-style: none;
}
ul,
li{
	margin: 0; 
	padding: 0;
}
a,
a:hover,
a:active{
	color: #333;
	text-decoration: none;
	outline: none; 
}
.sepLine{
	margin: 20px auto 20px auto;
	border-top: 1px solid #DCDDDD;
	border-bottom: 1px solid #fff;	
}
body > .sepLine{ 
	width: 1080px;	
}
.container{
	width: 1080px;
}
.block{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.block > .title{
	position: relative;
	padding: 10px 20px;	
	font-family: '微軟正黑體';
	background: #b3b3b3 url('img/bt_p.png') no-repeat 100% 0;
	color: #000000;
}
.block > .title:after{

}
.mainTitle{
	width: 240px;
	margin: 10px auto;
	padding-bottom: 10px;
	text-align: center;
	font-family: '微軟正黑體';
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #999;
	border-bottom: 2px solid #aaa;
}


/******************************************
**  navbar
*******************************************/

#navbar{
	position: fixed;	
}
#navbar .navbar-inner{
	position: relative;
	height: 43px;
	min-height: 0;
	background: #ea5918;	
	border: 0;
	font-family: "微軟正黑體" "新細明體";	
}


#navbar .navbar-inner .container{
	background: #000;
	position: relative;
}

#navbar .navbar-inner .container:before,
#navbar .navbar-inner .container:after{
	content: "";
	position: absolute;
	top: -43px;
	width: 0;
	height: 0;
	border-style: solid;
}
#navbar .navbar-inner .container:before{
	left: -43px;
	border-width: 0 43px 86px 0;
	border-color: transparent #000 transparent transparent;
}
#navbar .navbar-inner .container:after{
	right: -43px;
	border-width: 86px 43px 0 0;
	border-color: #000 transparent transparent transparent;
}
#ie8 .navbar .navbar-inner{
	filter: none;
}
.navbar-yam .navbar-inner {
	background: #000;
	color: #fff;	
}
.navbar-inverse .nav > li > a {
	color: #fff;
	font-weight: normal;
}
.navbar-inverse .nav > li > a:hover{
	color: #111;
	background: #fff;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
#navbar .nav-right{
	float:right;
}
#navbar .dropdown-menu{
	margin: 0;
}
#navbar .dropdown-menu li > a:hover,
#navbar .dropdown-menu li > a:focus,
#navbar .dropdown-submenu:hover > a{
	background: #84CB19;
}
#navbar .brand {
	margin-left: 0;	
	width: 48px;
	height: 20px;
	background: url('img/logo.png') no-repeat 50% 50%;
	padding: 10px 25px 13px;
}
#navbar .nav > li > a{
	padding: 11px 15px 10px;
	line-height: 22px;
	height: 22px;
	transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
#navbar .nav > li i {
	margin-top: 2px;
	padding: 0 2px;
}
#navbar .nav .icon{
	position: relative;
	top: 3px;
	margin: 0;
	font-size: 17px;
	line-height: 17px;
	height: 17px;
	width: 17px;
	text-shadow: 0 1px 0 #000;
}
#navbar .nav a:hover .icon{
	text-shadow: 0 0 0 transparent;
}	
#navbar .cartInfo .itemCount{
	font-family: sans-serif;
	color: #fff;
}
#navbar .cartInfo .totalPrice{
	position: absolute;
	right: 4px;
	top: 38px;

	height: 24px;
	line-height: 24px;	
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	background: #333;
	border-radius: 12px;
	display: none;    
}
#navbar .cartInfo:hover a,
#navbar .cartInfo.blink a{
	background: #D0104C;	
	color: #fff;
}
#navbar .cartInfo.blink a{
	color: #fff;
}
#navbar .cartInfo:hover .totalPrice,
#navbar .cartInfo.blink .totalPrice{
	display: block;
}
#navbar .cartInfo .totalPrice:before{
	content: "$";
	padding: 0 3px;
}
/******************************************
**  header
*******************************************/

#header {	
	width: 100%;		
	color: #333;
	padding: 10px 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 90%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(90%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 90%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 90%,rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
}
#header .container{	
	background: #f6f6f6;
	padding: 5px 0;
	margin: 60px auto 0 auto;
	position: relative;
	text-align: left;	
	box-shadow : 0 0 2px 1px rgba(0,0,0,0.1);
}
#header .leftPanel{
	float:left;
	width: 170px;	
	margin-left: 80px;
}
#header .rightPanel{
	float:left;
	margin-left: 20px;
	width: 640px;
}
#header .logo img{
	height: 100%;
}
#searchBar{
	position: relative;	
	z-index: 2;
	float:left;	
	padding: 15px 0 15px 40px;
	width: 380px;	
	height: 32px;			
}
#searchBar:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: -5px;
	left: 0;
	height: 72px;
	width: 420px;
	border-radius: 72px/400px;
	background-color: #fff;
}


#searchInput{	
	width: 160px;
	font-size: 15px;
	padding: 4px 10px;		
	margin: 1px 0 1px -5px;		
	border: 1px solid #ccc;
}
#searchCategory{
	width: 100px;
	float:left;
	display: inline-block;
	position:relative;
	top: 1px;	
	font-size: 14px;
	margin: 0px;
	padding: 3px 6px 4px 6px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #aaa;
}
#searchBar .searchButton{	
	margin-left: 10px;
}
#searchBar .searchButton:hover{
	background: #ddd;
	color: #333;
}
#searchBar .searchButton:active{
    top: 2px;
    left:1px;
}
#searchBar .searchButton i{
	margin-right: 5px;	
}
#header .search_hot{
	margin: 20px 0 0 440px;
	width: 360px;	
	height: 30px;
	position: relative;	
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-family: '微軟正黑體';
}
#header .search_hot .tag{
	float: left;
	padding-left: 10px;
	width: 53px;
	height: 24px;
	line-height: 24px;
	background: url('img/tag_1.png') no-repeat 50% 50%;
	color: #fff;
}
#header .search_hot a{
	margin: 4px 5px;	
	padding-right: 10px;
	border-right: 1px solid #ccc;	
	color: #999;
	line-height: 24px;
}
#header .search_hot a:hover{
	color: #333;
}


/******************************************
**  mainCategory
*******************************************/

#categoryIndex{
	position: relative;	
	margin: 0 auto;			
}

#categoryIndex .container{
	margin: 4px auto;	
	width: 1080px;	
	background: url(img/category_bg.png) no-repeat 50% 50%;	
}
#categoryIndex .mainIndex{
	width: 1080px;
	margin: 0px auto;		
	background: transparent;
	text-align: center;
}
#categoryIndex .mainIndex li{
	width: 160px;
	display: inline-block;
	padding: 7px 0;
	text-align: center;
	font-size: 14px;		
	letter-spacing: 2px;		
}
#categoryIndex .mainIndex li > a{
	border-left: 1px solid rgba(255,255,255,0.2);	
}

#categoryIndex .mainIndex li:hover,
#categoryIndex .mainIndex .selected{
	background: url('img/hover_bg.png') no-repeat 50% 50%;
}
#categoryIndex .mainIndex li:hover a,
#categoryIndex .mainIndex .selected a{ 	
	color: #333;
}
#categoryIndex .mainIndex li:first-child{
	border-left: 0px solid #fff;
}
#categoryIndex .mainIndex a{
	padding: 2px 40px 2px 40px;
	color : #fff;	
	display:block;
}


#dropmenu{
	width: 1080px;
	margin: 0 auto;
	position: relative;	
	text-align:left;	
	z-index: 100;	
}
#dropmenu .subIndex{
	display: none;
	position: absolute;
	top: 0px;	
	background: #fff;	
	border: 5px solid #dcd9da;	
	width: 450px;	
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
}
#dropmenu .subIndex:before{
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #999 transparent transparent transparent;	
}
#dropmenu .subIndex:after{
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 20px;	
}
#dropmenu .subIndex > li{
	position: relative;
	margin: 0 5px 5px 20px;
	padding: 5px 0px;		
}
#dropmenu .subIndex > li:after{
	content: "";
	display: block;
	margin-left: 110px;
	width: 310px;
	position: relative;
	background: #ff0;
	border-bottom: 1px solid #ddd;
}
#dropmenu .subIndex > li:last-child:after{
	border-bottom: 0px solid transparent;
}

#dropmenu .subIndex_title 
{    
	display: table;
	float:left;	
	width: 80px;
	padding: 5px 10px;
	height: 40px;
	background: #bdbbbb;	
	font-size: 14px;	
	text-align: center;
	vertical-align: middle;
	color : #5e5e5e;
}
#dropmenu .subIndex_title a
{
    display: table-cell;
    vertical-align: middle;
}
#dropmenu .subIndex_title a,
#dropmenu .subIndex_title a:hover
#dropmenu .subIndex_title a:active
{
    color : #ffffff;
}

#dropmenu .subIndex_list{
	margin: 5px 0;
	font-size: 13px;	
}
#dropmenu .subIndex_list li{
	float: left;
	padding-left: 10px;	
}
#dropmenu .subIndex_list a{
	display: block;
	color: #505050;
}
#dropmenu .subIndex_list li:hover a{
	color: #222;
}

#dropmenu .subIndex_more {	
	margin-top: -20px; 
	margin-right: 15px;
	float: right;
    font-weight: bold;
    color: #5e5e5e;
}

#mainContent{
	margin-top: 15px;
}

/******************************************
**  breadcrumbs
*******************************************/

#breadcrumbs{
	margin-bottom: 15px;
	font-size: 14px;		
	overflow: hidden;
	height: 40px;
	border-radius: 2px;
}
#breadcrumbs .breadcrumb{
	background: #fff;
	margin: -1px 0 0 0;
	padding: 0 0 0;	
}
#breadcrumbs .breadcrumb li{
	position: relative;
	left: 0;
	background: #797979;	
	margin: 0;
	margin-left: -5px;
	padding: 11px 15px 11px 30px;
	text-shadow: 0 0 0 #000;	
}
#breadcrumbs .breadcrumb li.active,
#breadcrumbs .breadcrumb li.active a,
#breadcrumbs .breadcrumb li.active a:hover{
	background: #fff;
	color: #797979;
}

#ie8 #breadcrumbs .breadcrumb li{	
	padding: 13px 15px 8px 30px;	
}
#breadcrumbs .breadcrumb .chevron{
	width: 0;
	height: 0;
	top: -8px;
	position: absolute;	
	z-index: 5;	
	right: -24px;
	display: block;	
	border: 30px solid transparent;
	border-right: 0;
	border-left: 30px solid rgba(200,200,200,0.2);
}
#breadcrumbs .breadcrumb .chevron:after{
	content: "";
	top: -30px;
	position: absolute;	
	z-index: 1;
	left: -36px;
	display: block;	
	border: 30px solid transparent;
	border-right: 0;
	border-left: 30px solid #797979;
}
#breadcrumbs .breadcrumb li a{
	color: #ddd;	
}
#breadcrumbs .breadcrumb li a:hover{
	color: #fff;
}
#breadcrumbs .breadcrumb li.current{
	background: #414141;
	color: #eee;
}
#breadcrumbs .breadcrumb li.current .chevron{
	border-left-color: #aaa;
}
#breadcrumbs .breadcrumb li.current .chevron:after{
	border-left-color: #414141;
}




/******************************************
**  footer
*******************************************/
#footer{
    width: 100%;
    min-width: 1120px;
	margin-top: 40px;
	background: #212121;	
	overflow: hidden;
}
#footer .container
{
    margin: 0 auto;
    width: 1080px;
}
#footer a{
	color: #aaa;
}
#footer .link{
	padding: 20px 0 20px 0;
	width: 100%;	
	font-family: "微軟正黑體";
}
#footer .link .title,
#footer .serverCert .title{
	color: #ddd;
	font-size: 18px;
	font-weight: bold;	
	padding: 6px 0;
	letter-spacing: 3px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
#footer .link .footerList{
	margin-left: 20px;
}
#footer .link .footerList li{
	float: left;
	margin: 3px 1%;	
	height: 20px;
	overflow: hidden;
}

#footer .link .w100 li{	
	width: 100%;	
}

#footer .link .w50 li{	
	width: 47%;	
}

#footer .link .footerList a{	
	font-size: 14px;	
	display: block;
	outline: none;
}
#footer .link .footerList a:focus{	
	  text-decoration: none;
}
#footer .link .footerList a:hover{
	color: #fff;
}
#footer .serverCert{
    margin: 20px auto;
    width: 100%;
}

#footer .copyright{
	color: #7E7E7E;
	padding: 10px 0;
	background: #333;
	border-top: 1px solid #444;
	text-align: center;
}




/******************************************
**  sideCategory
*******************************************/


#sideCategory{
	background: #fff;	
	margin: 0 auto 20px auto;	
	width: 100%;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
}

#sideCategory .title{
	color: #fff;
	background: url("img/icon_bg_1.png") no-repeat scroll 100% 0 #B3B3B3;
}

#catNav{
	font-size: 12px;
	padding: 10px;
}
#catNav li{
	position: relative;
}
#catNav > li{			
	background: #eaeaea;
	margin-bottom: 10px;
	position: relative;
}
#catNav > li > a{	
	display: block;
	padding: 5px 0;
	padding: 7px 5px 7px 20px;		
	color: #222;
	font-size: 14px;
	line-height: 20px;
	font-family: "微軟正黑體";	
}
#catNav > li > a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 0;
	height: 0;
	border-left: 15px solid #ccc;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
#catNav > li:last-child{
	border: 0px;
}
#catNav > li > ul{
	background: #fff;
	padding-bottom: 5px;
}
#catNav > li > ul > li > a{	
	display: block;	
	padding: 2px 5px 2px 15px;
	color: #888;
}

#catNav .Lv4Selection,
#catNav > li > ul > li > a:hover{
	background: #079B0D;
	color: #fff;
}
#catNav > li > ul > li > li a:hover{
	color: #fff;
}
#catNav > li > ul > li > ul{	
	padding: 5px 0;
}
#catNav > li > ul > li > ul > li{
	padding: 3px 5px 3px 20px;	
	font-size: 12px;		
}
#catNav > li > ul > li > ul > li a{
	color: #DA6A07;	
}

#catNav .Lv5Selection,
#catNav > li > ul > li > ul > li:hover{
	background: #FFE9D2;
}

.ajaxLoader{
	position: fixed;
	background: #000;	
	color: #fff;
	bottom: 120px;
	padding: 10px 20px;
	left: 50%;	
	border-radius: 5px;
	font-size: 18px;
	line-height: 42px;
	font-family: "微軟正黑體";
}

.ajaxLoader .bal{
	display: block;
	float: left;	
	background: url(img/bal.gif) no-repeat 50% 50%;
	padding: 5px;
	margin-right: 5px;	
	width: 32px;
	height: 32px;		
	opacity: 0.5;	
	filter: alpha(opacity=50);
	position: relative;
}	


/*************************************************
**	icon
**************************************************/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-monitor,
.icon-tv,
.icon-tag,
.icon-food,
.icon-gamepad,
.icon-user,
.icon-user-2,
.icon-cart,
.icon-info,
.icon-user-3,
.icon-window,
.icon-phone,
.icon-envelope,
.icon-gift,
.icon-badge,
.icon-card,
.icon-truck,
.icon-pen,
.icon-attachment{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-monitor:before {
	content: "\e000";
}
.icon-tv:before {
	content: "\e002";
}
.icon-tag:before {
	content: "\e003";
}
.icon-food:before {
	content: "\e004";
}
.icon-gamepad:before {
	content: "\e001";
}
.icon-user:before {
	content: "\e005";
}
.icon-user-2:before {
	content: "\e006";
}
.icon-cart:before {
	content: "\e007";
}
.icon-info:before {
	content: "\e008";
}
.icon-user-3:before {
	content: "\e009";
}
.icon-window:before {
	content: "\e00a";
}
.icon-phone:before {
	content: "\e00c";
}
.icon-envelope:before {
	content: "\e00d";
}
.icon-gift:before {
	content: "\e00e";
}
.icon-badge:before {
	content: "\e00f";
}
.icon-card:before {
	content: "\e010";
}
.icon-truck:before {
	content: "\e011";
}
.icon-pen:before {
	content: "\e012";
}
.icon-attachment:before {
	content: "\e013";
}

.fixButton {
	position: fixed;
	right: 0;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background: url('img/goTop.png') 50% 50% no-repeat;	
}