/*
Released by BuroCom
http://www.burocom.ch
*/
/* Image en galerie */

#archetypes-fieldname-relatedItems {
    display:none}  
#archetypes-fieldname-internal-reference {
    display:none}
#archetypes-fieldname-external-reference {
    display:none}
#archetypes-fieldname-detail {
    display:none}

ul.gallery-columns {
    margin: 30px 0;
    overflow: hidden;}

.componentLeft {
    clear: left;
    float: left;
    padding: 0 20px 0 0;}
	
	
.componentRight {
	margin:0 -20px 0 0;
	clear:right;
	float:right;
	padding: 0 0 0 20px}

.article-toggle .article-buttons, .article-manage .article-buttons {
	height:0;
	overflow:visible;
	right:140px;
	white-space:nowrap;
	z-index:1;
	margin-top:-29px}

.article-toggle a, .article-manage a {
    background-color: #75AD0A;
    background-image: linear-gradient(#75AD0A, #75AD0A);
    background-repeat: repeat-x;
    border-color: #DDDDDD #DDDDDD #C5C5C5;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2em;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
    text-transform: inherit}
	
.article-manage .article-buttons {
    left: 0;
    top: 20px;
}