
#accordion-spacer {
	margin-bottom:30px;
}
#project-list-wrapper {
    overflow: hidden;
    position: absolute;
    z-index: 3;
    margin-bottom: 30px;
}
#project-list {
    position: relative;
}
#project-list div.project-node {
    position: absolute;
}

/* default handle appearance */
#project-list div.project-node div.handle {
    display: block;
    text-align: center;
    width: 27px;        /* accordion interval */
    margin: 0;
    cursor: pointer;
    background: url(../images/accordion_horizontal/acco-handle-top.png) no-repeat top left;
}
    #project-list div.project-node div.handle div.handle-inner-wrapper {
        position: absolute;
        left: 0px;
        margin: 0px;
        padding: 0px;
        width: 27px;
        overflow:hidden;
        background: transparent;
    }
    #project-list div.project-node div.handle h2.handle-inner {
        background: url(../images/accordion_horizontal/acco-handle-bottom.png) no-repeat bottom left;
        margin-top: 0px;
    }
        
    #project-list div.project-node div.handle .old_canv,
    #project-list div.project-node div.handle .canv {
        position: absolute;
        bottom: 25px;
    }
    
/* first visible on left */
div.handle {
	background: url(../images/accordion_horizontal/acco-handle-top-first.png) no-repeat top left;
	margin-top:-2px;
}
#project-list div.first div.handle {
	background: url(../images/accordion_horizontal/acco-handle-top-first.png) no-repeat top left;
}
    #project-list div.first div.handle h2.handle-inner {
        background: url(../images/accordion_horizontal/acco-handle-bottom-first.png) no-repeat bottom left;
    }
#project-list div.currentfirst div.handle {
    background: url(../images/accordion_horizontal/acco-handle-top-currentfirst.png) no-repeat top left;
}
    #project-list div.currentfirst div.handle h2.handle-inner {
        background: url(../images/accordion_horizontal/acco-handle-bottom-currentfirst.png) no-repeat bottom left;
    }
/* handle appearance for panels sitting on the right */
#project-list div.right div.handle {
    background: url(../images/accordion_horizontal/acco-handle-top-right.png) no-repeat top left;
}
    #project-list div.right div.handle h2.handle-inner {
        background: url(../images/accordion_horizontal/acco-handle-bottom-right.png) no-repeat bottom left;
    }
/* handle appearance for active panel handle */
#project-list div.current {
}
#project-list div.current div.handle, #project-list div.current.last div.handle {
    background: url(../images/accordion_horizontal/acco-handle-top-current.png) no-repeat top left;
}
    #project-list div.current div.handle h2.handle-inner, #project-list div.current.last div.handle h2.handle-inner {
        background: url(../images/accordion_horizontal/acco-handle-bottom-current.png) no-repeat bottom left;
    }
/* last visible on right */
#project-list div.last div.handle {
    background: url(../images/accordion_horizontal/acco-handle-top-last.png) no-repeat top left;
}
    #project-list div.last div.handle h2.handle-inner {
        background: url(../images/accordion_horizontal/acco-handle-bottom-last.png) no-repeat bottom left;
    }

#project-list div.project-outer-wrapper {
	position: absolute;
    top: 0px;
    left: 0px;
    background-color: #FFF;
}
	#project-list .project-wrapper {
        border-top: 1px solid #E8E8E8;
        border-bottom: 1px solid #fff;
        padding-left: 30px;
        border-left: 1px solid #FFF;
	}
		#project-list .project-inner-wrapper {
            padding-top: 30px;
            border-bottom: 1px solid #000;
		}
	
#acco-end {
	display: none;
	position: absolute;
	right: -27px;
	top: 0px;
	background: url(../images/accordion_horizontal/acco-handle-bottom-last.png) no-repeat bottom left;
}
    #acco-end-inner {
        width: 27px;
        margin-bottom: 22px;
        background: url(../images/accordion_horizontal/acco-handle-top-last.png) no-repeat top left;
    }
#project-list div.last .project-inner-wrapper {
}
	#project-list div.last #acco-end {
	   display: block;
	}
	/*
	#project-list p {
	    text-align: justify;
	}
	*/

div.project-node {
}
    div.project-node h1 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-top: 2px;
        margin-bottom: 2px;
        letter-spacing: auto;
        font-weight: bold;
        color: #000;
    }
    div.project-node h3 {
        font-size: 12px;
        margin:  0 0 -4px 0;
        padding: 0px;
        color: #000;
    }
     
    div.project-node a.btn-readmore {
        /*
        position:absolute;
        top: 154px;
        left:-2px;
        */
        display:block;
        margin-top: 15px;
        float:left;
    }
    
    div.project-node .reference {
        float:right;
    }
        div.project-node .reference a {
            color: #62afe4;
            font-size: 9px;
            font-weight:bold;
            display:block;
            margin-top:3px;
            background: url(../images/icon-bullet.gif) no-repeat 0% 50%;
            padding-left: 21px;
        }
    
    div.project-node .meta {
        float:left;
    }
        div.project-node .meta span.date {
            color: #62afe4;
            font-size: 9px;
            font-weight: bold;
            display: block;
            margin-top: 3px;
            text-align: left;
            background: url(../images/icon-bullet.gif) no-repeat 0% 50%;
            padding-left: 19px;
        }
        
        div.content-wrapper {
            float: left;
            position: relative;
            padding-left: 25px;
        }
	        div.content-inner {
	            clear: both;
	            padding-top:10px;
	            
	        }
        div.image-wrapper {
            float: left;
            background: url(../images/project-split.gif) top right repeat-y;
            padding-right: 30px;
            width: 175px;
            height: 220px;
        }
	        div.images-wrapper {
	            /* @todo */
	            width: 175px;
	        }
            div.image-wrapper div.image-highlight {
                clear:both;
            }
                div.image-highlight canvas {
                    margin-left: 1px;
                    border-top: 1px solid #cecece !important;
                }
            div.image-wrapper div.image-highlight img {
               border: 1px solid #cecece !important;
            }
            div.image-wrapper .image-title {
                margin: 0px 0px;
                padding:0px;
                color: #62afe4;
                font-size: 9px;
                font-weight: bold;
            }

    ol.images-list {
        padding: 0px;
        margin: 0px -2px 2px 0px;
        /margin-bottom: -1px; /* IE Hack */
        float: right;
    }
        ol.images-list li {
           float: left;
           display: inline;
           margin-left: 2px;
           margin-right:0px;
        }
        ol.images-list li a {
            display:block;
        }
        ol.images-list li img {
           border: 1px solid #cecece;
           margin:0px;
        }
        
#project-list-loader-wrapper {
	z-index: 4; 
	position: absolute;
	border: 1px solid #E8E8E8;
}
	#project-list-loader {
	    position: relative
	}
	.waiting {
	    background-color: white !important;
	    position: relative;
	}





