#locator {
	margin: 30px 54px 0 42px;
	padding: 30px 0 0 42px;
	background: url(../images/locator_bg.jpg) no-repeat;
}

#locator #detail {
	width: 590px;
	height: 275px;
	margin-bottom: 50px;
}

#account {
	margin: 30px 0 0 42px;
	padding: 30px 15px 30px 42px;
	background: #A2A2A2 url(../images/account_bg.jpg) repeat-x;
	width: 543px;
}

div.account_nav {
	float: right;
	width: 244px;
	padding: 30px 0px 0px 20px;
	height: 536px;
	background: url(../images/distance/bar.jpg) no-repeat;
}

div.account_nav h4 {
	width: 232px;
	color: #0e1d58;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #0e1d58;
}

div.account_nav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 5px;
}

div.account_nav ul li {
	margin-top: 18px;
}

div.account_nav ul li a {
	color: #666;
}

#locator a, #account a {
	color: #0e1d58;
}

#locator h3, #account h3 {
	font-size: 22px;
	font-weight: normal;
	color: #0e1d58;
	margin-bottom: 10px;
}

#body hr {
	border: 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #AAA;
}

#locator #advancedsearch strong {
	font-weight: normal;
}

#locator #advancedsearch input, #locator #advancedsearch select, #account input, #account select {
	margin-right: 5px;
	border: 1px solid #CCC;
	height: 20px;
	font-size: 12px;
}

#locator #advancedsearch select {
	height: 22px;
}

input#username, input#p, input#emailaddr {
	width: 220px;
}

input#loginbutton {
	background: url(../images/buttons/loginBtn.png) no-repeat;
	border: 0;
	width: 70px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

input#registerButton {
	background: url(../images/buttons/registerBtn.png) no-repeat;
	border: 0;
	width: 110px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

#locator input#locatorSearchButton {
	background: url(../images/buttons/searchBtn.png) no-repeat;
	border: 0;
	width: 72px !important;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

input#saveButton, input#saveButton1, input#saveButton2 {
	background: url(../images/buttons/saveBtn.png) no-repeat;
	border: 0;
	width: 65px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

input#saveProfileButton {
	background: url(../images/buttons/saveBtn.png) no-repeat;
	border: 0;
	width: 105px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

input#usubscribeButton {
	background: url(../images/buttons/unsubscribeBtn.png) no-repeat;
	border: 0;
	width: 108px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
	float: left;
}

input#passwordbtn {
	background: url(../images/buttons/retrieveBtn.png) no-repeat;
	border: 0;
	width: 150px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

#account input.removeShopButton {
	background: url(../images/buttons/removeBtn.png) no-repeat;
	border: 0;
	width: 70px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

#account input.defaultShopButton {
	background: url(../images/buttons/setAsDefaultBtn.png) no-repeat;
	border: 0;
	width: 110px;
	height: 23px;
	font-size: 0px;
	display: block;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}


input#loginbutton:hover, input#registerButton:hover, #locator input#locatorSearchButton:hover, input#saveButton1:hover, 
input#saveButton2:hover, input#saveProfileButton:hover, input#usubscribeButton:hover, input#passwordbtn:hover, 
#account input.removeShopButton:hover, #account input.defaultShopButton:hover {
	background-position: 0px -23px;	
}

#locator #advancedsearch input#address {
	width: 340px;
}

#locator #advancedsearch input#postalcode {
	width: 80px;
}