/* Video */

.videoinfo {
    font-size: 11px;
    color: #696969;
    margin: 0.5em 0 2em 0;
}

.videoinfo .metaAboutVideos {
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: 1px solid #ccc;
}

.videoinfo .metaAbout a {
    font-weight: bold;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
}

.videoinfo .metaAboutInfo a {
    padding-right: 18px;
    background: url('http://cdn.last.fm/flatness/icons/see_more_arrow_blue_13x13_2.png') right top no-repeat;
}

#flagVideo {
    color: #696969;
    line-height: 15px;
/*    vertical-align: middle;*/
/*    border: 1px solid red;*/
}

#flagVideo img.flag_icon {
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 0;
}

.videoinfo .metaAbout {
    float: right;
}

.videoinfo .lfmBigButton {
    float: right;
    margin-left: 1em;
}

/* Video associations styles */

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

#setVideoAssociation input {
    padding: 3px;
}

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

#page .videoinfo a.lfmSendButton {
    position: relative;
    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;
}


