/* 
    Document   : wpseek_toplist
    Created on : Nov 23, 2011, 9:41:05 PM
    Author     : Hitankar Ray
    Description:
        Customize the toplist
*/

root { 
    display: block;
}

.clearfix:before, .clearfix:after, nav[role=navigation] .menu ul:before, nav[role=navigation] .menu ul:after { content: ""; display: table; }
.clearfix:after, nav[role=navigation] .menu ul:after { clear: both; }
.clearfix, nav[role=navigation] .menu ul { zoom: 1; }


/* Template Area */
/*
table.toplist {
    border: solid 1px #ccc;
    width: 100%;
}

table.toplist tr {
    text-align: center;
}

table.toplist td {
    padding: 1em;
}

table.toplist td:first-child {
    font-weight: bold;
    text-align: left;
    
}*/

.sortable li {
    display: block;
    float: left;
    margin-right: 0.5em;
    padding: 0.5em 1em;
    cursor: move;
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, 3) 1px 1px 1px;
    -moz-text-shadow: rgba(255, 255, 255, 3) 1px 1px 1px;
    -webkit-text-shadow: rgba(255, 255, 255, 3) 1px 1px 1px;
    
}

.ui-state-highlight {
    border-style: dashed !important;
    border-width: 5px !important;
    min-height: 8px !important;
}

#all_merchants li {
    padding: 0.5em 0.9em;
}

#message {
    margin: 5px 0 15px;
}


.button-secondary, .button-primary{
    margin-right: 1em !important;
}