﻿#ProductPageDiv
{
    width:847px;
    overflow:hidden;
}

#ProductPageDiv #ProductMainDiv
{
    width:847px;
    margin-bottom:30px;
    overflow:hidden;
}

#ProductPageDiv #ProductMainDiv #ProductLeftDiv
{
    width:200px;
    margin-right:16px;
    float:left;
    overflow:hidden;
}

#ProductPageDiv #ProductMainDiv #ProductContentDiv
{
    width:631px;
    float:right;
    overflow:hidden;
}

/* 列表 */
#ProductListDiv
{
	width:631px;
	overflow:hidden;
}

/* 图片列表 */
.PicProductDiv
{
	width:631px;
	overflow:hidden;
}

.PicProductOne
{
	float:left; 
	width:210px; 
	height:200px; 
	position:relative;
	overflow:hidden;
}

#ProductContentInfoDiv
{
    width:631px;
    overflow:hidden;
}

#ProductContentTopInfoDiv
{
	width:631px;
	height:300px;
	margin-top:10px;
	margin-bottom:20px;
	overflow:hidden;
}

#ProductContentButtomInfoDiv
{
	width:631px;
	overflow:hidden;
}

#ProductContentTopInfoDiv #ProductContentTopLeftInfoDiv
{
	width:360px;
	height:300px;
	margin:0 10 0 10;
	float:left;
	overflow:hidden;
}

#ProductContentTopInfoDiv #ProductContentInfoSplitDiv
{
	width:1px;
	height:300px;
	background-color:#d0d0d0;
	margin:0 10 0 0;
	float:left;
	overflow:hidden;
}


#ProductContentTopInfoDiv #ProductContentTopRightInfoDiv
{
	width:230px;
	height:300px;
	float:left;
	text-align:left;
	line-height:2;
	overflow:hidden;
}
