/*GARDEN PATHS PAGE */
#garden-paths
{
    width:967px;
    padding-top: 6px;
    margin: 0px auto;
    height:362px;
    position:relative;
    overflow:hidden;
}
#garden-paths UL
{
    
}
#garden-paths UL LI
{
    float:left;
    list-style-type:none;
    height:355px;
    width:46px;
    margin-right:2px;
    /*border:solid 1px #a8a8a8;*/
    position:relative;
    overflow:hidden;
    background:transparent url(../../app_themes/goe/lawn-dark-green.gif) no-repeat top left;
}
#garden-paths UL LI.selected-path
{
  background:transparent url(../../app_themes/goe/lawn-light-green.gif) no-repeat top left;   
}
#garden-paths UL LI .vertical-title
{
    margin-left:10px;
    margin-top:30px;
    float:left
}
#garden-paths UL LI .garden-holder
{
    border:1px solid #A8A8A8;
    height:346px;
    margin-left:48px;
    width:820px;
}
#garden-paths UL LI .garden-holder .flow-holder
{
    margin-left:22px;
    width:510px;
    margin-top:40px;
    float:left;
}
#garden-paths UL LI .garden-holder .flow-left 
{
    float:left;
    height:225px;
    width:30px;
    text-align:center;
    padding-top:76px;
}

#garden-paths UL LI .garden-holder .flow-right 
{
    float:left;
    height:225px;
    width:30px;
    text-align:center;
    padding-top:76px;
}
#garden-paths UL LI .garden-holder .flow 
{
    height: 225px;
    position: absolute;
    width: 20000px;
}

#garden-paths UL LI .garden-holder .flow-wrapper {
    float:left;
    height:300px;
    overflow:hidden;
    position:relative;
    width:450px;
}

#garden-paths UL LI .garden-holder .flow-wrapper .magnify 
{
    margin-top:234px;
    background:transparent url(../../app_themes/goe/magnify.gif) no-repeat left center;
    height:18px;
}
#garden-paths UL LI .garden-holder .flow-wrapper .magnify A
{
    text-decoration:none;
    color:#000;
}
#garden-paths UL LI .garden-holder .flow-wrapper .magnify A
{
    padding-left:14px;
}
#garden-paths UL LI .garden-holder .flow img {
    width: 300px;
    height: 225px;
    float: left;
    position: relative;
    cursor:pointer;
}
#garden-paths UL LI .garden-holder .garden-info
{
    width:264px;
    height:337px;
    float:right;
    background-color:#edf1dc;
}
#garden-paths UL LI .garden-holder .garden-info .name
{
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:10px;
    margin-left:18px;
    height:40px;
}
#garden-paths UL LI .garden-holder .garden-info .info
{
    height:227px;
    margin-left:18px;
    width:215px;
    font-size:0.9em;
}
#garden-paths UL LI .garden-holder .garden-info .hr {
    border-top:1px dashed #9EA774;
    height:2px;
    margin-bottom:10px;
    margin-left:16px;
    width:234px;
}
#garden-paths UL LI .garden-holder .garden-info A
{
    color:#000000;
    line-height:19px;
    margin-left:15px;
    padding-left:10px;
    text-decoration:none;
    background:transparent url(../../app_themes/goe/red-arrow-right.gif) no-repeat left center;
}
#garden-paths UL LI .garden-holder .garden-info A:hover
{
    color:#9dbc3b;
}
#garden-paths UL LI .garden-holder .garden-info .hr hr {
  display: none;
}
#garden-paths-landing
{
   display:inline-block;
   margin-bottom:10px;
}
#garden-paths-landing UL
{
}
#garden-paths-landing UL LI
{
    float:left;
    height:348px;
    width:319px;
    list-style-type:none;
    margin-right:8px;
}
#garden-paths-landing UL LI A
{
    color:inherit;
    text-decoration: none; 
}
#garden-paths-landing UL LI:last
{
    margin-right:0px;
}
#garden-paths-landing UL LI .header
{
    background:transparent url(../../app_themes/goe/garden-paths-landing-header.gif) repeat-x top left;
    width:319px;
    height:30px;
    margin-bottom:2px;
    color: #fff;
}
#garden-paths-landing UL LI .header P
{
    margin-left:17px;
    padding-top:6px;
}
#garden-paths-landing UL LI .footer
{
    background:transparent url(../../app_themes/goe/garden-paths-landing-footer.gif) no-repeat top left;
    height:70px;
    width:319px;
    margin-top:2px;
}
#garden-paths-landing UL LI .footer P
{
    color:#FFFFFF;
    font-size:0.9em;
    margin-left:13px;
    padding-top:4px;
}