.c_n_c {
	background: #f1f1f1;
	display: inline-block;
	font-size: 12px;
	padding: 14px 0 7px 0;
	
	border: 1px solid #e6e6e6;
    border-top: 0px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;

    position: absolute;
    z-index: 95;

    -webkit-box-shadow:  0px 4px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 4px 5px 1px rgba(0, 0, 0, 0.2);
}

    .c_n_c .loading {
        width: 176px;
        text-align: center;
    }
        .c_n_c .loading span {
            display: block;
            color: #666;
            font-size: 10px;
            padding-top: 5px;
        }
	.c_n_c .continents {
		width: 176px;
	}
	
	.c_n_c .countries {
		width: 183px;
	}
		.c_n_c .countries .country_name {
			float: left;
			left: 0;
			padding-left: 23px;
			position: relative;
			top: 0;
		}
			.c_n_c .countries .country_name .rect_flag {
				top: 8px;
			}
	
	.c_n_c .regions_cities {
		width: 285px;
	}
	
	.c_n_c .popular_destinations  {
		margin: 0px 0 0 25px;
		width: 309px;
	}

    .c_n_c .popular_destinations  .sub_title {
        font-weight: bold;
        font-size: 10px;
        color: #F60;
        margin-bottom: 5px;
    }

		.c_n_c .popular_destinations li  {
			float: left;
            margin-right: 20px;
		}
		
		.c_n_c .countries.col li, .c_n_c .continents.col li {
			position: relative;
		}
		
		.c_n_c .countries.col li {
			padding-left: 6px;
		}
	
	.c_n_c ul {
		list-style: none;
		margin: 0;
	}
    .c_n_c ul.bottom_dotted,
    .c_n_c div.bottom_dotted {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
	
	.c_n_c .col {		
	}
		.c_n_c .col div.load_letter {
			font-size: 10px;
			margin-left: 6px;
            padding: 2px 5px 3px;
            margin-left: 9px;
            display: inline-block;
            border-bottom: 0px;
            border-radius: 3px;
            cursor: pointer;
            margin-bottom: 5px;
            color: #026987;
		}
		    .c_n_c .col div.load_letter span {
                border-bottom: 1px dotted #026987;
                text-decoration: none;
            }
            /*.c_n_c .col div.load_letter:hover span {

            }*/

		.c_n_c .col .title {
			color: #999;
			font-size: 10px;
			font-weight: bold;
			margin-bottom: 8px;
		}

		.c_n_c .col .title {
			margin-left: 15px;
		}
		
		.c_n_c .countries .title, .c_n_c .regions_cities .title {
			margin-left: 5px;
		}
		
		.c_n_c .regions_cities .title {
			margin-bottom: 5px;
		}
		
		.c_n_c .col .bordered_left_wrap, .c_n_c .col .bordered_wrap {
			border-left: 2px solid #fff;
		}

		.c_n_c .col .bordered_right_wrap, .c_n_c .col .bordered_wrap {
			border-right: 2px solid #fff;
		}
		
		.c_n_c .col .list {
			height: 265px;
		}

        .c_n_c .col .list .loader {
            color: #666;
            margin-left: 14px;
            margin-top: 10px;
        }

		.c_n_c .col .list, .c_n_c .popular_destinations .list {
			overflow: auto;
		}

		.c_n_c .cities .list {
			height: 265px;
		}

		.c_n_c .popular_destinations .list {
			height: 265px;
		}
		
		.c_n_c .col li {
			padding-left: 14px;
			padding-right: 24px;
			overflow: hidden;
		}
		
		.c_n_c .col li, .c_n_c .popular_destinations li {
			line-height: 24px;
		}
		
		.c_n_c .col li.active, .c_n_c .col li:hover {
			background: #fff;
		}
			.c_n_c .col li.active a {
				color: #ff6600;				
			}
			
		.c_n_c .col a.rect_flag_link i {
			top: 7px;
		}
		
		.c_n_c .col .tabs_box {
			margin-top: -5px;
		}
			.c_n_c .col .tabs_box label {
				font-weight: bold;
			}

			.c_n_c .col .tabs_box a {
				color: #999;
			}

		.c_n_c .search_input_box {
			margin: 7px 0 0 6px;
		    width: 85%;
		}
			
		.c_n_c .show_child {
			background: url(/static/blocks/c_n_c/sprite_icons_c_n_c.png) no-repeat 0 -56px;
			cursor: pointer;
			visibility: hidden;
			height: 20px;
			position: absolute;
		    right: 0;
		    top: 0;
			margin: 2px 1px 0 0;
			width: 24px;
		}
		
		.c_n_c .col li:hover .show_child {
			visibility: visible;
		}
		
