/* 
    Document   : karaluiz.more
    Created on : Feb 24, 2009, 4:13:18 AM
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/
.videos {
	padding-right:160px;
}
.videos h2 {
    display:block;
    width:473px;
    height:66px;
    background:url('../img/more-header.png') no-repeat;
    text-indent:-5000px;
    margin:0 auto;
}
.videos img {
    position:absolute;
    top:4px;
    left:4px;
    height:112px;
    width:112px;
    position:5;
}
.videos ul {
    width:473px;
    margin:0 auto;
}
.videos li a {
    background:url('../img/more-video.png') no-repeat left;
    height:71px;
    display:block;
    margin:10px 0;
    color:#ea81a7;
    font-size:120%;
    padding:50px 0 0 150px;
    font-weight:bold;
    position:relative;
    z-index:10;
}
.videos li a span {
    display:block;
    color:#8fd2f6;
    font-weight:normal;
}
.videos li {
    position:relative;
    list-style:none;
    border-bottom:2px solid black;
}