﻿ /*用户自选择扩展属性*/
.viewgoods_userselectext
{
clear:both;
margin:8px;
text-align:left;
}
/*购买数量 购买、收藏按钮外框*/
.viewgoods_add2gwcandfavorite
{
	text-align:right;
	padding: 8px;
	margin: 6px;
	background-color: #FAFAFA;
	border: 1px dashed #CCCCCC;
}
 /*商品简介*/
 .viewgoods_goodstext
 {
 	clear:both;
	margin:10px;
 }
 
.viewgoods_tab_content_moreimg
{
text-align:center;
}
 /*查看商品更多图片的时候的商品列表*/
 .viewgoods_tab_content_moreimg div
 {
 	float:left;
 	margin:6px;
	padding:1px;
	border:1px #CCCCCC solid;
 }
 .viewgoods_tab_content_moreimg img
 {
 	width:30px;
 }
 
 
 /*商品大图的外框样式*/
 .viewgoodsbigimages_img
 {
 	text-align:center;
 }
 /*查看商品大图页面的商品列表*/
 .content_left_goodsimagelist_content div
 {
 	float:left;
 	margin:6px;
 }
 .content_left_goodsimagelist_content img
 {
 	width:80px;
 }

