.productbox{
	width: 620px;
	height: 390px;
	margin: 23px;
	background-color: #d5d5d5;
	font-size: 11px;
	color: #666666;
	overflow: auto;
	padding: 5px 80px 5px 5px;
	
}
.productbox h1{
	font-size: 15px;
	margin: 10px 0 3px 0;
	padding: 0;
	font-weight: bold;
}

.productbox .content{
	width: 590px;
	height: auto;
}

/* .productbox .content ul{
	margin-left: 0;
	padding: 0px;
	float: left;
	min-width: 380px;
}

.productbox .content li{
	margin-left: 20px;
	padding: 0px;
} */

.productbox .prodimage{
	float:left;
	background-image: url(../images/frame-200x200.gif);
	background-repeat: repeat-x;
	width:200px;
	height:200px;
	margin: 0 20px 10px 0;
}

.productbox img{
	float: left;
	margin: 3px 0 0 3px;
}

.productbox a{
	text-decoration: none;
	color: #00529e;
}

.productbox .title{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	color: #7f7f7f;
	padding: 0 0 0 0px;
	text-decoration: none;
	float: left;
	width:370px;
}

.productbox .subtitle{
	width: 370px;
	height: 15px;
	float: left;
	background-image: url(../images/line_product22.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

.productbox .text{
	max-width: 590px;
}

.thumb{
	float:left;
	margin: 0 0 0 20px;
	width:100px;
	height:100px;
	background-image: url(../images/frame-100x100.gif);
	background-repeat: repeat-x;
}

.other_ims{
	float:left;
	margin: 3px 0 0 3px;
	border:0px;
}

.productbox .off{
	float:right;margin:-5px -80px 0 0;border:0px;
}

