/**
 *	Advertisements
 *	-------------------------
 */

/* advertisements, external */
.advertisement {
    background: #ccc;
    margin: 0 0 2em 0;
}

#maincontent .advertisement {
    margin-left: auto;
    margin-right: auto;
}

#subcontent .advertisement {
    float: left;
    margin-left: 4px;
}

/* specific types, external */
.smallsquare {
    height: 200px;
    width: 200px;
}

.square {
    height: 250px;
    width: 250px;
}

.mediumrectangle {
    height: 250px;
    width: 300px;
}

.banner {
    width: 468px;
    height: 60px;
    text-align: center;
}

.halfbanner {
    width: 234px;
    height: 60px;
}

.leaderboard {
    height: 90px;
    width: 728px;
    text-align: center;
}

.triggertemp {
    position: relative;
    margin: 0 0 7px 0;
    display: block;
    float: left;
    width: 276px;
    padding: 16px;
    clear: both;
}

/* triggers, internal */
.trigger,
.trigger-alt,
.home #maincontent .trigger {
    position: relative;
    margin: 0 0 7px 0;
    display: block;
    float: left;
    width: 276px;
    padding: 16px;
    clear: both;
    background: url('/static/images/backgrounds/trigger.png') bottom left no-repeat;
}

#maincontent .trigger,
#maincontent .trigger-alt {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 572px;
    position: relative;
    left: -4px;
    background: url('/static/images/backgrounds/trigger-wide.png') bottom left no-repeat;
}

.arrow {
    background: url('/static/images/backgrounds/trigger-arrow.png') bottom left no-repeat;
}

#maincontent .arrow {
    background: url('/static/images/backgrounds/trigger-wide-arrow.png') bottom left no-repeat;
}

.trigger p,
.trigger-alt p {
    font-size: .915em;
    width: 180px;
    display: block;
}

.trigger p a.more,
.trigger-alt p a.more {
    font-size: 1em;
}

#maincontent .trigger p,
#maincontent .trigger-alt p {
    width: 450px;
}

.price {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #0077c1;
    line-height: 1em;
    font-size: .915em;
}

.price strong.stamp {
    display: block;
    height: 58px;
    width: 71px;
    background: transparent url('/static/images/backgrounds/ball-small.png') 0 0 no-repeat;
    color: #fff;
    text-align: center;
    z-index: 1;
    font-weight: normal;
    padding: 8px 0 0 0;
    margin: 5px 0 0 10px;
}

.price strong.stamp em {
    display: block;
    font-size: 1.6em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2em;
}

.trigger h3,
.trigger-alt h3 {
    position: relative;
    text-transform: uppercase;
    color: #0077c1;
    z-index: 10;
    margin: 0 0 .5em 0;
    width: 220px;
    display: block;
    font-size: 1.2em;
}

#maincontent .trigger h3,
#maincontent .trigger-alt h3 {
    width: auto;
}

.trigger span.visual,
.trigger-alt span.visual {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.trigger img.visual,
.trigger-alt img.visual {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.trigger li,
.trigger-alt li {
    font-size: .915em;
}

.trigger-alt fieldset {
    padding: 0;
}

.trigger-alt select {
    width: 230px;
}

.trigger-alt .button {
    margin: -2px 0 0 0;
}

/* know before you go ad */
.know {
}

.know h3 {
    display: block;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -3000em;
    overflow: hidden;
}

/* faq ad */

.triggerfaq h3,
.triggerfaq p {
    width: 275px;
}

/* membership ad */

.membership h3 {
    display: block;
    height: 66px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -3000em;
    overflow: hidden;
}

/* membership benefits homepage ad */
.benefits {
}

.benefits h3 {
    display: block;
    height: 16px;
    width: 280px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -3000em;
    overflow: hidden;
}

.benefits .price {
    top: 50px;
}

/* rent a car ad */
.rentacar {
    min-height: 120px;
}

.rentacar h3 {
    height: 17px;
    text-indent: -3000em;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.hotel {
    min-height: 130px;
}

.hotel h3 {
    width: 170px;
}

.trigger:hover {
    cursor: pointer;
}