/* Video */

.video-info {
    margin: 0.5em 0 2em 0;
    position: relative;
}

.video-info h3 {
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 5px;
}

.video-info-about {
    padding-top: 6px;
}

.video-info-about a {
    padding-right: 15px;
}

.flag-video {
    color: #777;
    line-height: 15px;
    float: right;
    font-size: 12px;
    background-image: url('http://cdn.lst.fm/flatness/responsive/flag_12.png');
    background-position: left -2px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.flag-video:hover {
    color: #777;
    background-position: left -20px;
}

.video-info .tapetv-description {
    margin-top: 6px;
}

.suggest-video {
    margin-top: -0.5em;
    margin-bottom: 12px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

/* Video associations styles */

div#setVideoAssociationDiv input {
    width: 325px;
    padding: 5px;
}

#setVideoAssociation input {
    padding: 3px;
}

/* Button pixel pushing tweaks */
 
.video-info form.inline.lfmBigButton input.button {
    top: -2px;
}

/* Related Images */

div.relatedImages {
	clear: both;
	display: block;
	margin: 0 0 50px 0;
}

#page div.relatedImages ul.inheritanceShminheritance {
    clear: both;
    float: left;
    margin: 0.5em 0 5px 0;
}

#page div.relatedImages ul.inheritanceShminheritance li {
	display: block;
	width: 68px;
	height: 68px;
	padding: 0 3px 3px 0;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
}

#page div.relatedImages ul.inheritanceShminheritance li img {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	float: none;
	margin: 0;
	padding: 1px;
	background: #fff;
}

#page div.relatedImages ul.inheritanceShminheritance li a:hover img {
	border-color: #0187c5;
}

div.relatedImages p {
	margin: 7px;
	float: right;
}

div.relatedImages p a:after {
	content: " »";
}

/** fiflufiSmall hacks */

.fiflufiSmall .relatedVideos ul {
    max-height: 375px;
}

.fiflufiSmall .relatedImages ul {
    max-height: 355px;
    overflow: hidden;
}
