/*
 * PageGallery
 */
.page_gallery {
    float: right;
    margin-left: 10px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #ccc;
    background-color: #eee;
}

.page_gallery_thumbnail {
    text-align: center;
}

.page_gallery_title {
    font-size: 10px;
}

.page_gallery img {
    float: inherit;
    border: 0px;
    padding-bottom: 0px;
}

.page_gallery a {
    text-decoration: none;
    border: 0px;
}

.page_gallery_description {
    display: none;
}

/* Thumbnails */
#thumbnails_left, #thumbnails, #thumbnails_right, #thumbnails_center {
    padding: 2px 2px 2px 2px;
    border: 1px solid #e0e0e0;
    background: #f0f0f0;
    max-width: 200px;
    margin-bottom: 10px;
}

#thumbnails_left, #thumbnails {
    float: left;
    margin-right: 10px;
}

#thumbnails a, #thumbnails_left a, #thumbnails_center a, #thumbnails_right a {
    margin: 0px;
    padding: 0px;
    display: inline;
    border: 0px dotted #f00;
}

#thumbnails_right {
    float: right;
    margin-left: 10px;
}

#thumbnails_center {
    margin-left: 4px;
}

#thumbnails img, #thumbnails_left img, #thumbnails_center img, #thumbnails_right img {
    border: 0px;
    margin: 0 0 0 0;
    padding: 0;
}

#thumbnails_left #imagetitle, #thumbnails_right #imagetitle, #thumbnails #imagetitle, #thumbnails_center #imagetitle {
    display: block;
    padding: 2px;
    margin: 0px;
    padding-left: 0px;
    font-size: 0.9em;
}

#thumbnails_left .image_shadow, #thumbnails .image_shadow, #thumbnails_right .image_shadow, #thumbnails_center .image_shadow {
    display: none;
}

/*
 * Related
 */
.related {
    border: 0px solid #f00;
}

.related ul {
    padding: 10px 0 0 0;
    margin: 0;
}

.related li {
    padding: 4px 2px;
    line-height: 1.3em;
    text-align: left;
    margin: 0 0 1px 0;
    list-style-type: none;
	clear: left;
}

li.related_head {
    background: url('images/box_head.jpg');
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

.related_pic {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}

.related_pic img {
    max-width: 40px;
}

.related_pic a {
    border: 0;
}

.related_description {
	font-size: 0.9em;
}
