#otherinfo {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

.title-class-2 {
	background-color: rgb(221, 221, 221);
	height: 30px;
	width: 100%;
}

.title-class-2-in {
	color: rgb(77, 77, 77);
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 7px;
}

#otherinfo table {
	margin: 0 50px;
}

#otherinfo table tr {
	height: 30px;
}

#otherinfo table td {
	padding: 1px 5px;
}

#otherinfo table .text {
	width: 70px;
	text-align: right;
}

#otherinfo table .value {
	width: 230px;
	text-align: left;
}

#techdata {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#description {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#packinglist {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#afterservice {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.main2-div {
	border: 1px solid rgb(209, 209, 209);
	background-color: #F6F6F6;
	margin: 0;
	padding: 5px;
}

.main2-div p {
	line-height: 24px;
	text-indent: 24px;
}

.techlist {
	margin: 0;
	margin-left: 30px;
	overflow: hidden;
}

.techlist li {
	display: inline;
	float: left;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	overflow: hidden;
	text-indent: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 310px;
}
.c-menu {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	height: 41px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}

.c-menu ul li {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #9c9c9c;
	line-height: 28px;
	padding-top: 9px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.c-menu ul li.hover {
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #ff3e03;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff3e03;
}

.c-main {
	clear: both;
	padding: 8px;
	display: none;
}
.preview{
	width:400px; 
	height:465px; 
	margin:0px 0px 0px 0px;
}
/* smallImg */
.smallImg{
	position:relative; 
	height:52px; 
	margin-top:1px; 
	background-color:#F1F0F0; 
	padding:6px 5px; 
	width:390px; 
	overflow:hidden;
	float:left;
}
.scrollbutton{
	width:14px; 
	height:50px; 
	overflow:hidden; 
	position:relative; 
	float:left; 
	cursor:pointer; 
}
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{
	background:url(../../../images/d_08.png) no-repeat;
}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{
	background:url(../../../images/d_09.png) no-repeat; 
	margin-left:375px; 
	margin-top:-50px;
}

#imageMenu {
	height:50px; 
	width:360px; 
	overflow:hidden; 
	margin-left:0; 
	float:left;
}
#imageMenu li {
	height:50px; 
	width:60px; 
	overflow:hidden; 
	float:left; 
	text-align:center;
}
#imageMenu li img{
	width:50px; 
	height:50px;
	cursor:pointer;
}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ 
	width:44px; 
	height:44px; 
	border:3px solid #959595;
}
/* bigImg */
.bigImg{
	position:relative; 
	float:left; 
	width:400px; 
	height:400px; 
	overflow:hidden;
}
.bigImg #midimg{
	width:400px; 
	height:400px;
}
.bigImg #winSelector{
	width:235px; 
	height:210px;
}
#winSelector{
	position:absolute; 
	cursor:crosshair; 
	filter:alpha(opacity=15); 
	-moz-opacity:0.15; 
	opacity:0.15; 
	background-color:#000; 
	border:1px solid #fff;
}
/* bigView */
#bigView{
	position:absolute;
	border: 1px solid #959595; 
	overflow: hidden;
	z-index:999;
}
#bigView img{
	position:absolute;
}