@charset "utf-8";
/* ComboBox */

.ico_360, .ico_photos, .ico_videos, .ico_maps, .ico_info, .ico_home, .ico_share, .ico_iframe, .ico_rates, .ico_language{
	height:36px; display:inline-block; text-indent:45px;
}
.ico_360{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_360_tab.png) left no-repeat; 
}
.ico_photos{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_photos_tab.png) left no-repeat;
}
.ico_videos{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_videos_tab.png) left no-repeat;
}
.ico_maps{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_map_tab.png) left no-repeat;
}
.ico_info{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_info_tab.png) left no-repeat;
}
.ico_home{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_home_tab.png) left no-repeat;
}
.ico_iframe{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_iframe_tab.png) left no-repeat;
}
.ico_rates{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_rates_tab.png) left no-repeat;
}
.ico_language{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_language.png) left no-repeat;
}
.ico_share{
	background:url(/brochures/images/DesignNG/ComboIcons/ico_share_tab.png) left no-repeat;
}
/* ComboBox */

.ComboMenuContainer{
	padding:0px 10px 10px 10px;
	width:300px;
	clear:both;
	margin:0px auto 0px auto;
}
.ComboMenu{
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */
 float:left;
 width:100%; padding:3px;
 background:#999999;
 border-radius:5px;
 -moz-border-radius:5px;
 margin:0px 0px 0px 0px;
 display:block;
}
.ComboMenu ul{
 float:left; padding:0px; margin:0px; list-style-type:none; width:100%; 
}
.ComboMenu ul li{
 padding:0px; margin:0px; list-style-type:none; float:left; position:relative; display:block; width:100%;
}
.ComboMenu ul li a{
 float:left; width:100%; border:1px solid #727272;
 border-radius:5px;
 -moz-border-radius:5px;
 cursor:pointer; cursor:hand;
 background:#FFF url(/brochures/images/DesignNG/ComboIcons/combo_arrow.png) center right no-repeat;  
 padding:0px 5px 0px 5px;
 font:16px Arial, Helvetica, sans-serif; color:#000; text-decoration:none;
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */
}
.ComboMenu ul li a:hover{
 background:#E6E6E6 url(/brochures/images/DesignNG/ComboIcons/combo_arrow.png) center right no-repeat;  
}
.ComboMenu ul li a strong{
 height:40px; vertical-align:middle; display:table-cell;
}

.ComboMenu li .DropMenuBG{
 background:#999999;
 padding:0px 3px 3px 3px;
 display: none;
 border-radius:5px;
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */
 
}

.ComboMenu li ul{
 border-radius:5px;
 -moz-border-radius:5px;
 border-top-left-radius: 0px;
 -moz-border-radius-topleft: 0px;
 border-top-right-radius: 0px;
 -moz-border-radius-topright: 0px;
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */
  border:1px solid #727272;
}
.ComboMenu li ul li{
 padding:0px; margin:0px; list-style-type:none; float:left;
}
.ComboMenu li ul li a{
 float:left; width:100%; cursor:pointer; cursor:hand;
 padding:0px 0px 0px 5px;
 background:#FFF;
 font:12px Arial, Helvetica, sans-serif; color:#000;
 display:block; text-decoration:none;
 border:none;
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */
 border-radius:0px;
 -moz-border-radius:0px;
 border-bottom:1px solid #FFF;
 border-top:1px solid #FFF;
}
.ComboMenu li ul li:last-child a { 
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ComboMenu li ul li a:hover, .ComboMenu li ul li a.selected{
 background:url(/brochures/images/DesignNG/ComboIcons/combo_hover.png) left center repeat-x;
 border-bottom:1px solid #dddcdc;
 border-top:1px solid #dddcdc;
}
.ComboMenu ul li ul li a strong{
 height:35px; vertical-align:middle; display:table-cell;
}

.InfoPage .ComboMenu ul li ul li a strong{
	height:25px; 
}

.content_body, .info_content_body{
 background:none !important;
}
#poweredby_content{
 background:#FFF !important;
}
/* Ends */

