﻿/*======================================================*/
/* ======= please do NOT edit below this line ==========*/
/*======================================================*/

#wiynBox
{
    padding:0;
    margin:0; 
    position:relative; 
    z-index:200; 
    float:left; 
    text-align:left;
}
    
#wiyn_whatBox
{
    position:relative; 
    float:left;
    margin:5px;
}


#wiyn_whatTitle
{
    position:relative;  
    padding:0;
    margin:0; 
       
}
#wiyn_whatSearchBox
{
    position:relative; 
   
}
#wiyn_whatBottom
{
    position:relative;   
}
        
#wiyn_whereBox
{
    position:relative; 
    float:left;
    margin:5px;
}

#wiyn_whereTitle
{
    position:relative;
}
#wiyn_whereSearchBox
{
    position:relative;   
}

#wiyn_whereBottom
{
    position:relative;
}   
 
#wiyn_whatSearchBox #wiyn_tb_what,#wiyn_whereSearchBox #wiyn_tb_where /*text box properties */
{
    padding:1px 0 0 2px;
    margin:0;
    position:relative;   
}

#wiyn_btnSearch
{
    float:left;
    margin:3px;
    margin-top:16px;
    
}
#wiyn_what_drop /*what drop box properties */
{
    position:absolute;
    width:486px;
    visibility:hidden;
    
}
#wiyn_where_drop /*what drop box properties */
{
    position:absolute;
    width:410px;
    visibility:hidden;
    
}

#wiynBox .wiyn_drop /*general drop box properties */
{
    padding:0;
    margin:0;  
    z-index:300;  
    top:0;
    left:0;
}

.wiyn_dropHeader
{
    position:relative;
    padding:3px;
    margin:0; 
}

.wiyn_headerTitle
{
    position:relative; 
    float:left;
}

.wiyn_headerClose
{
    position:relative; 
    float:right;
}

.wiyn_headerCloseBtn
{
    position:relative; 
    float:left;
    cursor:pointer;
}

#wiyn_what_alpha
{
    position:relative;
    margin:0;
}
.wiyn_what_letters
{
    text-transform:uppercase;
    margin:0;
    float:left;
    padding:2px 0;
    margin:0;
    width:18px;
    height:18px;
    text-align:center;  
    cursor:pointer;  
    font-size:11px;
}

#wiyn_whereLink
{
    position:relative;   
}

.wiyn_content_scroll
{
    position:relative;
    margin:0;
    padding:0;
    overflow:scroll;
    height:300px;
    
}

#wiyn_what_content
{
    position:relative;
    padding:5px 10px 3px 5px;
}

#wiyn_what_content .wiyn_letter_head
{
    position:relative;
    margin:15px 0px 10px 5px; 
    text-transform:uppercase;
    font-size:20px;
}


.wiyn_what_category
{
    position:relative;
    margin:0;
    height:19px;
    cursor:pointer; 
}
#wiyn_where_books
{
     position:relative;
     margin:0;
     padding:20px 0 20px 0;
    
}
.wiyn_where_book_row
{
    position:relative;
    margin:0 0 0 0;
    padding:0;
    
}
.wiyn_where_filter
{
    position:relative;
    float:left;
    width:20px;
    text-align:center;   
}
.wiyn_where_book
{
    position:relative;
    float:left;
    width:360px;
    height:19px;
    cursor:pointer;  
    font-size:14px;
}

#wiyn_where_content
{
    position:relative;
    padding-bottom:30px;
    
}

#wiyn_where_content_left
{
    position:relative;
    float:left;
    padding-left:20px;
    width:170px;
    
}

#wiyn_where_content_right
{
    position:relative;
    float:right;
    padding-right:20px;
    width:170px;
    
}
.wiyn_where_NH
{
    position:relative;
    height:16px;
    cursor:pointer; 
}


.wiyn_Suggestions
{
    position: absolute;   
    padding:0 0 15px 0;
    top:0;
    left:0;
    visibility:hidden; 
    z-index:300;
}

.wiyn_Suggestions div {
    cursor: default;
    padding:0 5px;
    position: relative; 
    text-align:left;
}

.wiyn_Suggestions div.current {
    background-color: #3366cc;
    color: white;
}
div .wiyn_getDivide{
    margin-top:12px;
}
