div.prodcuts_pages {
	width:100%;
	margin:20px auto;
}
div.products_img {
	display: inline-block;
	width: 38%;
	float: left;
}
div.products_img li {
	display: inline-block;
}
div.products_img li:first-child {
	display: block;
}
div.products_img li.thumbs {
	max-width: 32%;
}
div.products_img li img {
	max-width: 100%;
	border:#999 1px solid;
	margin-right:1px;
}
div.products_intro {
    width: 60%;
	padding-left: 10px;
    float: left;
}

div.products_slogan {
	border-bottom:#999 1px dashed;
	margin-bottom:4px;
	padding-left:3px;
	padding-bottom:4px;
	font-size:0.875em;
	color:#f00;
}
div.products_serial {
	padding-left:3px;
	font-size:0.875em;
}
div.products_name {
	margin:10px 0;
}
div.products_name >ul {
	margin-bottom:20px;
	clear:both;
}
div.products_name >ul >li {
	margin-bottom:10px;
}
div.products_name >ul >li >span.soldout {
	margin:6px 10px auto 0px;
	font-size:0.875m;
	color:#f00;
	float:left;
}
div.products_name >ul >li >input[type="checkbox"], div.products_name >ul >li >input[type="radio"] {
	min-width: 0px;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}
div.products_name >ul >li >h1 {
	width:90%;
	font-size:1.55em;
	font-weight:lighter;
	line-height:1.25em;
}
div.products_name >ul >li.products_name_price {
	font-size:1.6em;
	color:#f00;
}
div.products_name >ul >li.products_name_price >span {
	font-size:1.075em;
	color:#666;
}
div.products_name > ul > li.products_name_price > span.mustBe {
	margin-left: 0px;
	font-size:0.65em;
	color:#F00;
}
div.products_name >ul >li.products_name_price >label {
	margin-left:30px;
	font-size:0.6em;
	color:#666;
}
div.products_name >ul >li.products_name_price >input {
	max-width: 10%;
	min-width: 40px;
}
div.products_name >ul >li.add_Pic {
	display: block;
	position: relative;
	float: left;
}
div.products_name >ul >li.add_Title {
	display: block;
	position: relative;
	margin-left: 100px;
}

div.products_norm {
	border-top:#999 1px dashed;
	border-bottom:#999 1px dashed;
	margin:10px 0;
	padding:10px;
}
div.products_norm  >label {
	margin-right:5px;
}
div.products_norm >select {
	width:25%;
	margin-right:10px;
	margin-bottom:15px;
}
div.products_norm >input {
	width:10%;
	margin-bottom:15px;
	
}
div.products_profile {
	padding:0 10px;
}
div.products_intro >ul {/*修改靠右不換行*/
	margin-top:20px;
/*	margin-left:160px;*/
}
div.products_intro >ul >li {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 0px;
}
div.products_intro >ul >li button {
	margin-top:-20px;
}

/*下方編輯器*/
div.products_editor_info {
	width:98%;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	margin:20px auto;
	padding:10px;
}
div.products_editor_info ul {
	list-style:inside disc;
}
div.products_editor_info ol {
	list-style:inside decimal;
}
div.products_editor_info h2{width:100%; color:#333; font-size:14px;margin-bottom:10px; padding-left:5px;}
div.products_editor_info h2.ttbar{ background-color:#FCF; line-height:30px;}
	
div.products_editor_info h3{
	line-height:30px; color:#333;
	font-size:18px;
	margin-bottom:10px;
	padding-left:5px;
}
