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

body {
	background: #FBF49B;
	color: #000000;
}

h2 {
	border-bottom: 1px solid #FBF49B;
}

#wrapper-outer {
	background: none;
}

#wrapper-inner {
	background: none;
}

#header-top-bar {
	background: none;
}

#header-top-bar .bar-container {
	color:#000;
}
#header-top-bar .bar-container a:link {
	color:#000;
}
#header-top-bar .bar-container a:visited {
	color:#000;
}
#header-top-bar .bar-container a:hover {
	color:#000;
}
#main-content .contents-full .page-box .page-head h1 {
	background: none;
	color: #000;
}
#main-content .left-contents .page-box .page-head h1 {
	background: none;
	color: #000;
}


#main-content .left-contents .sale-box {
	border-bottom: 1px solid #000;
}
#main-content .left-contents .sale-box img {
	border-top: 1px solid #000;
	border-right: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#main-content .left-contents .sale-box .text {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}


#main-content .left-contents .sale-box .text ul li {
	border-bottom: 1px solid #000;
}

#footer {
	background: none;
}

#footer .footer-container {
	color:#000;
}

#footer .footer-container a:link {
	color:#000;
}

#footer .footer-container a:visited {
	color:#000;
}

#footer .footer-container a:hover {
	color:#000;
}

.search-input {
	border: 1px solid #000000;
	background: #FBF49B;
}

.search-input:focus {
	background: #FBF49B;
}

.searchbutton {
	background: #FBF49B;
	color: #000;
}
.searchbutton:hover {
	background: #FBF49B;
	color: #000;
}

.highlight {
	background: #FFF9AE;
}
.highlight-light {
	background: #FFF9AE;
}

.highlight-grey {
	background: #FFF9AE;
}
.highlight-lightgrey {
	background: #FFF9AE;
}
.border-teal {
	border-color: #000;
}

.required {
	color:#000;
}
.form-container {
	border: 1px solid #000;
}
