/* -----------CONTENT SLIDER---------- */

.sliderwrapper{
position: relative; /*leave as is*/
height: 90px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 83em; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	/* filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/ 
	-moz-opacity: 1;
	opacity: 1;
}

#promoDivOne {
	background:url(../img/promo-eco-products.png) no-repeat 365px -3px;
}
#promoDivTwo {
	background:url(../img/promo-compare.png) no-repeat 365px -3px;
}
#promoDivThree {
	background:url(../img/promo-stores.png) no-repeat 365px -3px;
}
#promoDivFour {
	background:url(../img/promo-social.png) no-repeat 395px -3px;
}

.promoDiv {
	position:relative;
}

.promoTitle {
	margin-top:10px
}

.promoDivText {
	width:340px; 
	display:block;
}

.imageSearch {
	position: absolute; 
	right:20px; 
	top:0px;
}

.imageCoins {
	position: absolute; 
	right:0px; 
	top:15px
}

.imageCart {
	position: absolute; 
	right:20px; 
	top:0px
}

.imageSocial {
	position: absolute; 
	right:20px; 
	top:10px
}

.pagination{
	margin-top: -20px;
	padding-left: 5px;
}

.pagination a{
	padding: 0 3px;
	text-decoration: none; 
	color: #eaf2c9;
	background-color: #eaf2c9;
	margin-right: 3px;
}

.pagination a:hover, .pagination a.selected{
	color: #fffb85;
	background-color: #fffb85;
	text-decoration: none; 
}


/* -----------HOME PAGE SEARCH---------- */

/* .homeSearch {
	background-color: #C5DA6E;
	width: 85.2em;
}

.homeSearch a{
	color: #3F301F;
	text-decoration:underline;
}
*/

.searchBoxes {
	padding-bottom: 10px;
	padding-bottom: 0px; 
	height:90px;
}

.search123 {
	float:left;
	width:32%
}

.searchTopSection {
	margin: 10px 20px 0 0;
	padding: 10px 0px 0 10px;
	border-bottom: #FFF solid 1px;
	-webkit-border-top-radius: 4px;
  	-moz-border-bottom-radius: 0px;
}


.searchBottomSection {
	padding:  0 0px 10px 10px;
	height:3em;
	line-height:2.5em;
	-webkit-border-top-radius: 0px;
  	-moz-border-bottom-radius: 4px;
}

.box1 {
	padding-right: 5px;
}

.box2 {
	padding: 0 10px;
	border-left: #FFFF99 solid 1px;
	border-right: #FFFF99 solid 1px;
}

.box3 {
	padding-left: 10px;
}

.search_1, .search_2, .search_3 {
	margin: 0 10px 0 0;
}

.search_1_text {

}


.search_2_text {

}


.search_3_text {

}

.homeQuickSearch {
	padding-top: 10px;
}

.advancedSearchLink {
	margin-left: 30px ;
}

#searchInputHome {
	border: 4px #FFF solid;
	width: 30em;
	height:0.8em;
	color: #999;
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size:1.5em;
	float: left;
}

.searchGreenStreet {
	float: left;
	margin-right: 10px;
	display:block;
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size:1.5em;
	color: #3F301F;
}

#go {
	float: left;
	margin: 0 10px;
}
