div#container div#contentRight div#contentBucketOuter {
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    min-height: 60px;
    padding: 0;
    width: 544px;
}

div#container div#contentRight div#contentBucketOuter.overBucket {
    background-image: url("/images/awards/award-bg-hover-top.png");
    background-repeat: no-repeat;
}

div#container div#contentRight div#contentBucketOuter.openBucket {
    background-image: url("/images/awards/award-bg-active-top.png");
}

div#container div#contentRight div#contentBucketOuter div.contentBucket {
    background-color: transparent;
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-top: 0px solid;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 5px 0 0;
}

div#container div#contentRight div#contentBucketOuter.overBucket div.contentBucket {
    background-image: url("/images/awards/award-bg-hover-bottom.png");
}

div#container div#contentRight div#contentBucketOuter.openBucket div.contentBucket {
    background-image: url("/images/awards/award-bg-active-bottom.png");
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge {
    margin-left:0;
    padding: 0;
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge div.award_title {
    background-image: url("/images/awards/expand-icon_off.png");
    background-position: 8px 2px;
    background-repeat: no-repeat;
    color: #54640D;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    line-height:14px;
    padding: 0 0 0 25px;
}

div#container div#contentRight div#contentBucketOuter.overBucket div.contentBucket div.itemBucketLeftLarge div.award_title {
    background-image: url("/images/awards/expand-icon_hover.png");
}

div#container div#contentRight div#contentBucketOuter.openBucket div.contentBucket div.itemBucketLeftLarge div.award_title {
    background-image: url("/images/awards/close-icon_off.png");
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge div.award_sub {
    color: #4D4D4D;
    font-size: 12px;
    font-style: italic;
    padding: 0 10px 0px 35px;
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge div.award_details {
    background-image: url("/images/awards/award-bg-active-middle.png");
    background-repeat: repeat-y;
    display: none;
    min-height: 50px;
    padding: 5px 10px 5px 35px;
}

div#container div#contentRight div#contentBucketOuter.openBucket div.contentBucket div.itemBucketLeftLarge div.award_details {
    display: block;
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge div.award_summary {
    color: #1A1A1A;
    padding: 0;
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge div.award_links {
    color: #4D4D4D;
    float: right;
    padding-right: 9px;
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge div.award_links a {
    color: #4D4D4D;
    text-decoration: none;
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge div.more {
    float: left;
    padding: 5px 10px 5px 0;
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge div.more a {
    background-image: url("/images/awards/external-link-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 17px;
}

div#container div#contentRight div.contentBucket div.itemBucketLeftLarge div.share {
    background-image: url("/images/awards/share-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    padding: 5px 17px 5px 0px;
}

div#region_selector {
    background: url("/images/awards/dashed-border.png") repeat-x scroll left bottom transparent;
    height: 33px;
    margin-bottom: 12px;
    width: 544px;
}

div#region_selector div {
    color: #54640D;
    cursor:pointer;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 5px 8px 7px 8px;
}

div#region_selector div:first-child {
    border: 0px solid #cccccc;
}

div#region_selector div.title {
    border: 0px solid #cccccc;
    color: #999999;
    cursor: default;
}

div#region_selector div.selected {
    background: url("/images/awards/region-indicator.png") no-repeat scroll center bottom transparent;
}


