/* ==|== media query - iphone & ipad styles ==================================================
 */
 
@import url(ipad.css) screen and (max-width: 1024px);


/* ==|== wgn primary styles ==================================================
 */
br.clear, div.clear {
	clear: both;
}   
   
body { font-size:80%; line-height:1.33333; }
h1, h2, h3 { margin-top:0; margin-bottom:0; color:#333; letter-spacing: -1px; line-height: 1.2em; font-weight: normal;
}
h1 { font-size:2.1em;}
h2 { font-size:1.6em;}
h3 { font-size:1.4em;}

/* Generic button */
.make_button a, #course-widget.course-widget-dg div.wgn_bhm_promo .wgn_promo_scrollable .action_links_wrap .booking_url a {
border: 1px solid #63b0bc;
border-radius: 3px;
background-image: -webkit-gradient(linear, center top, center bottom, from(#acd6dc), to(#63b0bc));
background-image: -webkit-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -moz-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -o-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -ms-linear-gradient(top, #acd6dc, #63b0bc);
background-image: linear-gradient(top, #acd6dc, #63b0bc);
-webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
-moz-box-shadow: inset 0 0 0 1px #e3f1f3;
box-shadow: inset 0 0 0 1px #e3f1f3;
padding: 5px 10px;
text-transform: uppercase;
color: white;
text-decoration: none;
}
.make_button a:hover, #course-widget.course-widget-dg div.wgn_bhm_promo .wgn_promo_scrollable .action_links_wrap .booking_url a:hover {
border: 1px solid #63b0bc;
background-image: -webkit-gradient(linear, center top, center bottom, from(#63b0bc), to(#acd6dc));
background-image: -webkit-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -moz-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -o-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -ms-linear-gradient(top, #63b0bc, #acd6dc);
background-image: linear-gradient(top, #63b0bc, #acd6dc);
-webkit-box-shadow: inset 0 0 0 1px #f4fafd;
-moz-box-shadow: inset 0 0 0 1px #f4fafd;
box-shadow: inset 0 0 0 1px #f4fafd;
}
.no-cssgradients .make_button a, .no-cssgradients #course-widget.course-widget-dg div.wgn_bhm_promo .wgn_promo_scrollable .action_links_wrap .booking_url a {
	background-image: none;
	background-color: #acd6dc;
}
/* END Generic buton */
.main-wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 15px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
header#main-header {
	height: 105px;
}
#topad {
	width: 728px;
	height: 90px;
	text-align: center;
	float: right;
	border: 1px solid lightgray;
}
#main-logo {
	float: left;
}
#main-logo a {
	height: 90px;
	width: 200px;
}
div.menu {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(top, #63b0bb 0%, #00abc3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b0bb), color-stop(100%,#00abc3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #63b0bb 0%,#00abc3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #63b0bb 0%,#00abc3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #63b0bb 0%,#00abc3 100%); /* IE10+ */
	background: linear-gradient(top, #63b0bb 0%,#00abc3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b0bb', endColorstr='#00abc3',GradientType=0 ); /* IE6-9 */

	background: -moz-linear-gradient(top, #63b0bb 0%, #00abc3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b0bb), color-stop(100%,#00abc3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #63b0bb 0%,#00abc3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #63b0bb 0%,#00abc3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #63b0bb 0%,#00abc3 100%); /* IE10+ */
	background: linear-gradient(top, #63b0bb 0%,#00abc3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b0bb', endColorstr='#00abc3',GradientType=0 ); /* IE6-9 */


	margin: 0 -29px;
	padding: 10px;
	height: 20px;
}
div.menu-wrapper {
	position: relative;
}
div.menu:before {
content:"";
   position:absolute;
   bottom: -12px;
   left:-28px;
   border-width:12px 0 0 12px;
   border-style:solid;
   border-color:#01223d transparent;
}
div.menu:after {
content:"";
   position:absolute;
   bottom: -12px;
   right:-28px;
   border-width:12px 12px 0 0;
   border-style:solid;
   border-color:#01223d transparent;
}
.menu-wrapper .menu ul{	
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.menu-wrapper .menu ul li {	
	float: left;
	padding: 0 15px 0 0;
	background:none !important;
}
.menu-wrapper .menu ul li a {	
	float: left;
	font-size: 14px;
	color: white;
	padding: 0 6px;
	text-decoration: none;
}
.menu-wrapper .menu ul li a:hover {
	text-decoration: underline;
}
.no-cssgradients div.menu {
	overflow: hidden;
}
.menu-links {
	float: left;
}
.facebook-like {
	float: right;
}
.heading-bar {
	width: 970px;
	margin: 0 auto;
	height: 40px;
}
.golfnow-bar {
	float: left;
	color: white;
	font-size: 11px;
	padding-top: 10px;
}
.golfnow-bar a {
	color: #dbdcdb;
	line-height: 20px;
	padding-right: 15px;
	text-decoration: none;
}
.golfnow-bar a:hover {
	color: white;
	text-decoration: underline;
}
.golfnow-bar a.wgn-tgc-logo-top {
	background:	url(global-img/_sprite/sprite-v5.png) no-repeat -224px -106px;
	width: 95px;
	height: 20px;
	float: left;
}
.search-bar-top {
	float: right;
	height: 32px;
	padding-top: 8px;
	width: 303px;
	margin-right: 15px;
	background:	url(global-img/_sprite/sprite-v5.png) no-repeat -225px 8px;
	overflow: hidden;
	font-size: 12px;
	color: #434542;
}
.search-bar-top form {
	padding:0px;
}
.search-bar-top input.search-input-top {
	background: transparent;
	border: none;
	width: 211px;
	float: left;
	margin: 7px 0 0 10px;
}
.search-bar-top input.search-button-top {
	width: 64px;
	background: transparent;
	border: none;
	text-indent: -999em;	
	height: 18px;
	display: block;
	float: right;
	margin: 7px 7px 0 0;
	*line-height: 0;
}
/* This is displayed only when the banner is missing */
#main-header .wgn_search_top {
	float: right;
	margin-top: 30px;
}

/* ==|== Main Area ==================================================
 */
div[role="main"] {
	width: 620px;
	float: left;	
	padding-top: 15px;
}
div.noright[role="main"] {
	width: 940px;
	float: non;
}
.breadcrumb, .wgn-tee-times-nav {
	font-size: 10px;
	margin-bottom: 10px;
	color: #868686;
}
.wgn_block {
	position: relative;
}
.wgn-main-top-bookmarks {
	position: absolute;
	right: 0;
	top: -11px;
	border-bottom: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.wgn-main-top-bookmarks ul {
	list-style: none outside none;
	margin: 0;
	padding: 5px 5px 7px;
}
.wgn-main-top-bookmarks ul li {
	display: inline;
	font-size: 10px;
	padding: 0 5px;
}
.wgn-main-top-bookmarks ul li a {
	color: #868686;
}
.wgn-main-top-bookmarks ul li a:hover {
	color: #3b3a3a;
}

/* ==|== Front Featured Area ==================================================
 */
.destination-widget-fp {
	margin: 0 -15px 0;
}
.top-featured-wrap {
	background: url(global-img/_sprite/front-promo-subscribe-v2.png) no-repeat;	
	height: 338px;
}
.slideshow-wrap {
	width: 545px;
	float: right;
}
.slideshow-top {
	height: 216px;
}
.front-top-list-map-wrap {
	float: left;
	width: 423px;
}
.front-top-list {
	float: left;
	width: 226px;
}
.front-top-list h3 {
	margin: 0;
	padding: 16px 0 0 36px;
	height: 40px;
}
.front-top-list #locations h3 {
	padding: 0;
	font-size: 13px;
	height: auto;
}
.front-top-list ul#locations {
	margin: 0;
	padding: 10px 0 0 0;
}
.front-top-list #locations li {
	background: none;
	padding: 0;
}
.front-top-list #locations li a {
	color: white;
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid #90b581;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	width: 196px;
}

.front-top-list #locations li.hover a {
	background: url(global-img/_sprite/sprite-v5.png)  -225px -52px;
	background-repeat: no-repeat;
	border-bottom: none;
	font-weight: bold;
	display: block;
	height: 24px;
	width: 210px;	
	z-index: 34;
	position: relative;
}

.top-description-map {
	float: right;
	width: 195px;	
}
.top-description-map .top-description {
color: #DDDDDD;
font-size: 10px;
line-height: 15px;
margin-bottom: 12px;
overflow: hidden;
padding: 10px;
height: 113px;
}
.wgn-nf-course-description {
	padding-left: 118px;
}

/*
.wgn-nf-course-book-new {
    background: url(global-img/book-now-front-left.png) no-repeat scroll left top transparent;
    color: white;
    display: block;
    float: left;
}
.wgn-nf-course-book-new a {
    color: white;
}
.wgn-nf-course-book-new-inner {
    background: url(global-img/book-now-front-right.png) no-repeat scroll right top transparent;
    overflow: hidden;
}
.wgn-nf-course-book-new ul {
    margin: 0;
    padding: 0;
}
.wgn-nf-course-book-new ul li {
    background: url(global-img/book-now-front-break.png) no-repeat scroll left top transparent;
    display: block;
    float: left;
    margin: 0;
    padding: 3px 10px;
}
*/

.section-home .content-block {
	margin-bottom: 20px;
}
.section-home .box h2 {
	margin: 10px 0;
}
.wgn-nf-course-description p {
	margin-top: 0;
}
.wgn-nf-course-book-new ul li.first_item {
    background: none repeat scroll 0 0 transparent;
}

/* ==|== Front Listings ==================================================
 */
 
 div.two-cols ul li {
 	width: 45%;
 	float: left;
 	display: block;
 }
 
 
 div.three-cols ul li {
 	width: 30%;
 	float: left;
 	display: block;
 }

/* ==|== Article Insert - Gallery, IYG, Related ==================================================
 */
.article-insert .image_caption_wrap {
	position: relative;
}
.article-insert {
    background: none repeat scroll 0 0 #ECECEC;
    border-radius: 4px 4px 4px 4px;
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    position: relative;
    width: 380px;
}
.article-insert img {
    border: medium none;
    margin: 0;
    padding: 0;
}
.article-insert .scrollable a {
    display: block;
    float: left;
    padding: 0 2px;
    width: 74px;
}
.article-insert .scrollable {
    float: left;
}
.article-insert a.browse {
   background-image: url(global-img/_sprite/sprite-v5.png);
   background-position: 0px -50px; /* 0 0 */
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 30px;
    margin: 15px 6px;
    width: 30px;
    text-decoration: none;
    color: transparent;
}
.article-insert a.right {
    background-position: 0px -80px; /* 0 -30 */
    clear: right;
    margin-right: 0;
}
.article-insert a.right:hover {
    background-position: -30px -80px; /* -30 -30 */
}
.article-insert a.right:active {
    background-position: -60px -80px; /* -60 -30 */
}
.article-insert a.left {
    margin-left: 0;
}
.article-insert a.left:hover {
    background-position: -30px -50px; /* -30 0 */
}
.article-insert a.left:active {
    background-position: -60px -50px; /* -60 0 */
}
.article-insert a.up:hover {
    background-position: -30px -50px; /* -30 0 */
}
.article-insert a.up:active {
    background-position: -60px -50px; /* -60 0 */
}
.article-insert a.down {
    background-position: 0px -80px; /* 0 -30 */
}
.article-insert a.down:hover {
    background-position: -30px -80px; /* -30 -30 */
}
.article-insert a.down:active {
    background-position: -60px -110px; /* -60 -60 */
}
.article-insert a.disabled {
    visibility: hidden !important;
}
.article-insert .scrollable {
    border: medium none;
    height: 63px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 306px;
}
.article-insert .scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}
.article-insert .scrollable img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    float: left;
    height: 55px;
    margin: 0 1px;
    padding: 2px;
    width: 69px;
}
.article-insert .scrollable .active {
    border: 2px solid #000000;
    position: relative;
    z-index: 9999;
}
.article-insert #image_wrap {
    margin: 0 0 5px;
    text-align: center;
    width: 380px;
}
.article-insert #image_wrap img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    padding: 6px;
}
.article-insert #caption_wrap {
    background: url(global-img/_misc/ms-bg.png);
    bottom: 7px;
    color: white;
    padding: 10px;
    position: absolute;
    text-align: center;
    z-index: 9999;
    left: 10px;
    right: 10px;
}
.listingtitle {
	font-weight: bold;
	font-size: 16px;
}
.article-insert .listingtitle a img {
	background: white;
	padding: 3px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	margin-right: 10px !important;
}
.article-insert .listing {
	border-bottom: 1px solid white;
	display: block;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 5px 5px 8px;
	position: relative;
}
.article-insert .listingmore {
	background: none repeat scroll 0 0 white;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	padding: 5px;
	position: absolute;
	right: 0;
	font-size: 12px;
}
.article-insert .listingmore a {
	padding: 0 3px;
	color: #747474;
}
.article-insert .listingmore a:hover {
	color: #63B0BB;
}
.article-insert .listingmore a:nth-child(2) {
	border: 1px solid #63b0bc;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#acd6dc), to(#63b0bc));
	background-image: -webkit-linear-gradient(top, #acd6dc, #63b0bc);
	background-image: -moz-linear-gradient(top, #acd6dc, #63b0bc);
	background-image: -o-linear-gradient(top, #acd6dc, #63b0bc);
	background-image: -ms-linear-gradient(top, #acd6dc, #63b0bc);
	background-image: linear-gradient(top, #acd6dc, #63b0bc);
	-webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
	-moz-box-shadow: inset 0 0 0 1px #e3f1f3;
	box-shadow: inset 0 0 0 1px #e3f1f3;
	padding: 5px 10px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;	
}
.article-insert .listingmore a:nth-child(2):hover {
	border: 1px solid #63b0bc;
	border-radius: 5px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#63b0bc), to(#acd6dc));
	background-image: -webkit-linear-gradient(top, #63b0bc, #acd6dc);
	background-image: -moz-linear-gradient(top, #63b0bc, #acd6dc);
	background-image: -o-linear-gradient(top, #63b0bc, #acd6dc);
	background-image: -ms-linear-gradient(top, #63b0bc, #acd6dc);
	background-image: linear-gradient(top, #63b0bc, #acd6dc);
	-webkit-box-shadow: inset 0 0 0 1px #f4fafd;
	-moz-box-shadow: inset 0 0 0 1px #f4fafd;
	box-shadow: inset 0 0 0 1px #f4fafd;
}
.no-cssgradients .article-insert .listingmore a:nth-child(2) {
	background-image: none;
	background-color: #acd6dc;
}

/* ==|== Author Pic ==================================================
 */
 
 .wgn-author-credits {
	border-top: 1px dotted #C1C1C1;
	padding: 10px 0 0 0;
}
.wgn-author-credits-pic a {
	font-style: italic;
}
.wgn-author-credits p {
	margin-top: 0px;
}
.wgn-author-credits-pic img {
	float: left; 
	border: 1px solid lightgray;
	margin-right: 10px;
}
.wgn-author-credits br {
	display: none;
}
.content-article-autor {
    font-size: 12px;
    font-style: italic;
    height: 47px;
    line-height: 16px;
    margin: 10px 0;
}
.content-article-autor img {
    border: 1px solid #DADADA;
    float: left;
    margin: 0 5px 5px 0;
}

/* ==|== Related Links ==================================================
 */

.article .box {
	padding: 20px 30px 0;
	margin: 10px 0;
	background: url(global-img/_sprite/sprite-v5.png) no-repeat 0 -911px;
}
.wgn_block.related {
	clear: both;
	padding: 20px 0 15px;
}
.wgn_block.related .wgn_block_header  {
background: url(global-img/_sprite/sprite-v5.png) no-repeat -1968px -646px;
 color: #63B0BB;
 font-size: 18px;
 line-height: 30px;
 padding-left: 34px;
}
.wgn_block.related ul {
	margin-top: 5px;
}
.wgn_block.iyg .wgn_block_header  {
background: url(global-img/_sprite/sprite-v5.png) no-repeat -1967px -153px;
 color: #63B0BB;
 font-size: 18px;
 line-height: 30px;
 padding-left: 34px;
}
.wgn_block.iyg .courseteaser {
	margin: 7px -5px;
padding: 10px;
background: none;
}
.wgn_block.iyg .courseteaser p {
	width: 205px;
}
.also .alsoheader {
background: url(global-img/_sprite/sprite-v5.png) no-repeat -1969px -533px;
 color: #63B0BB;
 font-size: 18px;
 line-height: 30px;
 padding-left: 34px;	
}



/* ==|== wgn comments ==================================================
 *
 */
#comments-zone ul {
	margin: 10px 0;
}
#comments-zone-header {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 0 none;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
}
#comments-zone-header-title {
	float: left;
}
#comments-leave-comment {
    float: right;
    font-size: 10px;
    line-height: 20px;
    margin-top: 6px;
}
#comments-leave-comment a {
	border: 1px solid #63b0bc;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#acd6dc), to(#63b0bc));
	background-image: -webkit-linear-gradient(top, #acd6dc, #63b0bc);
	background-image: -moz-linear-gradient(top, #acd6dc, #63b0bc);
	background-image: -o-linear-gradient(top, #acd6dc, #63b0bc);
	background-image: -ms-linear-gradient(top, #acd6dc, #63b0bc);
	background-image: linear-gradient(top, #acd6dc, #63b0bc);
	-webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
	-moz-box-shadow: inset 0 0 0 1px #e3f1f3;
	box-shadow: inset 0 0 0 1px #e3f1f3;
	padding: 5px 10px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}
#comments-leave-comment a:hover {
	border: 1px solid #63b0bc;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#63b0bc), to(#acd6dc));
	background-image: -webkit-linear-gradient(top, #63b0bc, #acd6dc);
	background-image: -moz-linear-gradient(top, #63b0bc, #acd6dc);
	background-image: -o-linear-gradient(top, #63b0bc, #acd6dc);
	background-image: -ms-linear-gradient(top, #63b0bc, #acd6dc);
	background-image: linear-gradient(top, #63b0bc, #acd6dc);
	-webkit-box-shadow: inset 0 0 0 1px #f4fafd;
	-moz-box-shadow: inset 0 0 0 1px #f4fafd;
	box-shadow: inset 0 0 0 1px #f4fafd;
	
}
.no-cssgradients #comments-leave-comment a {
	background-image: none;
	background-color: #acd6dc;
}
#comments-zone-comments {
    background: none repeat scroll 0 0 #F8F8F8;
    border-color: #DDDDDD #EEEEEE #EEEEEE;
    border-style: solid;
    border-width: 1px;
}
.comments-zone-comments-area {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE #EEEEEE #DDDDDD;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 10px;
    padding: 9px;
}
.comments-zone-date, .comments-zone-date {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F8F8F8;
    border-color: -moz-use-text-color -moz-use-text-color #DDDDDD;
    border-style: none none solid;
    border-width: 0 0 1px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 10px;
}
#comments-zone-comments ul li {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 0;
}
#comments-zone-comments ul li {
    list-style: none outside none;
    margin: 0;
}
#comments-zone-comments ul li li {
    margin-left: 10px;
}
#comments-zone-comments ul ul {
    border-left: 2px solid #CCDDEE;
    margin-left: 10px;
}
#comments-zone-comments ul ul ul {
    border-left: 2px solid #EECCCC;
    margin-left: 10px;
}
#comments-zone-comments ul ul ul ul {
    border-left: 2px solid #CCEECC;
    margin-left: 10px;
}
.comments-zone-subject {
    font-weight: bold;
    padding: 0 3px 10px;
}
p.comments-zone-actual-comment {
    padding: 10px 7px 5px;
}
.comments-zone-reply {
    text-align: right;
}
.comments-zone-reply a {
    border: 1px solid #63b0bc;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#acd6dc), to(#63b0bc));
    background-image: -webkit-linear-gradient(top, #acd6dc, #63b0bc);
    background-image: -moz-linear-gradient(top, #acd6dc, #63b0bc);
    background-image: -o-linear-gradient(top, #acd6dc, #63b0bc);
    background-image: -ms-linear-gradient(top, #acd6dc, #63b0bc);
    background-image: linear-gradient(top, #acd6dc, #63b0bc);
    -webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
    -moz-box-shadow: inset 0 0 0 1px #e3f1f3;
    box-shadow: inset 0 0 0 1px #e3f1f3;
    padding: 5px 10px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.comments-zone-reply a:hover {
    border: 1px solid #63b0bc;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#63b0bc), to(#acd6dc));
    background-image: -webkit-linear-gradient(top, #63b0bc, #acd6dc);
    background-image: -moz-linear-gradient(top, #63b0bc, #acd6dc);
    background-image: -o-linear-gradient(top, #63b0bc, #acd6dc);
    background-image: -ms-linear-gradient(top, #63b0bc, #acd6dc);
    background-image: linear-gradient(top, #63b0bc, #acd6dc);
    -webkit-box-shadow: inset 0 0 0 1px #f4fafd;
    -moz-box-shadow: inset 0 0 0 1px #f4fafd;
    box-shadow: inset 0 0 0 1px #f4fafd;
}
.no-cssgradients .comments-zone-reply a {
	background-image: none;
	background-color: #acd6dc;
}

/* ==|== Article Details ==================================================
 */

.wgn-author-credits-top {
	font-style: italic;
}
/*--------------------------------------------------
* Alex: applied to h1 globaly
*--------------------------------------------------*/
/*--------------------------------------------------
* .wgn_block_content h1 {
* 	text-shadow: 1px 1px 1px rgba(176, 174, 174, 0.65);
* }
*--------------------------------------------------*/
h1 {
	/*text-shadow: 1px 1px 1px rgba(176, 174, 174, 0.65);*/
}
.articlelistingwrp .articlelisting .extended {
    clear: both;
    padding: 10px 0;
}
.articlelistingwrp .articlelisting .extended img {
    border: 1px solid #CCCCCC;
    margin: 0 10px 5px 0;
    padding: 2px;
    position: relative;
}
.articlelistingwrp .articlelisting .extended p {
	padding-left: 126px;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: #383838;
}
div.articlelisting ul {
    clear: both;
    margin: 0;
    padding: 0;
}
/*
div.articlelisting ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
}
div.articlelisting ul li:before {
    content: "» ";
    color: #63B0BB;
    font-size: 12px;
    padding-right: 5px;
}
*/
div.articlelisting ul li.extended {
    background: none repeat scroll 0 0 transparent;
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    line-height: 1.33em;
}
div.articlelisting ul li.extended:before {
	content: none;
}
div.articlelisting img {
    float: left;
}

/* ==|== Article Promo ==================================================
 */

div.wgn_article_promo .caption_wrap a, div.wgn_article_promo .caption_wrap a:active, div.wgn_article_promo .caption_wrap a:link, div.wgn_article_promo .caption_wrap a:visited {
    color: #C0C0C0;
    text-decoration: underline;
}
div.wgn_article_promo {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 620px;
    margin-top: 10px;
}
div.wgn_article_promo div.items {
    position: absolute;
    width: 20000em;
}
div.wgn_article_promo div.items div.item {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 620px;
}
div.wgn_article_promo .image_wrap {
    opacity: 1;
}
div.wgn_article_promo .image_wrap img {
    border: 0 none transparent;
    height: 400px;
    margin: 0;
    padding: 0;
    width: 640px;
}
div.wgn_article_promo .caption_wrap {
	bottom: 0;
    color: white;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 9999;
	background-color: #111111;
	font-size: 11px;
	border-top: 1px solid #999999;
	opacity: 0.75;
   letter-spacing: -0.3px;
   line-height: 13px;
   text-align: left;	
}
.no-opacity div.wgn_article_promo .caption_wrap {
	background: url(global-img/_misc/ms-bg.png);	
}
div.wgn_article_promo .caption_wrap h1, div.wgn_article_promo .caption_wrap h2, div.wgn_article_promo .caption_wrap h3, div.wgn_article_promo .caption_wrap h4 {
/*	color: white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px; */
	color: white;
    float: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 21px;
    width: 210px;	
    
}
div.wgn_article_promo .caption_wrap p {
	float: right;
	margin-top: 0;
	width: 380px;
}
div.wgn_article_promo .caption_wrap h1 a, div.wgn_article_promo .caption_wrap h2 a, div.wgn_article_promo .caption_wrap h3 a, div.wgn_article_promo .caption_wrap h4 a {
    color: white;
}
div.wgn_article_promo .caption_wrap a, div.wgn_article_promo .caption_wrap a:active, div.wgn_article_promo .caption_wrap a:link, div.wgn_article_promo .caption_wrap a:visited {
    color: #ffffff;
    text-decoration: underline;
}
div.wgn_article_promo .caption_wrap a:hover {
    color: white;
    text-decoration: none;
}
div.wgn_article_promo .wgn_promo_title {
    background: url(global-img/_misc/ms-bg.png) transparent;
    color: white;
    font-style: italic;
    font-weight: bold;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 1000;
}
div.wgn_article_promo .wgn_promo_overlay {
    background: url(global-img/_misc/ms-bg.png) transparent;
    bottom: 60px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1000;
}


/* ==|== wgn courses ==================================================
 *
 */ 
.wgn-nf-course-img {
    float: left;
    margin-right: 10px;
}
.wgn-nf-course-img img {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    padding: 3px;
}
.section-USUAL-PAGE .wgn_300_300_promo {
	margin: 10px 0;
}
.wgn_300_300_promo .caption_wrap b {
	font-size: 12px;
}
.rating-details {
	margin-top: 20px;
}

rating-details ul li {
	clear: both;
	background: none;
}

.scorecard {
	margin: 10px 0;
}
.scorecard table {
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}
.scorecard td, .scorecard th {
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    padding: 2px 3px;
}
.scorecard th {
    background: none repeat scroll 0 0 #EBEBEB;
}
.rating-fb {
    border: 1px solid lightgray;
    margin: 10px 0 20px;
    overflow: hidden;
    padding: 10px;
}
.coursebooking a {
border: 1px solid #63b0bc;
border-radius: 3px;
background-image: -webkit-gradient(linear, center top, center bottom, from(#acd6dc), to(#63b0bc));
background-image: -webkit-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -moz-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -o-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -ms-linear-gradient(top, #acd6dc, #63b0bc);
background-image: linear-gradient(top, #acd6dc, #63b0bc);
-webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
-moz-box-shadow: inset 0 0 0 1px #e3f1f3;
box-shadow: inset 0 0 0 1px #e3f1f3;
padding: 5px 10px;
text-transform: uppercase;
color: white;
text-decoration: none;
}
.coursebooking a:hover {
border: 1px solid #63b0bc;
background-image: -webkit-gradient(linear, center top, center bottom, from(#63b0bc), to(#acd6dc));
background-image: -webkit-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -moz-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -o-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -ms-linear-gradient(top, #63b0bc, #acd6dc);
background-image: linear-gradient(top, #63b0bc, #acd6dc);
-webkit-box-shadow: inset 0 0 0 1px #f4fafd;
-moz-box-shadow: inset 0 0 0 1px #f4fafd;
box-shadow: inset 0 0 0 1px #f4fafd;
}
.no-cssgradients .coursebooking a {
	background-image: none;
	background-color: #acd6dc;
}

/* ==|== Packages ==================================================
 */
 
.section-golf-packages img[align="right"] {
	float: right;
}

/* ==|== Destination Page ==================================================
 */

/* TODO delete when FL goes new */

.wgn_destination_section.tfbcbe .zzz {
	margin-bottom: 10px;
}
.wgn_destination_section.tfbcbe .zzz ul {
	margin: 5px 0;
	padding: 0;
}
.wgn_destination_section.tfbcbe .zzz ul li {
	float: left;
	width: 45%;
}
.wgn_destination_section.tfbcbe .zzz:before, .wgn_destination_section.tfbcbe .zzz:after { content: ""; display: table; }
.wgn_destination_section.tfbcbe .zzz:after { clear: both; }
.wgn_destination_section.tfbcbe .zzz { *zoom: 1; }

.wgn_destination_section h2 {
	background: url(global-img/_sprite/sprite-v5.png) no-repeat -1969px -204px;
	padding-left: 33px;
	margin: 10px 0;
	border-bottom: 4px solid #E5EBF1;
	padding-bottom: 7px;
	line-height: 30px;
}

.wgn_destination_section.dg_courses h2 {
	background:	url(global-img/_sprite/sprite-v5.png) no-repeat -1969px -593px;
	padding-left: 33px;
	margin: 10px 0;
	border-bottom: 4px solid #E5EBF1;
	padding-bottom: 7px;
	line-height: 30px;
}

.wgn_destination_section.dg_map h2 {
	background:	url(global-img/_sprite/sprite-v5.png) no-repeat -1968px -155px;
	padding-left: 33px;
	margin: 10px 0;
	border-bottom: 4px solid #E5EBF1;
	padding-bottom: 7px;
	line-height: 30px;
}

.wgn_destination_section.dg_ratings h2 {
	background:	url(global-img/_sprite/sprite-v5.png) no-repeat scroll -1969px -257px transparent;
	padding-left: 33px;
	margin: 10px 0;
	border-bottom: 4px solid #E5EBF1;
	padding-bottom: 7px;
	line-height: 30px;
}

.boxwrp .box {
	padding: 10px;
}
.sectionheader {
	font-weight: bold;
	margin: 7px 0;
}
.pkgheading {
	font-size: 18px;
}
.pkgdate {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0;
}
.pkgmorelink {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.pkgprice {
	padding: 5px 0;
}
.pkgmorelink a  {
border: 1px solid #63b0bc;
border-radius: 3px;
background-image: -webkit-gradient(linear, center top, center bottom, from(#acd6dc), to(#63b0bc));
background-image: -webkit-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -moz-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -o-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -ms-linear-gradient(top, #acd6dc, #63b0bc);
background-image: linear-gradient(top, #acd6dc, #63b0bc);
-webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
-moz-box-shadow: inset 0 0 0 1px #e3f1f3;
box-shadow: inset 0 0 0 1px #e3f1f3;
padding: 4px 7px;
text-transform: uppercase;
color: white;
text-decoration: none;
}
.pkgmorelink a:hover {
border: 1px solid #63b0bc;
background-image: -webkit-gradient(linear, center top, center bottom, from(#63b0bc), to(#acd6dc));
background-image: -webkit-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -moz-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -o-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -ms-linear-gradient(top, #63b0bc, #acd6dc);
background-image: linear-gradient(top, #63b0bc, #acd6dc);
-webkit-box-shadow: inset 0 0 0 1px #f4fafd;
-moz-box-shadow: inset 0 0 0 1px #f4fafd;
box-shadow: inset 0 0 0 1px #f4fafd;
}
.no-cssgradients .pkgmorelink a {
	background-image: none;
	background-color: #acd6dc;
}
.pkgimg {
    float: right;
    margin: 5px 0 0 15px;
}
.pkgimg img {
    border: 4px solid #E9ECF1;
    width: 110px;
}
.wgn_destination_intro {
	margin-bottom: 10px;
}

/* jeg pt butoane */
a.disabled {
    visibility: hidden !important;
}

/* bh wannabe alex */

/* custom style for bh wannabe promo */
div.wgn_bh_wannabe_promo { 
	position:relative; 
	overflow:hidden; 
	width: 620px; 
	height: 225px; 
	margin-bottom: 10px;
} 
div.wgn_bh_wannabe_promo div.items {
	width:20000em; 
	position:absolute;
}
div.wgn_bh_wannabe_promo div.items div.item { 
	float:left; 
	margin: 0px;
	padding: 0px;
	width: 620px;
	display: block;
	position: relative;
} 
div.wgn_bh_wannabe_promo .image_wrap {
	opacity: 1;
} 
div.wgn_bh_wannabe_promo .image_wrap img {
	width: 620px;
	height: 225px;
	padding: 0px;
	margin: 0px;
	border: 0px transparent none;
} 
div.wgn_bh_wannabe_promo .caption_wrap {
    background: url(global-img/_misc/ms-bg.png);
	bottom:0px;
	left:0px;
	right:0px;
	color:white;
	font-weight: normal;
	font-style: italic;
	padding: 0px 4px 4px 4px;
	position:absolute;
	text-align:right;
	z-index:9999;
	font-size: 10px;
} 
div.wgn_bh_wannabe_promo .caption_wrap h1
, div.wgn_bh_wannabe_promo .caption_wrap h2
, div.wgn_bh_wannabe_promo .caption_wrap h3
, div.wgn_bh_wannabe_promo .caption_wrap h4
{
	color: white;
}
div.wgn_bh_wannabe_promo .caption_wrap h1 a
, div.wgn_bh_wannabe_promo .caption_wrap h2 a
, div.wgn_bh_wannabe_promo .caption_wrap h3 a
, div.wgn_bh_wannabe_promo .caption_wrap h4 a
{
	color: white;
}
div.wgn_bh_wannabe_promo .caption_wrap a {
	color: #c0c0c0;
	text-decoration: underline;
}
div.wgn_bh_wannabe_promo .caption_wrap a:hover {
	color: white;
	text-decoration: none;
}
div.wgn_bh_wannabe_promo .caption_wrap p  {
	/*--------------------------------------------------
	* display: none;
	*--------------------------------------------------*/
}
div.wgn_bh_wannabe_promo .caption_wrap .action_links_wrap a {
	font-family: Arial, Helvetica, san-serif;
	font-style: normal;
	font-size: 11px;
	margin-right: 5px;
}
div.wgn_bh_wannabe_promo .wgn_promo_title {
	background: url(global-img/_misc/ms-bg.png);
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	z-index: 1000;
	font-weight: bold;
	font-style: italic;
    width: 100%;
}
div.wgn_bh_wannabe_promo .wgn_promo_overlay {
	position: absolute;
	top: 60px;
	bottom: 60px;
	right: 0px;
	padding: 10px;
    background: url(global-img/_misc/ms-bg.png);
	z-index: 1000;
}

/* See Also - on destination - DoX */
.dg_see_also .items {
	overflow: hidden;
}

.dg_see_also .items .item {
	padding-bottom: 10px;
}

.dg_see_also .image_wrap {
	float: left;
	
}

.dg_see_also .caption_wrap {
	padding-left: 120px;
}

.dg_see_also .image_wrap img {
	border: 1px solid #CCCCCC;
	margin: 0 10px 5px 0;
	padding: 2px;
}


/* bh wannabe alex / */
aside.side-right .wgn_block {
	margin-bottom: 10px;
}
.wgn_block_header {
    color: #63B0BB;
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
}

/* ==|== Sidebar ==================================================
 */

aside.side-right {
	width: 300px;
	float: right;
	padding-top: 15px;
}
.sidebar-right-block {
	margin-bottom: 15px;
}

aside.side-right #map {
	box-shadow: 0px 0px 9px rgba(1,0,0,.3);
	border: 4px solid white;
	margin: 10px 0;
}

aside.side-right #map:first-child {
	
}

/* ==|== Newsletter ==================================================
 */

.newsletter-frame {
	width: 300px;
	height: 105px;
	overflow: hidden;
	background: url(global-img/_sprite/sprite-v5.png) no-repeat 0px -158px;
}
.newsletter-frame-inner {
	padding-left: 20px;
	padding-top: 62px;
}
.newsletter-frame .enter-email {
	border: none;
	background: transparent;
	width: 180px;
}
.newsletter-frame .submit-button {
	width: 88px;
	border: none;
	background: transparent;
	text-indent: -999em;
	*line-height: 0;
}

/* ==|== Tee Times ==================================================
 */
 
.wgn-tee-times-left {
	float: left;
	width: 170px;
}
.wgn-tee-times-right {
	float: right;
	width: 770px;
}
.wgn-tee-times-phone {
	font-size: 14px;
	background: url(global-img/_sprite/sprite-v5.png) no-repeat -321px -157px;
	padding-top: 14px;
	margin-right: 10px;
	color: #f68a1f;
	padding-left: 51px;
	height: 55px;
}
.wgn-tee-times-phone span {
	display: block;
	margin-top: 4px;
	color: #b7b7b7;
}
.wgn-tee-times-left-promo ul li {
	background: none;
	padding: 0;
}
.wgn-tee-times-left-promo ul li a {
border: 1px solid #63b0bc;
border-radius: 3px;
background: none;
background-image: -webkit-gradient(linear, center top, center bottom, from(#acd6dc), to(#63b0bc));
background-image: -webkit-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -moz-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -o-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -ms-linear-gradient(top, #acd6dc, #63b0bc);
background-image: linear-gradient(top, #acd6dc, #63b0bc);
-webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
-moz-box-shadow: inset 0 0 0 1px #e3f1f3;
box-shadow: inset 0 0 0 1px #e3f1f3;
padding: 5px 10px;
color: white;
text-transform: uppercase;
text-decoration: none;		
display: block;
width: 130px;
text-align: center;
}
.wgn-tee-times-left-promo ul li a:hover {
border: 1px solid #63b0bc;
border-radius: 3px;
background: none;
background-image: -webkit-gradient(linear, center top, center bottom, from(#63b0bc), to(#acd6dc));
background-image: -webkit-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -moz-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -o-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -ms-linear-gradient(top, #63b0bc, #acd6dc);
background-image: linear-gradient(top, #63b0bc, #acd6dc);
-webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
-moz-box-shadow: inset 0 0 0 1px #e3f1f3;
box-shadow: inset 0 0 0 1px #e3f1f3;
padding: 5px 10px;
color: white;
text-transform: uppercase;
text-decoration: none;		
display: block;
width: 130px;
text-align: center;
}
.no-cssgradients .wgn-tee-times-left-promo ul li a {
	background-image: none;
	background-color: #acd6dc;
}
.no-cssgradients .wgn-tee-times-left-promo ul li a {
	background-image: none;
	background-color: #acd6dc;
}
.wgn-tee-times-top-box .wgn-tee-times-top-box-inner {
border-bottom: 1px solid lightgray;
border-top: 1px solid lightgray;
padding: 15px 0;
}
.wgn-tee-times-top-box .wgn-tee-times-top-box-inner h2 {
	margin-bottom: 10px;
}
.wgn-tee-times-horizontal ul, ul.wgn-tee-times-listing-special {
	padding: 0;
}
.wgn-tee-times-horizontal ul li, ul.wgn-tee-times-listing-special li, ul.wgn-tee-times-listing-regular li {
	background: none repeat scroll 0 0 transparent;
    border-left: 1px solid lightgray;
    float: left;
	padding: 0 0 0 20px;
    width: 30%;
}
.wgn-tee-times-horizontal ul li:first-child, ul.wgn-tee-times-listing-special li:first-child, ul.wgn-tee-times-listing-special li.nl, ul.wgn-tee-times-listing-regular li.nl {
	border-left: none;
	padding-left: 0;
}
ul.wgn-tee-times-listing-special li.nl, ul.wgn-tee-times-listing-regular li.nl {
	clear: left;
}
.wgn-tee-times-horizontal ul li:last-child, ul.wgn-tee-times-listing-special li:last-child {
	padding-right: 0;
}
.wgn-tee-times-horizontal ul li .wgn-tee-times-listing-wrap, ul.wgn-tee-times-listing-special li .wgn-tee-times-listing-wrap {
	font-size: 13px;
	font-weight: bold;
}
.wgn-tee-times-horizontal ul li .wgn-tee-times-listing-wrap a, ul.wgn-tee-times-listing-special li .wgn-tee-times-listing-wrap a {
	text-decoration: none;
}
.wgn-tee-times-horizontal ul li .wgn-tee-times-listing-wrap a span.wgn-tee-times-savings, ul.wgn-tee-times-listing-special li .wgn-tee-times-listing-wrap a span.wgn-tee-times-savings {
	font-size: 11px;
	font-weight: normal;
	background: #F68A1F;
	color: white;
	padding: 2px 4px;
}
.wgn-tee-times-horizontal ul li .wgn-tee-times-listing-wrap a span.wgn-tee-times-rate, ul.wgn-tee-times-listing-special li .wgn-tee-times-listing-wrap a span.wgn-tee-times-rate{
font-size: 11px;
font-weight: normal;	
}
.wgn-tee-times-listing .more, .wgn-tee-times-top-box .more {
border-top: 1px solid lightgray;
margin-bottom: 0;
padding-top: 10px;	
text-align: right;
}
.wgn-tee-times-listing .more a, .wgn-tee-times-top-box .more a {
	padding: 0 10px;
}


/* ==|== Bottom Form Tee Times ==================================================
 */
.section-tee-times .wgn-tee-times-top-box {
    margin-right: 10px;
}
.section-tee-times  form.wgn-form * {
    font-family: 'lucida grande',helvetica,verdana,arial,sans-serif;
    font-size: small;
}
.section-tee-times  form.wgn-form {
    color: #333333;
    font-size: 1em;
    width: 100%;
}
.section-tee-times  form.wgn-form .gray * {
    color: gray;
}
.section-tee-times  wgn-form-highlight {
    background-color: #FEFDB0;
}
.section-tee-times  form.wgn-form fieldset {
    background-color: #eaf1f7;
    border: 1px solid #a2bcd7;
    clear: both;
    float: left;
    margin: 0 0 1.5em;
    padding: 0;
    width: 100%;
}
.section-tee-times  form.wgn-form fieldset fieldset {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding: 0;
}
.section-tee-times  form.wgn-form fieldset p {
    list-style: none outside none;
    margin: 0;
    padding: 5px;
}
.section-tee-times  form.wgn-form fieldset p {
    border-bottom: 1px dotted gray;
    padding: 5px 10px 7px;
}
.section-tee-times  form.wgn-form fieldset ol {
    list-style: none outside none;
    padding: 0.2em 0.2em 0;
}
.section-tee-times form.wgn-form fieldset fieldset ol {
    margin: 0;
    padding: 0;
    position: relative;
    top: -1.5em;
}
.section-tee-times  form.wgn-form fieldset li {
    list-style-type: none;
    padding: 0.6em 0.6em 1em;
}
.section-tee-times  form.wgn-form fieldset fieldset li {
    clear: both;
    list-style-type: none;
    padding: 0;
}
.section-tee-times  form.wgn-form legend {
    background: none repeat scroll 0 0 #63B0BB;
    color: white;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 1em;
    padding: 2px 4px;
    text-transform: uppercase;
}
.section-tee-times  form.wgn-form fieldset fieldset legend {
    background: none repeat scroll 0 0 transparent;
    color: #63B0BB;
    font-size: 14px;
    padding: 0 0 25px;
}
.section-tee-times  form.wgn-form label {
    display: inline-block;
    float: left;
    line-height: 1.2em;
    margin-right: 1em;
    text-align: right;
    vertical-align: top;
    width: 10em;
}
.section-tee-times  form.wgn-form label.error {
    color: red;
    font-size: 11px;
    font-style: italic;
    line-height: 20px;
    padding-left: 12.9em;
    text-align: left;
    width: 100%;
}
.section-tee-times  form.wgn-form input {
    border: 1px solid gray;
}
form.wgn-form input.submit {
    background: none repeat scroll 0 0 #F68A1F;
    border: none;
    color: white;
    cursor: pointer;
    padding: 3px 9px;
}
.section-tee-times  form.wgn-form input:focus {
    border: 1px dotted black;
}
.section-tee-times  form.wgn-form input.error {
    border: 1px solid red;
}
.section-tee-times  form.wgn-form fieldset.submit {
    background-color: transparent;
    border-style: none;
    float: none;
    width: auto;
    text-align: right;
}


/* ==|== Footer ==================================================
 */
 
footer.main-footer {
	width: 970px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}
.no-opacity footer.main-footer {
	background: url(global-img/_misc/ms-bg.png);
}
footer #bottomad {
	margin: 0 auto 15px;
	width: 728px;
}

.wgn_footer_top_links {
margin: 20px 0 20px;
color: #767474;
font-size: 11px;	
}

.wgn_footer_top_links a {
	color: #767474;
}

/* Temp Fix */
.gvIIContainer {
	width: 610px !important;
}
/*=================================== radu css end =============================== */
/* ===  alex start === */
.box {
	/*--------------------------------------------------
	* padding: 20px 30px 0;
	*--------------------------------------------------*/
	margin: 10px 0;
	background: url(global-img/_sprite/sprite-v5.png) no-repeat 0 -911px;
}
/* Frontpage Exception for box */
.section-home .box {
	background: none;
}
/* jq.ui stars start */
/* jq ui stars end */
/* Ratings */
div.generic-form form div#stars-rating div {
	margin: 0
}
.rating-stars-static {
	width: 80px;
	height: 16px;
	background-image: url(global-img/_sprite/sprite-v5.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
}
.more .rating-stars-static, .feature-course .courseteaser img.rating-stars-static {
	border: none;
	width: 80px;
}
.rating-widget-mini {
	padding-bottom: 10px;
	font-size: 11px;
}
.rating-details .header {
	float: left;
	width: 28%;
	text-align: right;
}
.rating-details .comments {
	float: right;
	width: 68%;
	padding: 0 0 33px 10px;
	border-left: 1px solid gray;
	margin-bottom: 10px;
}
.rating-form-maxi {
	clear: both;
}
.rating-details li {
	clear: both;
}
.rating-stars-0 {
	background-position: -80px 0px; /* -80, 0 */
}
.rating-stars-1 {
	background-position: -64px 0px; /* -64, 0 */
}
.rating-stars-2 {
	background-position: -48px 0px; /* -48, 0 */
}
.rating-stars-3 {
	background-position: -32px 0px; /* -32, 0 */
}
.rating-stars-4 {
	background-position: -16px 0px; /* -16, 0 */
}
.rating-stars-5 {
	background-position: 0px 0px; /* 0, 0 */
}
.rating-stars-05 {
	background-position: -64px -16px; /* -64, +16 */
}
.rating-stars-15 {
	background-position: -48px -16px; /* -48, +16 */
}
.rating-stars-25 {
	background-position: -32px -16px; /* -32, +16 */
}
.rating-stars-35 {
	background-position: -16px -16px; /* -16, +16 */
}
.rating-stars-45 {
	background-position: 0px -16px; /* 0, +16 */
}
.rating-form-maxi {
	border: 1px solid #dadada;
	padding: 10px;
}
#stars-cap-maxi {
	font-size: 10px;
}
/* ========= ui.stars end======================================= */
/*==============jq tabs  ======================================== */
 /* root element for tabs  */
.jqtabs > ul { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}
/* single tab */
.jqtabs > ul li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
/* link inside the tab. uses a background image */
.jqtabs > ul a { 
	background-image: url(global-img/_sprite/sprite-v5.png);
	background-repeat: no-repeat;
	background-position: -1195px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}
.jqtabs > ul a:active {
	outline:none;		
}
/* when mouse enters the tab move the background image */
.jqtabs > ul a:hover {
	background-position: -1195px -31px;
	color:#fff;	
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.jqtabs > ul a.current, .jqtabs > ul a.current:hover, .jqtabs > ul li.current a {
	background-position: -1195px -62;	
	cursor:default !important; 
	color:#000 !important;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
.jqtabs > ul a.w1 			{ background-position: -1062px 0; width:134px; }
.jqtabs > ul a.w1:hover 	{ background-position: -1062px -31px; }
.jqtabs > ul a.w1.current { background-position: -1062px -62px; }
/* width 2 */
.jqtabs > ul a.w2 			{ background-position: -909px 0px; width:154px; }
.jqtabs > ul a.w2:hover 	{ background-position: -909px -31px; }
.jqtabs > ul a.w2.current { background-position: -909px -62px; }
/* width 3 */
.jqtabs > ul a.w3 			{ background-position: -736px 0px; width:174px; }
.jqtabs > ul a.w3:hover 	{ background-position: -736px -31px; }
.jqtabs > ul a.w3.current { background-position: -736px -62px; }
/* width 4 */
.jqtabs > ul a.w4 			{ background-position: -543px 0px; width:194px; }
.jqtabs > ul a.w4:hover 	{ background-position: -543px -31px; }
.jqtabs > ul a.w4.current { background-position: -543px -62px; }
/* initially all panes are hidden */ 
.jqtabs > div {
	display:none;
}




/* jquery tools tabs setup  =========
 * root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	background: none;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background-image: url(global-img/_sprite/sprite-v5.png);
	background-repeat: no-repeat;
	background-position: -1195px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -1195px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -1195px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -1062px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -1062px -31px; }
ul.tabs a.w1.current { background-position: -1062px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -909px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -909px -31px; }
ul.tabs a.w2.current { background-position: -909px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -736px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -736px -31px; }
ul.tabs a.w3.current { background-position: -736px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -543px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -543px -31px; }
ul.tabs a.w4.current { background-position: -543px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
















/* custom style for 300x300 promo */
.wgn_300_300_promo .wgn_promo_title {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	background: transparent url(global-img/_misc/ms-bg.png);
	z-index: 1000;
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.wgn_300_300_promo {
background:none repeat scroll 0 0 white;
height:300px;
width:300px;
overflow:hidden;
/*--------------------------------------------------
* padding-top:5px;
*--------------------------------------------------*/
}
.wgn_300_300_promo div.items {
position:absolute;
width:20000em;
}
.wgn_300_300_promo div.items div.item {
float:left;
margin:0;
overflow:hidden;
/*--------------------------------------------------
* padding:0 4px;
*--------------------------------------------------*/
position:relative;
width: 300px;
}
.wgn_300_300_promo .item p {
	display: none;
}
.wgn_300_300_promo .item h4 {
margin-bottom:5px;
margin-top:6px;
font-style: normal;
font-weight: bold;
}
.wgn_300_300_promo .item h4 a {
	color: #ffffff;
}
.wgn_300_300_promo .item .image_wrap img {
margin:0;
width:300px;
height:300px;
}
.wgn_300_300_promo .caption_wrap {
background:url(global-img/_misc/ms-bg.png);
bottom:0px;
color:white;
font-size:10px;
font-style:italic;
font-weight:normal;
left:0px;
right:0px;
padding: 7px;
position:absolute;
text-align:left;
z-index:9999;
}
.wgn_300_300_promo .caption_wrap a {
	color:white;
}
.wgn_300_300_promo .caption_wrap .action_links_wrap  {
	padding: 4px;
	margin-top: 5px;
	color:white;
}
.wgn_300_300_promo .browse.left {
background:url(global-img/_sprite/sprite-v5.png) -148px -52px;
cursor:pointer;
display:block;
font-size:0;
height:33px;
left:11px;
line-height:0;
position:relative;
text-decoration:none;
text-indent:-999em;
top:127px;
width:30px;
}
.wgn_300_300_promo .browse.right {
background:url(global-img/_sprite/sprite-v5.png) -106px -52px;
cursor:pointer;
display:block;
font-size:0;
height:33px;
line-height:0;
position:relative;
right:-260px;
text-decoration:none;
text-indent:-999em;
top:94px;
width:30px;
}
.wgn_300_300_promo .action_links_wrap a {
margin:0;
padding:0;
margin-right:7px;
color: white;
font-style: normal;
}


/* ==|== wgn FP state site ==================================================
 *
 */
.tee-times-form-fp {
	background: url(global-img/_sprite/front-promo-subscribe-v2.png) bottom no-repeat;
	height: 81px;
	margin: 0px -15px 0;
	padding-left: 150px;
	padding-top: 5px;
}

.wgn-nf-top-form-left label, .wgn-nf-top-form-right label {
    display: block;
    font-size: 10px;
    color: #6d6a6a;
}

ol.wgn-nf-top-form-left {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 330px;
	position: relative;
	float: left;
}

ol.wgn-nf-top-form-right {
float: left;
list-style: none outside none;
margin: 0;
padding: 17px 0 0 10px;
position: relative;
}

ol.wgn-nf-top-form-left li.tt_date_w {
	padding: 17px 0 0 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

ol.wgn-nf-top-form-right li {
	float: left;
	margin-left: 35px;
}

ol.wgn-nf-top-form-left li {
	display: block;
}

ol.wgn-nf-top-form-left li.tt_from_w {
	position: absolute;
	top: 0;
	right: 0;
}

ol.wgn-nf-top-form-left li.tt_to_w  {
	position: absolute;
	bottom: 0;
	right: 0;
}

ol.wgn-nf-top-form-left li.tt_from_w input, ol.wgn-nf-top-form-left li.tt_to_w input {
	border: none;
	padding: 2px;
	background-color: #e0e0e0;
}

.tee-times-form-fp .package-information {
	float: left;
	font-size: 12px;
}

.tee-times-form-fp fieldset.submit {
	float: right;
	padding-top: 26px;
	width: 120px;
}

.tee-times-form-fp fieldset.submit input[type="submit"] {
    border: 1px solid #63b0bc;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#acd6dc), to(#63b0bc));
    background-image: -webkit-linear-gradient(top, #acd6dc, #63b0bc);
    background-image: -moz-linear-gradient(top, #acd6dc, #63b0bc);
    background-image: -o-linear-gradient(top, #acd6dc, #63b0bc);
    background-image: -ms-linear-gradient(top, #acd6dc, #63b0bc);
    background-image: linear-gradient(top, #acd6dc, #63b0bc);
    -webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
    -moz-box-shadow: inset 0 0 0 1px #e3f1f3;
    box-shadow: inset 0 0 0 1px #e3f1f3;
    padding: 5px 10px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.tee-times-form-fp fieldset.submit input[type="submit"]:hover {
    border: 1px solid #63b0bc;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#63b0bc), to(#acd6dc));
    background-image: -webkit-linear-gradient(top, #63b0bc, #acd6dc);
    background-image: -moz-linear-gradient(top, #63b0bc, #acd6dc);
    background-image: -o-linear-gradient(top, #63b0bc, #acd6dc);
    background-image: -ms-linear-gradient(top, #63b0bc, #acd6dc);
    background-image: linear-gradient(top, #63b0bc, #acd6dc);
    -webkit-box-shadow: inset 0 0 0 1px #f4fafd;
    -moz-box-shadow: inset 0 0 0 1px #f4fafd;
    box-shadow: inset 0 0 0 1px #f4fafd;
}

.no-cssgradients .tee-times-form-fp fieldset.submit input[type="submit"] {
	background-image: none;
	background-color: #acd6dc;
}

.tt_aid_w select, .tt_fid_w select {
	width: 185px;
}

#destination-widget-map { 
	height: 188px;
	margin: 6px 0 0 4px;
	position: relative;
	width: 188px;
	z-index: 30 !important;
}

#locations .longdesc { display: none; }
#locations li img { display: none }
#locations li div { display: none }

.destinations-list-fp.tfbcbe {
	width: 620px;
	overflow: hidden;
}

.destinations-list-fp.tfbcbe ul#destinations {
	margin: 0;
	padding: 0;
}

.destinations-list-fp.tfbcbe li.destination {
	background: none;
	position: relative;
	padding: 10px;
	border: 1px solid lightgray;
	margin-bottom: 20px;
}

div.destinations-list-fp ul#destinations li.destination h3 {
    background: url(global-img/_misc/ms-bg.png);
    color: white;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 600px;
    font-size: 14px;
    text-align: right;
}

div.destinations-list-fp ul#destinations li.destination img {
	width: 620px;
	margin: -10px -10px 0 -10px;
}

div.destinations-list-fp ul#destinations li.destination .destination-courses-handle img {
	width: 100px;
	height: 100px;
	margin: 0;
	border: 1px solid lightgray;
	background: white;
	padding: 3px;
}


div.destinations-list-fp ul#destinations li.destination h3 a {
	color: white;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#destinations .destination-courses {
	

}

/* accordion header */
ul#destinations li.destination div.destination-courses div.destiantion-course {
	clear: both;
	overflow: hidden;
	margin: 15px 0;
}

ul#destinations li.destination div.destination-courses div.destiantion-course .destination-courses-handle {
	float: left;
}

ul#destinations li.destination div.destination-courses div.destiantion-course .destination-courses-pane {
	padding-left: 120px;	
}

ul#destinations li.destination div.destination-courses div.destiantion-course .destination-courses-pane .cname {
	font-size: 16px;
}

ul#destinations li.destination div.more {
	border-top: 1px dotted lightgray;
	padding: 10px 0 3px;
	text-align: right;
}

.box.fp_spotlight {
	margin-top: 0;
}

.box.fp_spotlight h2 {
	background: url(global-img/_sprite/sprite-v5.png) no-repeat -1969px -204px;
	padding-left: 33px;
}

.box.fp_features h2 {
	background: url(global-img/_sprite/sprite-v5.png) no-repeat -1968px -645px;
	padding-left: 33px;
}

.box.fp_reviews h2 {
	background: url(global-img/_sprite/sprite-v5.png) no-repeat -1969px -257px;
	padding-left: 33px;
}

.box.fp_destinations h2 {
	background: url(global-img/_sprite/sprite-v5.png) no-repeat -1966px -474px;
	padding-left: 40px;	
}

/* currently active header */

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/

/* content inside a pane should have fixed width */
/*
.destination-courses div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:190px;
	font-size:15px;	
}
	
.destination-courses div p {	
	font-size:11px;
	width:190px;
}
*/
/* root element for accordion. decorated with rounded borders and gradient background image */
#destination-widget-partners {

height: 107px;
overflow: hidden;
padding: 10px 0 5px 7px;
width: 540px;
}

/* accordion header */
#destination-widget-partners .destination-courses-handle {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
	width: 80px;
	height: 80px;
}

#destination-widget-partners .destination-courses-handle img {
	width: 80px;
	height: 80px;
	border: 2px solid #f68f21;
	border-radius: 5px;
}

.no-borderimage #destination-widget-partners .destination-courses-handle img {
	border: none;
}

/* currently active header */
#destination-widget-partners .current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#destination-widget-partners .destination-courses-pane {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
	overflow:hidden;
height: 100px;
}

#destination-widget-partners .destination-courses-pane-content {
	color:#444;
	margin:0 0 -10px 0;
	font-size:11px;
	color: white;
	width: 250px;
}

#destination-widget-partners .destination-courses-pane-content .cteaser {
height: 65px;
line-height: 13px;
overflow: hidden;
}

#destination-widget-partners .destination-courses-pane-content .cname a {
	font-size: 14px;	
	color: white;
}

#destination-widget-partners .destination-courses-pane-content .clink a {
	color: white;
}


/* Frontpage Destination Courses */
#destinations .destination-courses {
	
}


/* Front Sidebar */
.section-home .wgn_block_header, .section-home .boxheader {
	border-bottom: 4px solid #e5ebf1;
	padding-bottom: 7px;
	margin-bottom: 10px;
	line-height: 30px;
}

.tee-times-areas .wgn_block_header {
	background: url(global-img/_sprite/sprite-v5.png) no-repeat -1970px -534px;
	padding-left: 33px;
}

aside.side-right div.wgn_block div.wgn_block_content div#areaList ul li.more {
	background: none;
	padding-left: 0;
	margin-top: 10px;
}

aside.side-right div.wgn_block div.wgn_block_content div#areaList ul li.more a  {
border: 1px solid #63b0bc;
border-radius: 3px;
background-image: -webkit-gradient(linear, center top, center bottom, from(#acd6dc), to(#63b0bc));
background-image: -webkit-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -moz-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -o-linear-gradient(top, #acd6dc, #63b0bc);
background-image: -ms-linear-gradient(top, #acd6dc, #63b0bc);
background-image: linear-gradient(top, #acd6dc, #63b0bc);
-webkit-box-shadow: inset 0 0 0 1px #e3f1f3;
-moz-box-shadow: inset 0 0 0 1px #e3f1f3;
box-shadow: inset 0 0 0 1px #e3f1f3;
padding: 4px 7px;
text-transform: uppercase;
color: white;
text-decoration: none;
font-size: 11px;
}

aside.side-right div.wgn_block div.wgn_block_content div#areaList ul li.more a:hover {
border: 1px solid #63b0bc;
background-image: -webkit-gradient(linear, center top, center bottom, from(#63b0bc), to(#acd6dc));
background-image: -webkit-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -moz-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -o-linear-gradient(top, #63b0bc, #acd6dc);
background-image: -ms-linear-gradient(top, #63b0bc, #acd6dc);
background-image: linear-gradient(top, #63b0bc, #acd6dc);
-webkit-box-shadow: inset 0 0 0 1px #f4fafd;
-moz-box-shadow: inset 0 0 0 1px #f4fafd;
box-shadow: inset 0 0 0 1px #f4fafd;
}

.no-cssgradients aside.side-right div.wgn_block div.wgn_block_content div#areaList ul li.more a {
	background-image: none;
	background-color: #acd6dc;
}


.fp_features .articlelistingwrp .articlelisting .extended img, .fp_reviews .articlelistingwrp .articlelisting .extended img {
	float: right;
	margin: 0 0 15px 15px !important;
}
.fp_features .articlelistingwrp .articlelisting .extended p, .fp_reviews .articlelistingwrp .articlelisting .extended p  {
	padding-left: 0;
}


/* ==|== wgn weather ==================================================
 *
 */ 
.wg_weather_50 {
	background-image: url(global-img/weather/strip-50.png);
	width: 50px;
	height: 50px;	
	background-position: 0px 0px;
}

.wg_weather_50.wg_weather_00 {
	background-position: 0px 0px;
}
.wg_weather_50.wg_weather_01 {
	background-position: -50px 0px;
}
.wg_weather_50.wg_weather_02 {
	background-position: -100px 0px;
}
.wg_weather_50.wg_weather_03 {
	background-position: -150px 0px;
}
.wg_weather_50.wg_weather_04 {
	background-position: -200px 0px;
}
.wg_weather_50.wg_weather_05 {
	background-position: -250px 0;
}
.wg_weather_50.wg_weather_06 {
	background-position: -300px 0;
}
.wg_weather_50.wg_weather_07 {
	background-position: -350px 0;
}
.wg_weather_50.wg_weather_08 {
	background-position: -400px 0;
}
.wg_weather_50.wg_weather_09 {
	background-position: -450px 0;
}
.wg_weather_50.wg_weather_10 {
	background-position: -500px 0;
}
.wg_weather_50.wg_weather_11 {
	background-position: -550px 0;
}
.wg_weather_50.wg_weather_12 {
	background-position: -600px 0;
}
.wg_weather_50.wg_weather_13 {
	background-position: -650px 0;
}
.wg_weather_50.wg_weather_14 {
	background-position: -700px 0;
}
.wg_weather_50.wg_weather_15 {
	background-position: -750px 0;
}
.wg_weather_50.wg_weather_16 {
	background-position: -800px 0;
}
.wg_weather_50.wg_weather_17 {
	background-position: -850px 0;
}
.wg_weather_50.wg_weather_18 {
	background-position: -900px 0;
}
.wg_weather_50.wg_weather_19 {
	background-position: -950px 0;
}
.wg_weather_50.wg_weather_20 {
	background-position: -1000px 0;
}
.wg_weather_50.wg_weather_21 {
	background-position: -1050px 0;
}
.wg_weather_50.wg_weather_22 {
	background-position: -1100px 0;
}
.wg_weather_50.wg_weather_23 {
	background-position: -1150px 0;
}
.wg_weather_50.wg_weather_24 {
	background-position: -1200px 0;
}
.wg_weather_50.wg_weather_25 {
	background-position: -1250px 0;
}
.wg_weather_50.wg_weather_26 {
	background-position: -1300px 0;
}
.wg_weather_50.wg_weather_27 {
	background-position: -1350px 0;
}
.wg_weather_50.wg_weather_28 {
	background-position: -1400px 0;
}
.wg_weather_50.wg_weather_29 {
	background-position: -1450px 0;
}
.wg_weather_50.wg_weather_30 {
	background-position: -1500px 0;
}
.wg_weather_50.wg_weather_31 {
	background-position: -1550px 0;
}
.wg_weather_50.wg_weather_32 {
	background-position: -1600px 0;
}
.wg_weather_50.wg_weather_33 {
	background-position: -1650px 0;
}
.wg_weather_50.wg_weather_34 {
	background-position: -1700px 0;
}
.wg_weather_50.wg_weather_35 {
	background-position: -1750px 0;
}
.wg_weather_50.wg_weather_36 {
	background-position: -1800px 0;
}
.wg_weather_50.wg_weather_37 {
	background-position: -1850px 0;
}
.wg_weather_50.wg_weather_38 {
	background-position: -1900px 0;
}
.wg_weather_50.wg_weather_39 {
	background-position: -1950px 0;
}
.wg_weather_50.wg_weather_40 {
	background-position: -2000px 0;
}
.wg_weather_50.wg_weather_41 {
	background-position: -2050px 0;
}
.wg_weather_50.wg_weather_42 {
	background-position: -2100px 0;
}
.wg_weather_50.wg_weather_43 {
	background-position: -2150px 0;
}
.wg_weather_50.wg_weather_44 {
	background-position: -2200px 0;
}
.wg_weather_50.wg_weather_45 {
	background-position: -2250px 0;
}
.wg_weather_50.wg_weather_46 {
	background-position: -2300px 0;
}
.wg_weather_50.wg_weather_47 {
	background-position: -2350px 0;
}
.wg_weather_50.wg_weather_48 {
	background-position: -2400px 0;
}
.wg_weather_50.wg_weather_49 {
	background-position: -2450px 0;
}

.wg_weather_130 {
	background-image: url(global-img/weather/130/00.png);
	width: 130px;
	height: 130px;
	background-position: 0 0;
}

.wg_weather_100 {
	background-image: url(global-img/weather/100/00.png);
	width: 100px;
	height: 100px;
	background-position: 0 0;
}

.wg_weather_130.wg_weather_00 {
	background-image: url(global-img/weather/130/00.png);
}

.wg_weather_100.wg_weather_00 {
	background-image: url(global-img/weather/100/00.png);
}
.wg_weather_130.wg_weather_01 {
	background-image: url(global-img/weather/130/01.png);
}

.wg_weather_100.wg_weather_01 {
	background-image: url(global-img/weather/100/01.png);
}
.wg_weather_130.wg_weather_02 {
	background-image: url(global-img/weather/130/02.png);
}

.wg_weather_100.wg_weather_02 {
	background-image: url(global-img/weather/100/02.png);
}
.wg_weather_130.wg_weather_03 {
	background-image: url(global-img/weather/130/03.png);
}

.wg_weather_100.wg_weather_03 {
	background-image: url(global-img/weather/100/03.png);
}
.wg_weather_130.wg_weather_04 {
	background-image: url(global-img/weather/130/04.png);
}

.wg_weather_100.wg_weather_04 {
	background-image: url(global-img/weather/100/04.png);
}

.wg_weather_130.wg_weather_05 {
	background-image: url(global-img/weather/130/05.png);
}

.wg_weather_100.wg_weather_05 {
	background-image: url(global-img/weather/100/05.png);
}
.wg_weather_130.wg_weather_06 {
	background-image: url(global-img/weather/130/06.png);
}

.wg_weather_100.wg_weather_06 {
	background-image: url(global-img/weather/100/06.png);
}
.wg_weather_130.wg_weather_07 {
	background-image: url(global-img/weather/130/07.png);
}

.wg_weather_100.wg_weather_07 {
	background-image: url(global-img/weather/100/07.png);
}
.wg_weather_130.wg_weather_08 {
	background-image: url(global-img/weather/130/08.png);
}

.wg_weather_100.wg_weather_08 {
	background-image: url(global-img/weather/100/08.png);
}
.wg_weather_130.wg_weather_09 {
	background-image: url(global-img/weather/130/09.png);
}

.wg_weather_100.wg_weather_09 {
	background-image: url(global-img/weather/100/09.png);
}
.wg_weather_130.wg_weather_10 {
	background-image: url(global-img/weather/130/10.png);
}

.wg_weather_100.wg_weather_10 {
	background-image: url(global-img/weather/100/10.png);
}
.wg_weather_130.wg_weather_11 {
	background-image: url(global-img/weather/130/11.png);
}

.wg_weather_100.wg_weather_11 {
	background-image: url(global-img/weather/100/11.png);
}
.wg_weather_130.wg_weather_12 {
	background-image: url(global-img/weather/130/12.png);
}

.wg_weather_100.wg_weather_12 {
	background-image: url(global-img/weather/100/12.png);
}
.wg_weather_130.wg_weather_13 {
	background-image: url(global-img/weather/130/13.png);
}

.wg_weather_100.wg_weather_13 {
	background-image: url(global-img/weather/100/13.png);
}
.wg_weather_130.wg_weather_14 {
	background-image: url(global-img/weather/130/14.png);
}

.wg_weather_100.wg_weather_14 {
	background-image: url(global-img/weather/100/14.png);
}
.wg_weather_130.wg_weather_15 {
	background-image: url(global-img/weather/130/15.png);
}

.wg_weather_100.wg_weather_15 {
	background-image: url(global-img/weather/100/15.png);
}
.wg_weather_130.wg_weather_16 {
	background-image: url(global-img/weather/130/16.png);
}

.wg_weather_100.wg_weather_16 {
	background-image: url(global-img/weather/100/16.png);
}
.wg_weather_130.wg_weather_17 {
	background-image: url(global-img/weather/130/17.png);
}

.wg_weather_100.wg_weather_17 {
	background-image: url(global-img/weather/100/17.png);
}
.wg_weather_130.wg_weather_18 {
	background-image: url(global-img/weather/130/18.png);
}

.wg_weather_100.wg_weather_18 {
	background-image: url(global-img/weather/100/18.png);
}
.wg_weather_130.wg_weather_19 {
	background-image: url(global-img/weather/130/19.png);
}

.wg_weather_100.wg_weather_19 {
	background-image: url(global-img/weather/100/19.png);
}
.wg_weather_130.wg_weather_20 {
	background-image: url(global-img/weather/130/20.png);
}

.wg_weather_100.wg_weather_20 {
	background-image: url(global-img/weather/100/20.png);
}
.wg_weather_130.wg_weather_21 {
	background-image: url(global-img/weather/130/21.png);
}

.wg_weather_100.wg_weather_21 {
	background-image: url(global-img/weather/100/21.png);
}
.wg_weather_130.wg_weather_22 {
	background-image: url(global-img/weather/130/22.png);
}

.wg_weather_100.wg_weather_22 {
	background-image: url(global-img/weather/100/22.png);
}
.wg_weather_130.wg_weather_23 {
	background-image: url(global-img/weather/130/23.png);
}

.wg_weather_100.wg_weather_23 {
	background-image: url(global-img/weather/100/23.png);
}
.wg_weather_130.wg_weather_24 {
	background-image: url(global-img/weather/130/24.png);
}

.wg_weather_100.wg_weather_24 {
	background-image: url(global-img/weather/100/24.png);
}
.wg_weather_130.wg_weather_25 {
	background-image: url(global-img/weather/130/25.png);
}

.wg_weather_100.wg_weather_25 {
	background-image: url(global-img/weather/100/25.png);
}
.wg_weather_130.wg_weather_26 {
	background-image: url(global-img/weather/130/26.png);
}


.wg_weather_100.wg_weather_26 {
	background-image: url(global-img/weather/100/26.png);
}
.wg_weather_130.wg_weather_27 {
	background-image: url(global-img/weather/130/27.png);
}

.wg_weather_100.wg_weather_27 {
	background-image: url(global-img/weather/100/27.png);
}
.wg_weather_130.wg_weather_28 {
	background-image: url(global-img/weather/130/28.png);
}

.wg_weather_100.wg_weather_28 {
	background-image: url(global-img/weather/100/28.png);
}
.wg_weather_130.wg_weather_29 {
	background-image: url(global-img/weather/130/29.png);
}

.wg_weather_100.wg_weather_29 {
	background-image: url(global-img/weather/100/29.png);
}
.wg_weather_130.wg_weather_30 {
	background-image: url(global-img/weather/130/30.png);
}

.wg_weather_100.wg_weather_30 {
	background-image: url(global-img/weather/100/30.png);
}
.wg_weather_130.wg_weather_31 {
	background-image: url(global-img/weather/130/31.png);
}

.wg_weather_100.wg_weather_31 {
	background-image: url(global-img/weather/100/31.png);
}
.wg_weather_130.wg_weather_32 {
	background-image: url(global-img/weather/130/32.png);
}

.wg_weather_100.wg_weather_32 {
	background-image: url(global-img/weather/100/32.png);
}
.wg_weather_130.wg_weather_33 {
	background-image: url(global-img/weather/130/33.png);
}

.wg_weather_100.wg_weather_33 {
	background-image: url(global-img/weather/100/33.png);
}
.wg_weather_130.wg_weather_34 {
	background-image: url(global-img/weather/130/34.png);
}

.wg_weather_100.wg_weather_34 {
	background-image: url(global-img/weather/100/34.png);
}
.wg_weather_130.wg_weather_35 {
	background-image: url(global-img/weather/130/35.png);
}

.wg_weather_100.wg_weather_35 {
	background-image: url(global-img/weather/100/35.png);
}
.wg_weather_130.wg_weather_36 {
	background-image: url(global-img/weather/130/36.png);
}

.wg_weather_100.wg_weather_36 {
	background-image: url(global-img/weather/100/36.png);
}
.wg_weather_130.wg_weather_37 {
	background-image: url(global-img/weather/130/37.png);
}

.wg_weather_100.wg_weather_37 {
	background-image: url(global-img/weather/100/37.png);
}
.wg_weather_130.wg_weather_38 {
	background-image: url(global-img/weather/130/38.png);
}

.wg_weather_100.wg_weather_38 {
	background-image: url(global-img/weather/100/38.png);
}
.wg_weather_130.wg_weather_39 {
	background-image: url(global-img/weather/130/39.png);
}

.wg_weather_100.wg_weather_39 {
	background-image: url(global-img/weather/100/39.png);
}
.wg_weather_130.wg_weather_40 {
	background-image: url(global-img/weather/130/40.png);
}

.wg_weather_100.wg_weather_40 {
	background-image: url(global-img/weather/100/40.png);
}
.wg_weather_130.wg_weather_41 {
	background-image: url(global-img/weather/130/00.png);
}

.wg_weather_100.wg_weather_41 {
	background-image: url(global-img/weather/100/00.png);
}
.wg_weather_130.wg_weather_42 {
	background-image: url(global-img/weather/130/00.png);
}

.wg_weather_100.wg_weather_42 {
	background-image: url(global-img/weather/100/00.png);
}
.wg_weather_130.wg_weather_43 {
	background-image: url(global-img/weather/130/00.png);
}

.wg_weather_100.wg_weather_43 {
	background-image: url(global-img/weather/100/00.png);
}
.wg_weather_130.wg_weather_44 {
	background-image: url(global-img/weather/130/00.png);
}

.wg_weather_100.wg_weather_44 {
	background-image: url(global-img/weather/100/00.png);
}
.wg_weather_130.wg_weather_45 {
	background-image: url(global-img/weather/130/00.png);
}

.wg_weather_100.wg_weather_45 {
	background-image: url(global-img/weather/100/00.png);
}
.wg_weather_130.wg_weather_46 {
	background-image: url(global-img/weather/130/00.png);
}
.wg_weather_100.wg_weather_46 {
	background-image: url(global-img/weather/100/00.png);
}
.wg_weather_130.wg_weather_47 {
	background-image: url(global-img/weather/130/00.png);
}
.wg_weather_100.wg_weather_47 {
	background-image: url(global-img/weather/100/00.png);
}
.wg_weather_130.wg_weather_48 {
	background-image: url(global-img/weather/130/00.png);
}
.wg_weather_100.wg_weather_48 {
	background-image: url(global-img/weather/100/00.png);
}
.wg_weather_130.wg_weather_49 {
	background-image: url(global-img/weather/130/00.png);
}
.wg_weather_100.wg_weather_49 {
	background-image: url(global-img/weather/100/00.png);
}

.wg_weather_clear {
	clear: both;
}
/* Sidebar Widget */

.wg_weather_small {
	font-family: Arial, Helvetica, san-serif;
	width: 300px;
	background: url(global-img/weather/strip-50.png) -2300px 0px no-repeat;
	position: relative;
	color: white;
	font-size: 12px;
	padding-top: 4px;
	border-radius: 8px;
}

.wg_weather_small a {
	color: white;
	text-decoration: underline;
} 

.wg_weather_small a:hover {
	text-decoration: none;
} 

.wg_weather_small div.wg_weather_100 {
	position: absolute;
	top: 0;
}


.wg_weather_small .wg_weather_top {
	height: 71px;
	text-align: right;
	padding-right: 10px;
}

.wgn-sidebar-right .wg_weather_small .wg_weather_top {
	height: 74px;
}

.wg_weather_small .wg_weather_top .wg_weather_location_name {
	font-size: 18px;
	font-weight: bold;
	padding-top: 7px;
}

.wg_weather_small .wg_weather_top .wg_weather_temperature {
	color: #d9ebf2;
	font-size: 16px;
	padding-top: 4px;
}

.wg_weather_small .wg_weather_middle table {
	width: 100%;
}

.wg_weather_small .wg_weather_middle table th, .wg_weather_small .wg_weather_middle table td {
	width: 20%;
	text-align: center;
	color: #d9ebf2;
	margin: 0;
	padding: 0;
}

.wg_weather_small .wg_weather_middle table th {
	padding-bottom: 8px;
}

.wgn-sidebar-right .wg_weather_small .wg_weather_middle table th {
	padding-bottom: 10px;
}

.wg_weather_small .wg_weather_bottom {
font-size:10px;
padding:6px 10px 5px;
text-align:right;
}

.wgn-sidebar-right .wg_weather_small .wg_weather_bottom {
padding:10px 10px 5px;
}

.wg_weather_small .wg_weather_bottom a {
	color: #d9ebf2;
}


/* Full content width weather widget */
.wg_weather_page {
	width: 640px;
	background: url(global-img/weather/weather-sprite.png) 0px -142px no-repeat;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	position: relative;
	color: #004f7d;
	overflow: hidden;
}

.wg_weather_page a {
	text-decoration: underline;
	color: #004f7d;
}

.wg_weather_page a:hover {
	text-decoration: none;
}

.wg_weather_page .wg_weather_top {
float:left;
text-align:right;
width:225px;
}

.wg_weather_page .wg_weather_middle {
	float: right;
	width: 380px;
}

.wg_weather_page .wg_weather_middle table {
	width: 100%;
}

.wg_weather_page .wg_weather_middle table td {
	text-align: center;
}

.wg_weather_page .wg_weather_middle table th {
padding:10px 0 13px;
}

.wg_weather_page div.wg_weather_100 {
	position: absolute;
	top: 15px;
}

.wg_weather_page .wg_weather_top .wg_weather_currenct_conditions {
font-size:16px;
font-weight:bold;
height:22px;
line-height:16px;
}

.wg_weather_page .wg_weather_top .wg_weather_location_name {
	height: 25px;
}

.wg_weather_page .wg_weather_top .wg_weather_temperature {
	font-weight: bold;
	font-size: 16px;
	height: 28px;
}

.wg_weather_page .wg_weather_top .wg_weather_short_description {
}

.wg_weather_page .wg_weather_bottom {
clear:both;
font-size:10px;
padding: 11px 4px 0 0;
text-align:right;
}

/* Weather detail page */
.wg_weather_details_page {
	width: 640px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	position: relative;
	color: #004f7d;
	overflow: hidden;
	
}

.wg_weather_section {
	background: url(global-img/weather/weather-sprite.png) 0px -333px no-repeat;
	width: 320px;
	margin-bottom: 20px;
}

.wg_weather_current {
	float: left;
}

.wg_weather_more {
	float: left;
}

.wg_weather_current  .wg_weather_temperature {
font-size:40px;
font-weight:bold;
padding-top:32px;
}

.wg_weather_real_feel_current {
	margin-bottom: 15px;
}

.wg_weather_real_feel_current, .wg_weather_other_details {
	line-height: 25px;
}


.wg_weather_forecast {
	float: right;
}

.wg_weather_day td {
	width: 33%;
	text-align: center;
	padding-top: 7px;
}

.wg_weather_day td.wg_weather_day_01 {
	width: 100px;
}

.wg_weather_day .wg_weather_temperature {
	font-size: 26px;
	font-weight: bold;
}

.wg_weather_day .wg_weather_day_full {
	font-size: 16px;
}

table.wg_weather_sunset {
	background: url(global-img/weather/weather-sprite.png) -681px -142px no-repeat;
	height:112px;
	width:100%;	
}

table.wg_weather_sunset td {
	width: 33%;
	padding-top: 50px;
	font-weight: bold;
}

table.wg_weather_sunset td.sunrise {
	text-align: center;
}

table.wg_weather_sunset td.sunrise-sunset {
text-align:center;
width:35%;
}

table.wg_weather_sunset td.sunset {
	width: 32%;
	padding-right: 22px;
	text-align: right;
}


.wg_weather_day_date {
	font-size: 12px;
}

.wg_weather_action_links {
	text-align: center;
}

.wg_weather_action_links a {
	text-decoration: underline;
}

.wg_weather_action_links a:hover {
	text-decoration: none;
}

.wg_weather_more td {
padding:10px 0 0 25px;
}

.wg_weather_more td li {
	width: 80%;
}

/* Wind Direction */
.wg_weather_wind_direction {
font-size:13px;
font-weight:bold;
height:120px;
margin-left:10px;
margin-top:10px;
width:100px;
background-image: url(global-img/weather/weather-sprite.png);
	background-position: 0 20px;
	background-repeat: no-repeat;
	text-align: center;
}

.wg_weather_wind_direction_N {
	background-position: -100px 20px;
}

.wg_weather_wind_direction_NNE {
	background-position: -200px 20px;
}

.wg_weather_wind_direction_NE {
	background-position: -300px 20px;
}

.wg_weather_wind_direction_ENE {
	background-position: -400px 20px;
}

.wg_weather_wind_direction_E {
	background-position: -500px 20px;
}

.wg_weather_wind_direction_ESE {
	background-position: -600px 20px;
}

.wg_weather_wind_direction_SE {
	background-position: -700px 20px;
}

.wg_weather_wind_direction_SSE {
	background-position: -800px 20px;
}

.wg_weather_wind_direction_S {
	background-position: -900px 20px;
}

.wg_weather_wind_direction_SSW {
	background-position: -1000px 20px;
}

.wg_weather_wind_direction_SW {
	background-position: -1100px 20px;
}

.wg_weather_wind_direction_WSW {
	background-position: -1200px 20px;
}

.wg_weather_wind_direction_W {
	background-position: -1300px 20px;
}

.wg_weather_wind_direction_WNW {
	background-position: -1400px 20px;
}

.wg_weather_wind_direction_NW {
	background-position: -1500px 20px;
}

.wg_weather_wind_direction_NNW {
	background-position: -1600px 20px;
}

/* NEW DG RELATED */

/* custom style for bh promo */
#course-widget.course-widget-dg {
margin: 0 -15px;
overflow: hidden;
width: 970px;
}

.course-widget-dg-top {
	height: 66px;
	background: url(global-img/_sprite/dg-top-v1.png) no-repeat;
}

.course-widget-dg-top .dselector {
	float: right;
}

.course-widget-dg-top .dselector a {
	display: block;
	text-indent: -999em;
	width: 133px;
	height: 40px;
	margin: 16px 17px 0 0;
	background: url(global-img/_misc/pixel.png);
}

#course-widget.course-widget-dg h1 {
	margin: 12px 0 0 53px;
	padding: 0;
}

#course-widget.course-widget-dg div.wgn_bhm_promo { 
background: url(global-img/_sprite/dg-top-v1.png) no-repeat scroll 0 -69px transparent;
height: 277px;
margin-bottom: 9px;
overflow: hidden;
padding-bottom: 10px;
position: relative;
width: 970px;
} 

.wgn_featured_big_front {
	height: 274px;
}

#course-widget.course-widget-dg div.wgn_bhm_promo .wgn_promo_scrollable {

}

#course-widget.course-widget-dg div.wgn_bhm_promo div.items {
	width:20000em; 
	position:absolute;
}
#course-widget.course-widget-dg div.wgn_bhm_promo div.items div.item { 
	float:left; 
	margin: 0px;
	padding: 0px;
	width: 971px;
	display: block;
	position: relative;
} 
#course-widget.course-widget-dg div.wgn_bhm_promo .image_wrap {
	opacity: 1;
} 
#course-widget.course-widget-dg div.wgn_bhm_promo .image_wrap img {
	width: 640px;
	height: 255px;
	float: right;
} 
#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap {
	font-family: Georgia, Garamond, Times, serif;
	font-weight: normal;
	font-style: italic;
	background:transparent url(global-img/_sprite/dg-top-v1.png) no-repeat scroll 0 -68px;
	bottom:0px;
	top:0px;
	height: 255px;
	width: 350px;
	padding:20px 125px 0 20px;
	/*--------------------------------------------------
	* padding:20px 70px 0 15px;
	*--------------------------------------------------*/
	position:absolute;
	left:0px;
	text-align:left;
	z-index:1000;
	font-size: 16px;
	height: 235px;
} 
#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap h1
, #course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap h2
, #course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap h3
, #course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap h4
{
	letter-spacing: -0.05em;
	margin-top: 0px;
}
#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap h1 a
, #course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap h2 a
, #course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap h3 a
, #course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap h4 a
{
}

#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap h4 {
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap a {
	text-decoration: underline;
}
#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap a:hover {
	text-decoration: none;
}
#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap p  {
    float: left;
    font-family: Georgia,Garamond,Times,serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    height: 90px;
    line-height: 15px;
    margin-bottom: 0;
    overflow: hidden;
    width: 200px;
}
#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap .action_links_wrap a {
	font-family: Arial, Helvetica, san-serif;
	font-style: normal;
	font-size: 11px;
	margin-right: 15px;
}

#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap a.caption_more {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 30px;
    padding-left: 119px;
}



/* position and dimensions of the navigator */
#course-widget.course-widget-dg div.wgn_bhm_promo .navi {
    bottom: -4px;
    height: 20px;
    margin-left: 455px;
    position: absolute;
    width: 200px;
}


/* items inside navigator */

#course-widget.course-widget-dg div.wgn_bhm_promo .navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background-image: url(global-img/_sprite/sprite-v5.png);
	background-position: -498px -52px;
	display:block;
	font-size:1px;
}

/* mouseover state */
#course-widget.course-widget-dg div.wgn_bhm_promo .navi a:hover {
	background-position:-498px -60px; /* 0 -8px */      
}

/* active state (current page state) */
#course-widget.course-widget-dg div.wgn_bhm_promo .navi a.active {
	background-position:-498px -68px; /* 0 -16px */  
}


/* New Front Top - DoX */

#course-widget.course-widget-dg div.wgn_bhm_promo .wgn_promo_scrollable div.logo {
float: left;
    margin: 0 15px 64px 0;	
}

#course-widget.course-widget-dg div.wgn_bhm_promo .wgn_promo_scrollable div.logo img {
	width: 96px;
	height: 96px;
	border: 4px solid lightgray;
}

#course-widget.course-widget-dg div.wgn_bhm_promo .wgn_promo_scrollable .action_links_wrap {
	clear: both;
    width: 305px;	
    overflow: hidden;
    padding: 2px 0 6px 0;
    height: 25px;
    position: absolute;
    left: 18px;
    bottom: 15px;
}

#course-widget.course-widget-dg #course-widget.course-widget-dg div.wgn_bhm_promo .wgn_promo_scrollable .action_links_wrap a {
	float: left;
	display: block;
	padding: 3px 12px;
	line-height: 20px;
}


#course-widget.course-widget-dg div.wgn_bhm_promo .caption_wrap .action_links_wrap .booking_url a {

}

#course-widget.course-widget-dg .dlist {
    display:block;
    font-size:12px;
    width:150px;
    color:#fff;    
	background-color: #fff;
	z-index:9999;
	padding: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);	
-webkit-border-radius: 4px 0 4px 4px;
-moz-border-radius: 4px 0 4px 4px;
border-radius: 4px 0 4px 4px;	
border: 1px solid lightgray;	
}

#course-widget.course-widget-dg .dlist:after {
border-color: white transparent;
border-style: solid;
border-width: 11px 11px 0 0;
content: "";
position: absolute;
right: -9px;
top: 4px;   
}

#course-widget.course-widget-dg .dlist .articlelisting br.clear {
	display: none;
}

.lt-ie8 #course-widget.course-widget-dg .dlist .articlelisting ul li span {
	display: block;
}

#course-widget.course-widget-dg .dlist .articlelisting ul li {
	margin: 3px 0;
}



#course-widget.course-widget-dg .dlist .articlelisting ul a {
height: auto !important;
margin: 0 !important;
padding: 0 !important;
text-indent: 0 !important;
}

.wgn_destination_section.dg_ratings {
	margin-bottom: 10px;
}
.wgn_destination_section.dg_ratings ul {
	margin: 5px 0;
	padding: 0;
}
.wgn_destination_section.dg_ratings ul li {
	float: left;
	width: 45%;
}
/*
.wgn_destination_section.tfbcbe .zzz:before, .wgn_destination_section.tfbcbe .zzz:after { content: ""; display: table; }
.wgn_destination_section.tfbcbe .zzz:after { clear: both; }
.wgn_destination_section.tfbcbe .zzz { *zoom: 1; }
*/



/* square 4x4 logos Stuff */
.wgn_square_ads_col1 {
float: left;
width: 145px;
}

.wgn_square_ads_col2 {
float: right;
width: 145px;
}

.wgn_square_ads .wgn_block {
margin-bottom: 5px;
overflow: hidden;
position: relative;
}

.wgn_square_ads img {
border: 1px solid #ccc;
margin-top: 10px;
}

