/******************************
 * 查看商品详细内容
 ******************************/	

.goods .top {
	height: 24px;
	width: 560px;
	background-image: url(Images/goods_name_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 3px;
}

.goods .top .brand {
	float: left;
	width: 110px;
	text-align: center;
	font-family: 宋体;
	font-size: 14px;
	padding-top: 5px;
}

.goods .top .name {
	float: left;
	width: 450px;
	padding-top: 3px;
	text-align: center;
	font-family: 宋体;
	font-size: 14px;
	font-weight: bold;
}

.goods .center
{
    float: left;
    width: 560px;
    height: 100px;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-left: 2px;
    margin-left: 2px;   
    background-image: url(Images/goods_compartline_long.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.goods .image 
{   
	height: 280px;
	width: 280px;
	border: 1px solid #d5d5d5;
	float: left;
	clear: none;
}

.goods .center .right
{   
    float: right;
    height: 280px;
    width: 100px;
    padding-top: 0px;
}

.goods .type, 
.goods .specs, 
.goods .introduce, 
.goods .price,
.goods .score, 
.goods .clickNum, 
.goods .joinDate,
.goods .buyAndCollection {
	text-align: left;
	font-family: 宋体;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	float: left;
	clear: both;
	width: 254px;		
}

.goods .buyAndCollection
{
    text-align: center;
    background-image: url(Images/goods_compartline_short.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 12px;
    margin-top: 12px;
    padding-left: 8px;
}

.goods .buy,
.goods .collection {
	background-image: url(Images/goods_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 26px;
	width: 82px;
	padding-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
}

.goods .bottom {
	width: 560px;
	float: left;
	background-image: url(Images/goods_compartline_long.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px;
}

.goods .detail
{
    text-align: left;
    font-family: 宋体;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
    clear: both;
}

/**************************************************
 * 设置弹出模式窗口时的样式
 **************************************************/	

.modalBackground {    
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;	
}

.modalDropPopup
{
    border: 1px solid #000000;   
    cursor:move                 /* 定义鼠标样式 */
    background-color: #DDDDDD; 
    height: 30px;
}

.modalPopup
{      
    background-color: #ffffdd;
    width:320px;
}

/**************************************************
 * 评星的分级
 **************************************************/	

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}
