@charset "utf-8";

@font-face { font-family: Cuprum; src: url('/fonts/Cuprum-Regular_0.ttf'); } 
@font-face { font-family: OpenSans-CondLight; src: url('/fonts/OpenSans-CondLight.ttf'); } 


body {
	margin:0 ! important;
}

body,td,th {
	font-family: OpenSans-CondLight;
	font-size: 16px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.gray_12 {

	font-family: OpenSans-CondLight;

	font-size: 12px;

	color: #333;

}
.gray_14 {

	font-family: OpenSans-CondLight;

	font-size: 14px;

	color: #333;

}

.gray_16 {

	font-family: OpenSans-CondLight;

	font-size: 18px;

	color: #333;

}

.gray_18 {

	font-family: OpenSans-CondLight;

	font-size: 18px;

	color: #333;

}

.gray_20 {

	font-family: OpenSans-CondLight;

	font-size: 20px;

	color: #333;

}

.gray_24 {

	font-family: OpenSans-CondLight;

	font-size: 24px;

	color: #333;

}

.white_14 {

	font-family: OpenSans-CondLight;

	font-size: 14px;

	color: #FFF;

}

.gray_12 a {

	font-family: OpenSans-CondLight;

	font-size: 12px;

	color: #333;

}

.gray_14 a{

	font-family: OpenSans-CondLight;

	font-size: 14px;

	color: #333;

}

.gray_16 a{

	font-family: OpenSans-CondLight;

	font-size: 18px;

	color: #333;

}

.gray_18 a{

	font-family: OpenSans-CondLight;

	font-size: 18px;

	color: #333;

}

.gray_20 a{

	font-family: OpenSans-CondLight;

	font-size: 20px;

	color: #333;

}

.gray_24 a{

	font-family: OpenSans-CondLight;

	font-size: 24px;

	color: #333;

}

.white_14 a{

	font-family: OpenSans-CondLight;

	font-size: 14px;

	color: #FFF;

}

.red_18 {
	font-family: OpenSans-CondLight;
	font-size: 18px;
	color: #A00;
}
.red_18 a {
	font-family: OpenSans-CondLight;
	font-size: 18px;
	color: #A00;
}
.gray_24 a:hover {
	font-family: OpenSans-CondLight;
	font-size: 24px;
	color: #8A4027;
	font-weight: bold;
}

#retitems { display:none; }
#show_retitems { cursor: pointer; }

.cookie_banner {
    position: fixed;
    z-index:999;
    left: 20px;
    bottom: 20px;
}