@import url("common.css");
@import url("menu.css");
@import url("pulldown.css");

body
{
    background: #FFFFDE;
    margin:0px auto;
    padding:0;
    font:normal 0.8em/1.2em verdana,aria,sans-serif;
    color: #682e1f;
    width: 100%;
    font-size: 8pt;
    min-width: 900px;      /* 2x LC width + RC width */
}

/* Header styles  */
#header
{
    clear:both;
    display: block;
    position: relative;
    width:100%;

    background: transparent url("../images/header_bg.png") repeat-x top left;
    padding: 0px;
    margin:  0px;
    text-align:center;
    color: inherit;
    height: 110px;
    border: 0px;

}


#header_image
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

#header_kiado
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#header_kid
{
    position: absolute;
    top: 26px;
    left: 18px;
/*    background: transparent url("../images/header_kid.png") no-repeat top left; */
    background: transparent url("../images/olvasok.png") no-repeat top left;
    color: inherit;
    height: 162px;
    width: 128px;
    z-index: 1001;
}

/* column container */
div.main-box 
{
  position: relative;
  width: 100%;
  background: #d4c598;						/* left box background */
  overflow: hidden;
}

div.center-box 
{
  position: relative;
  width: 100%;
  left: 170px;								/* left box width */
  background: #FFFFDE;						/* center box background */
}

div.reset-box 
{
  position: relative;
  width: 100%;
  left: 100%;
  margin-left: -170px;						/* - left box width */
}

div.right-box 
{
  margin-top: 0px;
  position: relative;
  width: 100%;
  margin-left: -170px;						/* -right box width */
  background: #d4c598;						/* right box background */
  left: 0px;
}

div.content-box 
{
    position: relative;
    width: 100%;
    margin-left: -100%;
    left: 170px;							/* right box width */
    min-height: 980px;
    padding-bottom: 20px;
}

div.left 
{
    float: left;
    padding: 80px 0px 0px 0px;
    width: 170px;							/* left box width */
    text-align: center;
}

div.right 
{
    float: right;
    width: 170px;							/* right box width */
    text-align: center;
}

div.right-content
{
    padding: 0px 10px 0px 10px;
    text-align: center;
}

div.center-content
{
    position: relative;
    margin-left: 170px;						/* left box width */
    margin-right: 170px;					/* right box width */
    padding-left: 0px;
    padding-right: 0px;
}

* html div.center-content
{
    height:1%;
    margin:0;
}

* html div.left 
{
    margin-right:-3px;
}

* html div.right 
{
    margin-left:-3px;
}

.clearfix:after 
{
    content: "."; 
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.heightfix:before 
{
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}


#menulogin
{
    text-align: left;
}

#menulogin table
{
    margin: 0px;
    padding: 0px;
}

#menulogin h2,
#menulogin div.h2
{
    text-align: center;
}

#menulogin input
{
    background-color: #FFFFDE;
}


#usermenu
{
    padding-top: 3px;
    padding-bottom: 6px;
    text-align: left;
}

#usermenu h2,
#usermenu div.h2
{
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
}
                             

/* Footer styles */
#footer
{
    clear:both;
    float:left;
    width:100%;
    height: 4em;
    text-align: center;
    padding: 0;
    margin: 0;
}


#content
{
    padding-left: 30px;
    padding-right: 30px;
}


#centercol
{
    margin-top: 0px;
    position: relative;
    background: #FFFFDE url("../images/content_top.png") no-repeat top left;
    border-top: 1px solid #d4c598;
}

h1.centercol-header,
div.centercol-header
{
    padding: 9px 30px 5px 30px;
    margin: 0px 0px 20px 0px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    vertical-align: middle;
    font-weight: bold;
    font-style: italic;
    font-size: 150%;
    color: #b7000c;
    border-bottom: 1px solid #d7d7a7;
    height: 17px;
    z-index: 999;
    text-align: left;
}

#centercoltopright
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 31px;
    background: #FFFFDE url("../images/content_topr.png") no-repeat top left;
}

#log
{
    background-color: #FFA500/*orange*/;
    color: red;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2000;
    overflow: auto;
}


#logToggle
{
    border: 2px solid red;
    font-size: 120%;
    background-color: #FFA500 /*orange*/;
    color: red;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 1em;
    margin-left: -2em;
    text-align: center;
    z-index: 3001;
}

#languageTools
{
    border: 2px solid red;
    font-size: 120%;
    background-color: #FFA500 /*orange*/;
    color: red;
    position: fixed;
    right: 30px;
    top: 10px;
    width: 1em;
    margin-left: -2em;
    text-align: center;
    z-index: 3001;
}

.sep
{
    width: 400px;
    height: 5px;
    background: transparent url("../images/sepline.png") no-repeat top left;
    z-index: 1000;
}


#menusearch
{
    background: transparent url("../images/search_bg.png") no-repeat top center;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    border: 0px solid white;
}

#menusearch input
{
    margin: 5px auto;
    border: 0px solid white;
    background-color: white;
    color: black;
    height: 12px;
    width: 100px;
}

img
{ 
    border-style: none;
}


/*
Highlight modul
*/


#highlight,
#highlight-news
{
    text-align: center;
}

div.right h2,
div.right div.h2
{
    font-size: 125%;
    font-weight: bold;
    width: 100%;
    line-height: 24px;
    color: white;
    text-shadow: #666666 3px 3px 3px;

    text-transform: uppercase;

	filter: Shadow(Color=#666666,
			Direction=135,
			Strength=3);
}

#searchbox h2,
#searchbox div.h2
{
    color: #682e1f;
}

#highlight h2,
#highlight-news h2 a,
#highlight div.h2,
#highlight-news div.h2 a
{
    color: white;
}

#highlight .highlight_book_title
{
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

#highlight .highlight_book_author
{
    padding-top: 4px;
    padding-bottom: 4px;
    font-style: italic;
    text-align: center;
}

#highlight .person,
#highlight .author
{
    padding: 0px;
    margin: 0px;
}

#highlight .highlight_book_fullprice
{
    text-align: center;
    text-decoration: line-through;
}

#highlight .highlight_book_price
{
    font-size: 110%;
    font-weight: bold;
    color: red;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}


#highlight-news ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #c4b588;
}

#highlight-news li
{
    padding: 2px 0px 2px 0px;
    text-indent: 0px;
    border-bottom: 1px solid #c4b588;
}

#highlight-news li a
{
    display: block;
}

#highlight-news li a:hover
{
    text-decoration: none;
    background-color: #e4d5a8;
}

#anniversary
{
    display: block;
    width: 100%;
    text-align: center;
}

#anniversary img
{
    margin: 10px auto 10px auto;
    width: 150px;
    height: 250px;
}

#welcome_screen_wrapper
{
	position: absolute;
	top: 150px;
	width: 100%;
	z-index: 4999;
	text-align: center;
}

#banners
{
    margin-top: 16px;
}

/* kz */
a.letters {
	color: #0080FF;
	text-decoration: underline;
	font-size: 1.1em;
	margin: 0 5px 0 5px;
}

div.letters {
	margin: 5px auto 20px auto;
	text-align: center;
}

div.outer-frame
{
    width: 560px;
    margin: 15px;
}

div.content_button {
	margin: 15px 0px 25px 0px;
}

#header_contact{
	position: absolute;
	top: 42px;
	left: 350px;
	text-align: right;
	color:white;
}