/* Theme landing page */
.tx-tferathenau-theme-controller .theme-landings-page {
	padding-top: 33px;
}
.tx-tferathenau-theme-controller .theme-landings-page .themes {
	width: 295px;
}
.tx-tferathenau-theme-controller .theme-landings-page .themes .theme {
	margin-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #C5BFBC;
}
.tx-tferathenau-theme-controller .theme-landings-page .left-department {
	float: left;
}
.tx-tferathenau-theme-controller .theme-landings-page .right-department {
	float: right;
}
.tx-tferathenau-theme-controller .theme-landings-page .themes .thumbnail {
	float: left;
	width: 106px;
	position: relative;
	top: 5px;
}

.tx-tferathenau-theme-controller .theme-landings-page .themes .info {
	float: right;
	width: 189px;
	overflow: hidden;
}
.tx-tferathenau-theme-controller .theme-landings-page .themes .info h3 {
	font-size: 1.5em;
}
.tx-tferathenau-theme-controller .theme-landings-page .themes .info h3 a{
	color: #000;
}
.tx-tferathenau-theme-controller .theme-landings-page .themes .info h3 a:hover{
	color: #A01E4B;
}
.tx-tferathenau-theme-controller .theme-landings-page .themes .info p.department a {
	color: #a01e4b;
}
.tx-tferathenau-theme-controller .theme-landings-page .themes .info p.intro {
	padding-bottom: 6px;
}
.tx-tferathenau-theme-controller .theme-landings-page .themes .info p.more a:hover {
	color: #A01E4B;
}
/* Theme detail */
.tx-tferathenau-theme-controller .theme-detail {
	padding-bottom: 50px;
}
.tx-tferathenau-theme-controller .theme-detail h3 {
	padding-top: 16px;
	color: #333;
	font-size: 1.67em;
}
.tx-tferathenau-theme-controller .theme-detail h4 {
	margin-bottom: 7px;
}
.tx-tferathenau-theme-controller .theme-detail .projects .odd {
	float: left;
}
.tx-tferathenau-theme-controller .theme-detail .projects .even {
	float: right;
}
.tx-tferathenau-theme-controller .theme-detail .projects .project {
	margin-bottom: 16px;
	padding-bottom: 8px;
	width: 297px;
	border-bottom: 1px solid #A09691;
	position: relative;
}

.tx-tferathenau-theme-controller .theme-detail .projects .project p.more {
	position: absolute;
	left: 0;
	bottom: 3px;
}

.tx-tferathenau-theme-controller .theme-detail .projects .project h4 {}
.tx-tferathenau-theme-controller .theme-detail .projects .project h4 a {
	color: #A01E4B;
	font-weight: bold;
}

.tx-tferathenau-theme-controller .theme-detail .more-projects {
	clear: both;
	background: transparent url(../../../html/images/layout/arrow-right.gif) scroll no-repeat left center;
}
.tx-tferathenau-theme-controller .theme-detail .more-projects a {
	color: #3B3A26;
	font-weight: bold;
	padding-left: 18px;
}
.tx-tferathenau-theme-controller .theme-detail a.link-back {
	margin-top: 30px;
}
