/* inputs */

SPAN.input_text INPUT
{
	background: white;
	border: 1px solid #0058a9;
	height: 18px;
	padding: 2px 1px 0 1px;
	color: black;
	font-family: Tahoma;
	font-size: 12px;
}

SPAN.input_submit INPUT
{
	background: #0033ab;
	border: 1px solid #0033ab;
	color: white;
	padding: 0 5px 4px 5px;
	text-transform: lowercase;
	height: 22px;
	font-family: Tahoma;
	font-size: 12px;
}

SPAN.input_textarea TEXTAREA
{
	background: white;
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #0058a9;
	padding: 2px;
}

/* end of inputs */
h1 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 18px;
	color: #0033ab;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bz_h1 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 18px;
	color: #0033ab;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 16px;
	color: #0033ab;
	margin-top: 20px;
	margin-bottom: 5px;
}

.bz_h2 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 16px;
	color: #0033ab;
	margin: 0px;
}

h3 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 16px;
	color: #00923f;
	margin-top: 2px;
	margin-bottom: 10px;
}

a.news_h3{
	text-decoration: none;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 16px;
	color: #00923f;
	margin-top: 2px;
	margin-bottom: 10px;
}

a.news_h3_index{
	text-decoration: none;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: black;
	margin-top: 2px;
	margin-bottom: 10px;
}


.news_date {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: gray;
}

.news_item {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: black;
	margin-bottom: 20px;
}

a {
	text-decoration: underline;
	color: #0033ab;
	font-weight: normal;
	font-family: Tahoma;
	cursor: pointer;
}

a.bz_sale_menu {
	font-size: 16px;
}

.black {
	color: black;
}

.bz_green {
	color: #00923f;
}
a:visited .green {
	color: #00923f;
}

a:hover {
	text-decoration: none;
}

a:visited {
/*	color: #7996db;*/
}


.more_br {
	height: 10px;
	margin-top: 12px;
}
a img {
	border: 0px;
}

p {
	margin: 10px 50px 10px 0px;
}

.table_data{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.table_data th {
	background-color: #e5eaf6;
	height: 39px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid white 5px;
	font-weight: normal;
}

.table_data td {
	background-color: #edf7f1;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid white 5px;
}

.table_data.data{
	text-align: left;
}
.table_data.data th {
	text-align: center;
}
.table_data.data td {
	vertical-align: top;
}



.faq {
	text-align: left;
}

.div_offer_img {
	float: left;
}

.div_offer {
	float: left;
}

.bz_table_offer {
	width: 100%;
}

.bz_table_offer th{
	width: 80px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 2px;
}

.bz_table_offer td{
	background-color: #edf7f1;
}


.bz_table_offer th{
	background-color: #e5eaf6;
}


ul {
	list-style: disc outside;
	margin-left: 46px;
}

ol {
	margin-left: 46px;
}

#left ul {
	margin-left: 18px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

ul li ul li {
	list-style: none;

}