/* 
    Document   : demo
    Created on : May 20, 2009, 11:44:15 AM
    Author     : tabish
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#demo-menu
{
    /*border: 1px solid #00FF00;*/
    width: 200px;
    height: 200px;
    float: left;
    display: block;
    margin: 70px 0px 0px 30px;
}

.menu-item
{
    width: 135px;
    margin-bottom: 10px;
    font-size: 14px;

    background:url(../../images/bg_url.gif) repeat-x;
    border:solid 1px #3a1347;
    display:block;
    height:20px;
    line-height:20px;
    padding:2px 10px 2px;
    float:left;
}

.menu-item a
{
    color:#ffba00;
    text-decoration:none;
    display:block;
}

.menu-item a:hover
{
    color:#fff;
    text-decoration:none;
    display:block;
}

.selection-arrow
{
        float:left;
        margin-top: 4px;
        margin-right: 5px;
        width: 20px;
}

.unselected-arrow
{
    
}

#demo-description
{
    
    /*background-color: #4D1849;*/
    width: 270px;
    height: 150px;
    float: left;
    margin: 40px 0px 0px 10px;
    padding: 20px 5px 5px 10px;
    font-size: 16px;
}

#demo-description ul
{
    list-style-type:disc;
   
}
#demo-description li
{
    margin-bottom: 10px;
    color: #EFE2F7;
}

#pick-submit
{
    margin: 45px;
}
#indicator {/*border: 1px solid #FF0000;*/  float:left; width:200px; height:500px; margin:40px 0px 0px 70px;}


.clear-both
{
    clear: both;
}