<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detail-tabs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.chromeless .detail-tabs {
    display: none;
}

.detail-tabs .tab-container {
    position: relative;
    width: 108px;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
}

.detail-tabs .tab {
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    float: left;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.detail-tabs .tab.selected {
    color: #5ab3d3;
}

.detail-tabs .pipe {
    background: #bdbaba;
    width: 1px;
    height: 11px;
    float: left;
    margin-top: 1px;
    border-right: 1px solid #fff;
}

.detail-tabs .tab-contents {
    margin-left: auto;
    margin-right: auto;
    width: 760px;
}

.detail-tabs .tab-container .underline {
    position: absolute;
    top: 18px;
    height: 1px;
    left: 0;
    right: 0;
    background: #5ab3d3;
}

.detail-tabs .tab-container .small-icon.blue-chevron {
    position: absolute;
    top: 19px;
    left: 18px;
    cursor: default;
}

/*****************
** Wiki
*****************/
.detail-tabs .wiki_content {
	color: #666;
	overflow: hidden;
	padding-right: 8px;
    max-height: 200px;
    font-size: 12px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.detail-tabs .wiki_content p {
	margin-bottom: 12px;
}
.detail-tabs .wiki_content b {
	color: #666;
}
.detail-tabs .wiki_content h2 {
	color: #666;
}
.detail-tabs .wiki_content h3 {
	color: #666;
}
.detail-tabs .wiki_content h4 {
	color: #666;
}
.detail-tabs .wiki_content ul {
	padding-left: 20px;
	margin-bottom: 12px;
}

.wiki-expand {
    margin-left: 27px;
    margin-top: 12px;
    font-size: 12px;
}

.wiki-expand a {
    color: #333;
    text-decoration: underline;
    display: none;
}

/*****************
** Photos
*****************/
.detail-tabs #photos-list img {
	float: left;
	margin-left: 12px;
	margin-top: 12px;
	height: 100px;
	cursor: pointer;

}

.detail-tabs #no-photos {
	padding-top: 10px;
	padding-bottom: 10px;
}

.detail-tabs #photo-enlarged {
	position: absolute;
	z-index: 5;
}

.detail-tabs .photo-enlarged-container {
	position: relative;
	width: 100%;
	height: 336px;
    margin-top: 6px;
}

.detail-tabs #photo-enlarged-container #close-button {
	position: absolute;
	right: 12px;
	top: 12px;
    background: url('../../images/small-icons.png') no-repeat;
    background-position: -64px -16px;
	cursor: pointer;
	width: 17px;
	height: 17px;
	z-index: 6;
}

.detail-tabs #photo-enlarged-container #right-arrow {
	position: absolute;
	right: 12px;
	top: 160px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	z-index: 6;
    background: url('../../images/photos-arrows.png') no-repeat;
    background-position: -90px -0px;
}
.detail-tabs #photo-enlarged-container #right-arrow:hover {
    background-position: -135px 0px;
}

.detail-tabs #photo-enlarged-container #left-arrow {
	position: absolute;
	left: 12px;
	top: 160px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	z-index: 6;
    background: url('../../images/photos-arrows.png') no-repeat;
    background-position: 0px 0px;
}
.detail-tabs #photo-enlarged-container #left-arrow:hover {
    background-position: -45px 0px;
}

.detail-tabs #photo-enlarged-container #photo-source {
	position: relative;
	width: 100%;
	top: 333px;
	font-size: 0.8em;
	height: 12px;
	text-align: center;
    padding-top: 3px;
}

/*****************
** Discography
*****************/
.detail-tabs #tab-contents-discography {
    padding-top: 30px;
    width: 554px;
    margin-left: auto;
    margin-right: auto;
}
.detail-tabs #tab-contents-discography .thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


/*****************
** Credits
*****************/
.detail-tabs #tab-contents-credits {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding-top: 30px;
}
.detail-tabs #tab-contents-credits .artist-role {
    padding-left: 10px;
    width: 270px;
    text-align: right;
    padding-right: 4px;
}
.detail-tabs #tab-contents-credits .artist-name {
    width: 260px;
}
</pre></body></html>