﻿div#mainWrapper
{
    padding-top: 20px !important;
}

div#contentWrapper
{
    background: transparent url('/Portals/0/_images/two_pane_background.gif') 0 0 no-repeat;
    width: 780px;
    height: 660px;
    position: relative;
}

div#titlePaneWrapper
{
    width: 700px;
    position: relative;
    top: 15px;
    left: 30px;
}

div#inspirationPaneWrapper
{
    width: 766px;
    height: 590px;
    position: absolute;
    top: 49px;
    left: 7px;
    font-family: Arial, Verdana, Sans-Serif;
}

div.inspList
{
    width: 244px;
    height: 590px;
    position: absolute;
    overflow: hidden;
    padding: 0;
}

div.inspList ul
{
    position: relative;
    margin: 0 auto;
    padding: 30px 0 0;
}

div.inspList ul li
{
    list-style-type: none;
    width: 156px;
    height: 170px;
    margin: 0 auto;
}

div.inspMainPanel
{
    width: 522px;
    height: 100%;
    position: absolute;
    left: 241px;
    border-left: 2px solid #ccc;
}

a.inspListUpArrow
{
    display: block;
    width: 235px;
    height: 15px;
    position: absolute;
    top: 0;
    left: -1px;
    background: transparent url('/Portals/0/_images/insp_uparrow.gif') 0 0 no-repeat;
    color: Black;
    text-align: right;
    vertical-align: bottom;
    padding-top: 10px;
    padding-right: 7px;
    z-index: 10000;
}

a.inspListDownArrow
{
    display: block;
    width: 235px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url('/Portals/0/_images/insp_downarrow.gif') 0 0 no-repeat;
    color: Black;
    text-align: right;
    vertical-align: bottom;
    padding-top: 10px;
    padding-right: 7px;
    z-index: 10000;
}

a.inspListUpArrow:hover,
a.inspListDownArrow:hover
{
    text-decoration: none;
}

div.inspList ul li a
{
    color: #555;
    font-size: 1.2em;
    font-weight: bold;
}

div.inspList ul li a:hover
{
    color: #990D16;
    text-decoration: none;
}

div.inspLargeImage
{
    width: 464px;
    height: 364px;
    margin: 10px auto;
}

div.inspTextPanel
{
    width: 464px;
    height: 183px;
    margin: 15px auto;
    background: transparent url('/Portals/0/_images/textblock_464_183.gif') 0 0 no-repeat;
    position: relative;
}

div.inspTextPanel h2
{
   font-family: Avant Garde, Century Gothic, Arial, Verdana, Sans-Serif;
   color: black;
   float: left;
   font-size: 1.6em;
   font-weight: bold;
   padding-bottom: 4px;
   margin-top: 5px;
   margin-left: 10px;
   border-bottom: 4px solid black;
}

div.inspDescWrapper
{
    width: 444px;
    clear: left;
    font-size: 1.1em;
    height: 105px;
    overflow: hidden;
    position: absolute;
    top: 38px;
    left: 10px;
}

div.inspDesc
{
    height: 105px;
    overflow: auto;
}

div.inspDesc p
{
    padding-top: 3px;
    margin-top: 0;
}

a.inspDownloadPDF
{
    display: block;
    float: right;
    width: 124px;
    height: 22px;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    background: transparent url('/Portals/0/_images/btnDownloadPDF.gif') 0 0 no-repeat;
    margin: 10px;
}

a.inspDownloadPDF:hover
{
    background-position: 0 -22px;
    cursor: pointer;
}

a.btnGetMixing
{
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 114px;
    height: 30px;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    background: transparent url('/Portals/0/_images/btnGetMixing.gif') 0 0 no-repeat;
}

a.btnGetMixing:hover
{
    background-position: 0 -30px;
    cursor: pointer;
}

a.manage
{
    position: absolute;
    z-index: 20000;
    bottom: 0;
}
