﻿@charset "utf-8";
/* CSS Document */
/* showinfo */
.proinfo{
	width:100%;
	}
.proinfo h1{
	font-size:18px;
	color:#333;
	line-height:150%;
	}
.proinfo span.delivery{
	display:block;
	font-size:12px;
	color:#999;
	line-height:150%;
	able-layout: fixed;
	word-wrap: break-word;
	word-break: normal;
	text-align: justify;
	text-justify: inter-ideograph;
	margin:15px 0;
	}
.procontainer{
	width:100%;
	margin:0 0 15px 0;
	font-size:14px;
	color:#333;
	overflow:hidden;
	}
.procontainer .topic{
	float:left;
	width:18%;
	text-align:right;
	}
.procontainer .full{
	width:80%;
	float:right;
	}
.price{
	}
.price .new-price{
	font-size:22px;
	color:#00a58b;
	}
.price .old-price{
	font-size:14px;
	color:#9c9c9c;
	text-decoration:line-through;
	margin-left:5px;
	}
.size{
	}
.size span{
	display:inline-block;
	padding:4px 8px;
	margin-right:5px;
	border:1px solid #ccc;
	cursor:pointer;
	}
.wholesale{
	}	
.wholesale span{
	display:inline-block;
	padding:5px 15px;
	margin:0 5px 8px 0;
	background-color:#333;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	}
.wholesale span p{
	}
.wholesale span em{
	font-style:normal;
	}
.procontainer .activity,.procontainer .activityp,.activitysize, .wholesale span:hover{
	background-color:#00a58b;
	color:#fff;
	}
.quantity{
	}
.quantity .add{
	float:left;
	width:20px;
	height:32px;
	color:#333;
	line-height:32px;
	text-align:center;
	}
.quantity .minus{
	float:left;
	width:20px;
	height:32px;
	line-height:32px;
	text-align:center;
	}
.quantity input{
	float:left;
	width:72px;
	height:32px;
	outline:none;
	border:1px solid #ccc;
	text-align:center;
	}
.procontaine i{
	font-style:normal;
	margin-right:8px;
	}
.procontaine b{
	margin-right:8px;
	}
.stock{
	}
.stock span{
	}
.shippingcost{
	}
.shippingcost span{
	font-size:16px;
	color:#00a58b;
	} 
.total{
	}
.total span{
	}
#shippingChoose{
	cursor:pointer;
	}
#shippingChoose:hover{
	text-decoration:underline;
	}	
.like{
	width:100%;
	overflow:hidden;
	}
.like .send{
	display:block;
	float:left;
	width:124px;
	padding-left:24px;
	height:36px;
	background-color:#00a58b;
	background-image:url(../images/cart1.png);
	background-repeat:no-repeat;
	background-position:12px center;
	border-radius:3px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:36px;
	margin:0 20px 0 0;
	cursor:pointer;
	}
.like .buynow{
	display:block;
	float:left;
	width:124px;
	padding-left:24px;
	height:36px;
	background-color:#333;
	background-image:url(../images/buynow.png);
	background-repeat:no-repeat;
	background-position:12px center;
	border-radius:3px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:36px;
	margin:0 20px 0 0;
	cursor:pointer;
	}
.share{
	float:left;
	height:16px;
	font-size:14px;
	line-height:16px; 
	color:#666;
	padding:0 0 0 20px;
	margin:16px 0 0 0;
	background:url(../images/share.png) no-repeat 0 center;
	cursor:pointer;
	}

.GrayOption {
    background-color: white;
    /*cursor:not-allowed !important;*/
    color:#ccc;
    border:1px dashed #dedede !important;
}

.BanOption {
    background-color: white;
    cursor:not-allowed !important;
    color:#ccc;
    border:1px dashed #dedede !important;
}

