@charset "utf-8";
/* CSS Document */


div.footer{
	width:100%;
}
div#footer_inner{
	width:1000px;
	margin:0 auto;
}
div.footer ul#footerLeft{
	float:left;
}

div.footer ul#footerLeft li{
	background-color:#fff;
	padding:10px;
	margin:0 25px 10px 0;
	border-radius:0px;
	width:380px;
}

div.footer ul#center{
	float:left;
}

div.footer ul#center li{
	background-color:#fff;
	padding:10px;
	margin:0 10px 10px 0;
	border-radius:0px;
	width:300px;
}

div.footer ul#footerRight{
	float:left;
	width:240px;
}

div.footer ul#footerRight li{
	background-color:#fff;
	padding:10px 0 10px 10px ;
	margin:0 0 10px 0;
	border-radius:0px;
}

div.footer ul li p{
	border-bottom:1px dotted #ccc;
	font-size:13px;
	padding:0 0 5px 20px;
	background:url(./icon_footerblock.png)  no-repeat;
}

div.footer ul li span{
	display:block;
	margin-top:5px;
	font-size:10px;
	line-height:15px;
}

div.footer ul li span#address{
	border:dotted 1px #CCC;
	padding:5px;
	background:#eee;
}

div.copyright{
	width:1000px;
	font-size:9px;
	text-align:center;
	line-height:13px;
	padding:10px 0 10px 0;
	color:#999;
	letter-spacing:1px;
	margin:0 auto;
}


#footerBrandList {
	width:1000px;
	margin:0 auto;
}


#footerBrandList ul li {
	float:left;
	margin:0 20px 20px 0;
}

#footerBrandList ul li.marginNone {
	margin:0 0 20px 0;
}

#orderImage {
	width:1000px;
	margin:20px auto;
}

#orderImage p {
	border-bottom:1px dotted #ccc;
	font-size:13px;
	padding:0 0 5px 20px;
	background:url(../images/footer/icon_footerblock.png)  no-repeat;
}