/* 
















 configuration.ftl included */

/*
 * Copyright (C) 2013 IP Labs GmbH <http://www.iplabs.de/>
 * All rights reserved.
 *
 * Box style definition file for myPhotos
 *
 */

.box-myPhotos{
    position:relative;
    background-color: #fff;
    overflow: visible;
    border: 0px solid #e4e4e4;
    border-radius: 0px;
    -webkit-box-shadow: #ccc 0 0 5px;
    box-shadow: #ccc 0 0 5px;
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
    height: auto;
    padding: 20px;
}

.box-myPhotos-head {
    width: 100%;
    padding:8px 0px 16px 0px;
}

.box-myPhotos-head > h2 > a {
    font-size: inherit;
    color: inherit;
}

.box-myPhotos-content {
    width: 100%;
}

.box-myPhotos-subbar {
    width: 100%;
    background: rgb( 248 , 248 , 248 );
    border: 1px solid rgb( 231 , 231 , 231 );
    box-shadow: 0 -60px 60px -60px rgba(0, 0, 0, 0.2) inset;
    position: relative;
}

.box-myPhotos-subbar:last-child{
    border:1px solid rgb(163, 164, 159);
    margin-top:-1px;
}

.box-myPhotos-subbar .item {
    height:50px;
    line-height:50px;
}

.box-myPhotos-subbar .left{
    float: left;
    border-left: 1px solid rgb( 223 , 223 , 223 );
}

.box-myPhotos-subbar .right{
    float: right;
}

.box-myPhotos-subbar .titleItem{
    padding:0 20px;
    position:relative;
}

.box-myPhotos-subbar .titleItem h3{
    height:25px;
    line-height:35px;
}

.box-myPhotos-subbar .titleItem .inline{
    display:inline-block;
    height:25px;
    line-height:20px;
    color:#9c9c9c;
}

.box-myPhotos-subbar .titleItem a.inline{
    color: #3b4044;
    text-decoration:underline;
}

.box-myPhotos-subbar p {
    margin: 0;
}

.box-myPhotos-subbar h4 {
    margin: 5px 0 0 0;
    font-weight:bold;
}

.box-myPhotos-subbar #backLink {
    width:15px;
    background: url('/ips-opdata/layout/ips01/commons/images/icons/button-back.png') center center no-repeat;}
