@charset "UTF-8"; 
#path{
	position: relative;
	overflow: hidden;
	
	.group_center{
		margin: 0px auto;
		overflow:hidden;
		width: 1150px;
		height: 50px;
		
	}
	ul {
		list-style: none;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 0px 0px;
		
		li {
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 20px 0px 0px;
			float: left;
			.font(500,11px,15px);
			letter-spacing:0.8px;
			color: @color3;
			a {
				text-decoration:none;
				color: #b1b1b1;
				
			}
			a:hover {
			
				color: #58585a;
				
			}
		}
		li.path_li {
			/*margin: 0px 0px 0px 0px;
			padding: 0px 20px 0px 0px;*/
			background-image: url(../../Images/path_li.png);
			background-repeat: no-repeat;
			background-position: right center;
			
			color: @color4;
			
		}
	}
	#path_top_shadow{
		position: absolute;
		height: 21px;
		width: 100%;
		z-index: 10;
		top: 0;
		background-image: url(../../images/path_top_shadow.png);
		background-repeat: repeat-x;
	}
	.path_top_shadow{
		height: 21px;
		width: 100%;
		z-index: 10;
		top: 0;
		background-image: url(../../images/path_top_shadow.png);
		background-repeat: repeat-x;
	}

	#path_bottom_shadow{
		position: absolute;
		bottom: 0;
		height: 21px;
		width: 100%;
		z-index: 10;
		background-image: url(../../images/path_bottom_shadow.png);
		background-repeat: repeat-x;
	}
}





#page_title{
	position: relative;
	overflow: hidden;
	/*background-color: #FFC;*/
	.group_center{
		width: 1150px;
        border-bottom:1px solid #E8E8E8;
		h2{
			margin: 55px 0px 5px 0px;
			padding: 0px 0px 0px 0px;
			color: #58585a;
		}
	}
	
}


















/*---- pages --------------------------*/
#pages {
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 30px 0px;
    overflow: hidden;
    /*position:relative; */
    ul {
        list-style: none;
        position: relative;
        left: 50%;
        float: left;
    }

    li {
        position: relative;
        left: -50%;
        float: left;

        a {
            display: block;
            width: 26px;
            height: 26px;
            border: 1px solid #a2a2a2;
            text-align: center;
            margin-right: 3px;
            .font(normal,14px,22px);
            text-decoration:none;

            color: #a2a2a2;
            background: #f1f1f1;
        }
        a:hover {
            
            color: #f1f1f1;
            
            background-color: #c7c7c7;
            
        }
    }
     li.selected a,
        li a.selected:hover,
        li a.selected {
            color: #f1f1f1;
            background: #a2a2a2;
        }
        
           

        li.pares_pre a {
            display: block;
            text-indent: -5000px;
            list-style-type: none;
            background-image: url(/Images/pages_pre.png);
            background-repeat: no-repeat;
            background-position: left 2px;
            background-color: #f1f1f1;
        }

            li.pares_pre a:hover {
                background-image: url(/Images/pages_pre.png);
                background-repeat: no-repeat;
                background-position: left -20px;
                background-color: #c7c7c7;
            }

        li.pares_next a {
            display: block;
            text-indent: -5000px;
            list-style-type: none;
            background-image: url(/Images/pages_next.png);
            background-repeat: no-repeat;
            background-position: left 2px;
            background-color: #f1f1f1;
        }

            li.pares_next a:hover {
                background-image: url(/Images/pages_next.png);
                background-repeat: no-repeat;
                background-position: left -20px;
                background-color: #c7c7c7;
            }
}
	
	
	
	
	
	









