/* CSS Document */

/* Styles in LIST of packageodations selected on search page. */

.list2 DIV.assignablelist { margin:0px 0px 30px 0px; position:relative; min-height: 100px; color:#333333;}
.list DIV.assignablelist {margin:0px 0px 0px 0px;}
.list DIV.assignablelist H3{font-weight: normal !important;}

/*DIV.assignablelist:nth-child(odd) div.assignablelist_head{
  background: linear-gradient(to bottom, #eaeaea 0%, #f2f2f2 100%) repeat scroll 0 0 transparent; }
DIV.assignablelist:nth-child(even) div.assignablelist_head{
  background: linear-gradient(to bottom, #f5f5f5 0%, #f8f8f8 100%) repeat scroll 0 0 transparent; }*/
.list table.even {
    background: #eaeaea; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eaeaea 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eaeaea 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eaeaea 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eaeaea 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eaeaea 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
}

.list table.odd{
    background: #f5f5f5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f5f5 0%, #f8f8f8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f5f5 0%,#f8f8f8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f5f5 0%,#f8f8f8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f5f5 0%,#f8f8f8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-8 */

      padding: 0px;
}

.aftergreenarrow:after{
  content: url(/inc/vws/dh/imgs/arrow_green2.png);
  margin:1px 0px 0px 3px;
}

.colorboxiframe{
  padding-right:10px; display: inline-block;
}

DIV.assignablelist H3{font-weight: normal !important; margin:0px; font-size:15px;}
 
.list2 DIV.assignablelist_head {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDk5MCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDk5MCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(0,73,144,0.8) 0%, rgba(0,73,144,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,73,144,0.8)), color-stop(100%,rgba(0,73,144,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,73,144,0.8) 0%,rgba(0,73,144,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,73,144,0.8) 0%,rgba(0,73,144,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,73,144,0.8) 0%,rgba(0,73,144,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,73,144,0.8) 0%,rgba(0,73,144,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc004990', endColorstr='#80004990',GradientType=0 ); /* IE6-8 */

    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 0;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 3;
    text-align:center;
    width:100%;
} 
.list2 .intro{padding:30px 0px 10px 0px;}
/*.list2 .assignablelist a:visited {color:#9FCB61;}  */
.list2 .assignablelist a img{vertical-align: middle; padding-right:20px;}
DIV.assignablelist div.assignablelist_head table.thead td a, DIV.assignablelist div.assignablelist_head table.thead td a:visited { font-size:13px;  color: #004990; text-transform: uppercase;}
.title { font-size:14px; font-weight:bold; color: #ffffff;}
DIV.assignablelist TABLE { }
DIV.assignablelist TD { vertical-align:top; }
DIV.assignablelist .picture {float:left;width:170px;}
DIV.assignablelist .picture img {max-width:160px;}
DIV.assignablelist TD.infos { padding-right: 10px; width: 630px;}
div.container_spa_innerpage DIV.assignablelist TD.infos { background:#ffffff;}

DIV.assignablelist .infos a.title { font-size:12px; font-weight:bold; color:black; text-decoration:underline; }

DIV.assignablelist .infos a.title:hover { color:black; text-decoration:none; }
DIV.assignablelist .infos div a.packagedetail, DIV.assignablelist TD.infos div a.packagedetail:hover { font-size:12px; font-weight:bold; color:#004990; }

div.assignablelist_head table.thead tbody tr td img { padding-right: 5px; padding-top:3px}

DIV.assignable_detail_button{
  margin: 5px 5px 0px 5px;
  float: right;

}

.other_assignable_categories {
  font-size: 19px;
  color: #004990;
}

.other_assignable_categories a {
  font-size: 19px;
  color: #004990;
  margin: 8px;
}
h2.assignable_Main_title {
    font-weight: bold;
    font-size: 15px;
    color: #6f5f5e;
    margin: 0px;
}




TD.infos {
	border-collapse:collapse;
}
TD.infos TH {
	text-align:right;
}
TD.infos TD {
	text-align:left;
}

TD.infos DIV.validity, div.IssueTitle DIV.validity {
	color: darkgray;
}

.separator {
	color: #004990;
  padding:0px 1px 0px 3px;
}

DIV.assignablecontent {
	margin-left:8px;
}

TD.offererleft {
	background-color:#e3e3e3; border-right:1px solid white; padding:0px; text-align:center; vertical-align:top;
}
TD.offererleft IMG { border:2px solid white; margin:6px 0px; }

div.moretextinfo { margin:2px; padding:4px 8px; }


/* új lista stílus --------------------------------------------------------------------*/
   .assignable_container{
      width:920px;
      float:left;
      position:relative;
      margin:0 0 15px 0;
      padding:0 0 15px 0;
      border-bottom:1px dotted #000;
   }
   
   .assignable_picture_container {
      float:left;
      width:195px;
   }
   
   .assignable_name{
      padding:0px 15px 0 210px;
      height:30px;
      line-height:30px;
      position:absolute;
      text-transform: uppercase;
      color:#fff;
      font-size:18px;
      font-weight: normal;
      left:0;
      top:0;
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDk5MCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDk5MCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(top,  rgba(0,73,144,0.8) 0%, rgba(0,73,144,0.5) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,73,144,0.8)), color-stop(100%,rgba(0,73,144,0.5))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(0,73,144,0.8) 0%,rgba(0,73,144,0.5) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(0,73,144,0.8) 0%,rgba(0,73,144,0.5) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(0,73,144,0.8) 0%,rgba(0,73,144,0.5) 100%); /* IE10+ */
      background: linear-gradient(to bottom,  rgba(0,73,144,0.8) 0%,rgba(0,73,144,0.5) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc004990', endColorstr='#80004990',GradientType=0 ); /* IE6-8 */   
   }
   .assignable_name a{
      color:#fff;                  
      text-transform: uppercase;
      color:#fff;
      font-size:18px;
      font-weight: normal;
   }
   
   .assignable_data_container{
      float:left;
      padding:45px 15px 0 15px;
   }
   
   .assignable_data_container p{
      padding:0;
      margin:0;
   }
   
   .assignable_desc{
      float:left;
   }
   
    .assignable_name,
    .assignable_data_container,
    .assignable_desc{
      width:695px;        
   }

   
   .assignedaccomstitle{
    padding-right:20px;
    background:transparent url(/inc/vws/dh/imgs/arrow_green.png) no-repeat right center;     
    float:left;               
   }
   
   .assignedaccomsgreen{
    color:#9FCB61;                    
   }
   
   .ajax .assignable_container{
      width:730px;        
      border-bottom:0;
   }
   .ajax .assignable_name{
     width: 505px;   
   }
   .ajax .assignable_desc{
      width: auto;     
   }
   .ajax .assignable_data_container{
      width: 700px;     
   }

   .AssignedAccomms_country{
      padding-bottom:20px;
      /*float:left;   */              
   }
   
   .AssignedAccomms_country a{
    float:left;
   }

   .AssignedAccomms_country > strong{
       text-transform:uppercase;
           float:left;
    }
   
   .AssignedAccomms_city{
     padding:0px 5px 0px 5px;
     /* float:left; */
     width:99%;
   }

   .AssignedAccomms_city a:after{
      content: url(/inc/vws/dh/imgs/arrow_green2.png);
      margin:0 10px 0 2px;
   }
   
   .AssignedAccomms_city strong{
    float:left;  
    padding-right:5px;                          
   }
   
   .AssignedAccommsHide{
      padding:10px 10px 10px 0;
      float:left;
   }
   
   .assignables_hits{
      text-align:right; 
      padding-bottom:10px;                
   }
   
.beauty_layer>div>h4{
  text-transform: uppercase;
}
.beauty_layer>div>hr{
  margin:15px 0;
}
.beauty_layer>div>img,
.beauty_layer .treatments>div>img{
  float:right;
  padding-left: 10px;
  width: 190px;
}
.beauty_layer .treatments>div>.filling{
  width: auto;
}
.beauty_layer>div>.intro>.aftergreenarrow{
  text-transform: uppercase;
  font-weight: bold;
  clear: both;
  display: block;
  margin: 15px 0;
}
.beauty_layer .treatments{
  padding-bottom: 20px;
}
.beauty_layer .treatments>div{
  min-height: 30px;
  border-bottom: 1px dotted #87909c;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.beauty_layer .treatments>div>img{
  float: left;
  padding: 0 10px 10px 0;
}
.beauty_layer .treatments>div>a{
  line-height: 28px;
  cursor: default;
}
.beauty_layer .treatments>div>a:after{
  content:'';
}
.beauty_layer .treatments>div>span{
  color:#fff;
  position: absolute;
  font-size: 16px;
  line-height: 30px;
}
.beauty_layer .treatments>div>div{
  padding-top: 30px;
}
.beauty_layer .treatments>div>div.havelogo{
  min-height: 130px;
}
