
#userhead li {
    display: inline;
}

#userhead a {
    float: left;
    text-decoration: none;
}

#userhead a span {
    border: 1px solid #000032;
    background-color: #1E3264;
    background: -moz-linear-gradient(top,  #283C78,  #14283C);
    background: -webkit-gradient(linear, left top, left bottom, from(#283C78), to(#14283C));
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #EEE;
    font-weight: bold;
    padding: 4px 12px;
    float: left;
    display: block;
    letter-spacing: 0.5px;
}

#userhead a span { float: none; }

#userhead a:hover span {
    color: #666;
}

#userhead #current a span {
    border: 1px solid #640000;
    background-color: #BE0000;
    background: -moz-linear-gradient(top,  #C80000,  #960000);
    background: -webkit-gradient(linear, left top, left bottom, from(#C80000), to(#960000));
    color: #EEE;
}

#userhead a:hover span {
    border: 1px solid #8C8C8C;
    background-color: #DCDCDC;
    background: -moz-linear-gradient(top,  #F0F0F0,  #BEBEBE);
    background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#BEBEBE));
}



.about-section {
    padding: 15px;
}

h2 {
    font-weight: bold;
    margin: 0px 0px 5px;
    font-size: 20px;
}

h3 {
    font-weight: bold;
    margin: 25px 0px 5px;
    font-size: 16px;
}

h4 {
    font-weight: bold;
}

.about-section > div {
    padding-left: 40px;
    margin: 15px 0px 30px;
    line-height: 18px;
}

.about-section ol {
    list-style-type: decimal;
    padding-left: 40px;
    margin: 15px 0px 30px;
    line-height: 20px;
}

.about-section li, .about-section li, .about-section ol li p {
    margin-bottom: 4px;
}

ol.answers li ul {
    margin-left: 100px;
    list-style-type: circle;
    line-height: 15px;
}

#why-join ul {
    padding-left: 40px;
    margin: 15px 0px 30px;
}

#why-join li {
    float: left;
    font-size: 10px;
    text-align: center;
    width: 200px;
    height: 275px;
    margin-right: 5px;
}

#why-join li img {
    padding: 4px;
    border: 1px solid #CCC;
}

#why-join li span {
    display: block;
    clear: left;
}

.convinced {
    padding: 0px;
    text-align: center;
}

.convinced span {
    font-size: 18px;
}

#faq ol.answers > li {
    margin-bottom: 15px;
}

#faq ol.questions li a {
    text-decoration: underline;
}

#faq a.watch-vid {
    display: block;
}

#advertising span.stats-legend {
    margin: 15px 0px 0px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

#advertising #google-analytics {
    background: url(../i/ga-graphs.gif) top left no-repeat;
    padding-left: 68px;
}

#advertising #start-today {
    float: right;
    width: 250px;
    background: #f5f5f5;
    margin: 10px;
    padding: 0px;
    border: 1px solid #ccc;
}

#advertising #start-today h3, #advertising #start-today p {
    margin: 5px 0px 0px;
    padding: 10px;
}

#google-analytics, #alexa {
    float: left;
    padding-left: 40px;
    margin: 25px 0px 0px;
}

#advertising #google-analytics li {
    padding: 0px 0px 14px 10px;
}

#advertising #alexa li {
    font-size: 11px;
    color: #222;
}

#advertising #alexa li img {
    margin: 5px 0px 5px 15px;
}

#advertising li.source {
    font-size: 10px;
    color: #666;
    text-align: right;
    display: block;
    width: 300px;
}

#advertising #alexa li.source img, #advertising #google-analytis li.source img {
    vertical-align: bottom;
    margin: 0px;
}

#advertising #google-analytics b {
    font-size: 16px;
}

#advertising #google-analytics span {
    color: #0C4EA6;
    text-decoration: underline;
    font-weight: bold;
}

#legal ol li a {
    text-decoration: underline;
}

#inList .inElm { vertical-align: top; }

.inElm {
    padding: 0px;
    margin: 7px;
}

div.fullview .inItem {
    width: 128px;
    /*height: 213px;*/
}

ul.uPhotoSmall {
    width: 128px;
}

*:first-child+html .uPhotoSmall li.uImage { width: auto; }

ul.uPhotoSmall li.uImage { width: 128px; }

li div.user {
    background: url(../i/ufi_ibox_cheat_top.gif) top center no-repeat;
    width: 128px;
    padding: 12px 0px 0px;
}

.uPhotoSmall li.uImage img {
    height: auto;
    padding: 0px;
    border: 0px;
}

div.image {
    float:left;
    background: url(../i/ufi_ibox_cheat_bottom.gif) bottom center no-repeat;
    padding: 0px 14px 14px;
}

.uPhotoSmall li.uImage img {
    height: auto;
}

div.fullview ul.uPhotoSmall li.uDescription {
    float: left;
    width: 96%;
    display: block;
    overflow:hidden;
}

div.fullview ul.uPhotoSmall li.uDescription p {
    text-align: center;
}

.page_about .inElm {
    vertical-align: top;
}
.page_about .ibox {
    white-space: nowrap;
    text-overflow: ellipsis; overflow: hidden;
}
.page_about .gbox-c3 {
    border-top-color: #c80000;
}