body{
	background: #014083 url(/assets/images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/* HTML */
h1,h2,h3{
	margin: 0 0 12px 0;
	color: #000000;
}
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
}
h3{
	font-size: 13px;
}
p,li,div{
	font-size: 12px;
	color: #014286;
	line-height: 18px;
}
a{
	text-decoration: none;
	border-bottom: 1px dotted #50ad43;
}
a:hover{
	border-bottom: 1px solid #50ad43;
}
a:visited{
	color: #0000ee;
}
img{
	border: none;
}
form{
	margin: 0;
	padding: 0;
}
textarea{
	overflow: auto;
}



/* CONTAINER */
#container{
	width: 780px;
	margin: 0 auto;
	min-height: 500px;
	background: #ffffff;
	border-top: 12px solid #014286;
}


/* HEAD */
#head1{
	padding: 10px 20px;
}
#head1 img{
	float: left;
}
#head1 #h1-menu, #head1 #lang-menu{
	float: right;
}
ul#h1-menu, ul#lang-menu{
	margin: 0;
	padding: 0;
}
ul#h1-menu li, ul#lang-menu li{
	float: left;
	list-style: none;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 15px;
}
ul#h1-menu a{
	color: #c0c0c0;
	text-decoration: none;
	font-size: 12px;
	border: none;
}
	ul#h1-menu li.home{background-image: url(/assets/images/i-home.gif);}
	ul#h1-menu li.page{background-image: url(/assets/images/i-page.gif);}
	ul#h1-menu li.search{background-image: url(/assets/images/i-search.gif);}
	ul#h1-menu li.contact{background-image: url(/assets/images/i-contact.gif);}
	ul#h1-menu li.print{background-image: url(/assets/images/i-print.gif);}

ul#lang-menu{
	margin-top: 35px;
	clear: right;
}
ul#lang-menu li{
	padding-left: 0;
	/* border: 1px solid #cccccc; */
	text-align: center;
}
ul#lang-menu li a{
	text-decoration: none;
}
#head2{
	background: url(/assets/images/h2-bg.jpg) no-repeat;
	padding-left: 310px;
}

#h2-menu{
	margin: 0;
	padding: 3px 0 0 0;
	width: 162px;
	height: 212px;
}
#h2-menu li{
	list-style: none;
	font-size: 12px;
}
#h2-menu a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 152px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	border: none;
}
#h2-menu a:hover, #h2-menu a.active{
	background: #014083;
}

#head3{
	margin-top: -20px;
	text-align:right;
	padding-right: 20px;
	color: #c0c0c0;
	font-size: 13px;
}


/* BODYBOX */
#bodybox{
	padding: 20px 0 20px 0;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

	/* FOR PARTICIPATING CLUB */
	#club #bodybox{
		padding: 0 0 20px 0;
	}

/* BODYBOX HEAD */	
#bb-head{
	padding: 0 15px;
}
p#breadcrumb{
	margin: 0;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#bb-head h1.title{
	margin: 80px 0 0 0;
	float: left;
	width: 450px;
}
#bbh-search{
	/*width: 240px;*/
	margin-left: 480px;
}

/* LEFT */	
#index #left{
	float: left;
	width: 415px; /* 295px */
	padding-left: 15px;
}

	/* club search */
	#club #left{
		float: left;
		width: 270px;
		padding-left: 15px;
	}
	
	/* club detail */
	#club #bbb-left{
		float: left;
		width: 435px;
		padding-left: 15px;
	}
	
#left .r-box{
	width: 400px;
}
	
ul#list-img{
	margin-top: 26px;
}
ul#list-img li{
	margin: 10px 0;
	width: 252px;
	overflow: hidden;
}
ul#list-img li img{
	border: 1px solid #000000;
	width: 250px;
}
	
#l-box{
	padding: 1px 0 1px 10px;
	background: #0b3f8a url(/assets/images/box-bg.jpg) repeat-x;
}
#l-menu{
	margin: 0 0 25px 0;
	padding: 0;
}
#l-menu li{
	float: left;
	list-style: none;
	margin-right: 4px
}
#l-menu a{
	display: block;
	background: #ffffff;
	color: #014286;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 8px;
	border: none;
}
#l-menu a.first{
	padding-left: 0;
}
#l-menu a:hover, #l-menu a.active{
	background: none;
	color: #ffffff;
}
.lb-data{
	padding-bottom: 25px;
	padding-right: 8px;
}
.lb-data img{
	float: left;
	margin: 0 10px 5px 0;
	border: 2px solid #029837;
	width: 75px;
}
.lb-data h4{
	margin: 0;
	padding: 0;
	color: #ffffff;
}
.lb-data p{
	color: #ffffff;
	margin: 0;
	font-size: 11px;
}
.lb-data a:hover{
	color: #ffffff;
}
#l-adv{
	margin: 20px 0;
	padding: 0;
}
#l-adv li{
	float: left;
	width: 81px;
	list-style: none;
	margin-right: 12px;
}
#l-adv img{
	border: 1px solid #000000;
	width: 79px;
}


/* left club gallery */
#l-gallery{
	background: url(/assets/images/frame-large.jpg) no-repeat;
	width: 416px;
	height: 286px;
	margin: 0 0 0 -15px;
	padding: 18px 0 0 17px;
	position: relative
}
ul#slideshow{
	margin: 0;
	padding: 0;
}
ul#slideshow li{
	list-style: none;
	width: 374px;
	height: 247px;
	overflow: hidden;
}
p#g-large{
	margin: 0;
	width: 374px;
	height: 247px;
	overflow: hidden;
}
p#g-large img{
	width: 374px;
	height: 247px;
}


ul#g-thumb{
	margin: 0 0 0 18px;
	padding: 0;
}
ul#g-thumb li{
	float: left;
	list-style: none;
	margin-right: 8px;
}
ul#g-thumb li img{
	border: 1px solid #000;
	width: 113px;
	height: 75px;
}


/* CONTENT */
#content{
	margin: 0 10px 0 15px;
}
	/* index content */
	#index #content{
		float: left;
		width: 300px;
	}
	/* club content */
	#club #content{
		margin: 20px 15px;
	}
	
	/* club info content */
	#club #bbb-content{
		float: right;
		width: 300px;
	}
	
	/* other page content */
	#page #content{
		float: left;
		width: 470px;
		margin: 0 15px 0 15px;
	}

ul#list-tab{
	margin: 0 0 0 8px;
	padding: 0;
}
ul#list-tab li{
	float: left;
	text-transform: uppercase;
	list-style: none;
	font-size: 0px;
	font-weight: bold;
	text-align: center;
}
ul#list-tab a{
	display: block;
	height: 26px;
	color: #57b382;
	background-repeat: no-repeat;
	border: none;
}
ul#list-tab a:hover{
	color: #00427f;
}
a.tab-region{
	background: url(/assets/images/tab-off-region.gif);
	width: 123px;
}
a.tab-country{
	background: url(/assets/images/tab-off-country.gif);
	width: 135px;
}
a.tab-request{
	background: url(/assets/images/tab-off-request.gif);
	width: 130px;
}
li.tab-active a.tab-region, a:hover.tab-region{
	background: url(/assets/images/tab-on-region.gif);
	width: 123px;
	color: #00427f;
}
li.tab-active a.tab-country, a:hover.tab-country{
	background: url(/assets/images/tab-on-country.gif);
	width: 135px;
	color: #00427f;
}
li.tab-active a.tab-request, a:hover.tab-request{
	background: url(/assets/images/tab-on-request.gif);
	width: 130px;
	color: #00427f;
}
ul#list-tab a span{
	text-indent: -10000px;
}

#div-region{
	border: 1px solid #000;
	width: 465px;
}

ul#c-menu li{
	margin-bottom: 5px;
}
ul#c-menu li a{
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	border: none;
}
ul#c-menu li a.blue{
	color: #014286;
}


/* FORM */
.formwrapper{
	margin: 7px 0;
	clear: both;
}
.formwrapper label{
	float: left;
	width: 150px;
	font-weight: bold;
}
.formwrapp{
	margin: 7px 0;
	clear: both;
}
.formwrapp label{
	float: left;
	width: 150px;
	font-weight: bold;
}

	/* FORM SEARCH club_alpha & club_country*/
	select#club_alpha, select#club_country{
		width: 200px; 
	}
	
	/* FORM RESERVATION */
	#reservation .formwrapper label{
		float: none;
		display: block;
		width:100%;
		text-align: left
	}
	
p.info{
	margin: 48px 0;
	font-size: 11px;
}

/* NEWS */
.newsbox{
	border-bottom: 1px dotted #E2E2E2;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.newsbox h2{
	margin: 0;
}


/* RIGHT */
#right{
	float: right;
	width: 220px;
	margin-right: 15px;
}
.r-box{
	background: #e6e7eb url(/assets/images/tile-slice.gif);
	padding: 8px;
	margin-bottom: 15px;
}
.news{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
}
.news h4{
/*	color: #363636; */
	color: #014286;
	margin: 0;
	font-size: 11px;
}
p.date{
	margin: 0 0 14px 0;
	color: #363636;
	font-size: 10px;
}
.news p{
	color: #363636;
	margin: 0;
	font-size: 11px;
}
#right ul#l-adv li{
	margin-right: 4px;
}

/* COUNTRY CLUB LIST */
#ctrlist a{border: none;}

/* BULLETIN */
#mn-title{text-align:right; color: #666666; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0; line-height:12px;}
#mn-desc{float:left;width: 520px; text-align:left; color:#000000;}
#mn-desc0{text-align:left; color:#000000;}
h2#titledesc{margin-top:0; text-transform: uppercase;color: #014083}
ul#mn-issue{float:right;margin:0; padding:0;width: 180px;}
ul#mn-issue p{margin:0; background: #014083; color:#FFFFFF;padding-left:8px;}
ul#mn-issue li{border-bottom: 1px solid #014083;padding: 3px 0px;list-style: none;text-align:left;margin:0;}	
ul#mn-issue li a{text-decoration: none;color: #014083;text-transform:lowercase;padding: 0 8px 0 20px;display: block;background: url(/assets/images/i-menuoff.gif) no-repeat 8px 4px;border: none;}
ul#mn-issue li a:hover{color: #FFFFFF;	background: #014083 url(/assets/images/i-menuon.gif) no-repeat 8px 4px;}
h3.mn-subtitle{color: #014083;border-bottom:1px solid #677b91; padding-bottom:3px; text-transform:capitalize; text-align:left;}
.mn-content{text-align:left;}
p.top{text-align:right; margin: 10px 0;}
p.top a{text-decoration:none;font-weight: bold; border:none;}

/* BULLETIN ARCHIVES */
.archives{
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#014083;
}

/* LATEST DEAL */
#latestDeal h2{
	text-transform: uppercase;
	font-weight: bolder;
	color: #014286;
	font-size: 13px;
	margin: 4px 0;
}
#latestDeal .description{
	border: 1px dotted #014286;
	background: #EFF7FF;
	padding: 8px;
}
	#latestDeal .description p{
		margin: 0 13px 0 0;
	}
.newsletterDeal{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #BFBFBF;
}	
ul.newsletterItem{
	margin: 8px;
	padding: 0;
	list-style: none;
	display: none;
}
	ul.newsletterItem h3{
		color: #014083;
		font-weight: bold;
		margin: 12px 0;
	}
p.linkShowDetail{
	margin: 0;
	padding: 2px 8px;
	background: #014286;
}		
	p.linkShowDetail a{
		font-size: 11px;
		text-transform: lowercase;
		color: #fff;
		text-decoration: none;
		border-bottom: none;
	}
	p.linkShowDetail a:hover{
		border-bottom: 1px solid #fff;
	}

/* FOOT */
#foot{
	background: #000E1C url(/assets/images/f-bg.jpg) repeat-x;
	padding: 15px 20px 0px 20px;
}
#foot h3{
	color: #ffffff;
	text-transform: uppercase;
}
ul#f-menu{
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;

}
ul#f-menu li{
	float: left;
	width: 150px;
	list-style: none;
}
ul#f-menu a{
	color: #ffffff;
	border: none;
}

#f-right{
	float: right;
	width: 40%;
	text-align: right;
}
#f-right p{
	margin: 0 0 11px 0;
	font-size: 11px;
	color: #ffffff;
}


/* FUNCTION */
.tblnormal{
	border: 1px solid #4b578f;
	border-collapse: collapse;
}
.tblnormal tr.row1 td{
	background: #e0e3ef;
}
.tblnormal th{
	background: #4b578f;
	color: #ffffff;
}

.bt{
	border: 1px solid #000000;
	background: #014286;
	color: #ffffff;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
}
.blue{
	color: #014286;
}
.title{
	color: #014286;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: arial, sans-serif;
}
.title span{
	color: #014286;
}
.pcenter{
	text-align: center;
}
.warn{
	color: #FF0000;
}
.centerwarn{
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}	
p.more{
	text-align: right;
	clear: both;
}
p.more a{
	font-size: 11px;
	background: url(/assets/images/i-more.gif) no-repeat 0 3px;
	padding-left: 12px;
	border: none;
}
p.back{
	text-align: right;
	clear: both;
}
p.back a{
	font-size: 11px;
	background: url(/assets/images/i-back.gif) no-repeat 0 3px;
	padding-left: 12px;
	border: none;
}
p.link{
	clear: both;
}
p.link a{
	background: url(/assets/images/i-more.gif) no-repeat 0 3px;
	padding-left: 12px;
	border: none;
}
p.back a{
	font-size: 11px;
	border: none;
}
ul.nostyle{
	margin: 0;
	padding: 0;
}
ul.nostyle li{
	list-style: none;
	color: #000000;
	margin: 3px;
}
ul.nostyle li a{
	color: #000000;
	font-weight: bold;
	border: none;
}
p.dd a{
	color: #ffffff;
	border: none;
}


/* table content */
table.qlist {
	border-width: 1px; border-spacing: 1px; border-style: outset; border-color: #1F232C; border-collapse: collapse; color:#1F232C; font-weight:300; background-color: #FFFFFF;
}
table.qlist td.header {
	border-width: 1px; padding: 1px; border-style: inset; border-color: #1F232C; background-color: #1F232C; color:#FFFFFF; font-size:12px; font-weight:800; -moz-border-radius: 1px;
}
table.qlist td {
	border-width: 1px; padding: 1px 2px 1px 2px; border-style: inset; border-color: #1F232C; color:#1F232C; font-size:11px; font-weight:300; -moz-border-radius:1px;
}

table.qlist td.line {
	border-width: 0px; padding: 0px; border-style: inset; border-color: #1F232C; background-color: #1F232C; font-size:2px; -moz-border-radius: 1px;
}


/* char counter */
.counter{
	margin-left: 150px;
	font-size: 10px;
	color: #000;
}

/* clear */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

	/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
	/* End hide from IE-mac


