

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
 height: 0;
 width: 1010px;
 margin: 0 auto;
 top: 0;
 z-index: 999;
 padding-right: 20px;
}

.tab ul {
        list-style-type: none;
        padding:0; margin: 0;
}

.tab ul.login {
	display: block;
  	float: right;
  	clear: right;
  	height: 0;
	width: auto;
	line-height: 55px;
	margin: 0;
  	color: white;
  	font-size: 12px;
}



.tab ul.login li {
 	text-align: right;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 60px;
        width: 90px;
  	background: url(/templates/shared/imgs/tools_bg.png) no-repeat 0 0;
}

.tab ul.login li a {
	color: #fff;
}

.tab ul.login li a:hover {
	color: #ec1c24;
        text-decoration: none;
}


.tab a.open, .tab a.close {
      	text-align: right;
	height: 30px;
	line-height: 14px !important;
	padding-left: 10px !important;
	padding-right: 30px !important;
	cursor: pointer;
	display: block;
	width: 30px;
	position: relative;
	top: 12px;
}

.tab a.open {background: url(/templates/shared/imgs/bt_open.png) no-repeat right 0;}
.tab a.close {background: url(/templates/shared/imgs/bt_close.png) no-repeat right 0;}
.tab a:hover.open {background: url(/templates/shared/imgs/bt_open.png) no-repeat right -34px;}
.tab a:hover.close {background: url(/templates/shared/imgs/bt_close.png) no-repeat right -34px;}

/* sliding panel */
#toppanel {
    /*position: absolute;*/   /*Panel will overlap  content */
    position: relative;   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 160px;
	color: #999;
  	background: url(/templates/shared/imgs/panel_bg.png) #969696 repeat-x 0 0;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
 border-bottom: 1px solid #25282A;
}

#panel h1 {
	font-size: 16px;
        font-weight: normal;
	padding: 8px 0 5px 0;
	margin: 0 0 22px 0;
	color: #ec1c24;
        text-shadow: none;

}

#panel #midd h1, 
#panel #right h1 {
        background: url(/templates/shared/imgs/panel_h1_bg.png) transparent no-repeat 0 0;
	padding: 8px 0 5px 10px;
        color: #fff;
}

#panel h2{
        font-family: Arial, sans-serif;
	font-size: 14px;
        font-weight: normal;
	padding: 5px 0 5px 7px;
	margin: 0 0 8px 0;
	color: white;
        text-shadow: none;
}

#panel h2 #trips {
        background: url(/templates/shared/imgs/travelicon_trips.gif) transparent no-repeat 0 4px;
	padding: 10px 0 10px 40px;
}


#panel h2 #air {
        background: url(/templates/shared/imgs/travelicon_air.gif) transparent no-repeat 0 4px;
	padding: 10px 0 10px 40px;
}

#panel h2 #rail {
        background: url(/templates/shared/imgs/travelicon_rail.gif) transparent no-repeat 0 4px;
	padding: 10px 0 10px 40px;
}

#panel h2 #hotel {
        background: url(/templates/shared/imgs/travelicon_hotel.gif) transparent no-repeat 0 4px;
	padding: 10px 0 10px 40px;
}


#panel h2 #virtual {
        background: url(/templates/shared/imgs/travelicon_virtual.gif) transparent no-repeat 0 4px;
	padding: 10px 0 10px 40px;
}

#panel h2 #mis {
        background: url(/templates/shared/imgs/travelicon_mis.gif) transparent no-repeat 0 4px;
	padding: 10px 0 10px 40px;
}

#panel h2 #meet {
        background: url(/templates/shared/imgs/travelicon_meet.gif) transparent no-repeat 0 4px;
	padding: 10px 0 10px 40px;
}



#panel a {
	text-decoration: none;
	color: #fff;
}

#panel a:active {
	text-decoration: none;
	color: #ec1c24;
}

#panel a:hover {
	color: #25282A;
}

#panel .content {
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 12px;
}

#panel .content #left {
	width: 350px;
    height: 280px;
	float: left;
	padding-right: 90px;
}

#panel .content #midd {
	width: 240px;
    height: 270px;
	float: left;
    margin-top: 60px;
}

#panel .content #right {
	width: 250px;
    height: 270px;
	float: left;
    margin-top: 60px;
}



/*----- cookie stuff -----*/


#cookie-law {
    max-width:940px;
    background:#EEEADD;
    margin:10px auto 0;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}
 
#cookie-law p {
    padding:10px;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    color:#682008;
    margin:0;
}