
/* paginate */
.k_paginate { margin:5px 0; text-align:center; height: 20px; }
.k_paginate u { text-decoration:none; height: 18px; }

.k_paginate a, .k_paginate b { text-decoration:none; margin:0 2px; padding:0 3px; background-color:#666; color:#fff; background-image: url(../img/pagctr.png); border-color: white silver silver white; border-style: solid; border-width: 1px; }

.k_paginate a:hover
{ background-color:transparent; background-repeat: repeat-x; border-color: gray silver silver gray; border-width: 1px; }

.k_paginate b { background-color:#fff; color:#333; background-image: url(../img/pag.png); background-repeat: repeat-x; background-position: 0 top; }
.k_paginate b:hover { color: #d62b2b; background-image: url(../img/pagac.png); background-repeat: repeat-x; background-position: 0 top; }
/* thumb */

div.k_thumb { background-image: url(../img/sprite.png); background-repeat: no-repeat; background-position: 0 0; text-align:center; width:88px; height:75px; float: inherit; margin: 0; padding: 8px 0 0; }
div.k_thumb_video { background-image: url(../img/sprite.png); background-repeat: no-repeat; background-position: 0 -100px; text-align: center; margin: 0; padding: 8px 0 0 2px; width: 131px; height: 100px; float: left; border: solid 0 gray; }
div.k_thumb_video:hover { background-position: -134px -100px; }
div.k_thumb:hover { background-image: url(../img/sprite.png); background-position: -88px 0; }
/* video thumb */
div.k_thumb_video img { 
    width:110px;
}

/* big photo container */

#k_photo
{ text-align:center; }
#k_photo table 
{ background-image:url(../img/loading.gif); background-repeat:no-repeat; background-position:120px 120px; }
#k_photo table td
{ text-align: center; }
.k_thumb_list
{ width: 100%; float: left; }

.k_thumb_list .k_thumb
{ float: left; margin-top: 10px; }

/* videos container */
#k_video
{ text-align: center; width: 100%; float: left; border: solid 0 blue; }
.k_thumb_video_list
{ float: left; }
.k_thumb_video_list .k_thumb_video
{ float: left; margin-top: 10px; }
/* snippet */

table.k_snippet {
    padding:0;
    margin:5px 0;
    border-collapse:collapse;
    width:280px;
    float:left;    
}
    
table.k_snippet td.k_thumb {
    width:76px;
}

table.k_snippet .k_info { line-height: 14px; padding-right: 5px; }

.k_title { font-weight:bold; font-size:12px; margin-bottom: 4px; }

.k_field b, .k_desc b { font-weight:normal; color:#666; font-size: 11px; }

.k_field u, .k_desc u { color: black; font-size: 11px; text-decoration:none; }

.k_desc u { display:block; }

/* video snippet */
table.k_snippet_video td.k_thumb_video {
    width:122px;
}

table.k_snippet_video .k_info_video {

}

/* icons */

.k_icon {
    position:relative;
    top:2px;
    left:0px;
    width:16px;
    height:16px;
    margin:0px 3px 0px 0px;
}

ul.k_list {
    margin:0px;
    padding:0px;
}

ul.k_list li {
    list-style:none;    
    margin:5px 0px 5px 0px;
    padding:0px 0px 0px 20px;        
    background-image:url(../img/icons/bullet_black.png);
    background-repeat:no-repeat;
}
.votes_big b { font-size: 12px; margin: 0 0 0 5px; }
.me td { background-color: #f6f6f6; background-image: inherit; height: 100%; }
/* place view page */
.k_place_title {
    margin-bottom:10px;
    text-align:center;
    font-weight:bold;
}
.k_pending_approval {
    background-color:yellow;
    padding:10px;
    margin:0 0 10px 0;
    text-align:center;
}
input.gsc-search-button { color: white; }
.td.gsc-input { height: 20px; }

