/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    background: #29a3ec url(/static/xmas/images/background.jpg) bottom center fixed no-repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

a:link, a:active, a:visited {
    color: #008CBD;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1,h2,h3,h4 {
    font-family: 'Trebuchet ms',Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    font-family: 'Trebuchet ms',Tahoma, Arial, Helvetica, sans-serif;
    font-size: 29px;
    color: #000000;
}

h2 {
    font-family: 'Trebuchet ms',Tahoma, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #BBA04C;
}

h3 {
    font-size: 14px;
    color: #006600;
}

h4 {
    font-size: 14px;
    color: #DA0A0A;
    margin: 20px 0 10px 0;
}

h5 {
    color:#bb8f50;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:11px;
    margin:10px 0 5px;
}

p {
    line-height: 18px;
}

form {
    margin: 0;
}

h1.title {
    color: #FFFFFF;
    display: block;
    padding: 7px 20px 25px;
    margin: 0 0 10px;
    font-weight: normal;
    text-shadow: 2px 2px 1px rgba(107, 0, 0, 0.88);
    background: transparent url(/static/xmas/images/heading-red-main.png) no-repeat;
}

.clear { clear: both; }
.no-border { border:none; }

/* RACES NAV */
#racesnav {
    height: 52px;
    margin: 0 auto;
    background: transparent url(/static/xmas/images/racesnav_bkgd.png) no-repeat;
}

#racesnav .raceslogo {
    float: left;
    padding: 0 0 0 8px;
}

#racesnav dl {
    display:block;
    float:right;
    margin:12px 25px 0 0;
    padding:0;
    line-height: 19px;
}

#racesnav dl dd {
    display: inline;
    margin: 0;
}

#racesnav dl dd a:link,
#racesnav dl dd a:active,
#racesnav dl dd a:visited {
    background:transparent url(/static/xmas/images/racesnav_spacer.gif) no-repeat scroll right center;
    color:#00AEEF;
    float:left;
    font-family:trebuchet MS;
    font-size:13px;
    padding:5px 10px;
    text-decoration:none;
}

#racesnav dl dd.last a:link,
#racesnav dl dd.last a:active,
#racesnav dl dd.last a:visited {
    background: none;
}

#racesnav dl dd a:hover {
    color: #00AEEF;
    background: #EFEFEF url(/static/xmas/images/racesnav_spacer.gif) no-repeat scroll right center;
    padding-bottom: 5px;
}

#racesnav dl dd.last a:hover {
    color: #00AEEF;
    background: #EFEFEF;
}

/* HEADER */
#header {
    height: 110px;
    width:984px;
    margin: 10px auto 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: transparent url(/static/xmas/images/header-catr2013.png) no-repeat;
}

#header .logo {
    float: right;
    padding: 0 8px 0 0;
}

/* NAVIGATION */
.nav_container {
    width: 984px;
    margin: 0 auto;
    background: url(/static/xmas/images/content-bg.png) bottom left repeat-x;
    height:30px;
    padding-bottom: 7px;

}

.nav_container .logo {
    float: right;
    padding: 0 8px 0 0;
}

.nav_container dl {
    margin: 0;
    padding: 1px 0 0 0px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    background: #a5834f url(/static/xmas/images/nav.png) top left repeat-x;
    height: 30px;
}

.nav_container dl dd {
    display: inline;
    margin: 0;
}

.nav_container dl dd a:link,
.nav_container dl dd a:active,
.nav_container dl dd a:visited {
    padding: 0 25px;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    border-right: 1px solid #93703e;
}

.nav_container dl dd.last a:link,
.nav_container dl dd.last a:active,
.nav_container dl dd.last a:visited {
    background: none;
}

.nav_container dl dd.last a:hover,
.nav_container dl dd a:hover {
    color: #FFFFFF;
    background: url(/static/xmas/images/nav-hover.png) repeat-x;
}

.nav_container dl dd a.selected:link,
.nav_container dl dd a.selected:active,
.nav_container dl dd a.selected:visited {
    color: #FFFFFF;
    background: url(/static/xmas/images/nav-hover.png) repeat-x;
}

.nav_container dl dd a.selected:hover {
    color: #FFFFFF;
    background: url(/static/xmas/images/nav-hover.png) repeat-x top left
}

/* CONTENT AREA */
.content {
    margin: auto;
    padding:  0 0 0 0;
}

.main_container {
    margin: 0 auto;
    padding-top:30px;
    background: #FFFFFF;
}

.main_content {
    padding: 0px 20px;
    margin:0px;
    width:675px;
}

.main_container#secondary .main_content {
    width: 536px;
    height: 455px;
    padding: 10px 0 7px 12px;
}

.main_container#map .main_content {
    width: 736px;
    height: 455px;
    padding: 10px 0 7px 12px;
}

.main_container#map .main_content .map {
    text-align: center;
    padding: 1px 0 4px 0;
}

#map_result {
    display: none;
    position: absolute;
    left: 140px;
    top: 7px;
    width: 410px;
    height: 433px;
    z-index: 1;
    border: 1px solid #006608;
    overflow: auto;
}

#map_result h3 {
    font-size: 14px;
    color: #016503;
    margin: 0 0 15px 0;
}

#map_result p {
    padding: 2px 0 2px 10px;
    margin: 0;
}

#map_result table.content {
    width: 380px;
}

#map_result table.content td {
    line-height: 18px;
    padding-left: 10px;
}

#map_result table.content th {
    text-align: left;
    padding-left: 10px;
    line-height: 18px;
}

#map_result .r0 {
    background-color: #bfe459;
}

#map_result .r1 {
}

#map_result .r2 {
    background-color: #bfe459;
}

#map_result .detail {
    padding: 3px 0 5px 10px;
}

#map_result .coursepic img {
    background: white;
    margin-top: 5px;
    border: 1px solid #bfe458;
}

#map_result .close a {
    color: #FF0000;
    text-decoration: none;
}

/* SIDEBLOCK */
.sideblock_container {
    width: 246px;
    float: right;
    padding: 0px 22px 0 0;
}

.sideblock, .past-event .box{
    background: #ffe058;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 100px 10px #fab92e;
    -webkit-box-shadow: inset 0 0 100px 10px #fab92e;
    box-shadow: inset 0 0 100px 10px #fab92e;
    margin-bottom: 20px;

}

.sideblock-inner, .past-event .box-content{
    padding: 12px;
}

#sidehome .sideblock-inner {
    height: 583px;
    padding: 85px 12px 12px 12px;
}

.sideblock-inner h1.title {
    background: none;
    text-shadow: 1px 1px 3px #eba938;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
}

#sidehome .sideblock {
    min-height: 660px;
}

iframe {
    background: #FFFFFF;
}

#sidehome.box .box_content .promotext {
    color:#006B06;
    font-family:"trebuchet ms",arial,helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
}

#sidehome.box p {
    margin-top: 4px;
}

#sidehome .koru {
    text-align: center;
    font-size:14px;
    font-weight:bold;
}
#sidehome .koru img {
    padding-bottom: 8px;
    border: 2px white;
}
#sidehome .koru p.koru-top {
    padding-top:10px;
}

.main_container#secondary .sideblock {
    width: 190px;
    float: right;
    padding: 10px 12px 0 0;
}

.main_container#secondary .sideblock .spot,
.sideblock .spot {
    padding: 0 0 12px 0;
    margin: 0 4px;
    background: transparent url(/static/xmas/images/dots_horz.gif) repeat-x bottom;
}

.main_container#secondary .sideblock .spottext {
    padding: 5px 0 5px 5px;
}

.main_container#secondary .sideblock .spotbtn {
    float: right;
    text-align: center;
}

.main_container#secondary .sideblock .spotbtn img {
    margin: 7px 0 7px 5px;
}

#sideblock.past-event .festival-banner {
    padding: 0px 0px 14px 24px;
}

/* BOX CONTENT */
.box {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* DECORATE AND WIN BOX */
#decorate-box {
    margin-top:10px;
    padding:0px 0px 0px 0px;
    min-height:400px;
}

#decorate-box .top {
    margin-top:12px;

}
#decorate-box .mid {
    padding: 10px 12px 10px 37px;
    clear:left;
}

#decorate-box h3 {
    margin: 0;
    color: #f00;
}
#decorate-box .inset-right {
    float: right;
    width: 200px;
    margin-left: 16px;
}

#hdr-decorate-and-win {
    background: url(/static/xmas/images/hdr-decorateandwin.png) no-repeat;
    height: 28px;
}
#hdr-decorate-and-win span {
    display: none;
}

/* WELCOME BOX */
.welcome {
    padding:0px 0px 10px 0px;
}

.welcome .img {
    float:left;
    padding:15px 0 0 0px;
}

.welcome .header img {
    float: left;
}

.welcome .content {
}

.welcome .welcome-text {
    padding:0 10px;
    width: 400px;
    float: right;
}

.welcome .welcome-text strong {
    color: #008cbd;
}

.welcome .pic {
    padding: 0 0 13px 2px;
}

.time {
    width: 480px;
}

/* AWARDS BANNER */
.award-banner {
    margin: 20px 0 0;
}

/* ENQUIRE BOX */
.enquire {
    width: 480px;
}

.enquire .header {
    padding:10px 0 0 0px;
}

.enquire .content{
    background: #ffffff url(/static/xmas/images/christmascracker_bg.gif) bottom no-repeat;
    width: 480px;
    height: 100px;
}

.enquire .content .enquire-text {
    padding: 1px 16px 0 115px;
}

.enquire .content .enquire-text .enquire-btn {
    float: right;
}

.red-submit {
    border: none;
    background: url(/static/xmas/images/btn_submit_off.gif) no-repeat top left;
    width: 71px;
    height: 26px;
}

.red-submit:hover {
    border: none;
    background: url(/static/xmas/images/btn_submit_on.gif) no-repeat top left;
    width: 71px;
    height: 26px;
}

/* FAMILY TIME & ADULT TIME */
.family-time {
    width: 234px;
    margin-top: 7px;
    float: left;
}

.adult-time {
    float: right;
    width: 234px;
    margin-top: 7px;
}

.family-time .content  {
    background:#FFFFFF url(/static/xmas/images/fam_bg.gif) no-repeat scroll left bottom;
    height:114px;
    width:234px;
}

.adult-time .content  {
    background:#FFFFFF url(/static/xmas/images/adult_bg.gif) no-repeat scroll left bottom;
    height:114px;
    width:234px;
}

.family-time .content .promotext {
    padding: 2px 5px 0 132px;
}

.adult-time .content .promotext {
    padding: 9px 10px 0 135px;
}

/* SIDE BLOCK */
.box_header {
    
}

.box#sidehome {

}

.box#sidehome .box_content {
    padding: 15px 14px 15px 15px;
    min-height:585px;
}

.box_content {
    padding: 0px 24px 0px 18px;
    
}

.box_footer { 
    display:none;
}
.box#sidehome .box_content img.pic {
    margin:-4px 17px 0 -5px;
}
.box .box_content {
    padding: 15px 8px 0 0;
}
.box#sidehome .box_content img.cracker-pic {
    margin-top: 5px;
}
.box#sidehome div.cracker-top {
    margin: 0px 15px 0px 0px;
}
.box#sidehome p.cracker-bottom {
    margin-top: 0px;
}
.sideblock .copyright {
    padding: 10px 15px 5px 0;
}

#sideblock .box-content .r0 {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px #EBA938;    
    font-size: 20px;
    line-height: 24px;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-weight: normal;
}
#sideblock .box-content a {
    display: block;
    margin-bottom: 10px;
}

/* SIDEBLOCK GALLERY LINK */
#gallery-link-wrapper {
    height: 295px;
    margin: 5px 0 !important;
    padding: 0 !important;
}

#gallery-link-wrapper #gallery-link {
    background: url("/static/xmas/images/gallery-link.jpg") no-repeat scroll 50% 0 transparent;
    border: 0 none;
    height: 295px;
    padding-top: 0;
    text-indent: -9999px;
}
.past-event .box.gallery-link-box {

}
.past-event .gallery-link-box .box-content {
    padding: 0;
}

/* FOOTER */
.copyright {
    text-align: center;
    font-family: Tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    padding: 10px 15px;
    clear: both;
}

#footer {
    background:transparent url(/static/xmas/images/silhouette.gif) no-repeat scroll 0 0;
    height:99px;
    margin:0 auto 0 5px;
}

#footer img {
    margin-left: 5px;
}

#sponsors {
    width: 984px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 15px;
    height: 60px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: #FFFFFF url(/static/xmas/images/sponsor-bg.png) top left repeat-x
}

#sponsors a {
   padding: 0 34px;
}

/* ENQUIRY FORM */
#enquiry-form {
    margin: 5px 10px 10px 20px;
    padding: 6px 15px 20px;
    border: 1px solid #FAF5E5;
}
#enquiry-form h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
}
#enquiry-form div {
    line-height: 1.5em;
}

div.expandable {
    margin-left: 10px;
}

table.expandable {
    margin-left: 7px;
}

p.error{
    color: #f00;
    font-weight: bold;
}

p.success{
    color: #0b0;
    font-weight: bold;
}

/* EVENTS */
.main_content_full {
    padding-left: 20px;
}
.close { padding: 10px 0; }
#event-body { 
    padding: 10px; 
}
#event-body h2 {
    background: url(/static/xmas/images/heading-red-main.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 7px 20px 25px;
    text-shadow: 2px 2px 1px rgba(107, 0, 0, 0.88);
    font-size: 29px;
}

.events_footer {
    background-color: #FFFFFF;
}

.events_header {
    background: url(/static/xmas/images/other_top.gif)left bottom no-repeat;
    width: 735px;
}

.event-heading {
    padding: 10px 10px 0px 5px;
}

#event-body .detail {
    padding: 0 10px;
    margin-bottom: 10px;
    margin-left:25px;
}

#event-body .detail p {
    font-weight: normal !important;
    line-height:170%;
}

#event-body h3 {
    color: #7d5a29;
    padding: 5px 10px;
    font-size: 16px;
    margin: 15px 15px 0px 25px;
}
#event-body .r0, .past-event .r0 {
    background-color: #F8F5E4;
    color: #000;
    margin-top: 20px;
}

#event-body .r0,
#event-body > p {
    margin-left:21px;
    margin-right:14px;
    padding: 5px 10px 5px 13px;
}

#event-body h1 {
    margin: 0px;
}

span.backlink{
    float: left;
    margin-left: 10px;
}

span.previous-incarnation{
    float: right;
    margin-right: 10px;
}
/*past events fashion results*/
/*.fashion-in-the-field-winner-list ol {
    margin: 10px 0;
}*/

/* COMMERCIAL */
.youtube {
    text-align: center;
}

/* TESTIMONIALS */
.testimonials {
    padding:0px 40px 0 30px;
}

.testimonials p {
    margin:0px;
}


p.person {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #AF8949;
    text-align: left;
    margin:2px 0px 0px 0px;
}

.testimonial { padding: 5px 0 5px; }

.testimonial .border,
.testimonial .border-small {
    margin-top:10px;
    border-top: dotted 1px #DFBF8A; 
}
.testimonial .border-small {
    margin-right:240px;
  
}


.testimonials .photo {
    padding: 5px;
    float: right;
}

/* PACKAGES */
.frame {
    height:393px;
    overflow:auto;
    padding-left:7px;
    width:690px;
}

.frame .package img {
    float:right;
}

.packages_main_content {
    width:690px;
}

.packages_main_content img.title {
    padding-left: 10px;
}

.packages h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    padding: 5px 5px 5px 7px;
    margin-top: 10px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .5);
    border-left: 5px solid #8A7540;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    background: #af8f59;
    background: -moz-linear-gradient(left, #a17f4b 0%, #ccb176 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a17f4b), color-stop(100%,#ccb176));
    background: -webkit-linear-gradient(left, #a17f4b 0%,#ccb176 100%);
    background: -o-linear-gradient(left, #a17f4b 0%,#ccb176 100%);
    background: -ms-linear-gradient(left, #a17f4b 0%,#ccb176 100%);
    background: linear-gradient(to right, #a17f4b 0%,#ccb176 100%);
}
.packages img {
    margin-top: 10px;    
}

ul.packages {
    margin:9px 10px 0 10px;
    padding:0;
}

.package-left {
    float: left;
}

ul.packages span {
    float: right;
}

ul.packages li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 10px 0;
    clear:left;
    border-bottom: 1px dotted #ccac6c;
    display:table;
}

ul.packages li.first {
    border-top: none;
    display:table;
    padding: 0 0 10px;
}

.clearer {
    margin: 0;
    padding: 0;
}
/* SHARE */
td.ical-td {
    padding: 16px 0px 4px 0px;
}
.icalBox {
    padding-left: 10px;
}
img.ical {
    border: none;
}
.hidden {
    display: none;
}
.calshare-box {
    padding: 0px 10px 5px 30px;
}

.calshare-box img {
    vertical-align: bottom;
}

.calshare-box a {
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    height: 20px;
    margin: 0px 4px;
    background: top left no-repeat transparent;
    vertical-align:middle;
}
.calshare-box a.share {background-image: url(/static/races/images/icon-share.png); color: #555;}
.calshare-box a.ical-feed {background-image: url(/static/races/images/icon-calendar.png); color: #555;}
.calshare-box a.print-link {background-image: url(/static/races/images/printer.png); color: #555;}
.sociallinks-top {
    background: #e7eff4;
}
.sociallinks-top .left {
    font-weight: bold;
    padding-left:10px;
}
.sociallinks-top a.close {
    float: right;
    color: #555;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    padding: 0 15px;
    background: center right no-repeat transparent;
    background-image: url(/static/races/images/close.png);
}
.sociallinks {
    padding: 10px 10px 5px 20px;
    background: #FFF;
}
.sociallinks a {
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    height: 16px;
    margin: 0px 10px;
    background: top left no-repeat transparent;
}
.sociallinks a:hover {
    text-decoration: underline;
}
.sociallinks a.twitter { background-image: url(/static/races/images/icon-share-twitter.png); color: #555;}
.sociallinks a.facebook { background-image: url(/static/races/images/icon-share-facebook.png); color: #555;}
.sociallinks a.digg { background-image: url(/static/races/images/icon-share-digg.png); color: #555;}
.sociallinks a.reddit { background-image: url(/static/races/images/icon-share-reddit.png); color: #555;}
.sociallinks a.stumbleupon { background-image: url(/static/races/images/icon-share-stumble.png); color: #555;}
/* MAP - EVENTS */
.competition_main_content,
.map_main_content {
    width: 680px;
}

.map_main_content .map {
    margin-left:8px;
    margin-top:0px;
    padding-top: 6px;
    padding-left: 6px;
    width: 651px;
    height: 386px;
    background: url(/static/xmas/images/map-border-christmas.png) no-repeat;
}
.map_main_content .map-inner {
    position: relative;
    height: 363px;
    width: 640px;
    text-align:center;
    background: url(/static/xmas/images/map-christmas.png) no-repeat;
}

.map-region {
    position: absolute;
}
a.map-region {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}
.map-region.right {
    background-position: right top !important;
}

.map-region.star-1 {
    background: url(/static/xmas/images/star_1.png) no-repeat;
    height: 16px;
    line-height: 16px;
    padding-left: 17px;
}
.map-region.star-1.right {
    padding: 0 17px 0 0;
}
.map-region.star-2 {
    background: url(/static/xmas/images/star_2.png) no-repeat;
    height: 21px;
    line-height: 21px;
    padding-left: 23px;
}
.map-region.star-2.right {
    padding: 0 23px 0 0;
}
.map-region.star-3 {
    background: url(/static/xmas/images/star_3.png) no-repeat;
    height: 36px;
    line-height: 36px;
    padding-left: 37px;
}
.map-region.star-3.right {
    padding: 0 37px 0 0;
}
.map-region.star-4 {
    background: url(/static/xmas/images/star_4.png) no-repeat;
    height: 46px;
    line-height: 46px;
    padding-left: 47px;
}
.map-region.star-4.right {
    padding: 0 47px 0 0;
}

.events-container {
    width: 710px;
}

.events-frame {
    margin: 5px 0 0 0;
    padding: 0px 20px 7px 17px;
}

.events-frame .events-top {
    border-bottom:1px solid #FFFFFF;
    color:#FFFFFF;
    font-weight:bold;
    height:20px;
    line-height:16px;
    padding-left: 7px;
    background: #8E0000;
}

.events_main_content {
}


.events-promo .events-footer,
.events-footer {
    height: 14px;
}

.events-footer .bottom-right,
.events-footer .bottom-left {

}

.events-promo .bottom-right,
.events-footer .bottom-right {

}

#events-box-wide .main_content_full .events-footer .bottom-left,
#events-box-wide .main_content_full .events-footer .bottom-right {
    float: right;
}
.main_content_full .events-footer .bottom-right {
    width: 400px;
    float: right;
}
.main_content_full .events-footer .bottom-left {
    width: 100%;
}
.events-promo-container .events-footer .bottom-right,
.events-promo-container .events-footer .bottom-left {
    width: 95px;
}

.events-promo-container {
    float: right;
    padding: 0px 17px 0px 0px;
    width:246px;
}

.events-promo-container .events-promo {
    background: #ffe058;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.goldbox-header { 
    padding-bottom:20px;
}
.goldbox-footer {   

}

.events-promo-container .events-promo .promo-header {

}

.events-promo-container .events-promo .content .large-image {
    padding-left: 10px;
}

.events-promo-container .events-promo .content {
    background:transparent none repeat scroll 0 0;
    margin:10px 21px 0 20px;
    width:auto;
}

.events-promo-container .events-promo .content .promotext {
    color:#006B06;
    font-family:"trebuchet ms",arial,helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
}

.events-promo-container .events-promo .content .promotext p {
    margin: 8px 0 5px;
    padding: 0;
}

.events-promo-container .events-promo .content div.go {
    float:left;
    padding: 5px 12px 0 5px;
}

.events-promo-container .events-promo .content div.enquire-now {
    padding: 15px 0 0 55px;
}

.subtext {
    margin:0px;
    padding:0 0 0 22px;
}

.subtext strong {
    color: #028cbd;
    clear:both;
}

.map-container .subtext {
    padding: 0 20px 20px 22px;
}

img.right {
    float:right;
}

/* Decorate and Win competition page */
.competition_main_content table#competition-header,
.competition_main_content {
    padding: 5px 10px 5px;
}
.competition_main_content .decorate-and-win .container {
    height: 390px;
}
.competition_main_content .competition-container {
    padding-left:35px;
}
.competition_main_content .decorate-and-win .container-cbr,
.competition_main_content .decorate-and-win .container-cbl {
    height: 400px;
}
.competition_main_content .decorate-and-win .container-cbl {
}
.competition_main_content .decorate-and-win .container-cbr {
}
.competition_main_content .competition-container h1 {
    color: #333;
    font-size: 20px;
}
.competition_main_content #decorate-and-win {
    height: 110px;
}
.competition_main_content #photo-header {
    margin-left: 100px;
    margin-top: 100px;
    width: 150px;
    display: block;
    float: left;
}
.competition_main_content #how-to-enter {
    width: 200px;
    float: left;
    display: block;
    margin-left: 200px;
    line-height: 20px;
}

#peoples-choice-awards {
    margin-top: 13px;
    margin-left:-3px;
}


#page {
    padding:0px 0px 0px 0px;
    margin:0px auto;
    width:984px;
}

.slantphoto-aboveslantphoto-heading {
    margin-top:5px;
    z-index:100;
    position:relative;
}

.slantphoto-belowheading {
    float: left;
    z-index:0;
}

.goldheading-sidebar {
    margin-top:-10px;
    margin-left:-17px;
}

.goldheading-wide {
    margin-top: 20px;
    margin-left:0px;
    margin-bottom:10px;
}

.top .goldheading-wide {
    margin-bottom:0px;
}

p.enquireintro {
    margin: 10px 10px 10px 20px;
    background: #FAF5E5;
    padding: 19px;
}

p.enquireintro a.requiredFieldNote {
    color: red;
}

p.enquireintro strong {
    color: #008cbd;
}

.requiredFieldNote,
a.requiredFieldNote {
    color: red;
}

.sub-header {
    padding-top:1px;
}

a img,
.imagemap {
    border:0px;
}

.brown-submit {
    background: url(/static/xmas/images/submit-button.png);
    width:80px;
    height:24px;
    border:none;
}
.enquiry.submit {
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(107, 0, 0, 0.88);
    background: #BB1D15;
    border: 1px solid #90150f;
    color: #FFFFFF;
    padding: 5px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.enquiry.submit:hover {
     background: #D63A32;
     cursor: pointer;
}

.goldblue-heading {
    width:200px;
    position:relative;
    z-index:1000;
    margin-bottom:-25px;
}

.packages-detail {
    float: left;
    text-align: left;
    width: 420px;
    margin: 10px 0 20px 20px;
    line-height: 130%;
}

.packages-detail p {
    clear:both;
    line-height:130%;
}

.packages-detail .eventselector {
    width: 320px;
}

.packages-detail form {
    padding:0px;
    margin:0px;
}

.footnote {
    margin:0px 15px 0px 0px;
    padding:0px;
    color: #008cbd;
    text-align:right;
    font-size:10px;
}

p.map {
    margin: 0px 20px 0px 15px;
}

.enquire-now {
    padding-left:15px;
}

.section label {
    float:left;
    width:130px;
}

.enquiryform h5 {
    padding-top:1em;
}

#adengine-zone-races_catr_homepage {
    width: 681px;
}

#adengine-zone-races_catr_homepage img {
    float: left;
    display: block;
}

/* Past Events */

span.become-member {
    padding-left: 35px !important;
}

.past-event.icon {
    float: right;
    padding: 10px;
}
