/* 
    Document   : dshama.css
    Created on : 1 juil. 2009, 13:57:42
    Author     : jama
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

a {
    color:black;
    text-decoration:none;
}

#main {
    position:absolute;
    height:600px;
}

#menu {
    position:relative;
    width:200px;
    height:100%;
    float:left;
}

.menu_entry {
    height:30px;
}

#category {
    position:relative;
    top:0px;
    width:100%;
}

#categoryName {
    position:relative;
    top:0px;
    width:100%;
    height:20px;
    padding-top:10px;
}

#num {
    position:relative;
    top:0px;
    width:100%;
    height:40px;
}

#preview {
    /*background-color:green;*/
    position:relative;
    overflow:hidden;
    height:350px;    
}

#viewer {
    position:absolute;
    top:0px;
    left:200px;
    height:600px;
    width:500px;
}

#navigPrev {
    position:absolute;
    top:275px;
    left:20px;
    width:50px;
    height:50px;
    float:left;
    background-image: url(arrow_left.png);
    background-position:right;
    background-repeat:no-repeat;
    visibility:hidden;
}

#navigNext {
    position:absolute;
    top:275px;
    left:450px;
    width:50px;
    height:50px;
    background-image: url(arrow_right.png);
    background-position:left;
    background-repeat:no-repeat;
    visibility:hidden;
}

#content {
    position:absolute;
    overflow:hidden;
    left:20px;
    width:460px;
    top:0px;
    height:100%;
}

#stripe {
    position:relative;
    left:00px;
    top:0px;
    height:100%;
}

.imageItem {
    float:left;
    padding-right:20px;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    -moz-opacity:0.2;
    opacity: 0.2;
    filter:alpha(opacity:20);
}

.imageItemStart {
    float:left;
    padding-right:20px;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
}

.descriptionItem {
    font-size:8pt;
    font-family:"Courier New", Arial, Helvetica, sans-serif;

}

a img {
    border:none;
}

a {
    color:black;
    text-decoration:none;
}

a:hover {
    color:gray;
}

p {
    padding-top:0px;
    font-family:sans-serif;
}