@charset "utf-8";

.verticalMax {height:100%;}
html { height: 100%;}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align:center;
	height: 100%;
        font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
td {vertical-align:top;
    color:#000000;
    font-family:Tahoma;
    font-size:11px;
}
img { border:0px; }
a {
	text-decoration: underline;
	color:#863A1C;
}
h1, h2 {color: #584323;}
h1 {font-size: 14px;}
h2 {font-size: 12px;}

hr {
 color:#886c49;
 border-top: 2px solid #886c49;
 border-bottom:none;
 border-left:none;
 border-right:none;
}
#mainLayoutTable { margin:auto}

#leftPanelTable ,
#rightPanelTable ,
#centerPanelTable ,
#divLeftPanelTable ,
#divRightPanelTable { height:100%}

#leftPanelTable td.content {
	height: 100%;
	background-image: url(../images/leftPanelBgr.jpg);
	background-repeat: repeat-y;
}
#rightPanelTable td.content {
	height:100%;
	background-image: url(../images/rightPanelBgr.jpg);
	background-repeat: repeat-y;
}
#divLeftPanelTable td.content {
	height:100%;
	background-image: url(../images/divLeftPanelBgr.jpg);
	background-repeat: repeat-y;
}
#divRightPanelTable td.content {
	height:100%;
	background-image: url(../images/divRightPanelBgr.jpg);
	background-repeat: repeat-y;
}
#centerPanelTable td.content {
	height:100%;
	background-image: url(../images/centerPanelBgr.jpg);
	background-repeat: no-repeat;
	background-color: #be9763;
	background-position: bottom;
}

.content530 {
	background-image: url(../images/content530bgr.gif);
	background-repeat: repeat-y;
	padding: 5px 10px;
}
.content260 {
	background-image: url(../images/content260bgr.gif);
	background-repeat: repeat-y;
	padding: 5px 10px;
}


.bookListTable      { width: 490px; }
.bookListTable td   {
                      text-align: center;
                      padding-top: 5px;
}
.bookListTable img, img.okladka  {
                      border:2px solid #A07B49;
                      padding: 1px;
}

.TDitemDescrContent {padding-left: 10px;}
.pagination         {text-align:center;}

#captionAuthor { color:gray}

.inputText          {
                      border: 1px solid rgb(109, 76, 30);
                      width: 125px;
                      height: 18px;
                      font-family: Tahoma;
                      font-size: 11px;
                      color: rgb(107, 94, 73);
                      background-color: rgb(215, 188, 146);
}
.field              { padding: 2px;}

.button {
                      margin: 3px 0;
                      border: 1px solid rgb(109, 76, 30);
                      font-family: Tahoma;
                      font-size: 11px;
                      color: rgb(107, 94, 73);
                      background-color: rgb(215, 188, 146);
                      cursor:auto;
}
#admin_menu         { background-color:silver; line-height: 20px;}
#admin_menu span    { padding-left:10px;}
#admin_menu a       { text-decoration: none; }

/*****************************************************************************/

#mainMenuDiv {
	position: relative;
}
#menuKontakt {
	width:101px;
	height:100px;
	position: absolute;
	top: 22px;
	left: 418px;
	background-color: #cba877;
	display:none;
}
#menuKsiazki {
	width:101px;
	height:100px;
	position: absolute;
	top: 22px;
	left: 155px;
	background-color: #cba877;
	display:none;
}

/*****************************************************************************/

div.contentEditable img {
    border:2px solid #A07B49;
    padding: 1px;
}