@CHARSET "UTF-8";
.nav_add
{
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/plus.gif);
    float:right;
}
    
.nav_up{
	cursor:pointer;
	width:12px;
	height:12px;
	display:inline;
	background-image: url(/images/nav/up.gif);
	float:right;
}
.nav_down
{
	cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/down.gif);
    float:right;
}
.nav_del
{
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/del.gif);
    float:right;
}
.nav_urls
{
	
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/urls.gif);
    float:right;
}
.nav_edit
{
    
    cursor:pointer;
    width:12px;
    height:12px;
    display:inline;
    background-image: url(/images/nav/edit.gif);
    float:right;
}
.s001_01 {margin-left:5%;}
.s001_02 {margin-left:10%;}
span.s001_02
{
   border-bottom:1px solid red;
   width:88%;
   display:block;
}
.s001_03 {margin-left:15%;}
