﻿#main{position: relative; margin:auto;}

.list_left{ position: absolute; display:inline-block;   height:auto; margin-left:0; background-color: #03193B;}
.list_left ul.menu{display:block;list-style:square; color:white;    -webkit-padding-start: 20px;}
.list_left ul li a{display:  block; margin:10px; cursor:pointer; color: white; line-height:20px }
.list_left ul li:hover, .list_left ul li a:hover{ color: yellow;}
.list_left ul li:active, .list_left ul li a:active{ color: yellow;}
a.selected{ color: yellow!important;}

.activeLink .ng-binding {
        color: #e2511c;
    }
	
.list_right{ position: relative; display:inline-block; min-height:450px ;height:auto; top:10px}
ul.item{text-align: left; position:relative; margin:auto;  display:inline-block;padding-bottom:80px;}
ul.item li{	display: inline-block;margin: auto; position:relative; width:100px; height:100px; ; text-align:center; padding:10px}

ul.item li{	display: inline-block;margin: 5px;position:relative;width:100px; height:100px; ; text-align:center; padding:10px; list-style:none}
/*ul.item li a{display:block; line-height:110px; height:110px; width:110px; text-align:center;}*/

