/* Start of CMSMS style sheet 'ECT : Showroom Albums' */
/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */

#showroom-album {
  float: right;
  width: 425px;
}


#showroom-photoalbumwhole {
   font-family: Arial, sans-serif;
}

#showroom-photoalbumwhole .album_content {
    width:100%; 
    float:left;
}
#showroom-photoalbumwhole .clear {
    clear:both
}
/* Album List UL */
#showroom-photoalbumwhole .albumlist
{
    margin-left:0;
    padding-left:0;
    float:left;
}

/* Picture List UL */
#showroom-photoalbumwhole .picturelist
{
    margin-left:0;
    padding-left:0;
}

/* Album and Picture Lists */
#showroom-photoalbumwhole .thumb
{
    padding:0px;
    margin:2px;
    width:100px;
    height: 80px;

    font-family: Arial;
    font-size: 10px;
    text-decoration:none;
    line-height:normal;
    list-style-type:none;
    text-align:center;
    float:left;
        border: 1px solid white;

}

#showroom-photoalbumwhole .thumb a
{
        color: black;
    display:block;
    height:80px; 
    width:100px; 

    padding:0px;
    margin:0px;
    background-color:white;
        border: 1px solid white;
    text-decoration:none;
}
#showroom-photoalbumwhole .albumcomment { text-align: left; }
#showroom-photoalbumwhole .thumb a:visited img
{
    background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

#showroom-photoalbumwhole .thumb a:hover img
{
    background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
#showroom-photoalbumwhole .albumname
{
    font-size:smaller;
    text-align:center;
    font-weight:bold;
    font-style:normal;
}
#showroom-photoalbumwhole .albumname a
{
    display: inline;
        border: none;
        margin:none;
        padding:none;
        background-color:transparent;
}
#showroom-photoalbumwhole .albumpicturecount
{
    font-size:smaller;
    text-align:center;
    font-weight:normal;

}

#showroom-photoalbumwhole .albumcomment
{
    text-align:center;
    font-weight:normal;
    font-style:normal;
}

#showroom-photoalbumwhole .albumnav
{
    text-align:center;
    font-weight:normal;
    font-style:normal;
    font-size:smaller;
}

#showroom-photoalbumwhole .instructiontext
{
    font-weight:normal;
    font-style:normal;
    font-size:smaller;
}

/* Big Picture */
#showroom-photoalbumwhole .bigpicture
{
    padding:0.5em 0 0;
    clear:left;
    border-top:1px solid #ccc;
    text-align:center;
}

#showroom-photoalbumwhole .bigpicturecaption
{
/* Big picture caption */
    text-align:center;
    margin:0 0 5px;
    padding:0;
}

#showroom-photoalbumwhole .bigpicture img
{
/* Big picture settings */
    padding:18px;
/* Image padding to form photo frame. */
    width:80%;
/* Width of big picture - set to auto for actual width*/
    margin:0;
    background-color:white;
/* Background of picture */
    border-top:1px solid #eee;
/* Borders of picture frame */
    border-right:2px solid #ccc;
    border-bottom:2px solid #ccc;
    border-left:1px solid #eee;
    text-decoration:none;
}

#showroom-photoalbumwhole .bigpicturenav
{
    margin:0;
    padding:0;
    color:#000;
    font-size:smaller;
    line-height:normal;
}

/* End of 'ECT : Showroom Albums' */

