/* 
    Document   : style
    Created on : Nov 15, 2012, 4:49:23 AM
    Author     : all
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: 'font1';
    src:url('fonts/font1.eot?nkp9eh');
    src:url('fonts/font1.eot?#iefixnkp9eh') format('embedded-opentype'),
    url('fonts/font1.woff?nkp9eh') format('woff'),
    url('fonts/font1.ttf?nkp9eh') format('truetype'),
    url('fonts/font1.svg?nkp9eh#font1') format('svg');
    font-weight: normal;
    font-style: normal;
}

root { 
    display: block;
}

.notif-area {
    min-height: 20px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.left-side {
    float: left;
    width: 200px;
    display: none;
}

.contents {
    float: right;
    width: 720px;
    width: 100%;
}

section {
    /*margin-top: 42px;*/
    /*position: relative;*/
}

.bordered {
    border: 1px solid #dddddd;
    min-height: 400px;
    border-radius: 8px;
    padding: 10px 20px 0;
}

.radio {
    list-style: none;
    margin: 0 0 10px;
}
.radio>li {
    width: 100px;
    display: inline-block;
}

.half {
    margin-left: 0;
    overflow-x: hidden;
    width: 676px;
}
.half>ul {
    width: 700px;
    margin-left: 0;
}
.half>ul>li {
    list-style: none;
    width: 325.5px;
    margin-right: 20px;
    display: inline-block;
}
    
.contact-search {
    width: 445px;
    width: 660px;
}

.searching {display: none;}
.result {display: block;}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'font1';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e600";
}
.icon-checkmark:before {
    content: "\e601";
}
.icon-cancel:before {
    content: "\e602";
}
.icon-minus:before {
    content: "\e603";
}
.icon-plus:before {
    content: "\e604";
}
.icon-menu:before {
    content: "\e605";
}
.icon-calendar:before {
    content: "\e606";
}
.icon-checkbox-unchecked:before {
    content: "\e607";
}
.icon-trash:before {
    content: "\e609";
}
.icon-print:before {
    content: "\e608";
}
.icon-pencil:before {
    content: "\e60a";
}
.icon-edit:before {
    content: "\e60b";
}
.icon-tag:before {
    content: "\e60c";
}
.icon-tags:before {
    content: "\e60d";
}
.icon-dollar:before {
    content: "\e60e";
}