﻿/* Plant Meta List */
#main_content ul.plant-meta-list { list-style: none; }
#main_content ul.plant-meta-list li { 
    padding-left: 30px;
    background: transparent url(images/art/plant-list-bullet.png) top left no-repeat;
    margin-bottom: 20px; 
    list-style: none; 
}
#main_content ul.plant-meta-list li.not-mine { background-image: url(images/art/plant-list-public-bullet.png); }
#main_content ul.plant-meta-list li span { display: block; }
#main_content ul.plant-meta-list li span.title { font-size: 120%; color: #000; font-weight: bold; }
#main_content ul.plant-meta-list li span.description { color: #333; }
#main_content ul.plant-meta-list li span.item-count { color: #ccc; }

#main_content table.plant-list-table td { padding: 20px 10px; vertical-align: top; }
#main_content table.plant-list-table td span { display: block; }
#main_content table.plant-list-table td span.bname { font-size: 120%; color: #000; font-weight: bold; }
#main_content table.plant-list-table td span.cname { color: #000; font-weight: normal; }
#main_content table.plant-list-table td span.description { font-size: 85%; color: #999; font-weight: normal; }

#main_content table.plant-list-table td div.availability { font-size: 85%; color: #000; font-weight: normal; }


/* Plant List Ctrl */
#ADD-TO-LIST {
    position: absolute;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: solid 1px #333;
    background: #ccc;
    font-size: 85%;
    padding: 5px 10px;
    z-index: 99991;
    
}
#ADD-TO-LIST .title { font-weight: bold; letter-spacing: 1px; }
#ADD-TO-LIST select {}
#ADD-TO-LIST input[type=text] { border: solid 1px #900; }
#ADD-TO-LIST .btnA2L { 
    cursor: pointer; 
    margin: 5px 0; 
    padding: 3px 5px;
    width: 90px; 
    background: #E1E3B3; 
    border-left: solid 1px #999; border-top: solid 1px #999;
    border-right: solid 2px #999; border-bottom: solid 2px #999;
}
#ADD-TO-LIST .btnA2L:hover {
    background: #DDDF99;
}
#ADD-TO-LIST #btnSUBMIT-TO-LIST { font-weight: bold; }
#ADD-TO-LIST #btnCANCEL-TO-LIST { font-weight: normal; }


/* Add To List Button (a2l) */
.a2l-button {
    display: block;
    position: relative;
    margin-top: 3px;
    padding-left: 22px;
    line-height: 16px;
    height: 16px;
    background: transparent url(images/art/add-btn-sprite.png) 0px 0px no-repeat; 
    z-index: 99990;
    color: #aaa;
    cursor: pointer; 
    
    top: 0px;
    left: 0px;
    
}
.a2l-button:hover {
    background-position: 0px -16px; 
    color: #333;
}
.a2l-button.undertext { background-color: #E1E3B3; }
.a2l-button.inline { }
