#container {
    width: 100%;
    margin: 3em 0 1em 0;
    padding: 1em;
}

span.disabled {
    color: #999;
    /*text-decoration: line-through;*/
}

#searchContainer {
    /*margin-top: -0.5em;*/
    width:100%;
    background-color:#EEEEEE;
    border:1px;
    border-style:solid;
    border-color:#CCCCCC;
}

#searchForm {
    width: 500px;
    margin: 5px auto 0;
}

#searchForm label {
    font-weight: normal;
}

#searchForm #q {
    margin: 5px 0 10px 0;
    width: 350px;
    vertical-align: middle;
}

#searchForm .yuibutton {
    vertical-align: middle;
}

#searchForm .yuibutton button {
    width: 10em;
}

#advanced {
    font-size: 90%;
}

#advancedSearch {
    width: 400px;
    margin: 0 50px;
}

#advancedSearch dl {
    padding: 10px 15px 15px 15px;
    background: #DDD;
}

#advancedSearch dt {
    color: #333;
    margin: 10px 0 3px 5px;
}

#advancedSearch dt.first {
    margin-top: 0;
}

#advancedSearch input,
#advancedSearch select {
    width: 360px;
}

#results {
    width: 700px;
    margin: 0 auto;
    text-align: left;
}

#results dt {
    margin: 1em 0 0 0;
}

#results dd {
    margin: 0 0 0 2em;
    font-style: italic;
}

#results img {
    border: 0;
    vertical-align: middle;
}

#results .stats {
    margin: 1em 0 0 0;
}

#results .pager {
    margin: 0 0 1em 0;
}

#results .disabled {
    color: #999;
    /*text-decoration: line-through;*/
}

#explanation {
    margin: 10px;
    text-align: left;
}

.footer {
    clear: both;
    border: 0;
    margin: 1em 0;
    padding: 1em 0;
}

#yui-history-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px; /* avoid scrollbars */
  visibility: hidden;
}

#awards td, #awards th {
    border: 1px solid;
    padding: 5px 10px;
    margin: 5px 10px;
}

.one_insight {
    margin-top: 5px;
    margin-bottom: 20px;
}

.one_insight_image {
    float: left;
    margin-right:15px;
    margin-top:5px;
}

#awards td {
    text-align: left;
}

.rated {
    width: 92px;
    margin-left: 5em;
    background-image: url( ../images/rating-stars.png );
}
.rated_1 {
    background-position: 0 -15px
}
.rated_2 {
    background-position: 0 -30px;
}
.rated_3 {
    background-position: 0 -45px;
}
.rated_4 {
    background-position: 0 -60px;
}
.rated_5 {
    background-position: 0 -75px;
}

.insight_tip {
    text-align: left;
}

#insightContainer {
    width: 900px;
    position: relative;
}

#viewInsight {
    width: 500px;
}

/* IE6 only */
* html #viewInsight {
    position:absolute;
    top:0;
    left:0;
}

#view_current_iframe {
    width : 500px;
}


/*#BoxAd {
    width: 300px;
    /* float:right; */
    /*position: absolute;
    top:0;
    right:0;
}    */

#relatedInsights {
    width: 300px;
    position:absolute;
    top:275px;
    right:0;
}

#relatedInsights fieldset {
    padding: 5px;
}

#relatedInsights legend {
    font-weight: bold;
}

#relatedInsights ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

#relatedInsights li {
    margin-bottom: 10px;
}

#relatedInsights a {
    color: blue;
}