/******************************************************************************
 * Content stylesheet.
 *
 * Contains content-specific settings.
 ******************************************************************************/

/* Content box settings *******************************************************/

.left {
    float: left;
    padding-left: 13px;
}

.right {
    float: right;
    padding-right: 13px;
    position: relative;
    left: 7px;
}

.box {
    margin-top: 13px;
    position: relative;
    width: 333px;
    background: white;
}

.box .corner {
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

.box .more a {
    z-index: 1;
    position: absolute;
    right: 5px;
    bottom: 2px;
}

.boxItaly {
    border: 2px solid #96bd0d;
}

.boxAustria {
    border: 2px solid #9a2a84;
}

.boxFrance {
    border: 2px solid #1fa0d6;
}

.boxSwitzerland {
    border: 2px solid #f5a424;
}

.boxStatic {
    border: 2px solid #6b6b6b;
    width: 683px;
}

.boxItaly .corner {
    background-image: url("../images/box-corner-italy.png");
}

.boxAustria .corner {
    background-image: url("../images/box-corner-austria.png");
}

.boxFrance .corner {
    background-image: url("../images/box-corner-france.png");
}

.boxSwitzerland .corner {
    background-image: url("../images/box-corner-switzerland.png");
}

.boxStatic .corner {
    background-image: url("../images/box-corner-static.png");
}

.boxItaly .solidBox {
    background: #e8ebb2;
}

.boxAustria .solidBox {
    background: #dfbed8;
}

.boxFrance .solidBox {
    background: #b0ddf0;
}

.boxSwitzerland .solidBox {
    background: #f2d2a1;
}

.boxItaly .solidCorner {
    background-image: url("../images/box-corner-italy-solid.png");
}

.boxAustria .solidCorner {
    background-image: url("../images/box-corner-austria-solid.png");
}

.boxFrance .solidCorner {
    background-image: url("../images/box-corner-france-solid.png");
}

.boxSwitzerland .solidCorner {
    background-image: url("../images/box-corner-switzerland-solid.png");
}

.boxSeparator {
    height: 2px;
    overflow: hidden;
}

.boxItaly .boxSeparator {
    background-color: #96bd0d;
}

.boxAustria .boxSeparator {
    background-color: #9a2a84;
}

.boxFrance .boxSeparator {
    background-color: #1fa0d6;
}

.boxSwitzerland .boxSeparator {
    background-color: #f5a424;
}

.boxStaticNarrow {
    width: 333px;
}


/* Common content settings ****************************************************/

.box .flagged {
    background-repeat: no-repeat;
    background-position: 299px 7px;
}

.boxItaly .flagged {
    background-image: url("../images/italy-flag.png");
}

.boxAustria .flagged {
    background-image: url("../images/austria-flag.png");
}

.boxFrance .flagged {
    background-image: url("../images/france-flag.png");
}

.boxSwitzerland .flagged {
    background-image: url("../images/switzerland-flag.png");
}

.box h1 {
    margin: 0 0 5px 0;
    font-size: 1.5em;
    font-weight: bold;
}

.box h2 {
    margin: 5px 0;
    font-size: 1.2em;
}

.box h3, .box h4, .box h5 {
    margin: 7px 0 1px 0;
    color: #666;
    font-weight: bold;
    font-size: 1em;
}

.box .heading1 {
    margin: 0 0 5px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    padding-right: 35px;
    position: relative;
}

.box .heading1 span.flag {
    display: inline-block;
    width: 26px;
    height: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.boxItaly .heading1 .flag {
    background-image: url("../images/italy-flag.png");
}

.boxAustria .heading1 .flag {
    background-image: url("../images/austria-flag.png");
}

.boxFrance .heading1 .flag {
    background-image: url("../images/france-flag.png");
}

.boxSwitzerland .heading1 .flag {
    background-image: url("../images/switzerland-flag.png");
}

.box .heading2 {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 1em;
    color: black;
    clear: left;
}

.box .heading3 {
    font-weight: bold;
}

.box .headind2 {
}

.box .text {
    position: relative;
    z-index: 1;
    padding: 10px;
}

.box p {
    margin: 0;
}

.box ul.list {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: square;
    list-style-image: url("../images/list-arrow.png");
}

.box ul.list li {
    margin: 3px 0 0 0;
    padding: 0;
    color: #666;
}

.box .column {
    width: 49.5%;
    float: left;
    padding: 7px 0;
}


/* Accommodation thumbnail settings *******************************************/

.accommodationThumb {
    background-position: 8px 7px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.boxItaly .accommodationThumb {
    background-image: url("../images/italy-flag.png");
}

.boxAustria .accommodationThumb {
    background-image: url("../images/austria-flag.png");
}

.boxFrance .accommodationThumb {
    background-image: url("../images/france-flag.png");
}


.boxSwitzerland .accommodationThumb {
    background-image: url("../images/switzerland-flag.png");
}

.accommodationThumb .image {
    position: absolute;
    height: 80px;
    width: 82px;
    overflow: hidden;
    left: 8px;
    top: 32px;
}

.accommodationThumb .image img {
    width: 100%;
}

.accommodationThumb h3 {
    margin: 0 0 9px 0;
    padding: 7px 35px 0 40px;
    text-align: right;
    text-transform: uppercase;
    font-size: 1em;
}

.boxItaly .accommodationThumb h3 {
    color: #96bd0d;
}

.boxAustria .accommodationThumb h3 {
    color: #9a2a84;
}

.boxFrance .accommodationThumb h3 {
    color: #1fa0d6;
}

.boxSwitzerland .accommodationThumb h3 {
    color: #f5a424;
}

.accommodationThumb span.tip {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 34px;
    background-repeat: no-repeat;
}

.boxItaly .accommodationThumb span.tip {
    background-image: url("../images/tip-italy-small.png");

}

.boxAustria .accommodationThumb span.tip {
    background-image: url("../images/tip-austria-small.png");
}

.boxFrance .accommodationThumb span.tip {
    background-image: url("../images/tip-france-small.png");
}

.boxSwitzerland .accommodationThumb span.tip {
    background-image: url("../images/tip-switzerland-small.png");
}

.accommodationThumb h4 {
    margin: 0 0 3px 0;
    padding: 0 7px 0 100px;
    font-size: 1em;
    color: black;
}

.accommodationThumb .info {
    padding: 0;
    margin: 0 0 0 100px;
    width: 220px;
    margin-bottom: 20px;
}

.accommodationThumb .info th {
    width: 70px;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}

.accommodationThumb .info .price {
    color: #e1001a;
}

.accommodationThumb .info .price .ammount {
    line-height: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

.accommodationThumb .info .discount {
    text-transform: uppercase;
}


/* Country detail settings ****************************************************/

.regionList h3 {
    margin: 2px 0;
    padding: 0 10px;
    text-transform: uppercase;
    color: black;
}

.regionList ul {
    text-transform: uppercase;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0 10px;
}

.regionList ul li {
    display: block;
    margin: 4px 0;
    padding: 0;
}

.regionList a {
    color: #888;
    text-decoration: none;
}

.regionList a:hover {
    color: #c10;
    text-decoration: underline;
}


/* Resort detail settings *****************************************************/

.resortDetail h3 {
    color: black;
}

.resortDetail .skimap {
    margin: 1em 0;
    width: 310px;
}

.resortInfo th, .resortInfo .th {
    color: black;
    text-align: left;
    padding-right: 1em;
}

.resortInfo td {
    color: #0a71b3;
}

.resortInfo .blueSlope, .resortInfo .redSlope, .resortInfo .blackSlope {
    display: inline-block;
    padding-left: 3px;
}

.resortInfo .blueSlope {
    border-left: 10px solid #0a71b3;
}

.resortInfo .redSlope {
    border-left: 10px solid #ed1c24;
}

.resortInfo .blackSlope {
    border-left: 10px solid black;
}

.resortInfo .icon {
    width: 20px;
    height: 17px;
    float: left;
    margin: 0 3px 3px 0;
    background-position: left center;
    background-repeat: no-repeat;
}

.resortInfo .altitude {
    background-image: url("../images/resort-alt.png");
}

.resortInfo .snowpark {
    background-image: url("../images/resort-snowpark.png");
}

.resortInfo .gondolaLift {
    background-image: url("../images/lift-gondola.png");
}

.resortInfo .chairLift {
    background-image: url("../images/lift-chair.png");
}

.resortInfo .surfaceLift {
    background-image: url("../images/lift-surface.png");
}

.resortInfo .xc {
    background-image: url("../images/resort-xc.png");
}


/* Accommodation detail settings **********************************************/

.accommodationDetail .image {
    float: left;
}

.accommodationDetail .image img {
    width: 145px;
}

.accommodationDetail .image a, .accommodationDetail .images a {
    text-decoration: none;
}

.accommodationDetail .images {
    padding-left: 145px;
}

.accommodationDetail .images img {
    width: 45px;
    margin: 0  0 10px 5px;
}

.accommodationDetail .images span {
    height: 25px;
    overflow: hidden;
}

.accommodationDetail .description .heading3 {
    clear: left;
}

.accommodationDetail .description ul li strong {
    font-weight: normal;
}

.box .priceDetail {
    padding-bottom: 5px;
}

.priceDetail .price {
    color: #e00;
    font-size: 1.1em;
    font-weight: bold;
}

.priceDetail li {
    background-position: right;
    background-repeat: no-repeat;
}

.priceDetail li.skipass {
    background-image: url("../images/skipass-icon.png");
}

.priceDetail li.transport {
    background-image: url("../images/skibus-icon.png");
}

.priceDetail li.insurance {
    background-image: url("../images/insurance-icon.png");
}

.priceDetail li.isic {
    background-image: url("../images/isic-icon.png");
}

.priceList, .boxStatic table.priceList {
    width: 100%;
    border: none;
}

.priceList thead {
    background: #0a71b3;
    color: white;
}

.priceList thead.lastMinute, .boxStatic table.priceList thead.lastMinute th {
    background: #e30119;
    color: white;
}

.priceList th, .priceList td, .boxStatic table.priceList th, .boxStatic table.priceList td  {
    font-size: 0.9em;
    padding: 2px;
    border: none;
}

.priceList a {
    display: block;
    text-align: right;
    text-decoration: none;
    color: black;
}

.priceList .dayCount {
    text-align: center;
}

.priceList .filled {
    text-align: center;
}

.priceList .price {
    text-align: right;
}

.priceList .highlight, .boxStatic table.priceList .highlight {
    background: #f0f5ff;
    color: black;
}

.accommodationDetail .info {
    padding: 0;
    margin: 0;
    width: 160px;
    float: right;
}

.accommodationDetail .info th {
    width: 55px;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}

.accommodationDetail .info .price {
    color: #e1001a;
}

.accommodationDetail .info .price .ammount {
    line-height: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

.accommodationDetail .info .discount {
    text-transform: uppercase;
}

.accommodationDetail .info .detailButton {
    padding-top: 5px;
    text-align: center;
}

.accommodationDetail span.tip {
    position: absolute;
    top: 0;
    right: 0;
    width: 59px;
    height: 57px;
    background-repeat: no-repeat;
}

.boxItaly .accommodationDetail span.tip {
    background-image: url("../images/tip-italy-big.png");

}

.boxAustria .accommodationDetail span.tip {
    background-image: url("../images/tip-austria-big.png");
}

.boxFrance .accommodationDetail span.tip {
    background-image: url("../images/tip-france-big.png");
}

.boxSwitzerland .accommodationDetail span.tip {
    background-image: url("../images/tip-switzerland-big.png");
}


/* Order form settings ********************************************************/

.orderForm {
    width: 100%;
}

.orderForm .formRow {
    clear: left;
}

.orderForm .sameOrder {
    float: right;
}

.orderForm .fieldText  input, .orderForm .field select {
    width: 97%;
    border: 1px solid #888;
}

.orderForm .field label {
    display: block;
}

.orderForm .field {
    float: left;
    clear: right;
    width: 104px;
    margin-bottom: 4px;
    margin-right: 10px;
}

.orderForm .field3 {
    float: left;
    width: 79px;
    margin-right: 0;
}

.orderForm .fieldTextArea {
    width: 100%;
}

.orderForm .fieldTextArea textarea {
    width: 97%;
    border: 1px solid #888;
}

.orderForm ul.errors {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #a00;
}

.orderForm ul.errors li {
    margin: 0 0 2px 0;
    padding: 0;
}

.orderForm .info1 {
    margin: 0 0 3px 0;
    font-weight: bold;
}

.orderForm .radioRow label {
    display: block;
}

.orderForm .radioRow input {
    margin-right: 6px;
}

.orderForm .info2 {
    margin-top: 3px;
    float: left;
    color: #444;
    width: 220px;
}

.orderForm .submit {
    width: 80px;
    height: 40px;
}

.orderForm .submit input {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.orderForm .requiredSign{
    color: red;
    padding-left: 3px;
}
.orderForm .requiredLabel {
    text-align: right;
}

/* Static pages settings ******************************************************/

.boxStatic {
    font-size: 1.1em;
}

.boxStatic address {
    margin: 1em 0;
}

.boxStatic p {
    margin: 1em 0;
}

.boxStatic table {
    border: 1px solid #ddd;
    width: 95%;
    border-collapse: collapse;
}

.boxStatic table th, .boxStatic table td {
    padding: 3px;
}

.boxStatic table th {
    color: #fff;
    background: #058;
}

.boxStatic table td {
    border-bottom: 1px solid #ddd;
}

.boxStatic .highlight {
    color: #e00;
}

.boxStatic strong {
    color: #048;
}

.boxStatic ol.lowerAlpha {
    list-style-type: lower-alpha;
}


/* Pagination control setting *************************************************/

.paginationControl {
    margin: 0 2em 0 1em;
    color: #444;
    float: right;
}

.paginationControl a {
    font-weight: bold;
    color: #0a71b3;
    text-decoration: none;
}

.paginationControl a:hover {
    text-decoration: underline;
}


/* Action bar settings *************************************************/

.actionBar {
    clear: both;
    position: relative;
    padding-top: 13px;
    padding-left: 13px;
    line-height: 32px;
    vertical-align: middle;
}

.searchOrder {
    float: left;
    background-image: url("../images/order-background.png");
    background-repeat: no-repeat;
    width: 337px;
    height: 32px;
    vertical-align: middle;

}

.searchOrder select {
    width: 108px;
}

.searchOrder span.label {
    text-transform: uppercase;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0 60px;
    display: inline-block;
    width: 125px;
}

.notFound {
    margin-top: 13px;
    margin-left: 13px;
    font-size: 1.1em;
    font-weight: bold;
}

/* Rss feed settings *********************************************************/

.rss {
    min-height: 503px;
}

.rss h1 {
    color: #005287;
    font-size: 1.6em;
}

.rss h2 {
    color: #005287;
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 1.4em;
}

.rss h3 {
    color: black;
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
}

.rssItem a {
    color: #005287;
    font-size: bold;
}

.rssItem a:hover {
    color: #E1001A;
    font-size: bold;
}

.rss p {
    text-align: justify;
    padding: 0;
    margin: 0;
    line-height: 1.17em;
}
