#search {
	
	position:relative;
	float: right;
	width:400px;
	z-index:0;
	padding-right: 39px;
	_margin-top: 42px;
	
	}

#search_store{width:222px;
background-image:url(images/search_bg.gif);
height:34px;
z-index:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}

#search_store2{width:222px;
background-image:url(images/search_bg.gif);
height:34px;
z-index:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
float:right;
position:relative;
margin-right:10px;
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:200px;
	height:32px;
	overflow:hidden;
	z-index:400;
	margin: 2px 0 0 0;
	
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px 0 0 0;
	padding: 0px;
	
}
#sidebarlogin form {
	border: none;
	
	margin: 20px 0 0 0;
	padding-left: 3px;
	background-image:url(images/login_bg.png);
	width:219px;
	height:158px;
	z-index:0;
	position:relative;
	padding-top:0px;
	
}



#logout {
	border: none;
	
	margin: 20px 0 0 0;
	padding-left: 3px;
	background-image:url(images/login_bg.png);
	width:219px;
	height:88px;
	z-index:0;
	position:relative;
	padding-top:2px;
	
}

#logout .button {width: 26px !important; height: 23px !important; padding: 3px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-image:url(images/login_button.gif);
background-repeat:no-repeat;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

border: 2px solid #75767B;}

#sidebarlogin a{color:#000;
text-decoration:none;
}

#sidebarlogin a:hover{color:#000;
text-decoration:underline;}



#search label, #sidebarlogin label {
color: #000000;
padding-left:3px;


}


#search input, #sidebarlogin input {
	border: 2px solid #75767B;
	margin-top:4px;
	margin-left:2px;
	height: 19px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding-left:5px;
	
}
#sidebarlogin label {
display: block;
margin-top: 5px !important;
width:200px;

}

#sidebarlogin input {
	width: 100%;
	padding-left:5px;
	
}
#sidebarlogin #checkbox_1 {	width: auto; float: right; border: 0 !important; margin-right:15px;
}
#sidebarlogin h3 {
display: none;
padding-left:3px;
}
#sidebarlogin .button {width: 26px !important; height: 23px !important; padding: 3px !important; margin-top: 0px !important; margin-bottom: 0px !important; background-image:url(images/login_button.gif);
background-repeat:no-repeat;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

border: 2px solid #75767B;}

#sidebarlogin .button2 {width: auto !important; height: auto !important; padding: 3px !important; margin-top: 0px !important; margin-bottom: 0px !important; 
background-repeat:no-repeat;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
background-color:#ece9d8;
border: 2px solid #75767B;}

#registerinfo{float:left;
width:auto;
padding-left:3px;
margin-top:9px;
font-weight:bold;}

#loginleft{float:left;
padding-left:3px;}
#loginright{float:right;
margin: 11px 12px 0 0;}

#sidebarlogin #forgotpsswd {
	font-size: 80%;
	display: block;
	float: right;
	margin: 10px 0 0 1px;
}
#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
	
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
	
	
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 21px;
    color: #000000;
    font-size: 13px;
    line-height: 23px;
	display:none;
	
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 220px;
    width: 165px;
    height: 19px;
	
}

#ajaxSearch_intro {display:none;}

#ajaxSearch_submit {
    width: 26px !important;
    height: 23px !important;
    margin-top: 6px !important;
    border: 0 !important;
	background-image:url(images/search_arrow.jpg);
	background-repeat:no-repeat;
	background-color:#5b5c5e;
	background-position:3px;

    padding: 0px 0px 0px 0px !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    left: 400px;
	color:#323265;
	font-size:0.1px;
	
}

#ajaxSearch_output {
    background-image: url(images/search_results.jpg);
    color: white;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position:absolute;
    top: 30px;
    left: 220px;
    width: 165px !important;
    z-index: 1px;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output a:hover{ background-image:url(images/menu_roll.jpg);
color:#000;}
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}


#dirsearch-txt {
position: absolute;
top: 0px;
left: 0px;
width: 118px;
height: 21px;
color: #4E5760;
font-size: 13px;
line-height: 23px;


}

#dirsearch-inp {
position: absolute;
top: 0px;
left: 123px;
width: 201px;
height: 18px;

}

#dirsearch-btn {
position: absolute;
top: 0px;
left: 329px;
width: 70px;
height: 21px;

}

#dirsearch-txt2 {
position: absolute;
top: 3px;
left: 405px;
width: 170px;
height: 21px;
color: #4E5760;
}

#dirsearch-txt2 a {
color: #4E5760;
}

#join {
position: relative;
}
    #join-inp {
    margin-top: 5px;
    width: 158px;
    height: 18px;
    }
    #join-btn {
    margin-top: 5px;
    width: 120px;
    height: 21px;
    }
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}

div.post #websignupfrm label {display:block;width:430px;margin-bottom:8px;}
div.post #websignupfrm label input {position:absolute;left:170px;}
div.post #websignupfrm fieldset {border:none;}

#footy_tipping {border: none;
	margin: 20px 0 0 0;
	padding-left: 3px;
	background-image:url(images/login_bg.png);
	width:219px;
	height:128px;
	z-index:0;
	position:relative;
	padding-top:0px;
}

#footy_tipping h2{padding:13px 0 0 6px;}

#footy_tipping h3{font-size:14px;
font-weight:bold;
padding: 0px 0 0 3px;}


#footy_links{width:214px;
height:78px;
background-image:url(images/sherriff_footy.jpg);
padding-left:1px;
margin-left:1px;}

#footyleft{width:auto;
float:left;}
#footymiddle{width:30px;
float:left;
padding-top:11px;
padding-left:6px;
}
#footymiddle p{padding-top:3px;}


#footy_tipping2 {border: none;
	margin: 20px 0 0 0;
	padding-left: 0px;
	background-image:url(images/login_bg-footie.jpg);
	width:222px;
	height:125px;
	z-index:0;
	position:relative;
	padding-top:0px;
}

#current_promo {border: none;
	margin: 20px 0 0 0;
	padding-left: 6px;
	background-image:url(images/login_bg.png);
	width:216px;
	height:140px;
	z-index:0;
	position:relative;
	padding-top:0px;
}

#current_promo h2{
	padding-top:10px;
font-size:16px;
}

#current_promo_pic{width:213px;
margin-top:-10px;
}

#afl-tipping{width:100%;
margin-top:15px;
position:absolute;}

#nrl-tipping{width:100%;
margin-top:70px;
position:absolute;}

#footy_tipping2 a{color:#000000;
text-decoration:none;
font-size:12px;
font-weight:bold;}

#footy_tipping2 a:hover{color:#000000;
text-decoration:underline;
font-size:12px;
font-weight:bold;}

#footy_tipping_text2 h2{font-size:12px;
font-weight:bold;
color:#000000;
margin-top:5px;}


#footy_tipping_ball2{
	width:80px;
	float:left;
	padding-left:10px;
	padding-top:0px;}

#footy_tipping_text2{
	width:50px;
	float:left;
	padding-top:0px;
	padding-left:10px;}
	
#footy_tipping_button2{
	width:25px;
	float:right;
	padding-top:51px;
	padding-right:13px;}

#element{height:0;
clear:both;}

#photos {border: none;
	margin: 20px 0 0 0;
	padding-left: 3px;
	background-image:url(images/login_bg.png);
	width:219px;
	height:242px;
	z-index:0;
	position:relative;
	padding-top:0px;
}

#photos h2{padding:0px 0 0 6px;}
#photosleft{float:left;
width:150px;}

#photosright{float:right;
width:auto;
margin: 11px 12px 0 0;}

#photos_slide{width:214px;
height:193px;
padding-left:1px;
margin-left:1px;}

#photos_slide ul li{
	list-style:none;
	margin: -11px 0 0 -40px;}
	
#storelocator{border: none;
	
	padding-left: 3px;
	background-image:url(images/login_bg.png);
	width:219px;
	height:191px;
	z-index:0;
	position:relative;
	margin-top:6px;
}

#storelocator h2{padding:0px 0 0 6px;
font-size:16px;
}

#storelocatorleft{float:left;
width:150px;}

#storelocatorright{float:right;
width:auto;
margin: 11px 12px 0 0;}

#storelocatormap{width:214px;
height:193px;
padding-left:1px;
margin-left:1px;}



#storelocator2{border: none;
	
	padding-left: 3px;
	background-image:url(images/login_bg.png);
	width:219px;
	height:191px;
	z-index:0;
	position:relative;
	margin-top:6px;
}

#storelocator2 h2{padding:10px 0 0 6px;
font-size:15px;
}

#sidebarlogin2 h2{padding:10px 0 0 6px;
font-size:15px;
}

#storelocatorleft2{float:left;
width:150px;}

#storelocatorright2{float:right;
width:auto;
margin: 5px 12px 5px 0;}

#storelocatormap2{width:214px;
height:193px;
padding-left:1px;
margin-left:1px;}


#green-products{border: none;
	
	padding-left: 2px;
	background-image:url(images/green-bg.gif);
	width:218px;
	height:145px;
	z-index:0;
	position:relative;
	margin-top:19px;
	margin-left:2px;
}

#green-products h2{padding:0px 0 0 4px;
font-size:16px;
}

#green-productsleft{float:left;
width:150px;}

#green-productsright{float:right;
width:auto;
margin: 11px 12px 0 0;}

#green-products-pic{width:214px;
height:193px;
padding-left:1px;
margin-left:1px;}

#branchnews{border: none;
	
	padding-left: 3px;
	background-image:url(images/login_bg.png);
	width:219px;
	height:auto;
	z-index:0;
	position:relative;
	padding-top:0px;
	margin-top:20px;
}

#branchnews a{color:#f7971e;
text-decoration:none;
font-weight:bold;}
#branchnews a:hover{color:#f7971e;
text-decoration:underline;
font-weight:bold;}

#branchnews h2{padding:0px 0 0 6px;
font-size:16px;
}

#branchnewsleft{float:left;
width:150px;}

#branchnewsright{float:right;
width:auto;
margin: 11px 12px 0 0;}

#branchnewsitems{
padding-top:10px;
padding-left:16px;
padding-right:5px;
margin-left:1px;
padding-bottom:10px;
margin-bottom:4px;
background-color:#FFF;
width:194px;
float:left;}


#branchnews2{border: none;
	
	padding-left: 3px;
	background-image:url(images/login_bg.png);
	width:219px;
	height:auto;
	z-index:0;
	position:relative;
	padding-top:0px;
	margin-top:20px;
}

#branchnews2 a{color:#f7971e;
text-decoration:none;
font-weight:bold;}
#branchnews2 a:hover{color:#f7971e;
text-decoration:underline;
font-weight:bold;}

#branchnews2 h2{padding:10px 0 0 6px;
font-size:15px;
}

#branchnewsleft2{float:left;
width:150px;}

#branchnewsright2{float:right;
width:auto;
margin: 5px 12px 0 0;}

#branchnewsitems2{
padding-top:15px;
padding-left:6px;
padding-right:5px;
margin-left:1px;
margin-bottom:4px;
background-color:#FFF;
width:204px;
float:left;}



#contactdetails{float:left;

margin-left:0px;
margin-bottom:20px;
width:auto;
}


