/*===========================================*/
/*footer*/
/*===========================================*/
#footer {
	position:fixed;
	z-index:100;
	bottom:0;
	left:0;
	width:100%;
	/*height:40px;*/
	/*background-color:#006699;*/
}



#footer_menu {display:table;bottom:0; left:0; width:100%; padding:0; overflow:hidden;background:#3399ff;opacity:0.95}
#footer_menu li {float:left; height:56px; border-left:1px solid #cccccc; overflow:hidden;}
#footer_menu li:first-child {background:none;border-left:none;}

#footer_menu .fixBottomMenu li:nth-child(1) { float:left; width:24.7%; background:url(/images/footer/footer_login.png) center 7px no-repeat;background-size:28px 28px;}
#footer_menu .fixBottomMenu li:nth-child(2) { float:left; width:24.7%; background:url(/images/footer/footer_tel.png) center 7px no-repeat;background-size:27px 27px;}
#footer_menu .fixBottomMenu li:nth-child(3) { float:left; width:24.7%; background:url(/images/footer/footer_cart.png) center 7px no-repeat;background-size:28px 28px;}
#footer_menu .fixBottomMenu li:nth-child(4) { float:left; width:24.7%;  background:url(/images/footer/footer_recent.png) center 7px no-repeat;background-size:28px 28px;}

#footer_menu li a { display:block;text-align:center; font-size:1.0em;}
#footer_menu li a span {display:inline-block;vertical-align:middle;color:#fff;letter-spacing:-1px; margin-top:38px;font-size:0.8em}
#footer_menu .cartCount {
	position:absolute;
	bottom:30px;
	right:40%;
	opacity:1.0;
	display:block;
	text-align:center;
	line-height:20px;
	width:24px;height:20px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	overflow:hidden;color:#ffffff;background:#33cccc;
	font-size:.75em;
}

#footer_menu_detail { clear:both; padding:0px 0px 0px 0px;text-align:center; margin:0 auto; height:56px; padding:0; overflow:hidden;background:#ffffff;border-top:1px solid #e4e4e4}
#footer_menu_detail .DetailBtnCart {
	width:45%;
	margin:8px 3px 10px 10px;
	border:1px solid #33ccff;
	border-radius:3px;
	background-color:#33ccff;
	background:font-size:1.0em;
	line-height:37px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	vertical-align:top
}

#footer_menu_detail .DetailBtnBuy {
	width:45%;
	margin:8px 10px 10px 3px;
	border:1px solid #3399ff;
	border-radius:3px;
	background-color:#3399ff;
	background:font-size:1.0em;
	line-height:37px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	vertical-align:top
}
/*===========================================*/
/* copyRight */
/*===========================================*/
#copyRight {
	float:left;
	z-index:40;
	bottom:0px;
	left:0;
	width:100%;
	background-color:#F3F3F3;
	text-align:center;
}
#copyRight .foot_box 	{ padding:5px 0 50px 0; border-top:1px solid #dddddd; }
#copyRight ul 		{ margin:5px 5px 10px 5px; }
#copyRight ul li 		{ /*display:inline-block;*/ height:17px; margin:0; text-align:left; letter-spacing:0px; padding:0 0px 0 5px; font-size:0.85em; color:#666666; }
#copyRight ul li:nth-child(8)	{margin-bottom:10px; border-bottom:1px solid #dddddd;}
#copyRight .end_bar 		{ margin:5px 0 0 0;color:#666666; font-size:0.8em; }
#copyRight .end_bar span.copyrights 	{ display:inline-block; }


