@charset "utf-8";

.leftcol {
	float: left;
	width: 170px;
	padding-right: 20px;
}
.rightcol {
	float: left;
	width: 800px;
}
.previews_list {
	margin: 0px;
	padding: 0px;
}
.previews_list ul {
	margin: 0px;
	padding: 0px;
}
.previews_list li {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 7px;
	list-style-type: none;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 13px;
}
.probox {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #cccccc;
}
.proinfo {
	position: relative;
	float: left;
	padding-right: 30px;
}
.item {
	position: relative;
	float: left;
	width: 800px;
	padding-bottom: 15px;
}
.itemleft {
	position: relative;
	float: left;
	width: 400px;
	padding-bottom: 15px;
}
.itemright {
	position: relative;
	float: right;
	width: 400px;
	padding-bottom: 15px;
}
.movetop {
	margin-top: 20px;
	padding-top: 3px;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;
	border-color: #cccccc;
	text-align: right;
}
