.tabPanelContainer
{
    position:relative;
    margin:10px;
    padding:0px;
    padding:10px 0px 10px 0px;
    padding-bottom:25px;
    border-bottom:solid 1px #999;
    width:680px;
    height:100px;
    overflow:hidden;
    z-index:500;
}

.tabs
{
    position:relative;
    width:100%;
    clear:both;
    top:0px;
    z-index:500;
}

.tabs div
{
    position:relative;
    top:1px;
    float:left;
    padding:4px;
    margin-right:4px;
    margin-left:4px;
    z-index:100;
}

.tabSelected
{
    border:solid 1px #999;
    border-bottom:solid 1px #fff;
    background-color:#fff;
    z-index:100000;
    top:1px;
}

.tabUnSelected
{
    border:solid 1px #999;
    background-color:#eee;   
}

.panel
{
    position:relative;
    padding-top:4px;
    margin-right:10px;
    width:100%;
    height:96%;
    /*overflow:auto;*/
    clear:both;
    border-top:solid 1px #999;


}

.details
{
    position:relative;
    margin:0px;
    margin-bottom:15px;
    top:-30px;
}

.divContact
{
    position:relative;
    padding-bottom:50px;
}

#divImage
{
    position:absolute;
    top:75px;
    right:10px;
}

#divHide, #divMore
{
    position:relative;
    width:65px;
    left:610px;
    top:40px;
    z-index:900;
    padding-left:12px;
}

#divHide a, #divMore a
{
    display:block;
    width:100%;
}

#divHide
{
   background-image:url(/images/btnArrowUp.gif);
	_background-image:url(/images/btnArrowUp.gif);
    background-repeat:no-repeat;
    visibility:hidden;
    background-position:right;
}

#divMore
{
    background-image:url(/images/btnArrowDown.gif);
    _background-image:url(/images/btnArrowDown.gif);
    background-repeat:no-repeat;
    background-position:right;
}

/*override the CollectorsCorner.css items for this page */
#divContentRight
{
    display:none;
}

#divBanHeader
{
	display:none;
}

#divBanHeaderLeft
{
	display:none;
}

#divContentCenter
{
    position:relative;
    width:705px;
    margin-right:10px;
    margin-left: 125px;
    margin-bottom: 25px;
}
