/* CSS Document */

.boxheader {
				cursor: pointer;
				font-family: Trebuchet MS;
        font-size: 14px;
        font-weight: bold;  
        color: #6e83a9;
        margin: 0;
        background: transparent url('i/ramka_top.gif') no-repeat top left;
        padding: 4px 0 0 4px;        
}

.boxheader_mini {
				cursor: pointer;
				font-family: Trebuchet MS;
        font-size: 14px;
        font-weight: bold;  
        color: #6e83a9;
        margin: 0;
        background: transparent url('i/ramka_top_mini.gif') no-repeat top left;
        padding: 4px 0 0 4px;        
}

.boxheader a, .boxheader_mini a {
        font-family: Trebuchet MS;                
       	font-size: 9px;
        font-weight: bold;  
        color: #A5A5A5;
       	text-decoration: none;        

}

.boxheader a:hover, .boxheader_mini a:hover {
        text-decoration: none;         

}

.boxtarget {
         border-left: 1px #b2d0e3 solid;
         border-right: 1px #b2d0e3 solid;
				 font-family: Verdana, "Trebuchet MS";         
         font-size: 12px;
         color: #6E83A9;
         padding-top: 5px;
         padding-left: 5px;
         padding-right: 5px;
}

.boxtarget img {
            width:75px;
            float: left;
            padding-right: 10px;
}

.boxtarget a {
           	font-size: 12px;
            color: #6E83A9;
            padding: 0;
           	text-decoration: none;
}

.boxtarget a:hover {

           	text-decoration: underline;
}

.boxtarget ul {
          /*padding-left: 5px;*/
          padding-top: 5px;
          list-style: none;
          margin: 0px;
}

.boxtarget ul li {
              line-height: 16px;
              list-style-position: outside;
              background: transparent url('i/ico_1.gif') no-repeat 1px 6px;
}

.boxtarget ul li  a {
              	font-size: 12px;
                color: #6E83A9;
                padding: 0 0 0 12px;
              	text-decoration: none;
}

.boxtarget ul li  a:hover {
                text-decoration: underline;
}