﻿/*
If there is anything that needs to be theme-specific, just that can go
in a theme-specific css file.
*/

div.upper-content
{

}
div.selection
{
    width:25%;
    float:left;   
}
div.details
{
    margin-left:28%;
}
div.lower-content
{
    clear:both;
}

.grid-table-1
{
    margin-left:auto;
    margin-right:auto;
    border-spacing: 0px;
    border-style: solid;
    border-width:2px;
    padding: 0px;
}

.grid-tr-1 {
}

.grid-td-1 {
}

.panel-1 {
    border-style: solid;
    border-width:2px;
}

.albumset-panel {
    background-color:#FFFFAA;
    /*
    width:92%;
    height:100%;    
    */
}

.album-panel, .gallery-panel {
    /* float:left; */
    width:300px;
    border-style: solid;
    border-width:2px;
    margin: 16px;
    padding: 20px;
}

.friend-thumbnail-image {
    width:60px;
}

.shop-item-image {
    width:120px;
}

.bold-text
{
    font-weight: bold;
}