#search  {
	z-index: 0;
	position: relative;
	float: left;
	width: 100%;
	height: 415px;
	clear: both;
	margin: 0;
	padding: 0;
}

#search #image {
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#search .portlet,#search .portlet-content {padding: 0;margin: 0;height: auto;}
#search .portlet {margin: 30px 0 0 0;}
#text {
	position: absolute;
	right: 30px;
	width: 400px;
	top: 80px;
	z-index: 3;
}
#text a:hover h2 {color: #fff; background: #84be50;}
#text h1, #text .h1, #text h2 {
	float:left;
	clear: both;
	background: #000;
 	color: #FFFFFF;
 	font-family: helvetica;
 	font-size: 1.5em;
 	padding: 5px 10px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #8d8d8d;
}

#text a.ad {
	background: #84be50;
   color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
	clear: both;
	float: left;
	font-weight: 700;
   font-size: 1.5em;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

#text a.ad:hover {
	background: #74b02f;
}

#search .form {
	width: 363px;
	float: left;
	color: #000;
	background: #f7f7f7;
	padding: 15px 15px 5px 15px;
	position: relative;
	margin: -10px 0 0 15px;
	border: 1px solid #eaeaea;
	z-index: 2;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#search input {
	width: 154px;
}
#search select {
	width: 169px;
	height: 27px;
	margin: 0;
}
#search .row {margin-right: 19px;}
#search .row input {margin: 0;}

#search .errorMessage{
	font-size: .7em;
}

#search .to .row {margin: 13px 0 0 -5px;}

.to span.to_label {
	float: left;
	width: 18px;
	font-size: .9em;
	margin: 21px 0 0 -13px;
}

#search .to .row select, #search .to .row input {
	margin: 0;
}
#search .to.error {
	margin-top: 17px;
}

#search .buttons input {
	width: 110px;
	margin: 10px 0 0 127.5px;
}

#search .row.field_type select {width: 357px;}

#adSelBack {
	height: 100px;
	width: 50px;
	background: #e2f1ce;
	border: 1px solid #8cc63f;
	position: absolute;
	top: 40px;
	right: -50px;
}

#search .adtypes {
	position: absolute;
	width: 53px;
	right: -54px;
	top: 29px;
}

#search input.adtype{
	background: url('../images/sprite.png') 0 0 no-repeat;
	width: 53px;
	height: 38px;
	margin: 0;
	border: none;
	position: absolute;
	right: 0px;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#search input.adtype:hover {
	cursor: pointer;
}

input#auto.adtype {
	top: 0;
	background-position: -53px 0;
}

input#auto.adtype:hover, input#auto.adtype.selected {
	left: 0;
	background-position: 0 0;
}

input#moto.adtype {
	top: 39px;
	background-position: -53px -38px;
}

input#moto.adtype:hover, input#moto.adtype.selected {
	left: 0;
	background-position: 0 -38px;
}

input#boat.adtype {
	top: 78px;
	background-position: -53px -76px;
}

input#boat.adtype:hover, input#boat.adtype.selected {
	left: 0;
	background-position: 0 -76px;
}

input#autohome.adtype {
	top: 117px;
	background-position: -53px -114px;
}

input#autohome.adtype:hover,  input#autohome.adtype.selected{
	left: 0;
	background-position: 0px -114px;
}

input#autotruck.adtype {
	top: 156px;
	background-position: -53px -152px;
}

input#autotruck.adtype:hover,  input#autotruck.adtype.selected{
	left: 0;
	background-position: 0px -152px;
}

input#part.adtype {
	top: 195px;
	background-position: -53px -190px;
}

input#part.adtype:hover,  input#part.adtype.selected{
	left: 0;
	background-position: 0px -190px;
}

.field_query , input#AdPartSearchForm_query{
	width: 345px;
}

.group div.row {
	margin-right: 17px;
}
.group {
	margin-right: -17px;
}

.container {
	padding: 10px 10px 0;
}

.facet {
	width: 300px; float: left;
}
.facet.last {
	margin:0;
}

.facet a:link, .facet a:visited {text-decoration: none;}
.facet a:hover {text-decoration: underline;}

#latest {
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 5px 0 0;
	background: url(../images/sprite.png) -202px 0 no-repeat;
}

#mostViewed {
	width: 12px;
	height: 18px;
	float: left;
	margin: 0 5px 0 0;
	background: url(../images/sprite.png) -225px 0 no-repeat;
}

#topSellers {
	width: 10px;
	height: 18px;
	float: left;
	margin: 0 5px 0 0;
	background: url(../images/sprite.png) -245px 0 no-repeat;
}