/* CSS Document */

.a_main{
	width:1000px;
	margin:auto;
	margin-top:20px;
}
/*商品盒子*/

.g_p_box {
    height: auto;
    margin: auto;
    overflow-x: hidden;
	overflow-y: hidden;
    width: 1000px;
	padding-top:20px;
	padding-bottom:100px;
}
.g_p_list {
    height: auto;
    position: relative;
    top: -15px;
    width: 1020px;
	z-index:1;
}
.g_p_list ul {
    height: auto;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.g_p_list ul li {
    float: left;
    padding-right: 13px;
    padding-top: 15px;
    width: 240px;
}
.commodity_m {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 1px 1px 2px #DEDEDE;
    float: left;
    height: auto;
    position: relative;
    width: 240px;
}
.commodity_zright {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E4E4E4;
    float: left;
    height: auto;
    position: relative;
    width: 223px;
}
.product_img {
    height: auto;
    min-height: 25px;
    overflow: hidden;
    position: relative;
    width: 240px;
}

.product_img a {
    display: block;
    margin: 0;
    padding: 0;
    width: 240px;
}

.product_img .if_pb_pi_toolbar .if_ppt_wrap .if_ppt_box a {
    background: url("../images/public/picbar.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    height: 13px;
    line-height: 13px;
    margin-top: 6px;
    padding-left: 16px;
    padding-right: 12px;
    width: 30px;
}
.product_img .if_pb_pi_toolbar .if_ppt_wrap .if_ppt_box .if_pptb_sc {
    margin-left: 30px;
}
.product_img .if_pb_pi_toolbar .if_ppt_wrap .if_ppt_box .if_pptb_pl {
    background-position: 0 -15px;
}
.product_img .if_pb_pi_toolbar .if_ppt_wrap .if_ppt_box .if_pptb_sh {
    background-position: 0 -29px;
}
.discount_float {
    background: url("../images/discount.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 16px;
    height: 33px;
    left: 160px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 53px;
}
.shopping_information {
    height: auto;
    margin: 2px 5px 0;
    padding-bottom: 5px;
    width: 240px;
}
.discount {
    height: 20px;
    line-height: 20px;
    position: relative;
    width: auto;
}
.list_price {
    color: #F15200;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    height: 20px;
    line-height: 20px;
    width: 65px;
}
.list_price span{
	 color:#F15200;
}
.list_price .nprice{
	color:#F15200;
}

.money_color {
    color: #F15200;
    font-size: 15px;
}
.old_price {
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
    text-decoration: line-through;
    width: 65px;
}
.payment {
    position: absolute;
    right: 10px;
    top: 0px;
}
.product_title {
    color: #666666;
	min-height: 20px;
    line-height: 20px;
	padding-top:5px;
	padding-bottom:10px;
    overflow: hidden;
}
.product_title a{
	color: #666666;
}
.product_title a:hover{
	color:#1D53BF;
}

.product_piece {
	height:18px;
    color: #666666;
    position: relative;
    width: 100%;
}
.if_ppt_toshop_span {
    position: absolute;
    right: 2px;
}
.if_ppt_toshop_span a {
    color: #999999;
}
.if_ppt_toshop_span a:hover {
    color: #529618;
}
.renshu {
    color: #F15200;
    height: 20px;
    margin-left: 3px;
    margin-right: 4px;
    width: 15px;
}
.consumer {
	margin-top:5px;
	width:100%;
	position:relative;
}



.g_p_list ul .g_p_buding {
    background:#EAEAEA;
    box-shadow: 2px 2px 4px #DDDDDD;
    margin-top: 15px;
    padding-right: 0px;
    padding-top: 0px;
    width: 240px;
}

.product_body {
    height: 100%;
    width: 960px;
}




.add_cart {
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-left: 2px;
    width: 90px;
	background:#379be9;
	position:relative;
}
.add_cart i{
	color: #FFFFFF;
    font-family: sosa;
    font-size: 14px;
    font-style: normal;
    padding-right: 2px;
    position:absolute;
	left:4px;
}
.add_cart span{
	color:#fff;
	text-indent:24px;
	display:block;
	width:100%;
}

.paytypebox{
	width:145px;
	height:28px;
	float:left;
	background:#fff;
	position:relative;
	overflow:hidden;
}

.b_i_paytypenode{
	height:20px;
	line-height:20px;
	border:1px solid #dedede;
	display:inline-block;
	padding:2px 25px 2px 5px;
	margin-right:5px;
	position:relative;
	color:#999;
	cursor:pointer;
	width:109px;
	position:absolute;
	left:0px;
	background:#fff;
}
.b_i_paytypenode.curr{
	color:#ff5500;
	border-color:#ff5500;
}
.b_i_paytypenode.curr .b_i_pn_currsd{
	background: url("/static/images/rightdown.png") 0px -22px no-repeat;
    bottom: 0px;
    display: block;
    height: 9px;
    position: absolute;
    right: 0px;
    width: 9px;
}
.b_i_paytypenode .b_i_pn_ico{
	width:21px;
	height:21px;
	display:block;
	position:absolute;
	right:2px;
	top:2px;
}
.b_i_pn_1 .b_i_pn_ico{
	height: 13px;
	background:url(/static/images/payico.png) -21px -30px;
	top:5px;
}
.b_i_pn_2 .b_i_pn_ico{
	height: 16px;
	background:url(/static/images/payico.png) -21px -43px;
	top:4px;
}
.b_i_pn_3 .b_i_pn_ico{
	height: 13px;
	background:url(/static/images/payico.png) -21px 0px;
	top:5px;
}
.b_i_pn_4 .b_i_pn_ico{
	height: 18px;
	background:url(/static/images/payico.png) -21px -13px;
	top:2px;
}
.b_i_pn_1.curr .b_i_pn_ico{
	top:6px;
	background-position:0px -30px;
}
.b_i_pn_2.curr .b_i_pn_ico{
	top:5px;
	height:15px;
	background-position:0px -43px;
}
.b_i_pn_3.curr .b_i_pn_ico{
	top:6px;
	background-position:0px 0px;
}
.b_i_pn_4.curr .b_i_pn_ico{
	top:3px;
	height:17px;
	background-position:0px -13px;
	
}

.o_list {
    clear: both;
    line-height: 20px;
    width: 100%;
	background:#fefefe;
}
.o_list .o_key {
    color: #666666;
    display: block;
    float: left;
    line-height:20px;
    padding-right:5px;
}
.o_list .o_value {
    display: block;
    float: left;
}
.o_list .o_value em {
    border: 1px solid #DEDEDE;
    cursor: pointer;
    display: block;
    float: left;
    height: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 4px 6px;
}
.o_list .o_value .currli {
    border-color: #379BE9;
    position: relative;
}
.o_list .o_value .currli a {
    background: url("/static/images/rightdown.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    height: 9px;
    position: absolute;
    right: 0;
    width: 9px;
}


.a_promotion_add{
    background:url(../../../static/images/asico.png) no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    width: 20px;
	position:absolute;
	right:-10px;
	top:8px;
}
.a_promotion_sub{
	background:url(../../../static/images/asico.png) 0px -28px;
    cursor: pointer;
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    width: 20px;
	position:absolute;
	right:-10px;
	top:8px;
}



