/*

    WIDGETS FOR IFRAME IN VOYAGES & LOISIRS

    Picture of the day: http:// ... /widgets/vl/fr/potd/
    Travel widget: http:// ... /widgets/vl/fr/ctry/codeISO/

*/

/* =general================================{ */

html, body, div,h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}
body {
    font-family: Verdana, Arial, sans-serif;
}
a {
    display:block;
    font-size: 14px;
    color: #1e96c8;
    text-decoration: none;
}
a:hover {
    color: #0f69aa;
}
img, a img {
    border: none;
}

#potd .dest,
#country .date {
    font-size: 11px;
    margin-bottom: 10px;
    color: #a3a3a3;
}

/* } */

/* =potd================================{ */

#potd {
    width: 180px;
}
#potd .potd {
    background: transparent url(/media/images/tripbook/frame_170_VL.png) no-repeat;
    padding: 15px 5px 5px;
}
#potd .marketing {
	text-align: center;
}
#potd .marketing h1 {
    color: #06608B;
    font-size: 14px;
}
#potd .marketing h2 {
	margin: 5px 0;
    color: #5096d2;
    font-size: 12px;
	text-transform: uppercase;
}
#potd .marketing p {
    color: #6f6f6f;
    font-size: 11px;
}

/* } */

/* =country================================{ */

#country {
    width: 200px;
    margin-bottom: 10px;
}
#country .content h2 {
    font-size: 28px;
    color: #5096d2;
}
#country .tripbook {
    margin-top: 15px;
}
#country .tripbook img {
    float: left;
    margin: 0 5px 0px 0;
    padding: 4px;
    background: transparent url(/media/images/account/frame_45_VL.png) no-repeat;
}
#country .tripbook .dest {
    margin-bottom: 8px;
}
#country  .tripbook .body {
    font-size: 11px;
    line-height: 13px;
    color: #5f5f5f;
}
#country  .tripbook .more a {
    font-size: 11px;
}

/* =clearfix================================{ */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* IE workaround */
    display: inline-block;
}
.clearfix { /* IE workaround */
    display: block;
}
* html .clearfix { /* IE workaround */
    height: 1px;
}

/* } */

/* =window-tab================================{ */

.window-tab .header {
    padding-top: 6px;
    color: inherit;
    background: white url(/media/images/tab_grey.png) 0 0 repeat-x;
}
.window-tab .header .tab {
    display: block;
    float: right;
    display: inline; /* IE 6 & 5 workaround for doubled float-margin bug */
    padding: 2px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    color: #134d7a;
    background: #dbdbdb;
    text-decoration: none;
}
.window-tab .content {
    position: relative;
    padding: 10px 9px 9px 9px;
    border: 1px solid #ccc;
    border-top: none;
}
.page-my_account .window-tab .header .tab {
    background-color: #be353c;
}
.window-tab .tab span {
    display: block;
}
.window-tab .tab,
.window-tab .tab .text {
    position: relative;
}
.window-tab .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ie .window-tab .bg { /* IE 6 & 5 workaround */
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}
.window-tab .bg span {
    overflow: hidden; /* IE expanding box workaround */
    position: absolute;
    top: -6px;
    padding-top: 6px;
    height: 100%;
    background-image: url(/media/images/tab_grey.png);
    background-repeat: no-repeat;
}
.ie5 .window-tab .bg span { /* IE workaround */
    height: expression(this.parentNode.offsetHeight+6+'px');
}
.window-tab .header .bg-center {
    width: 100%;
    background-position: 0 -40px;
    background-repeat: repeat-x;
}
.window-tab .header .bg-left {
    left: -6px;
    width: 14px;
    background-position: 0 -80px;
}
.window-tab .header .bg-right {
    right: 0;
    width: 8px;
    background-position: -20px -80px;
}
.window-tab .header .bg-outside {
    right: -12px;
    width: 12px;
    height: 80px;
    background-position: -2px -120px;
}

/* } */
