/*头部*/
.mutopbox {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 1500px;
}

.mutopbox_left {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 570px;
}

.mutopbox_right {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 920px;
}

#head-search {
    float: left;
    margin: 5px 20px 0 0;
    position: relative;
}

.currencies {
    float: left;
    padding: 10px 0 0 10px;
}

#header {
    margin: 0 auto;
    padding: 20px 0;
    width: 1170px;
}

.header_left {
    float: left;
    height: 46px;
    width: 400px;
}

#header .logo {
    text-align: center;
}

.navigation {
    color: #ccc;
    float: left;
    line-height: 46px;
}

.navigation a {
    color: #fff;
    padding: 0 10px;
}

.mucarttop {
    background: rgba(0, 0, 0, 0) url("../images/cart.png") no-repeat scroll left center;
    float: right;
    height: 28px;
    margin: 6px 0 0;
    position: relative;
}

.mucarttop a {
    display: block;
    line-height: 16px;
    padding: 9px 0 0 28px;
    text-transform: uppercase;
}

.mucarttop span {
    color: #000;
    font-size: 15px;
    height: 20px;
    left: 1px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 21px;
}

.munavboxs {
    border-bottom: 1px solid #d2cfd3;
    border-top: 1px solid #d2cfd3;
    box-shadow: 0 3px 3px #eee inset;
    height: 40px;
    line-height: 40px;
    margin: auto;
    width:100%;
}



/*头部*/


/*中间*/

.product-title {
    border-bottom: 1px solid black;
    margin: 0 0 50px;
    position: relative;
}
.product-title .product-title-name {
    background-color: #fff;
    display: inline-block;
    font-family: "Oswald";
    font-size: 30px;
    font-weight: bold;
    left: 50%;
    margin-left: -250px;
    position: relative;
    text-align: center;
    top: 15px;
    width: 500px;
}


/*中间*/


/*底部*/
#footer {
    background-color: #d1b9e3;
    border-top: 5px solid #333;
    margin: 70px 0 0;
	font-size:16px;
}
#footer-img {
    width: 100%;
}

#app-footer-img {
    display: none;
}

#footer-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    color: #666;
    min-height: 130px;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}

#footer-menu > div {
    float: left;
}

#footer-terms h4, #footer-search h4, #footer-contact h4 {
    font-family: "Oswald";
    font-size: 22px;
    padding: 0 0 20px;
    text-transform: uppercase;
}

#footer-terms ul {
    padding: 0 0 0 43%;
    text-align: left;
}

#footer-terms ul li {
    margin: 0 0 10px;
}

#footer-terms ul li a {
    color: #666;
}

#footer-terms {
    width: 30%;
}

#footer-search {
    width: 40%;
}

#footer-contact {
    width: 30%;
}

#footer-terms p, #footer-search p, #footer-contact p {
    font-size: 14px;
    padding: 0 0 20px;
}

#footer-contact p {
    padding: 0 0 0 42px;
}


/*底部*/


/*详细页*/

#product-img {

    width: 800px;
}

#scrollImg ul li{ float:left!important; margin-right:10!important;}
#smallImg #scrollImg,#smallImg #scrollImg ul{ height:88px!important;}
#mu_product_info{ width:1200px; margin: 0 auto;}

#details_info > div {
    float: left;
}
#product-info-wrap {
    width: 600px;
	float:left;
}

#product-description {
    background-color: #fff;
    width: 600px;
}


#product-info {
    margin: 0 auto;
    overflow: hidden;
    width: 550px;
}

.product-amount-title {
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
    width: 100px;
}

#to-cart {
    text-align: center;
    width: 100%;
}

.free-shipping {
    color: #999;
    font-weight: bold;
    margin: 10px 0;
}

.free-shipping span {
    color: #0063d1;
}

#details_info{ padding-top:30px;}

.product-description-img img{max-width:100%;}

.product-description-img {
    margin: 0 auto;
    text-align: center;
    width: 600px;
	float:left;
  font-size:18px;
}

/*详细页*/