/********************/
/* preview content  */



#page_content_overview {
	width:			985px;
	margin-left:	auto;
	margin-right:	auto;
}


.previewBox {

	border-style: solid;

	border-width: 0px;

}

.previewNav {
	margin-bottom: 10px;

	text-decoration: none;

	text-align: center;

	font-size: 10px;

	float: left;

	width: 100%;

}

.previewNav a {
	margin-right: 10px;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
}

.previewNav a:link,
.previewNav a:visited {
}

.previewNav a:hover {
}

div.previewBoxList {
	float:			left;
}

ul.previewBoxList {

	list-style-image:none !important;

	list-style-position:outside !important;

	list-style-type:none !important;

	margin-top: 0px;

	margin-bottom: 0px;
	
}



li.previewBoxList {

	border:1px solid;

	float:left;

	font-size:11px;

	height:140px;

	margin-bottom:3px;

	margin-right:3px;

	opacity:1;

	height:200px;

	width:200px;

	max-width: 200px;

}

li.previewBoxList a {
	text-decoration:none;
}

.previewBoxListTop {
	text-align:center;
	background-color: #FE7200;
}

.previewBoxList a:link .previewBoxListTop,
.previewBoxList a:visited .previewBoxListTop {
	font-weight:bold;
	font-size:12px;
}

.previewBoxList a:hover .previewBoxListTop {
}

.previewBoxList a:link .previewBoxListText,
.previewBoxList a:visited .previewBoxListText {
}

.previewBoxList a:hover .previewBoxListText {
}

.previewBoxListImageBox {
	text-align:center;
	padding: 5px;
}
.previewBoxListImage {
	border: 0px;
	width: 148px;

}
.previewBoxListText {
	text-align:center;
	height: 30%
}


