/*  main  ------------------------------ */
body {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    background-color: #ffffff;
    background-image: url('grafika/bg.png');
    background-repeat: repeat-x;
}

#main {
    width: 960px;
    text-align: center;
    margin: auto;
}

#right {
    float: right;
    width: 188px;
}

/*  header  ------------------------------ */
#header {
    width: 960px;
    height: 79px;
    background-image: url('grafika/header.png');
    text-align: left;
}

#logo {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
}

#bookmark_1 {
    width: 115px;
    height: 20px;
    _width: 115px;
    _height: 24px;
    position: absolute;
    margin-left: 600px;
    margin-top: 0px;
    background-image: url('grafika/bookmark.png');
    padding-top: 4px;
    text-align: center;
}

#bookmark_2 {
    width: 115px;
    height: 20px;
    _width: 115px;
    _height: 24px;
    position: absolute;
    margin-left: 720px;
    margin-top: 0px;
    background-image: url('grafika/bookmark.png');
    padding-top: 4px;
    text-align: center;
}

#bookmark_3 {
    width: 115px;
    height: 20px;
    _width: 115px;
    _height: 24px;
    position: absolute;
    margin-left: 840px;
    margin-top: 0px;
    background-image: url('grafika/bookmark.png');
    padding-top: 4px;
    text-align: center;
}


.bookmark_link {
    color: #000000;
    text-decoration: none;
}

#adv_search {
    position: absolute;
    margin-left: 585px;
    margin-top: 49px;
    color: #ffffff;
}

#search {
    position: absolute;
    margin-left: 720px;
    margin-top: 46px;
}

#search_box {
    width: 147px;
    height: 19px;
    _width: 148px;
    _height: 22px;
    background-image: url('grafika/search_box.png');
    border: 0px;
    margin-right: 10px;
    padding-left: 2px;
    padding-top: 2px;
    color: #ffffff;
}

#search_ok {
    color: #ffffff;
    cursor: pointer;
}

.inline {
    display: inline;
}


/* menu  ------------------------------ */
#menu {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 13px;
    _margin-left: 10px;
}

.menulink {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}

.menulink:hover {
    color: #ff0000;
    text-decoration: none;
    font-size: 13px;
}


/* content ---------------------------------*/
#content {
    width: 755px;
    text-align: left;
}

#content_box {
    width: 755px;
}

#content_box_header {
    width: 745px;
    height: 30px;
    _width: 755px;
    _height: 42px;
    padding-left: 10px;
    padding-top: 12px;
    background-image: url('grafika/box_big_header.png');
}

#content_box_header h1, #news_box_header h1 {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
}

#content_box_content {
    width: 733px;
    _width: 755px;
    padding: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
}

#content_box_content_min {
    width: 733px;
    _width: 755px;
    padding: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    min-height: 130px;
}

/* right -------------------------------------- */
#log_box {
    border: solid 1px #b2b2b2;
    background-color: #ececec;
    text-align: left;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

#log_box_header {
    height: 18px;
    _height: 23px;
    background-image: url('grafika/box_small_header.png');
    color: #ffffff;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    text-align: left;
    font-size: 11px;
}

.login_text {
    width: 135px;
    border: solid 1px #999999;
}

#log_submit {
    height: 22px;
    background-image: url('grafika/log_button.png');
    width: 176px;
    margin-left: 5px;
    text-align: center;
    color: #ffffff;
    border: 0px;
    margin-bottom: 4px;
    font-size: 10px;
}

#right_box {
    border: solid 1px #b2b2b2;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 8px;
    margin-bottom: 15px;
    margin-top: 10px;
}

fieldset {
    border: solid 1px #b2b2b2;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 8px;
    margin-bottom: 15px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

legend {
    margin-left: 13px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
}

.right_book_link {
    color: #aa0000;
    font-size: 13px;
    text-decoration: none;
}
.right_author_link {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

.right_left_text {
    margin-left: 15px;
    margin-right: 10px;
    text-align: left;
}

.right_other_books {
    color: #aa0000;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.right_book {
    margin-bottom: 5px;
}

.right_other_books:hover {
    color: #aa0000;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}

#right_menu_text {
    padding: 5px;
}

#right_menu_text ul {
    padding-left: 10px;
    margin-left: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

/* index items  ------------------------------ */
#news_box {
    width: 510px;
    float: left;
    margin-bottom: 12px;
}

#news_box_header {
    width: 500px;
    height: 30px;
    _width: 510px;
    _height: 42px;
    padding-left: 10px;
    padding-top: 12px;
    background-image: url('grafika/box_big_header.png');
    color: #ffffff;
    font-size: 17px;
}

#news_box_content {
    width: 488px;
    height: 170px;
    _width: 510px;
    _height: 190px;
    padding: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
}

#news_show_all {
    position: absolute;
    margin-top: 160px;
    margin-left: 330px;
}

.news_img {
    margin-left: 10px;
    float: right;
    border: solid 3px #333333; 
}

#tips_box {
    width: 226px;
    float: left;
    margin-left: 10px;
    margin-bottom: 12px;
}

#tips_box_header {
    width: 226px;
    height: 30px;
    _width: 226px;
    _height: 42px;
    padding-left: 10px;
    padding-top: 12px;
    background-image: url('grafika/box_big_header.png');
    color: #ffffff;
    font-size: 17px;
}

#tips_box_content {
    width: 214px;
    height: 170px;
    _width: 226px;
    _height: 190px;
    padding: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
}

#tips_box_content ul{
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 0px;
}

#tips_box_content li{
    margin-bottom: 10px;
}

.new_books_box {
    width: 240px;
    _width: 237px;
    float: left;
    margin-right: 17px;
    margin-bottom: 15px;
}

.new_books_box_right {
    width: 240px;
    _width: 237px;
    float: left;
    margin-bottom: 15px;
}

.new_books_header {
    width: 202px;
    height: 21px;
    _width: 237px;
    _height: 27px;
    padding-left: 40px;
    padding-top: 6px;
    background-image: url('grafika/box_book_header.png');
    color: #ffffff;
    font-size: 11px;
}

.new_books_content {
    width: 220px;
    height: 110px;
    _width: 237px;
    _height: 110px;
    padding: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
}

.new_books_content ul{
    padding-left: 15px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#anket_box {
    width: 240px;
    _width: 230px;
    _margin-right: 5px;
    float: right;
}

#anket_header {
    width: 202px;
    height: 21px;
    _width: 230px;
    _height: 27px;
    padding-left: 40px;
    padding-top: 6px;
    background-image: url('grafika/box_anket_header.png');
    color: #ffffff;
    font-size: 11px;
}

#anket_content {
    width: 220px;
    _width: 230px;
    padding: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
}

.anket_item_name {
    color: #ab0000;
    font-weight: bold;
    text-decoration: none;
}

.anket_item_img {
    width: 180px;
}

.anket_item_percent {
    color: #444444;
    width: 30px;
}

#stats_box {
    width: 497px;
    float: left;
}

#stats_header {
    width: 489px;
    height: 21px;
    _width: 499px;
    _height: 27px;
    padding-left: 10px;
    padding-top: 6px;
    background-image: url('grafika/box_header.png');
    color: #ffffff;
    font-size: 11px;
}

#stats_content {
    width: 477px;
    _width: 499px;
    padding: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
}


/* book detail -----------------------------*/

#book_img {
    border: solid 3px #333333; 
}

#book_text_right {
    float: right;
    margin-top: 10px;
    margin-right: 0px;
    width: 290px;
}

#book_rating_text {
    font-size: 24px;
}

#rating_area {
    height: 90px;
}

#rating_area td{
    padding-left: 0px;
}

#add_readed {
    width: 136px;
    height: 24px;
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    background-image: url('grafika/readed_button.png');
    border: 0px;
}

#add_favourites {
    width: 136px;
    height: 24px;
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    background-image: url('grafika/favourites_button.png');
    border: 0px;
}

#add_queue {
    width: 136px;
    height: 24px;
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    background-image: url('grafika/queue_button.png');
    border: 0px;
}

/* comments --------------------------------*/
#new_comment_header {
    width: 745px;
    height: 21px;
    _width: 755px;
    _height: 27px;
    padding-left: 10px;
    padding-top: 6px;
    background-image: url('grafika/box_header.png');
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
}

#new_comment_textarea {
    width: 730px;
    height: 100px;
    border: solid 1px #bbbbbb;
}

.comment_header {
    width: 745px;
    height: 19px;
    _width: 755px;
    _height: 25px;
    padding-left: 10px;
    padding-top: 6px;
    background-image: url('grafika/comment_header.png');
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
}

.comment_header a {
    color: #ffffff;
    font-size: 12px;
}

.comment_rating {
    float: right;
    margin-right: 10px;
    margin-top: -2px;
    padding-top: 0px;
}

.comment_box_content {
    width: 733px;
    _width: 755px;
    padding: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    text-align: left;
}

/* user info -------------------------------*/
.user_stats {
    float: right;
    margin-top: 0px;
}

#user_readed {
    width: 131px;
    height: 18px;
    _height: 24px;
    _width: 136px;
    text-align: left;
    padding-left: 5px;
    padding-top: 6px;
    color: #ffffff;
    font-size: 10px;
    background-image: url('grafika/readed_button.png');
    border: 0px;
}

#user_favourites {
    width: 131px;
    height: 18px;
    _height: 24px;
    _width: 136px;
    text-align: left;
    padding-left: 5px;
    padding-top: 6px;
    color: #ffffff;
    font-size: 10px;
    background-image: url('grafika/favourites_button.png');
    border: 0px;
}

#user_comments {
    width: 131px;
    height: 18px;
    _height: 24px;
    _width: 136px;
    text-align: left;
    padding-left: 5px;
    padding-top: 6px;
    color: #ffffff;
    font-size: 10px;
    background-image: url('grafika/commented_button.png');
    border: 0px;
}

#user_readed_header {
    padding-left: 50px;
    background-image: url('grafika/user_readed_header.png');
    background-repeat: no-repeat;
    height: 20px;
    _height: 23px;
    padding-top: 3px;
}

#user_favourites_header {
    padding-left: 50px;
    background-image: url('grafika/user_favourites_header.png');
    background-repeat: no-repeat;
    height: 20px;
    _height: 25px;
    padding-top: 5px;
}

#user_authors_header {
    padding-left: 50px;
    background-image: url('grafika/user_authors_header.png');
    background-repeat: no-repeat;
    height: 25px;
    _height: 33px;
    padding-top: 8px;
}

.book_cell {
    width: 131px;
    height: 180px;
    _height: 188px;
    padding-top: 8px;
    border: solid 1px #bbbbbb;
    text-align: center;
    vertical-align: top;
}

.user_book_link {
    color: #aa0000;
    font-size: 11px;
    text-decoration: none;
}
.user_author_link {
    color: #000000;
    font-size: 10px;
    text-decoration: none;
}

.book_cell_delete {
    width: 131px;
    height: 210px;
    _height: 218px;
    padding-top: 8px;
    border: solid 1px #bbbbbb;
    text-align: center;
    vertical-align: top;
}

.book_cell_move {
    width: 131px;
    height: 232px;
    _height: 240px;
    padding-top: 8px;
    border: solid 1px #bbbbbb;
    text-align: center;
    vertical-align: top;
}

.book_cell_delete_in {
    width: 131px;
    height: 176px;
    _height: 184px;
    text-align: center;
    vertical-align: top;
}

.book_delete {
    width: 100px;
    height: 20px;
    background-image: url('grafika/delete_submit.png');
    color: #ffffff;
    font-size: 11px;
    border: 0px;
}


/* books -----------------------------------*/
#alphabet {
    font-size: 15px;
    text-align: center;
}

.books_table {
    margin: auto;
    text-align: center;
    border-top: solid 1px #bbbbbb;    
    border-right: solid 1px #bbbbbb;    
    width: 650px;
}

.books_table td {
    border-bottom: solid 1px #bbbbbb;    
    border-left: solid 1px #bbbbbb;    
    text-align: left;
}

.books_table_header {
    background-image: url('grafika/comment_header.png');
    color: #ffffff;
    text-align: center;
    padding: 3px;
    border: 0px;
}

.books_table_header_width {
    background-image: url('grafika/comment_header.png');
    color: #ffffff;
    text-align: center;
    padding: 3px;
    border: 0px;
    width: 100px;
}

.books_table_header a, .books_table_header_width a {
    color: #ffffff;
}

#zebricek {
    font-size: 13px;
    text-align: center;
}

/* forum -----------------------------------*/
.forum_topic {
    border-left: solid 1px #b2b2b2;
    border-top: solid 1px #b2b2b2;
    width: 732px;
}

.forum_user {
    border-right: solid 1px #b2b2b2;
    border-bottom: solid 1px #b2b2b2;
    padding: 4px;
    text-align: center;
    width: 110px;
    vertical-align: top;
}

.forum_post {
    border-right: solid 1px #b2b2b2;
    border-bottom: solid 1px #b2b2b2;
    padding: 4px;
    vertical-align: top;
}

.forum_post hr {
    height: 1px;
    border-top: 1px;
}


/* forms -----------------------------------*/
.text {
    width: 150px;
    border: solid 1px #bbbbbb;
} 

.add_text {
    width: 250px;
    border: solid 1px #bbbbbb;
} 

.add_text_short {
    width: 150px;
    border: solid 1px #bbbbbb;
} 

.add_textarea {
    width: 550px;
    height: 150px;
    border: solid 1px #bbbbbb;
} 

#first_comment_textarea {
    width: 550px;
    height: 70px;
    border: solid 1px #bbbbbb;
} 

.big_submit {
    float: right;
    width: 145px;
    height: 26px;
    background-image: url('grafika/comment_submit.png');
    color: #ffffff;
    font-size: 11px;
    border: 0px;
    margin-top: 8px;
}

.big_submit_normal {
    width: 145px;
    height: 26px;
    background-image: url('grafika/comment_submit.png');
    color: #ffffff;
    font-size: 11px;
    border: 0px;
    margin-top: 8px;
}


/* ranks of books --------------------------*/
.rank_1 {
    list-style-image: url('grafika/rank_1.png');
    margin-bottom: 3px;
}

.rank_2 {
    list-style-image: url('grafika/rank_2.png');
    margin-bottom: 3px;
}

.rank_3 {
    list-style-image: url('grafika/rank_3.png');
    margin-bottom: 3px;
}

.li_link {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.li_link:hover {
    font-weight: normal;
    color: #ff0000;
    text-decoration: underline;
}


/* insertions  --------------------------------*/
.insertion_preview {
    margin: auto;
    text-align: center;
    border-top: solid 1px #bbbbbb;    
    border-right: solid 1px #bbbbbb;    
    width: 650px;
    margin-bottom: 20px;
}

.insertion_preview td {
    border-bottom: solid 1px #bbbbbb;    
    border-left: solid 1px #bbbbbb;    
    text-align: left;
    padding-left: 4px;
}

.insertion_preview_book {
    width: 200px;    
}

.insertion_preview_img {
    width: 80px;    
    text-align: center !important;
    padding-left: 0px !important;
}

.insertion_preview_author {
    width: 200px;    
}

.insertion_preview_user {
    width: 150px;    
}


/*  actions  ------------------------------- */
.actions_preview {
    margin: auto;
    text-align: center;
    border: solid 1px #bbbbbb;    
    width: 650px;
    margin-bottom: 10px;
}

.actions_preview td {
    text-align: left;
    padding-left: 6px;
    vertical-align: top;
}

.actions_preview img {
    border: solid 3px #333333; 
    margin: 0px !important;
    padding: 0px !important;
}

.actions_img {
    padding: 0px !important;
    margin: 0px !important;
}

.actions_name {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*  footer  ------------------------------- */
#footer {
    clear: both;
    font-size: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#footer a {
    color: #9B0000;
}

/* map -------------------------------------*/
#map li {
    padding-top: 10px;
}

#map ul {
    padding-left: 30px;
}

/* tips -------------------------------------*/
.tip_content {
    vertical-align: top;
    padding-left: 10px;
}

.tip_content h2 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 6px;
    font-size: 15px;
}


/*  general  ------------------------------ */

img {
    border: 0px;
}

a {
    color: #ff0000;
    font-weight: bold;
}

td {
    font-size: 12px;
}

.inline {
    display: inline;
}

.v_top {
    vertical-align: top;
    padding-left: 15px;
    width: 300px;
}

h1 {
    font-size: 16px;
}

h3 {
    text-align: left;
}

.error {
    color: #ff0000;
    padding: 4px;
    font-weight: bold;
}

.cursor {
    cursor: pointer;
}

.tinymce_area {
    width: 500px;
    height: 120px;
}

.clear {
    clear: right;
}

.right {
    text-align: right;
}

.red_text {
    color: #ff0000;
}

.center {
    text-align: center;
}

#edit {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.mail_action {
    float: right;
}

.red {
    color: #ff0000;
}


.code {
    width: 500px;
    height: 70px;
    border: solid 1px #bbbbbb;
}

.index_text {
    float: right;
    width: 235px;
    margin-left: 10px;
    height: 260px;
}

#index_left {
    width: 240px;
}

.h_link {
    font-size: 40px;
    text-align: center;
    text-decoration: underline;
}

.zl_logo {
    float: right;
    margin-left: 10px;
}

.baronet_logo {
    width: 250px;
    float: right;
    margin-left: 10px;
    text-align: center;
}

#baronet_img {
    margin: auto;
    border: 1px;
}

.fb_link {
    color: #3a5b91;
}


/*  zlata knniha  ------------------------------ */
#gb_textarea {
    width: 414px;
    height: 120px;
    border: solid 1px #bbbbbb;
    margin-bottom: 20px;
}

.gb_comment_header {
    width: 724px;
    height: 19px;
    _width: 734px;
    _height: 25px;
    padding-left: 10px;
    padding-top: 6px;
    background-image: url('grafika/comment_header.png');
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
}

.gb_comment_box_content {
    width: 712px;
    _width: 734px;
    padding: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    text-align: left;
}

.gb_partner_logo {
    width: 125px;
}

.gb_big {
    color: #666666;
    font-size: 19px;
    font-weight: bold;
}