@charset "utf-8";

html {background:#FFF;}
body {background:#FFF;}

.main_body{
    background-color: #FFF;
    background-image: url("./shop_bg.jpg");
    background-position: center 30px;
    background-repeat: no-repeat;
}
.pagebox {
	width:1024px!important;
	margin:0 auto;
}

.pagebody {
	background:#ecedef!important;
	border-top;1px solid #9D9D9D!important;
	margin-top:86px;
}

.rightbox{
	width:776px!important;
}

.btn_buy,
.btn_cart{
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    /*line-height: 33px;*/
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    vertical-align: middle;
    font-weight:bold;
	
}
.btn_buy{
    background-color: #B70E09;
    background-image: linear-gradient(to bottom, #B70E09 0px, #B70E09 100%);
    border-color: #B70E09;
    width: 60px;
    margin-left:0px;
}


.btn_cart {
    background-color: #44b549;
    background-image: linear-gradient(to bottom, #44b549 0px, #44b549 100%);
    border-color: #44b549;
    width: 100px;
    margin-left:5px;
}

.btn_cart:hover {
    text-decoration: none;
    background-color: #2f9833;
    background-image: linear-gradient(to bottom, #2f9833 0px, #2f9833 100%);
    border-color: #2f9833;
    box-shadow: none;
    color: #fff;
}

.btn_buy:hover {
    text-decoration: none;
    background-color: #651107;
    background-image: linear-gradient(to bottom, #651107 0px, #651107 100%);
    border-color: #651107;
    box-shadow: none;
    color: #fff;
}
