/* ------------------ Basic Typography -------------------------------- */

        body {
            font-family: Arial, Tahoma;
            line-height: 1.3em;
            background: #d9ecf1 url(/images/body_bg.png) repeat-x;
            font-size: 12px;
            color: #333;
        }

    /* -- */
    
        a {
            color: #1268B8;
            border: none;
        }
        
        a:hover {
            border-bottom: 1px solid #6599CC;
        }
        
        a.sub_link {
            color: #6599CC;
        }
        
        a.sub_link:hover {
            border-bottom: 1px solid #cadced;
        }
        
        a.no_border:hover {
            border: none;
        }
        
        strong {
            font-weight: bold;
        }
        
        em {
            font-style: italic;
        }
        
        hr {
            border: none;
            height: 1px;
            overflow: hidden;
            background: #eee;
            margin-bottom:24px;
        }
        
        .button_normal {
            font-size: 11px;
            color: #fff;
            background: #8C8C8C;
            padding: 1px 6px 0 6px;
            margin: 2px 0;
            display: inline-block;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

        .button_normal:hover {        
            border: 0;
            background: #666;
        }
        
        .tags {
            display: inline;
        }
        
        .faded {
            color: #ccc;
        }

        

    /* -- */

        h1 { 
            font-size: 28px; 
            font-weight: bold;
            color: #0d0d0d;            
        }
    
        h2 { 
            font-size: 21px; 
            color: #0d0d0d;
            font-weight: bold;
        }
        
        h2.alt {
            border-bottom:5px solid #F2F2F2;
            color:#333;
            font-size:21px;
            margin-bottom:15px;            
            padding-bottom: 4px;
        }        

        h3 { 
            font-size: 16px; 
            color: #0d0d0d;
            font-weight: bold;            
        }
        
        h3.alt {
            border-bottom:5px solid #F2F2F2;
            color:#666;
            font-size:15px;
            margin-bottom:15px;            
            padding-bottom: 4px;
        }

        h4 { 
            font-size: 14px; 
        }

     /* -- */

        p, li, blockquote, pre, code {
            font-size: 12px;
            line-height: 1.5em;
            color: #333;
        }
        
        p.bigger {
            font-size: 14px;
            margin-bottom: 24px;
        }

        h1,h2,h3,h4 {
            line-height: 1.3em;
        }
        
        h1, h2, h3, h4, p, form, blockquote, ul, ol, table {
            margin-bottom: 12px;
        }
        
     /* -- */
     
        ul, ol {
            margin-left: 10px;
        }
        
        ul li {
            list-style: disc;
        }
        
        ol li {
            list-style: decimal;
        }

/* ------------------ Basic Positioning & Layout ---------------------- */

        body {
            text-align: center;
        }

        #container {
            /*width: 872px;*/
            width: 872px;
            margin: 0 auto;
            text-align: left;
        }
        
    /* -- */
        
        #content {
    
        }

        #inner-wrapper {
            clear: both;
            overflow: hidden;
            padding: 0 0 0px 0;     
            margin-bottom: 14px; 
            background: #fff;
            border: 1px solid #B6D8DD;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }

        #main-column {
            width: 534px;
            margin-top: 24px;
            padding-left: 28px;
            float: left;
        }
    
        #side-column {
            width: 248px;
            float: right;
            margin-top: 24px;
            padding-right: 28px;            
        }

        #footer {
            clear: both; 
            overflow: hidden;
            height: 80px;
            padding: 0;
            margin: 0;            
        }

/* ---- Alpha Box ----- */

        .alpha-box {
            border: 1px solid #EBEBEB;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            margin-bottom: 21px;
        }

        #main-column .alpha-box .box_header {
            background: #F7F7F7;
            padding: 7px 10px 5px 14px;
            border-bottom: 1px solid #E6E6E6;
            margin-bottom: 10px;
            overflow: hidden;
            width: 508px;
        }
        
        #main-column .alpha-box .box_header h3 {
            font-size: 14.5px;
            color: #222;      
            margin-bottom: 0;
            float: left;
            display: block;
        }
        
        #main-column .alpha-box .box_header span {
            float: right;
            padding-top: 2px;
            font-size: 11px;
        }        

        #main-column .alpha-box .with_subnav {        
            margin-bottom: 0;
        }

        #main-column .alpha-box p {
            margin-left: 14px;
            margin-right: 10px;
        }

        #main-column .alpha-box ul,
        #main-column .alpha-box ol {
            margin-left: 42px;
            margin-right: 10px;
        }        

        #main-column .alpha-box p.bottom_link {
            margin: 0 14px 6px 0;
            text-align:right;
            font-size: 11px;
        }

    /* ---- */

        #main-column .alpha-box .list_item {
            border-bottom: 1px solid #f2f2f2;
            margin: 0 14px 7px 14px;
            padding-bottom: 1px;
            padding-top: 2px;
            overflow: hidden;
            clear: both;
        }

        #main-column .alpha-box .list_item p {
            margin-bottom: 3px;
            margin-left: 0;
            margin-right: 0;
        }

        #main-column .alpha-box .list_item ul {
            overflow: hidden;
            /*width: auto;*/
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 8px;
        }        

        #main-column .alpha-box .list_item li {        
            list-style: none;
            font-size: 11px;
            color: #808080;
            padding: 1px 0;
        }    

    /* -- */

        #main-column .alpha-box .list_item .left_col {
            width: 350px;
            float: left;
        }
        
            #main-column .alpha-box .document_preview .left_col,
            #main-column .alpha-box .document_preview .right_col {
                width: auto;
            }
            
            #main-column .alpha-box .document_preview {
                padding-top: 7px;
            }

        #main-column .alpha-box .list_item .right_col {        
            float: right;
            width: 150px;
        }

        #main-column .alpha-box .list_item .right_col p,
        #main-column .alpha-box .list_item .right_col li {
            color: #808080;
            text-align: right;
        }

    /* -- */

        #main-column .alpha-box ul.nav {
            margin-left: 0;
            clear: both;
            margin-right: 0;
            overflow: hidden;
            background: #FDFDFD url(/images/secondary_nav_bg.png) repeat-x;
            height: 38px;
        }

        #main-column .alpha-box ul.nav li {
            list-style: none;
            float: left;
            margin-left: 15px;
            margin-right: 7px;
        }

        #main-column .alpha-box ul.nav li a {
            color: #808080;
            float: left;
            height: 38px;
            display: block;
            padding-top: 6px;            
        }

            #main-column .alpha-box ul.nav li a.current {      
                font-weight: bold;
                color: #666;
                background: url(/images/secondary_nav_active.png) no-repeat top center;
            }

            #main-column .alpha-box ul.nav li a:hover {      
                color: #222;
                background: url(/images/secondary_nav_active.png) no-repeat top center;
            }

/* ---- */


        .document_summary {
            overflow: hidden;
            margin-bottom: 24px;
        }

        .document_summary div.left-col {
            width: 90px;
        }

            .document_summary .left-col ul {
                margin-left: 0;    
            }

            .document_summary .left-col ul li {
                list-style: none;
                text-align: center;
            }

            li.document_download {
                padding-top: 3px;
            }
    
            li.document_download a:hover {
                border: 0;
            }
    
            li.document_format {
                font-size: 10px;
                color: #808080;
            }
            
            ul.ajaxful-rating {
                float: left;
            }
            
            span.total-rating {
                line-height: 28px;
                padding-left: 6px;
            }
            
            .document_summary span.total-rating {
                display: none;                
            }
            

        .document_summary div.right-col {
            width: 430px;
        }

        .document_summary .right-col h2 {
            margin-bottom: 4px;
            font-size: 16px;
        }

        .document_summary .right-col p.document_authors {
            margin-bottom: 10px;
        }

        .document_summary .right-col p.document_abstract {
            margin-bottom: 8px;
        }

        .document_summary .right-col ul {
            margin-left: 0;
        }

        .document_summary .right-col ul li {
            list-style: none;
            color: #808080;
        }

        .document_summary .right-col ul li span.rating_score_4 {
            width: 80px;
            height: 0;
            padding-top: 16px;
            overflow: hidden;
            display: block;
            float: left;
            margin-right: 6px;
            background: url(/images/rating_placeholder.png) top left no-repeat;
        }

    /* -- */
    
        .document_sub_summary {
            margin-bottom: 24px;
            clear: both;
        }
    
        .document_sub_summary h3 {
            border-bottom:5px solid #F2F2F2;
            color:#666;
            font-size:15px;
            margin-bottom:15px;            
            padding-bottom: 4px;
        }
        
        .document_sub_summary ul {
            margin-left: 0;
        }
        
        .document_sub_summary ul li {
            list-style: none;
            overflow: hidden;
            padding: 3px 0;
            clear: both;
        }

        .document_sub_summary ul li .left-col {
            float: left;
            width: 100px;
            color: #808080;
        }

        .document_sub_summary ul li .right-col {
            float: right;
            width: 420px;
        }

    /* -- */
    
        .document_comments h4 {
            font-size: 15px;
            color: #666;
            margin-bottom: 5px;
            border-bottom: 3px solid #f2f2f2;
            font-weight: bold;
        }

/* ------------ full_width_feature ------------------- */

.full_width_feature {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 15px 12px 15px 18px;  
    background: #f7f6f0;
    border: 1px solid #e7e7e7;
    margin-left: 28px;
    margin-right: 28px;
    margin-top: 24px;
    margin-bottom: 0px;    
    overflow: hidden;      
}

.full_width_feature h2 {
    font-size: 20px;
    color: #1B1B1B;
    line-height: 28px;
    margin-bottom: 8px;
}

.blue_ui {
    border: 1px solid #e4f0f7;
    background: #f0f6f8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
    padding: 10px 15px 0 15px;
}

.blue_ui h3 {
    color: #444;
    font-size: 16px;
    margin-bottom: 4px;
}

.beige_box {
    background: #FFF;
    border: 1px solid #F4F0DC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px 15px 0 15px;    
}

.beige_box h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}

.beige_box ul {
    margin-left: 0;
}

.beige_box li {
    list-style: none;
}

.beige_box a span {
    color: #79A9D0;
}

ul.feature_list {
    margin-left: 0;
    margin-bottom: 0;
    border-top: 1px solid #f0eed8;    
    float: left;
    width: 270px;
}

    ul.feature_list li {
        color: #525250;
        font-size: 13px;
        list-style: none;
        padding: 4px 0 4px 30px;
        border-bottom: 1px solid #f0eed8;
    }
    
    ul.feature_list li.share {
        background: url(/images/icon_document.png) center left no-repeat;
    }

    ul.feature_list li.follow {
        background: url(/images/icon_bookmark.png) center left no-repeat;
    }
    
    ul.feature_list li.interact {
        background: url(/images/icon_comment.png) center left no-repeat;
    }
    
    ul.feature_list li.access {
        background: url(/images/icon_news.png) center left no-repeat;
    }        

.calls_to_action {
    float: right;
    display: block;
    width: 210x;
    padding: 15px;
    background: #F5F3DA;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;    
}

    .calls_to_action p a {
        width: 207px;
        height: 0;
        padding-top: 43px;
        display: block;
        background: url(/images/call_to_action_buttons.png) top left no-repeat;
        overflow: hidden;
    }

    .calls_to_action p.create_account a {
        background-position: 0 0; }

        .calls_to_action p.create_account a:hover {
            background-position: 0 -43px;
            border: none; }

    .calls_to_action p.sign_in a {
        background-position: 0 -86px; }

        .calls_to_action p.sign_in a:hover {
            background-position: 0 -129px;
            border: none; }

/* -- */

div.flash {
    background: #FFFBF0;
    border: 1px solid #F4F0DC;
    margin-bottom: 6px;
    padding: 6px 10px;
    margin: 24px 28px 0 28px;
    clear:both;
}

div.flash p {
    margin: 0;
}

/* -- */

.dull_button {
    color: #ddd;
    margin-left: 4px;
}

.dull_button a {
    font-size: 11px;
    color: #7da9d1;
}

/* -- */

.forum_wrapper {
    margin-left: 0;
}

.forum_wrapper li {
    list-style: none;   
}

ul.forum_wrapper li ul li {
}

.forum_wrapper .body p {
    margin-bottom: 12px;
}

/* -- */

.nested_wrapper {
    margin: 10px 0;
    border: 1px solid #DDD;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;    
}

.nested_wrapper .header {
    background: #F7F7F7;
    padding: 7px 10px 5px 10px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    overflow: hidden;    
    line-height: 24px;
}

    .nested_wrapper .header .primary {
        font-weight: bold;margin-bottom: 0px; float: left;        
    }
    
    .nested_wrapper .header .secondary {    
        font-size: 12px; color: #808080    
    }

    .nested_wrapper .header .right {
        float: right;    
        display: block;
        line-height: 24px;
        font-size: 11px; color: #808080        
    }
    
        .nested_wrapper .header .right a {    
            color: #6599CC;
        }
    
    .nested_wrapper .header .image img {
        vertical-align: middle;        
    }

    .nested_wrapper .header .author a {
        color: #666;
        font-weight: bold;
    }

.nested_wrapper .body {
    padding: 0 10px 0px 10px;
    line-height: 1.4em;
}

.nested_wrapper .bottom_links {
    padding: 5px 10px 5px 10px;
    font-size: 11px;
}
.nested_wrapper ul {
    margin: 10px 10px 10px 10px;
}

/* -- */

.comment {
    margin: 10px 0;
    border: 1px solid #DDD;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;    
}

.comment .header {
    background: #F7F7F7;
    padding: 7px 10px 5px 10px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    overflow: hidden;    
    line-height: 24px;
}

    .comment .header .avatar {
        float: right;    
        display: block;
        line-height: 24px;
    }
    
    .comment .header .avatar img {
        vertical-align: middle;        
    }

    .comment .header .poster a {
        color: #666;
        font-weight: bold;
    }

.comment .body {
    padding: 0 10px 10px 10px;
    line-height: 1.4em;
}

.comment .comment_buttons {
    padding: 5px 10px 5px 10px;
    font-size: 11px;
}
.comment .comment {
    margin: 10px 10px 10px 10px;
}

.comment .footer .nested_reply {
    margin: 10px;
}

/* -- */
    
div.attachment {
  border: 1px solid #ddd;	
}
div.attachment div.left {
	float: left;
}
div.attachment div.right {
	float: right;
}
ul.post {
    margin-left: 0px;
}
ul.post li{
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}

ul.sub_forum {
    margin-left: 0;
}

ul.sub_forum li {
    list-style: none;
}
	ul.forum .sub_forum li {
	  list-style: none;
      margin-left: 15px;
      margin-top: 5px; 
      border: 1px solid #ddd;
	} 
	div.attachment a.right, .delete_button, ul.forum .delete_button, .edit_button, ul.post .delete_button, .edit_button, ul.sub_forum .delete_button, .edit_button{
		float: right;
		background: #BBB;
		font-size: 11px;
		color: #fff;
		margin-left: 5px;
		padding: 0 5px;
	}
	a.edit_button:hover,
	a.delete_button:hover {
	    border: none;
	    background: #777;
	}

/* -- */
	
.breadcrumbs {
  border-bottom: 3px solid #f2f2f2;
  margin-bottom: 12px;}
.breadcrumbs ul {
  clear: both;
  margin-left: 0;    
  margin-bottom: 2px;
  overflow: hidden;
  }  
  .breadcrumbs li {
  	list-style: none;
    float: left;
    padding-right: 12px;
    padding-left: 3px;
    font-size: 11px;    
    background: url(/images/breadcrumb_arrow.gif) no-repeat center right; }
    .breadcrumbs li.current {
      background: transparent; }
      .breadcrumbs li.current a {
          color: #666;
          font-size: 15px;
          font-weight: bold; }

ul.post li.list_item div.right {
	float: right;	
}

/* ----------- Pagination --------------- */

.pagination {
    padding:5px 15px 8px;
}

.pagination .disabled {
    color: #666;
}

.pagination .current {
    font-weight: bold;
}

.pagination a,
.pagination .gap,
.pagination .current {
    padding: 0 2px;
}

.pagination .prev_page {
    padding: 0 2px 0 0;
}

.pagination .next_page {
    padding: 0 0 0 2px;
}

/* -- */

    .search_results .list_item {
        padding-left: 50px;
    }

/* ------- Document Icons ---------- */

    #main-column .alpha-box .paper_preview {
        padding-left: 50px;
        background: url(/images/document_paper.png) 0 7px no-repeat;    
    }

    #side_column .paper_preview {
        padding-left: 0px;
        background: none;
    }

/* --- Spinner --- */

    .spinner_container {
    /*  display: inline;*/
    /*  float: right;*/
    	position: relative;
    }
    img.spinner {
    	position: absolute;
    	top: 40%;
    	left: 40%;
    }

    #illumina_spinner, #news_feed_spinner{
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: 100%;
    	width: 100%;
    	background-color: #fff;
    	-moz-opacity: 0.8;
    	opacity: 0.8;
    	filter: alpha(opacity=80);
    	z-index: 9000;
    }

    #illumina_spinner h2, #news_feed_spinner h2 {
    	font-size: 20px;
    	position: absolute;
    	top: 10%;
    	left: 30%;
    }

    .illumina_results {
        margin-bottom: 10px;
    }
    div#search_box {
    	margin-left: 14px;
    	margin-bottom: 21px;
    }

/* ---- Partners ---- */

    .partners a:hover {
        border: none;
    }

/* -- A to Z Listing -- */

    p.abc_filter {
        background: #F9F9F9; 
        border: 1px solid #EFEFEF; 
        -moz-border-radius: 8px; 
        -webkit-border-radius: 8px;
        padding: 5px 10px 3px 10px; 
        color: #888;    
        margin-top: 20px;
    }

/* -- full_width_nav -- */

    .full_width_nav {
        background: #F0F5F7;
        border: 1px solid #E1ECF2;
        margin: 21px 28px 0 28px;
        padding: 7px 10px 5px 10px;
        -moz-border-radius: 4px; 
        -webkit-border-radius: 4px;        
    }

    .full_width_nav p {
        margin-bottom: 0;
    }
    
/* ------- Search Listings ------- */

.search_listings h3 {
    font-size: 14px;
    margin-left: 15px;
}

#main-column .alpha-box .search_listings ul {
    margin-left: 15px;
}

.search_listings ul li {
    list-style: none;
    border-top: 1px solid #f3f3f3;
    padding: 2px 0;
}

/* ---- Ajaxful Ratings ----- */

    .document_sub_summary .right-col p,
    .document_summary .right-col p {
        color: #444;
        margin-bottom: 7px;
    }

    .document_sub_summary .right-col .document_ratings,
    .document_summary .right-col .document_ratings {
        border-top: 1px solid #f1f1f1;
        padding-top: 5px;
    }

    .document_sub_summary ul li.list_ratings li,
    .document_sub_summary .right-col .document_ratings li div li,
    .document_summary .right-col .document_ratings li div li {
        float: left;
        font-size: 11px;
        color: #AAA;
        /*line-height: 19px;*/
    }

    .document_sub_summary ul li.list_ratings li.total-votes,
    .document_sub_summary .right-col .document_ratings li div li.total-votes,
    .document_summary .right-col .document_ratings li div li.total-votes {
        padding-left: 7px;
    }

    #main-column .alpha-box .list_item .ajaxful-rating li,
    .document_sub_summary .right-col .document_ratings .ajaxful-rating li,
    .document_sub_summary ul li.list_ratings li {
        padding: 0;
    }
    
    .document_ratings ul {
        float: left;
    }
    
    .list_ratings ul {
        float: left;
        margin-bottom: 0;
    }

/* -- */

    #main-column .alpha-box .list_item .preview_ratings {
    }

    #main-column .alpha-box .list_item .preview_ratings div li {
        font-size: 11px;
        color: #AAA;
        line-height: 19px;
        float: left;
    }

    #main-column .alpha-box .list_item .preview_ratings div li.total-votes {
        padding-left: 5px;
    }
    
    #main-column .alpha-box .list_item ul.preview_ratings {
        margin-bottom: 0px;
    }
    
    div.preview_ratings ul {
        float: left;
    }
    
    ul.preview_ratings ul {
        float: left;
    }
    
/* ------ Forums, Proper ----- */

#main-column .alpha-box ul.forum_listings {
    margin-left: 15px;
    border-top: 1px solid #f1f1f1;    
}

#main-column .alpha-box ul.forum_listings li {
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 3px 0;
}

#main-column .alpha-box ul.forum_listings li a.primary_link {
    font-weight: bold;
}

/* -- */

ul.paper_rating li.list_ratings ul,
ul.paper_rating li.list_ratings ul li,
ul.paper_rating li.list_ratings li {
    float: left;
    display:inline;
    list-style-type: none;
    color: #999;
}

/* MGA Search Header Spacing Fix */

body #side-column .sidebox h3.mga_header {
    padding-top: 7px; padding-bottom: 8px;
}

/* -- Terms -- */

p.terms_sub_paragraph {
    font-weight: bold;
    margin-bottom: 8px;
}

ol.terms_alpha_list {
    margin-left: 24px;
}

ol.terms_alpha_list li {
    list-style: lower-alpha;
}

ol.terms_ordered_list {
    margin-left: 24px;
}

/* Sub-Navigation Tabs (blog and forum sections, etc) */

    ul.subnav_tabs {
        line-height: 36px; 
        overflow: hidden; 
        background: url(/images/subnav_tabs_bg.png) no-repeat; 
        width: 815px; 
        height: 35px; 
        margin: 20px auto 0; }

    ul.subnav_tabs li {
        display: block;
        float: left;
        background: url(/images/subnav_div.png) no-repeat right center;    
        list-style: none; }

    ul.subnav_tabs li a {
        background:url(/images/subnav_bulb_passive.png) no-repeat 7px 12px;
        color: #5c5c5c;
        font-size: 13px;
        padding: 0 16px 0 29px;
        height: 35px;
        line-height: 36px;
        display: block; }

    ul.subnav_tabs li.first a {
        background-position: 12px 12px;    
        padding: 0 16px 0 34px; }

    ul.subnav_tabs li a.current {
        background-image:url(/images/subnav_bulb_active.png);
        color: #1e1e1e;     
        font-weight: bold; }

    ul.subnav_tabs li a:hover {
        color: #1e1e1e;
        background-image:url(/images/subnav_bulb_active.png); }

/* "Featured" Item Styling */

span.featured_item {
    display: inline-block; 
    line-height: 1.5em;
    color: #333; 
    padding: 0 4px;
    font-size: 11px; 
    text-align: center; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    background: #ffe451;
/*  height: 19px; 
    line-height: 19px;
    padding: 0 8px 0 18px;
    background: url(http://img.skitch.com/20091116-dj32updw7p4sudfy89d1teesq7.png) repeat-x; */
}

span.feature_set_box a {
    color: #333;
    background: url(http://img.skitch.com/20091116-x9dhh9dadn8cfy8it5hq1wh89a.png) right center; 
    height: 17px; 
    font-size: 11px;
    display: inline-block; 
    padding-right: 20px; 
    padding-left: 8px;    
    margin-top: 4px;
}

span.feature_set_box a:hover {
    border: none;
}
    
/* --- Notifications Table --- */


#notification_preferences_table th {
    font-weight: bold;
}

#notification_preferences_table th.primary_header {
}

#notification_preferences_table td,
#notification_preferences_table th {
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

/* QuickBib */

#quik_bib ul {
    margin: 0;
    padding: 0;
}

#quik_bib li {
    list-style: none;
    overflow: hidden;
    width: auto;
    border-bottom: 1px solid #f1f1f1;
}

#quik_bib label {
    display: block;
    float: left;
    clear: both;
    width: 100px;
}

select#quik_bib_style {
    width: 210px;
}

#quik_bib_result_wrapper {
    background: #eee;
    padding: 7px;
    border: 1px solid #ddd;
    margin-top: 12px;
}