/* 
    Document   : photobookStyle
    Created on : 9-jan-2010, 13:22:37
    Author     : Martijn
    Description:
        Photobook stylesheet
*/


#photobookContainer{
    width: 840px;
}

.photobookImageContainer{
    float: left;
    width: 380px;
    height: 85px;
}

.photobookDirname{
    float:left;
    margin-top: 10px;
    width: 760px;
    height: 30px;
    text-align: left;
    font-size: 18px;
    color: #144b8c;
}

img.photobookImage{
    vertical-align: middle;
    border: 1px solid black;
}

span.photobookImageText{
    margin-left: 10px;
    width: 200px;
    font-size: 16px;
    color: #424242;
}

a.photobookImageLink:active, a.photobookImageLink:link,  a.photobookImageLink:visited{
    text-decoration: none;
}
a.photobookImageLink:hover{
    text-decoration: none;
}
img.photobookImage:hover{
    border: 1px solid #018a3a;
}

