

/** Gallery **/
.galleryItem {
	width: 180px;
	height: 220px;
	background: #fff url(http://assets.easyflirt.de/img/galleryItemBg.gif) top left no-repeat;
	margin: 0px 14px 16px 0px;
	float: left;
}
.galleryItemContent {
	padding: 7px 10px 10px 12px;
	text-align: center;
}
.galleryItemHeader {
	height: 30px;
	overflow: hidden;
	font-size: 11px;
	text-align: left;
	
}
.galleryItemHeader a {
	color: #f09;
	font-size: 12px;
	line-height: 15px;
	display:block;
}

.galleryItemContent img {
	padding: 5px;
	background: #fff;
	display: inline !important;
	display: block ;
	margin-top: 5px;
	border: 1px solid #9CF;
	vertical-align: middle;
}
.galleryImage {
	height: 140px;
	line-height: 140px;
	font-size: 12px !important;
	font-size: 135px; 
	overflow: hidden;
}
.galleryInfo {
	font-size: 11px;
}
.galleryVoteMatch {
	background: url(http://assets.easyflirt.de/img/galleryVoteMatch.gif) 135px 10px  no-repeat;
}
.galleryVoteNone {
	background: url(http://assets.easyflirt.de/img/galleryVoteNone.gif) 135px 10px  no-repeat;
}
.galleryVoteHalf1 {
	background: url(http://assets.easyflirt.de/img/galleryVoteHalfMatch1.gif) 135px 10px  no-repeat;
}
.galleryVoteHalf2 {
	background: url(http://assets.easyflirt.de/img/galleryVoteHalfMatch2.gif) 135px 10px  no-repeat;
}

/** search filter box **/
#searchFilterBox {
	font-size: 12px;
}
#searchFilterBox strong {
	color: #FF0066;
	background-color: #fff;
	font-weight: bold;
}
#searchFilterBox_bottom {
	margin-bottom: 10px;
}
#searchFilterBox p {
	margin-bottom: 10px;
}
.searchFilterPreferencesBlock {
	float: left;
}
.searchFilterPreferencesBlock span {
	margin-left: 10px;
}
#searchFilterBlock1 {
	width: 320px;
}
#searchFilterBlock2 {
	width: 420px;
}
#searchForUsername {
	padding: 0px;
}


.searchPager {
	float: right;
	margin-bottom: 10px;
}


