BODY {
	margin: 0;
	padding: 0;
	text-align: center;

	background: #c2c96d url(/el/bgbig.jpg);
	color: #004d45;
	font-size: 13px;
	font-family: arial;
}

P {
	font-size: 13px;
}

H1 {
	font-size: 22px;
}

H2 {
	font-size: 16px;
}


A {
	color: #004d45;
}
A:hover {
	color: #0091ff;
}


#unbase {
	position: relative;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1018px;
}


#tabmain {
	padding: 0;
	margin: 0;
	width: 1018px;
	height: 2000px;
	border-left: 1px solid #1e695f;
	border-right: 1px solid #1e695f;

	box-shadow: 0px 0px 30px 10px rgba(0,0,80,0.5);
}


#tabtop {
	padding: 0;
	margin: 0;
	width: 1018px;
	height: 80px;

	background: linear-gradient(to top,#00946f,#00453f);
	*background: #00946f;
}

#tabbottom {
	padding: 0;
	margin: 0;
	width: 1018px;
	height: 40px;

	text-align: center;

	background: linear-gradient(to top,#00453f,#00946f);
	*background: #00946f;
}

#tableft {
	padding: 0;
	margin: 0;
	width: 124px;
	font-size: 13px;
	background: #bae6d6;
}

#tabright {
	padding: 0;
	margin: 0;
	width: 164px;
	font-size: 13px;
	background: #bae6d6;
}

#tabmiddle {
	margin: 0;
	width: 730px;
	height: 2000px;

	padding-top: 6px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 100px;

	background: #ebfff8;

	border-left: 1px dotted #00946f;
	border-right: 1px dotted #00946f;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
#logo A {
	color: #ebfff8;
	font-size: 26px;
	font-style: italic;
	text-decoration: none;
}

#toptext {
	position: absolute;
	left: 10px;
	top: 50px;
	color: #e0ffff;
	font-size: 11px;
	font-style: italic;
	text-align: left;
}

#bottomtext {
	color: #e0ffff;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}
#bottomtext A {
	color: #e0ffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}




TABLE.obj_img {
	margin-top: 20px;
}
TABLE.obj_img IMG {
	border: 1px solid rgb(0,60,0);
	vertical-align: center;
}
TABLE.obj_img TD {
	border: 1px solid #7ecfb5;
	border-radius: 10px;
	text-align: center;
	width: 170px;
	height: 210px;
	background: #bae6d6;
	font-size: 12px;
	font-style: italic;

	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}


TABLE.obj_data {
	border-collapse: collapse;
	margin-top: 40px;

	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}
TABLE.obj_data TD {
	width: 250px;
	border: 1px solid #7ecfb5;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	background: #bae6d6;
}
TABLE.obj_data TD.d {
	background: #c2e8f0;
}


TABLE.alphabet {
	margin: 0;
	margin-top: 40px;
}
TABLE.alphabet TD {
	font-size: 16px;
	font-weight: bold;
	width: 250px;
	border: 1px solid #7ecfb5;
	border-radius: 10px;
	text-align: left;
	background: #bae6d6;
	padding: 15px;

	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}
TABLE.alphabet TD A {
	font-size: 13px;
	font-weight: bold;
	color: #004d45;
}
TABLE.alphabet TD A:hover {
	color: #0091ff;
}


TABLE.searchform {
	margin: 2px;
	border: 1px solid #7ecfb5;
	border-radius: 10px;
	background: #c2e8f0;

	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}
TABLE.searchform TD {
	font-size: 13px;
	font-style: italic;
	width: 150px;
	padding: 4px;
	padding-left: 12px;
}
TABLE.searchform OPTION {
	font-size: 13px;
	font-weight: bold;
	color: #004d45;
}
TABLE.searchform SELECT {
	font-size: 13px;
	font-weight: bold;
	color: #004d45;
	width: 140px;
}


.search_form_radio {
	font-size: 13px;
}
.search_form_radio TD {
	width: 180px;
}
.search_form_radio b {
	font-size: 13px;
	font-weight: bold;
	color: #125A38;
}
.search_form_radio .submit {
	color: #125A38;
	font-weight: bold;
	background: none;
	border: 2px solid #129460;
	cursor: hand;
}
.search_form_radio div {
	border: 1px solid #129460;
	padding: 2px;
	margin: 2px;
}
.search_form_radio INPUT {
	font-size: 13px;
}



.sidebox_empty {
	margin-top: 8px;
	padding: 0;
}

.sidebox_w1 {
	width: 120px;
	margin-top: 8px;
	padding: 0;
}
.sidebox_w2 {
	width: 160px;
	margin-top: 8px;
	padding: 0;
}
.sidebox_cap {
	background: linear-gradient(to top,#00946f,#00453f);
	*background: #00946f;
	border-radius: 5px 5px 0 0;
	margin: 0;
	color: white;
	padding-top: 3px;

	box-shadow: 0px 0px 3px 1px rgba(100,100,100,0.3);
}
.sidebox_c1 {
	border-radius: 0 0 5px 5px;
	background: #ebfff8;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;

	box-shadow: 0px 0px 3px 1px rgba(100,100,100,0.3);
}
.sidebox_c2 {
	border-radius: 0 0 5px 5px;
	background: #d1f7ff;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;

	box-shadow: 0px 0px 3px 1px rgba(100,100,100,0.3);
}


UL.sidemenu {
	text-align: left;
	margin-left: -20px;
	padding-right: 7px;
}
UL.sidemenu LI {
	color: #004d45;
	margin-top: 8px;
	margin-bottom: 8px;
}
UL.sidemenu LI A {
	color: #004d45;
	text-decoration: underline;
	font-size: 13px;
}
UL.sidemenu LI A:hover {
	text-decoration: underline;
	color: #0091ff;
}
UL.sidemenu LI UL {
	margin: 2px;
	padding: 2px;
	margin-left: 8px;
	list-style-type: disc;
	color: #004d45;
}
UL.sidemenu LI UL LI A {
	font-size: 12px;
	font-weight: normal;
}


.sideform {
	font-size: 14px;
	color: #004d45;
}
.sideform INPUT {
	font-size: 14px;
	color: #004d45;
	border: 1px solid #004d45;
	background: white;
}


.steps {
	margin-top: 1px;
	line-height: 25px;
}
.steps A {
	color: #004d45;
	text-decoration: none;
	font-size: 15px;
	padding: 5px;
}
.steps A:hover {
	background: #c2e8f0;
}
.steps SPAN {
	font-size: 15px;
	background: #c2e8f0;
	padding: 5px;
}

.breadcrumbs {
	color: #004d45;
	font-size: 13px;
}
.breadcrumbs A {
	color: #004d45;
	font-size: 13px;
	text-decoration: none;
}


.intro {
	margin: 20px;
	padding: 20px;
	border: 1px solid #7ecfb5;
	border-radius: 10px;
	background: #bae6d6;
	text-align: left;

	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}
.intro P {
	text-indent: 7px;
}

TABLE.t_intro {
}
TABLE.t_intro TD {
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	border: 1px solid #7ecfb5;
	border-radius: 10px;
	text-align: center;
	background: #c2e8f0;
	padding: 15px;

	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}
TABLE.t_intro TD A {
	font-size: 19px;
	font-weight: normal;
	color: #004d45;
}
TABLE.t_intro TD A:hover {
	color: #0091ff;
}



.resp_form {
	margin-top: 20px;
	width: 400px;
	border: 1px solid #7ecfb5;
	border-radius: 10px;
	text-align: left;
	background: #c2e8f0;
	padding: 15px;

	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}
.resp_form INPUT, TEXTAREA {
	font-size: 14px;
	color: #004d45;
	border: 1px solid #7ecfb5;
	background: white;
}
.resp_form P {
	font-style: italic;
}

.resp_list {
	margin-top: 20px;
	width: 300px;
	text-align: left;
	padding: 15px;
	font-size: 14px;

	border: 1px solid #7ecfb5;
	border-radius: 10px;
	background: #bae6d6;
	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}


TABLE.obj_rubr {
	border: none;
}
TABLE.obj_rubr TH {
	width: 180px;
	height: 180px;
	border: 1px solid #7ecfb5;
	border-radius: 10px;
	padding: 4px;
	vertical-align: center;
	text-align: center;
	background: #bae6d6;
	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}
TABLE.obj_rubr TH IMG {
	border: 1px solid rgb(0,60,0);
}
TABLE.obj_rubr TD {
	width: 400px;
	height: 180px;
	border: 1px solid #7ecfb5;
	border-radius: 10px;
	padding: 5px;
	padding-left: 15px;
	vertical-align: center;
	text-align: left;
	font-size: 13px;
	background: #c2e8f0;
	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
}


.menu_rubr {
	width: 550px;
	margin: 5px;
	padding: 10px;
	border: 1px solid #7ecfb5;
	border-radius: 10px;
	background: #c2e8f0;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0px 0px 6px 3px rgba(100,100,100,0.1);
	line-height: 25px;
}
.menu_rubr A {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 8px;
}


#toptext_mob {
	position: absolute;
	left: 10px;
	top: 6px;
	color: #e0ffff;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	display: none;
}
#toptext_mob A {
	color: #e0ffff;
	font-size: 12px;
	font-style: italic;
}

.mobile_menu {
	display: none;
	margin: 7px;
}

.sidebox_empty_thin {
	margin: 1px;
	padding: 0;
}

@media screen and (max-width: 560px) {
	.sidebox_w1 { display: none; }
	.sidebox_w2 { display: none; }
	.sidebox_empty { display: none; }
	.sidebox_empty_thin { display: none; }
	#tableft { width: 0; }
	#tabright { width: 0; }

	#unbase { width: 100%; }
	#tabmain { width: 100%; }
	#tabtop { width: 100%; height: 40px; }
	#tabtopband { width: 100%; }
	#tabbottom { width: 100%; }
	#tabbottomband { width: 100%; }
	#tabmiddle { width: 100%; padding-top: 3px; }

	#tabmain { height: 100px; }
	#tabtopband { height: 3px; }

	#logo { display: none; }
	#toptext { display: none; }
	#toptext_mob { display: block; }

	.mobile_menu { display: block; }
}

@media screen and (max-width: 1018px) {
	.menu_rubr { width: 390px; }
	TABLE.obj_data TD { width: 190px; }
	TABLE.obj_list TD { 
		width: 120px;
		height: 80px;
		padding: 2px;
		padding-bottom: 5px;
		padding-top: 5px;
		border-radius: 2px;
	}
	TABLE.obj_list TD.d {
		border-radius: 2px;
		width: 270px;
		height: 80px;
	}
	TABLE.obj_list IMG {
		max-width: 116px;
		height: auto;
	}
	TABLE.searchform {
		margin-top: 3px;
		padding: 2px;
	}
	TABLE.searchform TD {
		width: 120px;
		padding: 1px;
		padding-left: 6px;
	}
	TABLE.searchform SELECT {
		width: 110px;
	}
	.search_form_radio TD {
		width: 120px;
		margin: 1px;
		padding: 1px;
	}
	TABLE.obj_img TD {
		width: 130px;
	}
	TABLE.obj_img IMG {
		max-width: 126px;
		height: auto;
	}
	TABLE.obj_rubr TH {
		width: 100px;
	}
	TABLE.obj_rubr IMG {
		max-width: 96px;
		height: auto;
	}
	TABLE.obj_rubr TD {
		width: 280px;
	}
	TABLE.alphabet TD {
		width: 180px;
	}
	TABLE.t_intro TD {
		width: 130px;
		height: 200px;
	}
	TABLE.t_intro IMG {
		max-width: 126px;
		height: auto;
	}
}

@media screen and (min-width: 1019px) {
	UL.sidemenu LI {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.menu_rubr {
		line-height: 20px;
	}
	.menu_rubr A {
		margin: 4px;
	}
	.steps {
		line-height: 20px;
	}
	.steps A {
		padding: 4px;
	}
	.steps SPAN {
		padding: 4px;
	}
}

.adsens_vert_cont { width: 160px; height: 600px; margin-top: 5px; }
.adsens_vert_cont_2 { width: 160px; height: 300px; margin-top: 5px; }
.adsens_horiz_cont { width: 100%; max-width: 730px; max-height: 150px; margin-top: 8px; margin-bottom: 8px; }
.adsens_box_cont { width: 100%; max-width: 730px; max-height: 700px; margin-top: 15px; }
.adsens_menu_cont { height: 100px !important; max-height: 100px !important; overflow: hidden; width: 100% !important; max-width: 700px !important; margin-top: 3px; }

.adsens_vert_vis { display: block; }
.adsens_menu_vis { display: block; }

@media screen and (max-width: 560px) {
	.adsens_vert_vis { display: none; }
	.adsens_menu_vis { display: none; }
	.adsens_vert_cont { display: none; }
	.adsens_vert_cont_2 { display: none; }
	.adsens_menu_cont { display: none; }
}

.adsens_468_60 {
	width: 468px; height: 60px; margin-top: 3px;
}
.adsens_728_90 {
	width: 728px; height: 90px; margin-top: 3px;
}
@media screen and (max-width: 1018px) {
	.adsens_728_90 { display: none; }
}


.gbutton {
	color: #004d45;
	font-weight: bold;
	padding: 1px;
	margin: 1px;
	cursor: hand;
}
.buybutton {
	color: #992222;
	font-size: 18px;
	font-weight: bold;
	padding: 1px;
	margin: 1px;
	cursor: hand;
}


.l {
	color: red;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.amz_lnk {
	margin: 10px;
	font-size: 11px;
}
.amz_lnk.IMG {
	border: 1px solid #E2AB61;
}
.ls {
	font-size: 11px;
	text-decoration: underline;
}


.google_search_body {
	margin: 10px;
	padding: 5px;
	width: 380px;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 3px 3px;
}
.google_search_body INPUT {
	font-weight: bold;
	color: #444;
}
