@charset "UTF-8";
.redbg {
	background-image: url(../images/redbg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
}
.redbg_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
}
a {
	text-decoration: none;
	color: #626262;
}
.text_contents {
	font-size: 11px;
	line-height: 140%;
	color: #626262;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}
.text12_gray {
	font-size: 12px;
	line-height: 180%;
	color: #424242;
	font-family: "MS Serif", "New York", serif;
}
.text14_gray {
	font-size: 14px;
	line-height: 180%;
	color: #424242;
	font-family: "MS Serif", "New York", serif;
}
.text18_gray {
	font-size: 18px;
	line-height: 150%;
	color: #424242;
	font-family: "MS Serif", "New York", serif;
}
.text24_gray {
	font-size: 24px;
	line-height: 150%;
	color: #424242;
	font-family: "MS Serif", "New York", serif;
}
.text_orange {
	color: #e6804d;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text_pink {
	color: #bd8b8b;
}
.text_pricespecial {
	color: #e6804d;
	font-size: 12px;
	font-weight: bold;
}
.text_pricenormal {
	color: #626262;
	font-size: 12px;
	font-weight: bold;
}
.text_copyright {
	font-size: 10px;
	line-height: 20px;
	color: #626262;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.text_footer {
	font-size: 10px;
	line-height: 130%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.text_pagetop {
	font-size: 10px;
	line-height: 20px;
	color: #626262;
	font-family: Verdana, Geneva, sans-serif;
}
.text16_orange {
	font-size: 16px;
	line-height: 150%;
	color: #e6804d;
	font-family: "MS Serif", "New York", serif;
}
.text_breadcrumbs {
	color: #a7a7a7;
	font-size: 10px;
}
.text14_red {
	font-size: 14px;
	line-height: 150%;
	color: #660000;
	font-family: "MS Serif", "New York", serif;
	text-decoration: underline;
}
.text16_gray {
	font-size: 16px;
	line-height: 150%;
	color: #424242;
	font-family: "MS Serif", "New York", serif;
}
.text_rightmenu {
	font-size: 10px;
	line-height: 130%;
	color: #626262;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}
.text_complet {
	font-size: 10px;
	line-height: 140%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-weight: bold;
}
.text_menu_bottom {
	color: #969696;
	font-size: 10px;
}
.text_red {
	color: #900;
}

.btn {
	padding-left: 8px;
	padding-right: 8px;
	margin: 1px;
	border-radius: 3px;
	position: relative;
}

.btn:hover::after {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
}

.btn-white {
	background-color: #fff;
	font-weight: bold;
}

.redbg, .bluebg {
	position: relative;
}

.redbg .btn-white {
	color: #660000;
	height: 18px;
	position: absolute;
	right: 10px;
}

.bluebg .btn-white {
	color: #266B97;
	height: 18px;
	position: absolute;
	right: 10px;
}

.btn.redbg_text, .btn.bluebg_text {
	line-height: 18px;
}

.pull-right {
	float: right;
}
