/* ---------- TAGS ---------- */
body {
	margin:0;
	padding:0;
	background-color:#63C5E2;
	background-image:url(images/main_bg.png);
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px;
	color:#333;
}

p{
	margin:0;
	padding:0;
	line-height:22px;
}

strong{
	font-weight:bold;
}

a{
	outline:none;
}

/* ---------- DIVS ---------- */
#main{
	width:1000px;
	margin:auto;
}

#head{
	height:107px;
	margin:12px 0 0 0;
	clear:both;
}

#top_menu{
	width:1000px;
	height:50px;
	margin:12px 0 0 0;
	background-image:url(images/top_menu_bg.png);
	background-repeat:no-repeat;
	clear:both;
}

#top_menu_separator{
	display:block;
	float:left;
	width:2px;
	height:50px;
	background-image:url(images/top_menu_separator.png);
	background-repeat:no-repeat;
}

#banners{
	margin:6px 0 0 0;
	height:170px;
	background-image:url(images/banners_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
}

#banners_wrap{
	width:942px;
	margin:auto;
	padding-top:10px;
}

#banners img, #banners_txt{
	float:left;
	margin-right:12px;
	width:144px;
}

#banners img{
	border:solid 1px #ccc;
}

#left_panel{
	width:246px;
	float:left;
	margin:17px 0 0 0;
}

#left_menu_top{
	height:43px;
	background-image:url(images/left_menu_top_bg.png);
	background-repeat:no-repeat;
}

#left_menu{
	background-color:#fff;
	padding: 10px;
}

#left_menu_bottom{
	height:3px;
	background-image:url(images/left_menu_bottom_bg.png);
	background-repeat:no-repeat;
}

#right_panel{
	width:744px;
	float:left;
	margin:17px 0 0 10px;
}

#content_top{
	height:3px;
	background-image: url(images/content_top_bg.png);
	background-repeat:no-repeat;
}

#content{
	background-color:#fff;
	min-height:400px;
	padding:1px 15px 15px 15px;
	text-align:justify;
}

#content_bottom{
	height:3px;
	background-image:url(images/content_bottom_bg.png);
	background-repeat:no-repeat;
}

#footer{
	clear:both;
	background-image:url(images/footer_bg.png);
	height:81px;
	margin:7px 0 0 0;
}

#footer_wrap{
	width:1000px;
	margin:auto;
}

#footer_wrap a{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	text-transform:capitalize;
}

#footer_wrap a:hover{
	text-decoration:underline;
}

#termek_image{
	width:120px;
	float:left;
}

#termek_leiras{
	float:left;
	}

#dotted{
	height:2px;
	line-height:2px;
	font-size:2px;
	border-bottom:dotted 1px #ccc;
	width:96%;
	margin:auto;
}

#clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

/* ---------- FONTS ---------- */
#pagename{
	font-weight:bold;
	text-align:right;
	border-bottom:dotted 1px #ccc;
	line-height:28px;
	text-transform:capitalize;
	font-size:14px;
	margin-bottom:15px;
}

#cikkname{
	font-weight:bold;
	background-color:#f3f3f3;
	line-height:22px;
	margin-bottom:7px;
	padding-left:10px;
}

#term_name{
	font-weight:bold;
	background-color:#09C;
	background-color:#11252D;
	padding:3px 5px;
	font-size:14px;
	color:#fff;
	margin-bottom:12px;
	text-transform:capitalize;
}

.td_bg{
	background-color:#e1e1e1;
}

.td_bg2{
	background-color:#09c;
	color:#fff;
	height:30px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:10px;
}

/* ---------- LINKS ---------- */
#head a{
	text-decoration:none;
	color:#fff;
}

#head a:hover{
	text-decoration:underline;
}

/* #top_menu a{
	display:block;
	float:left;
	padding:0 20px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	text-transform:capitalize;
	margin:0 1px 0 0;
}

#top_menu a:hover{
	background-image:url(images/top_menu_btn_hover.png);
	background-repeat:repeat-x;
}

#top_menu_first_btn a:hover{
	background-image:url(images/top_menu_first_btn_hover.png);
	background-repeat:repeat-x;
} */

.left_menu_btn{
	display:block;
	width:auto;
	height:20px;
	line-height:20px;
	padding-left:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#004559;
	outline:none;
}

.left_menu_btn:hover{
	color:#0081A5;
}

.link{
	text-decoration:none;
	color:#09c;
}

.link:hover{
	text-decoration:underline;
}

/* ---------- FORM ---------- */

input{
	font-style:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#555;
	width:180px;
	margin-bottom:3px;
	padding:2px;
}

textarea{
	font-style:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#555;
	width:220px;
	height:100px;
	padding:2px;
}

label{
	width:70px;
	margin-right:4px;
	display:block;
	float:left;
	text-align:right;
}

#msg{
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
}

#msgcontent {
	display:block; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:350px;
	font-weight:bold;
}

/* ---------- HIGHSLIDE ---------- */
.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border:solid 1px #09C;
	padding:3px;
}
.highslide:hover img {
/*	border: solid 2px #09C;
	padding: 2px; */
	border-color: #036;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

.hidden-container {
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
} 

/* ---------- TAB CONTENT --------- */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top:0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #ccc;
	color: #2d2b2b;
	outline:none;
	font-weight:bold;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	background-color:#09c;
	color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
	background-color:#09c;
	color:#fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border:1px solid #ccc;
	width:550px;
	padding:10px;
}


@media print {
.tabcontent {
	display:block !important;
}
}
