/* 
    Document   : topicSelection
    Created on : Oct 13, 2011, 6:08:33 PM
    Author     : christopher.avendano
    Description:
        Purpose of the stylesheet follows.
*/

textarea,input,select,file{
    border: 1px solid #D1D0D0;
}
div#SH_mid_right h2{
    font-size: 20px;
    font-weight: bold;
    color:#626262;
    margin-bottom:10px;
}

ul#mainTopicList{

    margin:0px;
    padding: 0px;
    list-style: none;
    font-weight: bold;
    
}
ul#mainTopicList li{
    margin: 5px 0px;    
    list-style-position: outside;
    margin-bottom:20px
/*    background: url('../images/bullet.png') no-repeat 3px 40 10px 30pxpx transparent;*/
}
ul#mainTopicList li.socialGames{
    width: 670px;
    height: auto;
    margin-bottom: 10px;
}
ul#mainTopicList li.socialGames a.gameImage{
    width: inherit;
    height: 75px;
    display: block;
    padding: 3px;
    border: 1px solid #D1D0D0;
    cursor: pointer !important;
}

ul#mainTopicList li.socialGames a.gameImage img{
    width: 670px;
    height: 75px;
}

ul#mainTopicList a{
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}
ul#mainTopicList a:hover{
/*    text-decoration: underline;*/
}

ul#mainTopicList ul{
/*    display: none;*/
}
ul#mainTopicList ul.subTopicList{
/*    display: none;*/
    list-style: none;
    margin: 15px 25px 5px 0;
    font-weight: normal;    
}
ul#mainTopicList ul.subTopicList li{    
    padding: 10px 10px 10px 40px;
    margin: 0px !important;
    line-height: 32px;
    border-bottom: 1px solid #ebebeb;
    list-style-position: inside;
    cursor: pointer;

}
ul#mainTopicList ul.subTopicList li a{
    font-size: 12px;
    margin:0px 0px 5px 35px;
    color: #0096db !important;
    height: 100%;
    width: auto;
    display: block;
}
ul#mainTopicList ul.subTopicList li a:hover{
    text-decoration: underline;
    cursor: pointer;
}
ul#mainTopicList ul.subTopicList li.top{
/*    border-top: 1px solid #ebebeb;    */
}
ul#mainTopicList ul.subTopicList li.bullet0{    
    background: url('../images/icoCoin.png') no-repeat 10px  transparent;
     background-position:top left;
}
ul#mainTopicList ul.subTopicList li.bullet0:hover{
    background: url('../images/icoCoin.png') no-repeat 10px  #FCE3E3;
     background-position:top left;
/*  #FFF5E0 */
/*  #ffcccc */
}

ul#mainTopicList ul.subTopicList li.bullet1{
    background: url('../images/icoMobileDownload.png') no-repeat 10px  transparent;
	 background-position:top left;
}
ul#mainTopicList ul.subTopicList li.bullet1:hover{
    background: url('../images/icoMobileDownload.png') no-repeat 10px  #FCE3E3;
	 background-position:top left;
}

ul#mainTopicList ul.subTopicList li.bullet2{
    background: url('../images/icoGears.png') no-repeat 10px  transparent;
     background-position:top left;
}
ul#mainTopicList ul.subTopicList li.bullet2:hover{
    background: url('../images/icoGears.png') no-repeat 10px  #FCE3E3;
    background-position:top left;
}

ul#mainTopicList ul.subTopicList li.moreLinks{
    background: none;
    margin: 15px 0px;
    font-weight: bold;
}

ul#mainTopicList ul.subTopicList li a{
    height: auto;
    margin-left: 10px;
    border: 0px;
    
    cursor: inherit;
}

ul#mainTopicList ul.subTopicList ul li{
    margin: 5px 25px;
    list-style: none;
    
}

