

.primary {
    float: left;
    width: 695px;
}
.secondary {
    float: right;
    width: 225px;
    background: none;
}


.rotator {
    margin-bottom: 8px;
}

.date_and_price {
    float: right;
}

/* =========== */
/* = Columns = */
/* =========== */
.columns_top {
    height: 3px;
    background: url(/img/start/column_corners.gif) no-repeat 0 0;
}
.columns_bot {
    height: 3px;
    background: url(/img/start/column_corners.gif) no-repeat 0 -3px;
    margin-bottom: 10px;
}
.columns {    
    overflow: hidden;
}
.column	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.column {
    width: 224px;
    margin-right: 8px;
/*    height: 280px;*/
    border-left: 1px solid #DFD9C5;
    border-right: 1px solid #DFD9C5;    
    float: left;
    overflow: hidden;
}
.column.last {
    margin-right: 0;
}
.column ul, 
.column li  {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.column li {
    padding: 4px 10px;
    border-top: 1px solid #ddd;
}
.column li.first {
    border-top: none;
}
.column li.even {
    background-color: #F6F5F0;
}
.column .image {
    display: block;
    margin: 10px;
}
.column h2 {
    margin: 10px;
    margin-bottom: 4px;
    font-size: 17px;
    text-transform: uppercase;
}
.column h3 {
    margin: 0 10px;
    font-size: 12px;
}


/* ========= */
/* = Spots = */
/* ========= */
ul.spots {
    margin: 0;
    padding: 0;
}
.spots li {
    list-style-type: none;
    float: left;
}
.spots.clone li .inner {
    background-color: #E6EDF8;
    border-color: #AAC5FF;
    margin-bottom: 0px;
}
.spots.clone .content {
/*    display: block;*/
}
.spots li .inner {
    margin: 0;
    width: 204px;
    padding: 10px;
    border: 1px solid #DFD9C5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
}
.sopts li .inner {
}
.spots li .image {
    display: block;
    margin-bottom: 10px;
}
.spots li .content {
    margin-top: 7px;
    display: none;
}
.spots li h2 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: -5px;
    font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

/* ========== */
/* = Offers = */
/* ========== */
.offers {
    margin-bottom: 10px;
}
.secondary h2,
.secondary h2 a {
    margin-bottom: 0px !important;
}
.offers ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.offers li {
    position: relative;
    height: 70px;
    margin-top: 10px;
}
.offers li.first {
    margin-top: 0px;
}
.offers .image {
    position: absolute;
    left: 0;
    top: 0;
}
.offers .text {
    padding-left: 60px;
}
.offers .more_offers {
    display: block;
    text-align: right;
}
.offers .price {
    white-space: normal;
}

/* =============== */
/* = Image spots = */
/* =============== */
.image_spots a {
    display: block;
    float: left;
    margin-right: 10px;
}
.image_spots a.last {
    margin-right: 0px;   
}




