#search-designer > .left {
	width: 690px;
}

#search-designer > .right {
	width: 300px;
}

#search-head {
	height: 152px;
	background: url('/neu/fyd-top.png') top right no-repeat;
	width: 650px;
	font-size: 1.8em;
	padding: 10px;
}

#search-head h2 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#search-head h3 {
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#search-form {
	height: 140px;
	line-height: 2em;
	background: url('/neu/fyd-form-back.png') top repeat-x;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	position: relative;
}

#search-form.minimized {
	height: 30px;
}

#search-form.minimized div, #search-form.minimized button {
	display: none;
}

#search-form div.left {
	width: 200px;
	height: 140px;
	overflow: hidden;
}

#search-form button {
	background: url('/neu/search-button.png') top left;
	border: none;
	color: white;
	height: 33px;
	width: 140px;
	font-weight: bold;
	font-size: 0.9em;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#search-form select, input {
	margin-bottom: 5px;
	border: 1px solid #D0D2D2;
}

.designer {
	position: relative;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	min-height: 143px;
	*height: 143px;
}

.designer .left {
	padding-left: 123px;
	text-align: center;
	overflow: hidden;
	width: 145px;
	*height: 143px;	
}

.designer h2 {
	background: url('/neu/designer-top-bg.png') top;
	padding: 0px;
	padding-left: 115px;
	margin: 0px;
	height: 28px;
	line-height: 28px;	
}

.designer h3 {
	position: absolute;
	right: 10px;
	top: -8px;
	*top: 2px;
	color: #787878;
	font-weight: normal;
}

.designer .right {
	width: 400px;
	min-height: 125px;
	*height: 125px;
	overflow: hidden;
	border-left: 1px dashed #E4E4E4;
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
}

.designer .right span.label {
	font-weight: 600;
}

.designer .profile-image {
	width: 100px;
	height: 140px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid silver;
}

.designer .profile-image img {
	position: absolute;
	left: -120px;
}

.designer .profile_link {
	position: absolute;
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	background: #F6F6F6;
	width: 100px;
	padding: 5px;
	height: 18px;
	padding-left: 20px;
	right: 0px;
	bottom: 0px;
	font-size: 1.1em;
	color: #898989;
	text-decoration: none;
	text-align: center;
}

.designer .profile_link img {
	position: absolute;
	left: -10px;
	top: -3px;
}

.designer .clip .full {
	display: none;
}

.designer .clip.full .full {
	display: inline;
}

.designer .clip.full .min {
	display: none;
}

.latest-activities {
	margin-top: 10px;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

.latest-activities h1 {
	margin:0px;
	padding: 0px;
	margin-bottom: 10px;
	background: url('/neu/activity-icon.png') left top no-repeat;
	padding-left: 40px;
}

#what-is-dating h2 {
	background: url('/neu/header-bubble.png') top left no-repeat;
	width: 307px;
	height: 44px;
	padding: 0px;
	line-height: 45px;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 20px;
	text-align: center;
	color: white;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#brands_list {
	padding: 0px;
	margin: 0px;
}

#brands_list li {
	list-style: none;
	float: left;
	padding: 0px;
	margin-right: 10px;
}

#brands_list img {
	vertical-align: middle;
}

.apages {
	font-size: 0.9em;
}

.apages a, .apages span {
	float: left;
	display: block;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #EEE;
	min-width: 10px;
	margin-right: 3px;
	text-align: center;	
}

.apages a.selected, .apages a:hover, .apages span {
	background-color: #8a9c37;
	color: white;
}

#toggle-form {
	padding-left: 15px;
	background: url('/neu/less-icon.png') left no-repeat;
	color: #9a9a9a;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 10px;
}

#search-form.minimized #toggle-form {
	padding-left: 15px;
	background: url('/neu/more-icon.png') left no-repeat;
}
