div#filter-menu {
	margin-top: 15px;
}

div.filter-menu-title {
	font-weight: bold;
	color: #002550;
}

ul.filter-menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

td.customer-field-frame {
	padding: 10px 0 10px 20px;
	vertical-align: bottom;
}

.filter-menu-item {
	background: transparent url('/images/li_grey.gif') left center no-repeat;
	height: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
	color: #002550;
}

.customer-field-title{
	font-weight: bold;
	color: #002550;
}

.customer-field-image {
	width: 150px;
	height: 100px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

.customer-field-image img {
	border: 0;
}

.customer-field-options a {
	color: #EB8A00;
	background-image: url("/images/li_grey.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 13px;
}

.projects-frame{
	height:100%;
	width:100%;
}

.project{
	border-bottom:1px dotted #CCCCCC;
	height:140px;
	padding:10px;
}

.project_content{
	float:left;
	width:100%;
}

div#content-root a.project_title{
	color: #002550;
	font-size:14px;
	font-weight:bold;
}

div#content-root a.project_title:hover{
	color: #002550;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	text-decoration: underline;
}

.project_image{
	float:left;
	width:170px;
	height:110px;
	padding-right:20px;
}

.project_text{
	min-height:95px;
}

div#project_content a:hover{
	color:#EB8A00;
}

.project_BIGimage{
	border:1px solid #CCCCCC;
}

.project-images-list{
	padding-top:10px;
	height:50px;
	padding-bottom:10px;
}

.project-images-list-item{
	border:1px solid #CCCCCC;
	margin-right:5px;
	cursor:pointer;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.project-images-list-item-active{
	border:1px solid #CCCCCC;
	margin-right:5px;
	cursor:pointer;
}

a.filter_selected	{
	color:#EB8A00;
}