/* activity_list/special_deal */

.group_cat_wrapper {
    clear: both;
    margin-bottom: 5px;
}

.selected_cat {
    clear: left;
    float: left;
    margin-right: 3px;
    margin-bottom: 5px;
}

.parent_cat_name,
.current_cat_name {
    color: #46392b;
}

.parent_cat_name,
.current_cat_name {
    float: none;
    font-weight: bold;
}

.parent_cat_name {
    font-weight: normal;
}

.current_cat_name {
    clear: both;
}

.current_cat_name a {
    color: #46392b !important;
    font-size: 18px;
    line-height: 15px;
    text-decoration: none;
}
.current_cat_name a:hover {
  text-decoration: none;
}

.category_list_link_parent {
background: #fefefe;
border: 1px solid #ccc;
border-radius: 3px;
float: none;
margin: 0 0 6px;
position: relative;
transition: none;
width: 250px !important;
}

.category_list_link_parent:hover #CategoryList {
    display: none;
}

@-moz-document url-prefix() {
    .category_list_link_parent {
        float: none;
        display: inline-block; /* fix FF white gap */
    }
}

.filter_wrapper {
    margin-bottom: 0px;
}

.category_list_link_btn {
background-image: url(/_tr/vt/2/img/new/icon_sprites.png);
background-repeat: no-repeat;
background-position: 195px -2965px !important;
color: #44432c;
display: block;
font-size: 13px;
font-weight: bold;
padding: 3px 30px 3px 12px;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}

.category_list_link_btn span {
    color: #005bbc;
    text-decoration: none;
}

#CategoryList {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    width: 99.7%;
    z-index: 11;
    max-height: 240px;
    overflow: auto;
}

.category_list_link_parent #CategoryList::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.category_list_link_parent #CategoryList::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.4);
}

#CategoryList ul li a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    text-decoration: none;
}

#CategoryList ul li a:hover {
    text-decoration: underline;
}

ul.child_list {
    padding-left: 15px;
}

#CategoryList ul.child_list li a {
    font-weight: normal;
}

#PopularCategories #CategoryList ul li.selected a {
	background: #fff url(/_tr/vt/2/img/new/icon_sprites.png) no-repeat -10px -772px;
	border: 2px solid #f39401;
	color: #44423c;
	display: block;
	font-weight: bold;
	padding: 10px 15px 10px 40px;
	text-decoration: none;
}

#PopularCategories #CategoryList ul li.selected a span {
	background: #fff url(/_tr/vt/2/img/new/icon_sprites.png) no-repeat right -672px;
	padding-right: 20px;
}

#PopularCategories #CategoryList {
	display: none;
	margin: 0 0 20px;
	position: absolute;
	left: 0;
	outline: 0;
	top: 32px;
	width: 910px;
	z-index: 10000; /* must higher than carousel button */
}


#PopularCategories #CategoryList .list_wrapper {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	clear: both;
	overflow: hidden;
	padding: 0px 30px 30px;
}

#PopularCategories #CategoryList .btn_close {
	position: absolute;
	right: 15px;
}

#PopularCategories #CategoryList .btn_close a {
	background: url(/_tr/vt/2/img/new/icon_sprites.png) no-repeat -15px -2406px;
	display: block;
	font-size: 9.5px;
	margin-top: 15px;
	padding-top: 30px;
}

#PopularCategories #CategoryList h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	margin-top: 16px;
}

#PopularCategories #CategoryList ul {
	/* margin-left: 10px; #7730 */
}

#PopularCategories #CategoryList ul li {
	font-size: 12px;
	line-height: 20px; /* #7730 */
}

#PopularCategories #CategoryList a {
	color: #005BBC; /* #7730 */
	text-decoration: none;
}

#PopularCategories #CategoryList a:hover {
	color: #f39400;
}

#PopularCategories #CategoryList h3 a { /* #7730 */
    text-decoration: underline;
}

#PopularCategories #CategoryList li a { /* #7730 */
    background: url(/_tr/vt/2/img/new/icon_sprites.png) no-repeat -30px -3191px;  /* #7730 */
    display: block;
    padding-left: 20px;
}

#PopularCategories #CategoryList .list {
	float: left;
	margin: 0 15px;
	width: 245px;
}
/*
#PopularCategories #CategoryList .list:first-child {
	margin: 0;
}
*/

#PopularCategories .title {
    float: left;
    font-size: 11px;
    margin: 3px 15px 10px 0;
}

#choose_destination_area {
    margin-bottom: 30px;
}
.on_sp_deals_title {
    font-size: 22px !important;
    line-height: 1.5em !important;
}
.searchresult .searchresult_text {
    clear: both;
    margin-bottom: 20px !important;
}
#choose_destination_area .choose_destination_title {
    font-weight: bold;
    font-size: 120%;
}
#choose_destination_area {
    line-height: 1.5em;
}