#logo img {
    border: 0;
}

#old-site-link {
    float:left;
    margin-left:10px;
}
#old-site-link a {
    color:white;
    text-decoration: none;
}

#main-content {
    width: 100%;
    background-color: #f1f1f1;
    padding: 15px 20px 15px 20px;
}

#main-content-wrapper-top, #main-content-wrapper-bottom {
    background-color: #f1f1f1;
    height: 5px;
}

#main-content td {
    vertical-align: top;
}

#main-content .main-content-news {
    border: 1px solid white;
    min-height: 100px;
    height: 100px;
    background-color: #a0a0a0;
    color: white;
    padding: 10px 10px 10px 10px;
}

#main-content .main-content-img {
    width: 640px;
}

#main-content img {
    border: 1px solid white;
}

body.lightbox-visible.right {
    margin-right: 140px;
}

body.lightbox-hidden.right {
    margin-right: 40px;
}

body.lightbox-absent.right {
    margin-right: 10px;
}

#lightbox.right {
    top: 0;
    right: 0;
    position: fixed;
    width: 180px;
    border: 1px solid black;
    height: 100%;
    background-color: #a0a0a0;
    color: white;
    padding: 5px;
}

#lightbox.right.visible {
    width: 180px;
}

#lightbox.right.hidden {
    width: 20px;
}

#lightbox.right .lightbox-btn-cell img {
    border: 1px solid black;
    margin-bottom: 10px;
}

#lightbox.right .lightbox-btn-cell {
    position: absolute;
    top: 5px;
    right: 5px;
}

#lightbox.right .lightbox-btn-cell li {
    list-style-type: none;
    height: 22px;
    padding-bottom: 10px;
}

#lightbox.right #lightbox-operations {
    margin: 5px;
    padding: 0;
}

#lightbox.right #lightbox-operations li {
    list-style-type: none;
}

#lightbox.right #lightbox-switch {
    width: 130px;
}

#lightbox.right .lightbox-images-wrapper .images {
    top: 120px;
}

#lightbox.right .images {
    position: absolute;
    top: 20px;
    bottom: 10px;
    left: 10px;
    overflow: auto;
    width: 150px;
    background-color: #f1f1f1;
    color: #666666;
}

#lightbox.right .images img {
    border: 0;
}

#lightbox.right .images ul {
    margin: 0;
    padding: 0;
}

#lightbox.right .images ul li {
    padding: 10px;
    list-style-type: none;
}

#lightbox.bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    border: 1px solid black;
    height: 175px;
    background-color: #a0a0a0;
    color: white;
    padding: 5px;
}

#lightbox.bottom.visible {
    height: 175px;
}

#lightbox.bottom.hidden {
    height: 20px;
}

#lightbox.bottom .lightbox-btn-cell img {
    border: 1px solid black;
    margin-bottom: 10px;
}

#lightbox.bottom .lightbox-btn-cell {
    position: absolute;
    top: 5px;
    right: 15px;
}

#lightbox.bottom .lightbox-btn-cell li {
    padding: 10px;
    list-style-type: none;
    display: inline-block;
}

#lightbox.bottom .lightbox-btn-cell ul, #lightbox.bottom .lightbox-btn-cell li {
    padding: 0;
    margin:0 10px 0 0;
}
#lightbox.bottom .lightbox-btn-cell li {
    vertical-align: top;
}

#lightbox.bottom #lightbox-operations {
    margin: 5px;
    display: inline;
    padding: 0;
}

#lightbox.bottom #lightbox-operations li {
    display: inline;
    list-style-type: none;
}

#lightbox.bottom #lightbox-switch {
    width: 230px;
}

#lightbox.bottom .images {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    background-color: #f1f1f1;
    color: #666666;
    width: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#lightbox.bottom .images img {
    border: 0;
}

#lightbox.bottom .images ul {
    white-space: nowrap;
    width: 100%;
    padding: 0 0 0 0;
    margin: 5px 0 0 0;
    height: 130px;
}


#lightbox.bottom .images ul li {
    list-style-type: none;
    display: inline-block;
}

#lightbox.bottom .images ul li table {
    display: inline-block;
    vertical-align: top;
}
#lightbox.bottom .images ul li table td {
    padding: 2px;
}



#lightbox.bottom .images ul li span {
    padding-left: 20px;
}

#lightbox.bottom .images ul li  br {
    display: none;
}

#collections-list {
    background-color: #038cba;
    color: white;
    padding: 10px;
}

#collections-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#collections-list li {
    list-style-type: none;
    padding-left: 10px;
}

#collections-list li span {
    font-weight: bold;
}

#collections-list li span {
    font-weight: bold;
}

#collections-list a, #collections-list span {
    color: white;
    text-decoration: none;
}

#collections-list li.selected a {
    background-color: white;
    display: block;
}

#collections-list li.selected ul a {
    background-color: #038cba;
    color: white;
}

#collections-list li.stop-topic {
    margin-bottom: 10px;
}

#collections-list li.selected a {
    color: #038cba;
}

.autocomplete-w1 {
    background: url('/img/shadow.png') no-repeat bottom right;
    position: absolute;
    top: 0;
    left: 0;
    margin: 6px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 1px 0 0 0;
}

.autocomplete {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete strong {
    font-weight: normal;
    color: #3399FF;
}

.report-bag {
    margin-bottom: 20px;
}

.report-bag .report-bag-caption {
    height: 15px;
    width: 805px;
}

.report-bag .topic-name a {
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
    float:left;
}

.report-bag .topic-options {
    float:right;
    margin-right: 10px;
}

.report-bag .topic-options a {
    text-decoration: none;
    font-weight: bold;
}

.report-bag .topic-link {
    text-decoration: none;
}

.report-bag-item span {
    display: block;
}

.report-bag-item img {
    border: 0;
}

.report-bag-date {
    color: #a1a1a1;
    font-size: 10px;
}

.report-bag-name {
    font-size: 12px;
    margin-bottom: 10px;
    height: 25px;
}

.creative-collection-info {
    position: relative;
    width: 300px;
    height: 200px;
    z-index: 99;
    top: -380px;
    left: 530px;
    background-color: white;
    padding: 10px;
    opacity: 0.9;
}

.creative-collection {
    width: 270px;
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.creative-collection h2 {
    width: 270px;
    margin: 10px 0 0 0;
    padding: 0;
}

#collection-wrapper, #collection-wrapper img.collection-preview, img.collection-gallery {
    height: 400px;
    width: 870px;
}

#search-facets {
    padding: 0;
    margin: 0 0 20px 0;

}

#search-facets li {
    list-style-type: none;
    padding-left: 10px;
}

#search-facets li * {
    color: white;
    text-decoration: none;
}

#navigation {
    margin-left: 20px;
}

#navigation-caption {
    font-size: 15px;
}


#price-table.info-table td.label {
    width: 300px;
}

#price-table.info-table td {
    font-size: 10px;
    font-weight: normal;
}

#choose-content {
    position: absolute;
    width: 200px;
    border: 1px solid black;
    background-color: white;
    z-index: 10;
    padding: 10px;
}

#choose-content p {
    font-weight: bold;
}

#choose-content ul {
    margin: 10px 0 10px 0;
    padding: 0;
    height: 300px;
    overflow: auto;
}

#choose-content li {
    list-style-type: none;
    margin-left: 10px;
}

.basket-image-info * {
    text-decoration: none;
}

.filters-box {
    border: 1px solid black;
    overflow: auto;
    height: 150px;
    width: 200px;
    background-color: white;
    color: black;
    margin: 5px;
}

.filters-box label {
    border-bottom: 1px dotted;
    cursor: pointer;
    color: black;
    text-decoration: none;
    margin: 2px;
}
a.trigger {
    border-bottom: 1px dotted;
    cursor: pointer;
    color: white;
    text-decoration: none;
    margin-right: 5px;
}

.cms-caption {
    font-weight: bold;
}