a:hover {
	text-decoration: none;
	color: #0000FF;
	font-style: italic;
}
body {
	background-color: #00868B;
}
input, textfield, textarea {
font-family: Arial;
font-size: small;
font-weight: normal;
font-style: normal;
}

.complimentary_gift_box {
  background-color: #CCFFCC;
  border: 1px solid #CCFFCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  color: #000080;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}

hr {
	border: 0;
	background-color: #999999;
	color: #999999;
	height: 1px;
}

.homepage_listing_block {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height:120%;
}

#homepage_text_box {
	line-height: 120%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
}

.copyright {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 10px;
}

#search_box {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.search_box_suggestions {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	margin-left: 2px;
}

#livesearch {
	margin-top: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	overflow: hidden;
	display: hidden;
}

#search_field {
	font-size: .8em;
	margin-top: 0;
	margin-left: 5px;
}

