@charset "utf-8";
/* CSS Document */

#honey-selector {
	float: right;
	width: 202px;
	border: 2px solid #c4b080;
	background-color: #ffde95;
	background-image: url('../images/honey-finder-bg.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #66461d;
	margin-bottom: 10px;
	margin-right: 10px;
}

#honey-selector form {
	/* override */
	border: 0;
	padding: 0;
	width: auto;
	padding-bottom: 10px;
	display: inline;
}

#honey-selector input {
	/* override */
	border: 0;
}

#c2_viewarticle {
	width: 365px;
}

#c2_viewarticle h3 {
	font-size: 18px;
	color: #3f290d;
}

#c2_viewarticle h4 {
	font-size: 14px;
	color: #3f290d;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


#c2_viewarticle h4 a {
	text-decoration:none;
}

#c2_viewarticle a:link{
	text-decoration:none;
}

#c2_viewarticle a:visited{
	text-decoration:none;
}

#c2_viewarticle a:hover{
	text-decoration:underline;
}

#c2_viewarticle p {
	text-align: inherit;
}

#c2_viewarticle a {
	color: #3f290d;
	text-decoration: underline;
}

#c2_viewarticle hr {
	color: #dcdcdc;
	border: 1px solid #dcdcdc;
}

#c2_viewarticle img {
	/* override */
	padding: 0;
	float: none;
}

#honey-selector table {
	margin-left: 8px;
}

#honey-selector-random {
	float: right;
	clear: right;
	margin-right: 10px;
}

#honey-selector-header {
	position: relative;
	width: 202px;
	height: 80px;
	background: url('../images/find-me-a-honey.jpg') top left no-repeat;
}

#ajax-response {
	display: block;
	height: 30px;
	width: 184px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

.honey-selector-heading {
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}

.hidden {
	position: absolute;
	top: -10000px;
}
