/* CSS Document */




/* global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-image: url(../img/siteBackgroundCharcoal2.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
}
a, a:hover {
	text-decoration: none;
	color: #0060AA;
}

/* layout */

#wrapper {
	background-color: #FFF;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	-moz-box-shadow: 0 0 20px 3px #36454f;
	-webkit-box-shadow: 0 0 20px 3px #36454f;
	box-shadow: 0 0 20px 3px #36454f;
}

#masthead {
	float: left;
}

#masthead #logo {
	float: left;
	width: 422px;
}

#masthead #searchBar {
	float: right;
	background-color: #2B91DC;
	color: #FFF;
	background-image: url(../img/searchBarBck.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	
	margin-left: 15px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	-moz-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	min-height:50px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#masthead #searchBar .text {
	float: left;
	padding-top: 20px;
	margin-right: 10px;
}

#masthead #searchBar .text a {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#masthead #searchBar .text a:hover {
	text-decoration: underline;
}

#masthead #searchBar .text .large {
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
}

#masthead #searchBar .text .larger {
	font-size: 18px;
	padding-right: 5px;
	padding-left: 5px;
}

#masthead #searchBar .text .largest {
	font-size: 22px;
	padding-right: 5px;
	padding-left: 5px;
}

#masthead #searchBar .socialMediaIcons {
	float: left;
	margin-right: 5px;
	padding-top: 13px;
	
}

#masthead #searchBar .searchInput {
	float: left;
	padding-top: 13px;
}

#masthead #searchBar .searchInput input {
	background-image: url(../img/searchInputBck.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
	font-size: 12px;
	height: 29px;
	width: 133px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#masthead  .newsletter {
	float: right;
	padding-right: 16px;
	padding-top: 11px;
}

#topNav {
	color: #0060AA;
	padding: 10px 0 0 8px;
	text-align: left;
	margin-left: 0px;
	clear: left;
	height: 30px;
}

#topNav > ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#topNav > ul  > li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-size:15px;
	cursor:default;
}

#topNav > ul > li > a:first-child{
	text-transform: uppercase;
	color: #0060AA;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	font-size:18px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	margin: 0px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
}

#topNav > ul > li {
	padding-top: 8px;
	padding-bottom: 8px;	
}

#topNav ul li.selected {
	background-color: #C8E6FE;
}

div#homeRotatorSpace {
    padding: 3px;
}

#contentWrapper {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding: 9px;
	float: left;
}

#contentWrapper div.homepage {	
	padding: 0px;
	float: left;
}


#contentWrapper .contentColumn {
	float: left;
	width: 305px;
	/*padding-top: 5px; */
	/*padding-right: 5px;*/
	padding-bottom: 5px;
	/*padding-left: 4px;*/
}

#contentWrapper .contentColumn.full{
	float: left;
	width: 305px;
	/*padding-top: 5px; */
	/*padding-right: 5px;*/
	padding-bottom: 12px;
	/*padding-left: 4px;*/
}

#contentWrapper .contentColumn .roundedShadowBox {
	padding: 9px;
	margin-bottom: 11px;
	border: 1px solid #CDCDCD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
     border-radius: 8px;
    -webkit-box-shadow: #CDCDCD 0px 0px 5px;
    -moz-box-shadow: #CDCDCD 0px 0px 5px;
    box-shadow: #CDCDCD 0px 0px 5px;
    background: #E8E8E8;
    behavior: url(../css/PIE.php);
}


#contentWrapper .contentColumn div.roundedShadowBox .heading {
	width:275px;
}

#contentWrapper .contentColumn div.roundedShadowBox  {
	padding:6px;
	width:285px;
	margin-left:2px;
}

.roundedShadowBox .roundedShadowBoxContent {
	height:200px;
}

#contentWrapper .contentColumn div.roundedShadowBox.no-back {
    background: white !important;
}

#contentWrapper .contentColumn .roundedShadowBox .heading {
	background-image: url(../img/boxHeaderBck.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size: 18px;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}

#contentWrapper .contentColumn .roundedShadowBox .blueContent {
	color: #FFF;
	background-color: #033359;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	line-height: normal;
}

#contentWrapper .contentColumn .roundedShadowBox .blueContent h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

#contentWrapper .contentColumn .roundedShadowBox .yellowContent {
	color: #000;
	background-color: #FFD358;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}

#contentWrapper .contentColumn .roundedShadowBox .yellowContent h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	color: #0060AA;
}

#contentWrapper .contentColumn .roundedShadowBox .yellowBox {
	color: #000;
	background-color: #FFD358;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin: 0px;
	font-weight: 400;
}

#contentWrapper .contentColumn .roundedShadowBox .yellowBox h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	padding-bottom: 0px;
	color: #0060AA;
	font-weight: 700;
	margin: 0px;
	padding-top: 0px;
}

/* -- Styling for homepage find a club box -- */
#contentWrapper .contentColumn .roundedShadowBox.homepage-box #clubSearchDiv .clubSearchInputLarge .input.select{
	width: 105px;
	display: inline-block;
}

#contentWrapper .contentColumn .roundedShadowBox.homepage-box #clubSearchDiv .clubSearchInputLarge select {
	width: 105px;
}

#contentWrapper .contentColumn .roundedShadowBox.homepage-box #clubSearchDiv .clubSearchInputButton {
	display: inline-block;
   float: right;
   left: -8px;
   margin-top: -37px;
   position: relative;
   width: 140px;
}

#contentWrapper .contentColumn .roundedShadowBox.homepage-box .find-club-image {
	height: 66px;
	overflow: hidden;
}

#contentWrapper .contentColumn .roundedShadowBox.homepage-box .find-club-image img {
	position: relative;
	top: -12px;
}
.contentColumn .roundedShadowBox.homepage-box.clubadmin {
	height: 105px;
}


#contentWrapper .black-bar {
    background-color: #D8EFFD;
	color: #0066AA;
	font-family: Open Sans Condensed;
    width: 935px;
    font-size: 49px;
    font-weight: 700;
    text-align: center;
}

/* -- End styling for homepage find a club box -- */

#clubSearchDiv {
	float: left;
	width: 265px;
	padding-top: 3px;
}

#clubSearchDiv .clubSearchText {
	float: left;
	width: 110px;
	padding-right: 10px;
}

#clubSearchDiv .clubSearchText h3 {
	font-size: 14px;
	color: #0060AA;
}

#clubSearchDiv .clubSearchInput {
	float: left;
	width: 145px;
}

#clubSearchDiv .clubSearchInput input , select{
	width: 133px;
	background-image: url(../img/clubSearchBck.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	margin-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	color: #666;
}

#clubSearchDiv .clubSearchInputLarge {
	float: left;
	padding-top: 5px;
	width: 265px;
	text-align: left;
}

#clubSearchDiv .clubSearchInputLarge input {
	width: 252px;
	background-image: url(../img/clubSearchBckLarge.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	margin-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	color: #666;
}

#clubSearchDiv .clubSearchInputButton {
	text-align: right;
}

#contentWrapper .contentColumn .sponsor {
	text-align: center;
	margin-bottom: 12px;
}

#footer {
	background-color: #0060AA;
	color: #FFF;
	float:left;
	clear: left;
	font-size: 75%;
	padding: 15px;
	width: 930px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h3 {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

#footer ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer ul li {
	padding-bottom: 5px;
	padding-top: 0px;
}

#footer .smallColumn {
	float: left;
	width: 161px;
}

#footer .largeColumn {
	float: left;
	width: 280px;
}
#footer .largeColumn .largeColumnLogo {
	float: left;
	margin-right: 10px;
}
#footer .largeColumn .largeColumnText {
	float: left;
}
#footer .largeColumnText.privacy {
	font-size: 9px;
}

/* subpages */

#breadcrumb {
	padding-left: 15px;
	color: #0060AA;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 80%;
}
#breadcrumb a {
	color: #0060AA;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

#contentWrapper .contentColumnLarge {
	float: left;
	width: 617px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#contentWrapper .contentColumnLarge .column300 {
	float: left;
	width: 300px;
}

#contentWrapper .contentColumnLarge .column300.margin17 {
	margin-right: 17px;
}
#contentWrapper .contentColumnLarge .column200 {
	float: left;
	width: 200px;
}

#contentWrapper .contentColumnLarge .column200.margin8 {
	margin-right: 8px;
}

/* Style for caroussel on active ret. magazine landing page */
img.homepage-spotlight { display:none; }
.ft-prev { margin-left:10px; }
.ft-next { margin-right:10px; }
.ft-title { 
	padding: 9px;
	font-size:0.78em;
	height:55px;
}
.ft-title p { 
height:40px;
overflow:hidden;
}
.ft-title h3 { 
font-size:1.2em;
}
.ft-title a { 
	color:#fff !important;
}
#contentHeadingImage .ft-title { width:598px;font-size:0.85em; }
/* end caroussel style */

.story-container {
	width:465px;
}
.contentHeadingMap {
	margin-bottom: 20px;
	border: 5px solid #0060AA;
}
.contentSectionDIV {
	float: left;
	width: 614px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D8EFFD;
	margin-top: 13px;
	padding-bottom: 13px;
	color: #333;
}
.contentSectionDIV .contentSectionImage {
	float: left;
	margin-right: 20px;
}
.contentSectionDIV .contentSectionText {
	float: left;
	font-size: 0.8em;
	width: 440px;
}
#static-page .contentSectionDIV .contentSectionText p{	
	font-size: 1.1em;	
}
.contentSectionDIV .contentSectionText a {
	color: #0060AA;
	text-decoration: none;
}
.contentSectionDIV .contentSectionText a:hover {
	text-decoration: underline;
}

.contentSectionDIV .contentSectionText h2 {
	font-weight:800;
	font-size: 16px;
	color: #0060AA;
}

p.dateLine {
	color: #0060AA;
	padding-bottom:10px;
	padding-top:0 !important;
}

/* subpages */

#mainContent {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D8EFFD;
	padding-top: 5px;
	font-size: 80%;
	color: #333;
	position: relative;
	min-height:580px;
}

#mainContent div#relatedStories {
	text-align: left;
	margin-top: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#mainContent div#relatedStories h3 {
	background-color: #9DD1F8;
	color: #0060AA;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 10px;
	font-size: 110%;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	padding-bottom: 5px;
}
#mainContent div#relatedStories ul {
	margin: 0px;
	padding: 0px;
}
#mainContent div#relatedStories ul li {
	list-style-type: none;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8EFFD;
	font-size: 90%;
}
#mainContent div#relatedStories ul li a {
	color: #0060AA;
	text-decoration: none;
}
#mainContent div#relatedStories ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#mainContent h1 {
	font-size: 200%;
	padding-top: 5px;
	color: #0060AA;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
}
#mainContent h2 {
	padding-top: 8px;
	padding-bottom: 0px;
	color: #0060AA;
	font-size: 155%;
	font-weight:600;
}
#mainContent h3 {
	padding-top: 5px;
	font-weight:600;
	font-size:130%;
	padding-bottom: 0;
	color: #0060AA;
}
#mainContent a {
	color: #0060AA;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #333;
	text-decoration: underline;
}

.firstPar {
	color:#0066AA;
	font-weight:600;
}
#mainContent strong {
	color:#444;
}
#mainContent p {
	padding-top: 0px;
	padding-bottom: 14px;
	line-height:20px;
}

#mainContent img.imgSpaceRight {
	padding-right: 10px;
}
#mainContent img.imgSpaceLeft {
	padding-left: 10px;
}
#mainContent ul { 
	margin:10px 0 10px 25px;
	font-size:100%;
	line-height:1.4em;
}
#mainContent ol { 
	margin:10px 0 10px 30px;
	font-size:100%;
	line-height:1.4em;
}

div#shareIcons {
	float: right;
	width: 150px;
	padding-top: 14px;
	text-align: right;
	padding-right: 10px;
}

div#pageLinks {
	float: left;
	color: #0060AA;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
	text-transform: uppercase;
	font-size: 90%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
}
div#pageLinks a {
	color: #0060AA;
	text-decoration: none;
}
div#pageLinks a:hover {
	text-decoration: underline;
}
div#pageLinks div.pageLinksLeft {
	float: left;
	width: 50%;
}
div#pageLinks div.pageLinksRight {
	float: right;
	text-align: right;
	width: 50%;
}


div.magLandingSection {
	margin-top: 20px;
		text-decoration: none !important;
}
div.magLandingSection div.magLandingSectionHeading {
	background-color: #91CEFD;
	color: #FFF;
	padding: 7px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size: 16px;
	text-decoration: none !important;
}
a div.magLandingSection div.magLandingSectionHeading {
	background-color: #91CEFD;
	text-decoration: none !important;
}
a:hover div.magLandingSection div.magLandingSectionHeading {
 
	background-color: #0060AA;
	text-decoration: none !important;
	background-image: url(../img/boxHeaderBck.jpg);
	background-repeat: repeat-x;
}

div.magLandingSection:hover div.magLandingSectionHeading{
	background-color: #0060AA;
	text-decoration: none !important;
	background-image: url(../img/boxHeaderBck.jpg);
	background-repeat: repeat-x;
	cursor:pointer;
}

div.magLandingSection:hover div.magLandingSectionContent{
	background-color: #D3E9F7;
	text-decoration: none;
	cursor:pointer;
}

div.magLandingSection div.magLandingSectionContent {
	float: left;
	background-color: #FFF;
	width: 100%;
	font-size:0.75em;
	min-height: 140px;
}
a:hover div.magLandingSection div.magLandingSectionContent {
	background-color: #D3E9F7;
	text-decoration: none;
}
div.magLandingSection div.magLandingSectionContent div.magLandingSectionText {
	float: left;
	padding: 7px;
	width: 138px;
}

a div.magLandingSection div.magLandingSectionContent div.magLandingSectionText {
	color: #333;
	text-decoration: none;
}

a div.magLandingSection div.magLandingSectionContent div.magLandingSectionText h3 {
	color: #0060AA;
	text-decoration: none;
	font-weight:700;
}
a:hover div.magLandingSection div.magLandingSectionContent div.magLandingSectionText h3 {
	color: #0060AA;
	text-decoration: underline;
	font-weight:700;
}
div.magLandingSection div.magLandingSectionContent div.magLandingSectionImage {
	float: right;
}

div.textBox {
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
div.textBox h2 {
	color: #0060AA;
	font-size: 130%;
}

div.clubLocationDiv {
	border-top: 2px solid #C8E6FE;
font-size: 80%;
padding: 10px 10px 12px;
}

a div.clubLocationDiv {
	color: #333;
}
a:hover div.clubLocationDiv {
	background-color: #D3E9F7;
}

div.clubLocationDiv:hover {
	background-color: #D3E9F7;
}

a.on div.clubLocationDiv {
	background-color: #D3E9F7;
}
div.clubLocationDiv h2 {
	color: #0060AA;
font-size: 1.1em;
padding-bottom: 5px;
}
div.clubLocationDiv span {
	color: #0060AA;
	font-weight: 600;
}

div.clubLocationDiv p.moreDetails { color:#0066AA; text-align:right; }
div.clubLocationDiv p { color:black; }

span.markerInfoWindowGMap {
	font-size: 0.7em;
}

div.prodDisplayBox {
	color: #0060AA;
	border: 1px solid #B1D4F0;
	float: left;
	margin: 4px;
}
div.prodDisplayBox div.prodDisplayBoxTitle {
	background-color: #D9EEF1;
	padding: 10px;
	font-weight: 600;
}
div.prodDisplayBox div.prodDisplayBoxImage {
	padding: 10px;
	cursor:pointer;
}
div.prodDisplayBox div.prodDisplayBoxDetail {
	padding: 5px 9px;
	font-size: 80%;
	font-weight: 600;
	float: left;
	width: 175px;
}

div.prodDisplayBox div.prodDisplayBoxDetail div,prodPrice {
	font-size: 90%;
	float: left;
	padding-top: 3px;
}
div.prodDisplayBox div.prodDisplayBoxDetail div.prodDetail {
	font-size: 90%;
	float: right;
	padding-top:3px;
}
div.prodDisplayBox div.prodDisplayBoxDetail div.prodDetail a {
	color: #0060AA;
	text-decoration: none;
}
div.prodDisplayBox div.prodDisplayBoxDetail div.prodDetail a:hover {
	text-decoration: underline;
}
div.prodDisplayBox div.prodDisplayBoxQty {
	background-color: #D9EEF1;
	padding: 10px;
	font-size: 80%;
	font-weight: 600;
	float: left;
	width: 175px;
	clear: left;
}
div.prodDisplayBox div.prodDisplayBoxQty div.qtyText {
	float: left;
}
div.prodDisplayBox div.prodDisplayBoxQty div.qtyBox {
	float: right;
}

div.qtyBox input {
	border:1px solid #BBB;
	width:43px;
	font-size:90%;
	padding:2px;
}

div.prodDisplayFooter {
	float: left;
	width: 100%;
	color: #0060AA;
	font-weight: 600;
	font-size: 80%;
	margin-bottom: 15px;
}
div.prodDisplayFooter div.results {
	float: left;
}
div.prodDisplayFooter div.prevnext {
	float: right;
}

div.prodDisplayFooter div.prevnext a {
	color: #0060AA;
	text-decoration: none;
}
div.prodDisplayFooter div.prevnext a:hover {
	text-decoration: underline;
}

div.prodSubmitDiv {
	background-color: #FFD358;
	color: #0060AA;
	padding: 13px;
	clear: left;
	font-size: 80%;
	font-weight: 700;
}

div.row624 {
    float: left;
    margin-bottom: 10px;
    width: 624px;
}

/*Added on 09/10/2012 START*/

#ft-buttons-homeLifestyle{
	display:none;
}

/*Button for club search*/
.clubSearchbutton{
	background:url(../img/clubSearchButton.jpg);
	border: 0 none;
	height: 34px;
	width: 143px;
	cursor:pointer;
}
	
/*Added on 09/10/2012 END*/

/*Added on 15/10/2012 to modify navigation styling*/
div.subMenu {
    background-color: #EEF5FB;
    border-top: 3px solid #0060AA;
    box-shadow: 2px 2px 3px #666666;
    color: #0060AA;
    float: left;
    font-size: 90%;
    margin-bottom: 0;
    /*margin-top: 8px;*/
    padding-bottom: 0;
    width: 200px;
	position:absolute;
	z-index:1009;
	display:none;
}

/** sub sub navigation menu for magazine **/
div.subMenu .subMenuCol ul ul.SSNav {
 background-color: #EEF5FB; 
 padding-top:0;
}

div.subMenu .subMenuCol ul ul li.hasSSNav:hover {
	background:transparent;
}

div.subMenu .subMenuCol {
    float: left;
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 200px;
}
div.subMenu .subMenuCol ul {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.subMenu .subMenuCol ul li {
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
}
div.subMenu .subMenuCol ul li a {
    background-color: #C8E6FE;
    display: block;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}
div.subMenu .subMenuCol ul li p {
    background-color: #C8E6FE;
    display: block;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
	margin-bottom:5px;
}
div.subMenu a:hover {
    text-decoration: none;
}
div.subMenu .subMenuCol ul ul {
    margin: 0;
}
div.subMenu .subMenuCol ul ul li {
    background-color: #EEF5FB;
    background-repeat: repeat;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 0;
    padding: 5px 15px;
}
div.subMenu .subMenuCol ul ul li a {
    background: url("../img/blueBullet.gif") left center no-repeat;
    font-family: 'Open Sans',sans-serif;
    font-size: 90%;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: none;
}
div.subMenu .subMenuCol ul ul li:hover {
	background-color: #C8E6FE;
}
/*Added on 15/10/2012 END*/

/* jQuery lightBox plugin - Gallery style */
.microsite_lightbox {
	padding: 5px;
	
}
.microsite_lightbox ul { list-style: none; }
.microsite_lightbox ul li { display: inline; }


/**Added Application/Travel Insurance form CSS -START**/

.popup{padding:12px 2px;border:0px dashed #CCCCCC;width:421px;font-weight:bold;}

/** step 3 TI **/
.applicant-form-1{float:left;width:440px;margin-right:27px;}
.applicant-form-2{float:left;width:440px;}
p.preexisting_cond{
	margin-bottom:15px;
}
p.small_upload_help{
	width:364px;
}
.terms_main {
    margin-bottom: 20px;
    width: 400px;
	position:relative;
}
.terms_textarea {
    width: 370px;
}
.terms_checkbox {
    position: absolute;
    right: 0px;bottom: 0px;
}

#contentWrapper #application-form{width:100%;}
.another_applicant{display:none;}

#contentWrapper .application_form label{width:auto}

.datepicker { 
	border-collapse: collapse; 
	border: 2px solid #999; 
	position: absolute; 
}

.datepicker tr.controls th {
	height: 22px; 
	font-size: 11px;
}

.datepicker select {
	font-size: 11px;
}

.datepicker tr.days th { 
	height: 18px; 
}

.datepicker tfoot td { 
	height: 18px; 
	text-align: center; 
	text-transform: capitalize; 
}

.datepicker th, .datepicker tfoot td { 
	background: #eee; 
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
}

.datepicker th span, .datepicker tfoot td span { 
	font-weight: bold;
}

.datepicker tbody td { 
	width: 24px; 
	height: 24px; 
	border: 1px solid #ccc; 
	font: 11px/22px Arial, Helvetica, sans-serif; 
	text-align: center; background: #fff;

}

.datepicker tbody td.date { 
	cursor: pointer; 
}

.datepicker tbody td.date.over { 
	background-color: #99ffff; 
}

.datepicker tbody td.date.chosen { 
	font-weight: bold; 
	background-color: #ccffcc; 

}

.error{
display:in-line;
font-size:11px;
color:#ff0000;
font-style:italic;
}

.trip_type_div {
	display:none;
	padding:12px 2px;
	border:0px dashed #CCCCCC;
	font-weight:bold;
}



#static-page #application_form {

	font-size:10px;
}


.applicant2_guest_address,.applicant2_guest_travel,.applicant2_guest_address_check,.applicant2_guest_address_check,.commondate,.label_applicant2_guest,#applicant2_guest_notice,.applicant1_dob,.applicant2_dob,.applicant1_travel_date,.applicant2_travel_date,.uploaded_file1,.uploaded_file2,.trip_type_div,.applicant1_club_name_row1,.applicant2_club_name_row,.applicant2_club_name_row1	{
	display:none;
}

#payment_option_1 ,#payment_option_2{display:none;}
/**Added Application/Travel Insurance form CSS -END**/

.terms_div{float:right;width:370px;margin:-5px 0px 20px 0px;}

/** Added on  09/10/2012 START **/
/*Custom share link*/
.custom-share{
	padding-left:3px;
	cursor:pointer;
}
/** Added on  09/10/2012 END **/

#trip_type_overseas_check{margin-top:20px;display:none;}
form.bp p.form-input label.trip-field-label,form.bp p.form-input label.approved-field-label {width:445px;}
.organiser_details{margin-top:10px;display:none;}
#trip_type_overseas_check  select{margin-top:4px;width:200px;}
#trip_type_overseas_check p{float:left}
#trip_type_overseas_check p label{width:445px;}
form.bp.probus .organiser_details  p.form-input label{width:445px;}
form.bp.probus  p.payment-label label{width:445px;}

#viewsite-button-hide{display:none}
#viewsite-button-show{display:inline}

input[type="button"] {
    background: -moz-linear-gradient(center top , #FFC578 0%, #FB9D23 100%) repeat scroll 0 0 transparent;
    border: 1px solid #FB9D23;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 250px;
    padding: 6px 24px;
    text-shadow: 1px 1px #D27F1C;
}
body.popup{background:none}
body.popup .content{width:460px;font-weight:normal;}
body.popup .content input[type="button"] {margin:0px;}
.club-more{cursor:pointer;}
	
.popup.ui-dialog-content { padding-right:0;padding-bottom:0; }
.popup-small { width:450px; height:200px; }
.popup-medium { width:500px; height:340px; }
.popup-large { width:600px; height:525px; }
.popup-xlarge { width:800px; height:650px; }
.popup-xxlarge { width:850px; height:650px; }
.popup iframe { width:100%; height:100%; margin:0; border:0; overflow: hidden; overflow-y:auto; }
.popup .content-details{font-size: 80%;}
.popup .content-details h2 {color: #0060AA;}
.popup .content-details span {color: #0060AA;	font-weight: bold;}
div.popup.content { font-weight:normal; }

.popup.popup-medium.ui-dialog-content.ui-widget-content {
	min-height: 140px !important;
}

#speaker_registration_form .demo_label {
    float: right !important;
    font-size: 10px;
    padding-right: 135px;
	color: #B9CFDC;
}

/** Added on  15/11/2012 START **/
/** include these class where we dont need font resizer to affect **/
.ignoreFontResizer14px {
	font-size: 14px !important;
}
.ignoreFontResizer16px {
	font-size: 16px !important;
}
.ignoreFontResizer18px {
	font-size: 18px !important;
}
/** Added on  15/11/2012 END **/

#SearchForm input[type='submit']{display:none;}
#SearchForm input[type='text']{line-height:30px;}

div#topright {
    float: right;
    width: 537px;
    padding-top: 14px;
}

p.upload_warning{width:364px;margin-top:13px;}
#uploader-form-1{width:48%}
#uploader-form-2{float:left;width:48%}

#application-form #static-page{padding-bottom:50%}

a#celebrate {
    padding-right: 12px;
}

/* Right hand column secure widget shown on secure pages */
#secure-widget {
	font-size: 0.8em;
   line-height: 1.6em;
   margin-bottom: 10px;
}
#secure-widget ul {
   line-height: 1.6em;
   margin: 10px 0 10px 35px;
}

#secure-widget h3 {
	color: #0066aa;
   font-size: 1.2rem;
   font-weight: 600;
   margin-top: 1em;
}

#secure-widget h2 {
	color: #0066aa;
	margin-top: 1em;
}

/* Access denied message on login page */
#access_denied_message > p {
    color: #dd1111;
    font-size: 0.8rem;
}

#access_denied_message {
    border-left: 4px solid #dd1111;
    padding-left: 0.5rem;
}

#facebookMastheadLink { color:#06A;float:right;font-size:0.9em;margin:0.1em; }

a.join-today {
    font-size: 32px;
    font-weight: bold;
    color: black;
}

a.header-phone {
    font-size: 18px;
    font-weight: 700;
}

.contentColumn button.large-column {
    width: 297px;
    height: 131px;
    margin: 3px;
    background-color: #0066AA;
    color: white;
    font-size: x-large;
}

.contentColumn a.large-column {
    padding-left: 2px;
}


#contentWrapper .contentColumnLarge.fullwidth {
    width: 100%;
}

#static-home-page .fullwidth {
    width: 100%;
}

div#static-home-page {
    font-size: 0.8em;
    padding-bottom: 40px;
}

.contentColumn.map {
    width: 385px !important;
}

.contentColumnLarge.map {
    width: 540px !important;
}

#contentWrapper .contentColumn div.roundedShadowBox.map{
	width: 370px !important;
}

div#clubSearchDiv.map {
    width: 355px !important;
}

#contentWrapper .contentColumn .roundedShadowBox.homepage-box #clubSearchDiv .clubSearchInputLarge.map select {
    width: 141px !important;
}


#clubSearchDiv.map .clubSearchInput input , select{
	width: 262px;
	background-image: url(../img/clubSearchBckLarge.jpg);
}

.show-password-icon {    
    transform: translate(-2px, -23px);
    cursor: pointer;
}