/* Category Content Styles
* adapted from genbilim.com
**********************************************************************************************************/

.catcontentcss ul {
list-style            : none;   
margin-left           : 2;   
display               : block;    
font-size             : 0.7em; 
}

.catcontentcss li {
font-family: Lucida Sans Unicode;
font-size: 11px;
font-weight: normal;
line-height: 150%;
color                 :#999999;
list-style            : none;   
margin-left           : 3;  
display               : block;    
padding-top           : 2px;   
padding-bottom        : 2px; 
text-align            :left;
text-indent           : 15px;
border-bottom-width   : 1px;
border-bottom-style   : solid;
border-bottom-color   : #999; 
}

.catcontentcss li a{
font-family: Lucida Sans Unicode;
font-size: 11px;
font-weight: normal;
line-height: 150%;
color                 :#999999;
margin-left           : 3;  
display               : block;   
padding-top           : 2px;   
padding-bottom        : 2px; 
text-indent           : 15px;
background-image      :url(ok.gif); 
background-position   : left ;
background-repeat     : no-repeat;
}

.catcontentcss li a:visited{
font-family: Lucida Sans Unicode;
font-size: 11px;
font-weight: normal;
line-height: 150%;
color                 :#999999;
margin-left           : 3;  
display               : block;   
padding-top           : 2px;   
padding-bottom        : 2px; 
text-indent           : 15px;
background-image      :url(check.gif); 
background-position   : left ;
background-repeat     : no-repeat;
}

.catcontentcss li a:hover{
font-family: Lucida Sans Unicode;
font-size: 11px;
font-weight: normal;
line-height: 150%;
color                 :#CC0000;
margin-left           : 3;  
display               : block;   
padding-top           : 2px;   
padding-bottom        : 2px; 
text-decoration       : none; 
}

ul {   
list-style        : inherit;   
padding           : 0;   
margin            : 0;   
font-size         : 0.8em; 
} 
ul li {   
margin-left       : 3;  
display           : block;   
background-image  : none;   
padding-top       : 2px;   
padding-bottom    : 2px; 
}