/*  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;
    font-weight: normal;
}

#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;
    font-weight: normal;
}

#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;
    font-weight: normal;
}


.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;
    font-weight: normal;
}

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


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

#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;
    text-transform: uppercase;
}

.content_box_header h1 a, #news_box_header h1 a {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.content_box_content, #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, #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;
    font-weight: normal;
}

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

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

.right_left_small_text {
    margin-left: 15px;
    margin-right: 10px;
    text-align: left;
    font-size: 11px;
}


.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: 735px;
    height: 260px;
    background-image: url('grafika/box_big_header.png');
    background-repeat: repeat-x;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
}

#news_box h1 {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

#news_box h1 a {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.news_content {
    float: left;
    width: 500px;
}

.news_breaker {
    float: left;
    height: 200px;
    width: 1px;
    border-left: solid 1px #bbbbbb;
    margin: 15px;
}

.news_list {
}

#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, .news_show_all {
    text-align: right;
    position: absolute;
    margin-left: 350px;
    margin-top: 205px;
}

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

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

#mini_news_box {
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    line-height: 18px;
}

#mini_news_box td{
  width: 400px;
}

#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: 180px;
    _width: 226px;
    _height: 190px;
    padding: 10px;
    padding-top: 0px;
    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;
    padding-top: 0px;
}

#tips_box_content li{
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 0px;
}

.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;
}

#new_post_box {
    width: 497px;
    float: left;
    margin-bottom: 15px;
}

#new_post_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_box {
    width: 497px;
    float: left;
}

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

#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;
}

#index_alp {
    float: left;
    text-align: center;
    width: 750px;
}

/* book detail -----------------------------*/
#book_img {
    border: solid 2px #333333; 
}

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

#book_rating_text {
    font-size: 24px;
}

#rating_area {
    height: 70px;
}

#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;
}

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

.social {
    margin-top: 8px;
    margin-bottom: -7px;
    text-align: right;
}

.show_covers {
    color: #ff0000;
    text-decoration: underline;
    cursor: pointer;
}

#book_info {
    margin-bottom: 5px;
}

#book_covers {
    vertical-align: top;
}

#covers {
    display: none;
}

/* notes --------------------------------*/
#note {
    display: none;
    width: 207px;
    height: 213px;
    background-image: url('grafika/note.png');
    position: absolute;
    margin-left: 220px;
    margin-top: -110px;
    text-align: center;
}

#note_text {
    border: solid 1px #e7ebe1;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    margin-top: 15px;
    background-image: url('grafika/note_area.png');
}

#close_note {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}

.notes {
}

.notes td {
    border: solid 1px #b2b2b2;
    border-collapse: collapse;
    text-align: center;
    padding: 4px;
    vertical-align: top;
}

.note_img {
    width: 100px;
}

.note_post {
    width: 550px;
    text-align: left !important;
}

/* 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;
    font-weight: normal;
}

.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;
}

.comment_favourite {
    float: left;
    margin-left: -5px;
}

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

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

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

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

#user_library {
    width: 136px;
    height: 24px;
    text-align: left;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 0px;
    padding-right: 0px;
    color: #ffffff;
    font-size: 10px;
    background-image: url('grafika/library_button.png');
    background-repeat: no-repeat;
    border: 0px;
    vertical-align: top;
}

#user_added {
    width: 136px;
    height: 24px;
    text-align: left;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 0px;
    padding-right: 0px;
    color: #ffffff;
    font-size: 10px;
    background-image: url('grafika/add_button.png');
    background-repeat: no-repeat;
    border: 0px;
    vertical-align: top;
}


#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_max_width {
    background-image: url('grafika/comment_header.png');
    color: #ffffff;
    text-align: center;
    padding: 3px;
    border: 0px;
    width: 300px;
}

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

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

/* forum -----------------------------------*/
.forum_header {
    width: 660px;
    height: 21px;
    padding-left: 10px;
    padding-top: 6px;
    background-image: url('grafika/box_header.png');
    color: #ffffff;
    font-size: 11px;
    margin-left: 30px;
    font-size: 13px;
}

.forum_header a {
    color: #ffffff;
    font-size: 13px;
}

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

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

.forum_table a {
    font-weight: normal;
}

.forum_table_header1 {
    color: #000000;
    text-align: center;
    padding: 3px;
    border: 0px;
}

.forum_table_header2 {
    width: 90px;
    color: #000000;
    text-align: center;
    padding: 3px;
    border: 0px;
}

.forum_table_header3 {
    width: 90px;
    color: #000000;
    text-align: center;
    padding: 3px;
    border: 0px;
}

.forum_table_header4 {
    width: 160px;
    color: #000000;
    text-align: center;
    padding: 3px;
    border: 0px;
}


.forum_right {
    text-align: right;
    width: 700px;
}

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

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

.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;
}

.cite {
    margin-left: 50px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ececec;
}

#adv_box {
    float: left;
    width: 510px;
    margin-right: 30px;
    margin-top: 10px;
    margin-left: 220px;
}

#adv_box h1 {
    font-size: 22px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#adv_partner {
    float: right;
    width: 200px;
    padding-right: 10px;
    border: dashed 1px #ff6600;
    padding: 2px;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-left: 5px;
}

.right_post {
    text-align: right;
}

#forum_show {
    cursor: pointer;
    color: #ff0000;
    text-decoration: underline;
}

#forum_search {
    float: right;
    margin-right: 42px;
    text-align: right;
    width: 400px;
}

#forum_search_area {
    float: right;
    display: none;
}

/* 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;
}
/* mail ----------------------------------- */
#nicks {
    visibility: hidden;
    width: 146px;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    text-align: left;
    padding-left: 4px;
    position: absolute;
    z-index: 200;
    margin-left: 133px;
    margin-top: -16px;
}

.nick_div {
    cursor: pointer;
}

/*  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: middle;
    padding-left: 10px;
    padding-bottom: 10px;
}

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


/*  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;
}

.actuality {
    text-align: left;
}

h1 {
    font-size: 17px;
}

h2 {
    font-size: 16px;
}

h3 {
    text-align: left;
}

.normal_link {
   font-weight: normal;
   text-decoration: none;
}

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

.cursor {
    cursor: pointer;
}

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

.clear {
    clear: right;
}

.clear_left {
    clear: left;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.red_text {
    color: #ff0000;
}

.center {
    text-align: center;
}

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

.right_text {
    float: right;
}

.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;
}

.index_long_text {
    float: right;
    width: 280px;
    margin-left: 10px;
}

.index_left {
    width: 225px;
}

#index_left {
    width: 185px;
    height: 165px;
}

.review_head {
    width: 200px;
    vertical-align: top;
}

.review_rating {
    float: right;
    font-size: 24px;
    margin: 20px;
}

.justify {
    text-align: justify;
}

.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;
}

#big_text, #big_text a {
    font-size: 14px;
}

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

.act {
    margin-bottom: 5px;
}

#right_adv {
    position: fixed;
    margin-left: 191px;
    margin-top: -52px;
    width: 150px;
    height: 300px;
    border: dotted 1px #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    line-height: 30px;
}

#right_adv_1 {
    color: #000000;
}

#right_adv_2 {
    color: #ff0000;
}

#right_adv_3 {
    color: #000000;
}

#right_adv_4 {
    color: #ff0000;
}


/*  zlata kniha  ------------------------------ */
#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;
}


/* slideshow -----------------------------------------------------*/
.slideshow {
    width: 150px;
    height: 204px;
    display: none;
    padding-bottom: 4px;
}

.slideshow_index {
    display: none;
}
