/* muziekclips CSS Document */

#overall_stblock_muziekclips_left{
display: block;
position:relative;  /* hack for #blocks_link, for bottom alignment */
float: left;
width: 280px;
margin-left: 4px;
margin-top:15px;
margin-bottom: 4px;
}

#clips_xtra_left_holder{
display: block;
float: left;
}


#overall_stblock_muziekclips_left_cats{
display: block;
position:relative;  /* hack for #blocks_link, for bottom alignment */
float: left;
width: 280px;
margin-left: 4px;
margin-top:15px;
margin-bottom: 4px;
clear: left;
}

#stblock_content_clips_left{
display: block;
padding-top: 10px;
background-color: rgb(250,250,250);
border: 1px #E8E8E8 solid;
height: 100%;        /* kan weggelaten worden, alleen uitleining is dan niet mooi.. */
padding-left: 6px;
padding-right: 6px;
margin-bottom: 0px;
padding-bottom: 45px;

}


#overall_stblock_muziekclips{
display: block;
position:relative;  /* hack for #blocks_link, for bottom alignment */
float: right;
width: 468px;
margin-right: 4px;
margin-top:15px;
margin-bottom: 4px;
}

#stblock_content_clips{
display: block;
padding-top: 10px;
background-color: rgb(250,250,250);
border: 1px #E8E8E8 solid;
height: 72px;        /* kan weggelaten worden, alleen uitleining is dan niet mooi.. */
padding-left: 6px;
padding-right: 6px;
margin-bottom: 0px;
padding-bottom: 25px;
}

#stblock_content_noclips{
display: block;
padding-top: 10px;
background-color: rgb(250,250,250);
border: 1px #E8E8E8 solid;
height: 72px;        /* kan weggelaten worden, alleen uitleining is dan niet mooi.. */
padding-left: 6px;
padding-right: 6px;
margin-bottom: 0px;
padding-bottom: 25px;
height: 100%;
}

#stblock_content_noclips ul li{
list-style: disc inside;
}


#clips_thumb{
border: 1px #999999 solid;
display: block;
float: left;
}

#artist_clip{
display: block;
float: left;
margin-top: 8px;
margin-left: 10px;
font-family: arial;
font-size: 13px;
font-weight: bold;
line-height: 24px;
}

#song_clip{
font-size: 11px;
font-weight: normal;

}

#broken_link{
}

#broken_link_txt{
font-size: 11px;
font-weight: normal;
text-decoration: underline;
color: #999;
}

#broken_link_txt a{
color: #999;
}

#play_now{
display:block;
margin-top: 0px;
margin-left: -5px;
margin-right: 40px;
padding-bottom: 0px;

}

#play_now_txt{
display: block;
float: right;
padding-top: 10px;
font-family: arial;
font-size: 11px;
font-weight: normal;
}


#play_now_txt a{
color: #000;
text-decoration: underline;
}

#seach_now_button a{
color: #000;
text-decoration: underline;
}



#search_clips{
margin-top:10px;
}

#seach_now_button{
display: block;
float: left;
margin-top: 10px;
font-size: 12px;
font-family: arial;
font-weight: normal;
text-decoration: underline;
}

#banner_clips{
width: 468px;
height: 60px;
margin-top: 6px;
margin-bottom: 6px;
background-color: rgb(246,246,246);
}

#list_clips{
display: block;
float: right;
width: 468px;
margin-top: 6px;
margin-bottom: 6px;
background-color: rgb(246,246,246);
margin-right: 4px;
text-align: right;
font-size: 12px;
font-family: arial;
font-weight: normal;
clear: both;
}

#list_clips a{
color: #000;
}

.cat_videoclips{
display: block;
width: 257px;
/*background-color: rgb(213,213,213); */
margin-left: -6px;

padding: 6px 6px 6px 16px;
border-bottom:1px #ccc dashed;
}

.cat_videoclips a{
font-size: 12px;
font-family: verdana;
font-weight: normal;
text-decoration: underline;
color: #000;
}

#hack_no_bottom_margin{
margin-bottom: -46px;  /* hack om de margin bij dt specifieke blok weg te halen */
}


