/* @override 
	http://www.fairwaylife.com/templates/fairwaylife2/styles.css
	http://fairwaylife.com/templates/fairwaylife2/styles.css
*/

body {
	background: url(images/bg.jpg) left top repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font: 12px/160% Arial, Helvetica, Geneva, sans-serif !important;
	color: #575757;
}

body.mceContentBody {
	background: none;
	background-color: #fff;
}

a {
	color: #4790c5;
}

/* @group Structure/Positions */

#page {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 100%;
	
}

#positionTop {
	position: relative;
	margin: 0px;
	height: 110px;
	width: 990px;
	background: url(images/logo.jpg) 0px 35px no-repeat;
}

#positionBreadcrumbs {
	height: 43px;
}

#columns {
	position: relative;
	z-index: 1;
	background: url(images/fold0.jpg) repeat-y 630px 0;
	height: 100%;
}

#columns .topFold {
	position: absolute;
	z-index: 2;
	background: url(images/fold1.jpg) 0 0;	
	left: 630px;
	top: 0px;
	width: 30px;
	height: 32px;
}
#positionMain {
	margin-top: 50px;
	width: 595px;
	height: 100%;
	float: left;
	padding-right: 30px;
}

#positionRight {
	margin-top: 50px;
	width: 316px;
	height: 100%;
	float: right;
}

#positionRight1 {
	width: 118px;
	float: left;
}
#positionRight2 {
	margin-left: 10px;
	width: 178px;
	float: right;
}

#positionFooter {
	position: relative;
	clear: both;
	width: 100%;
	height: 345px;
	background: url(images/footer.jpg) left top repeat-x;

}

#positionFooterTop {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	width: 995px;
	height: 225px;
	background: url(images/footer_border.jpg) 0 45px no-repeat;
}
#positionFooterTop .endFold {
	position: absolute;
	z-index: 2;
	background: url(images/fold2.jpg) 0 0;	
	left: 633px;
	top: 0px;
	width: 30px;
	height: 33px;
}

#positionFooterBottom {
	position: absolute;
	bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

/* @end */

/* @group Menu */

#positionRight1 ul,
#positionRight2 ul,
.menu_module ul li,
.menu_module ul,
#mainmenu.menu_module ul  {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#positionRight1 .menu_module,
#positionRight2 .menu_module {
	padding: 7px;
}


#mainmenu.menu_module {
	position: absolute;
	width: 840px;
	top: 20px;
	left: 190px;
	height: 82px;
	padding: 0px;
	margin: 0px;
}

#mainmenu.menu_module ul li {
	display: block;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
	height: 82px;
	width: 100px;
	text-align: center;
}

#mainmenu.menu_module ul li a {
	text-decoration: none;
	font: bold 15px Arial, Helvetica, Geneva, sans-serif;
	color: #fcbd14;
}
#mainmenu.menu_module ul li a:hover {
	color: #fbd928;
}

#mainmenu.menu_module ul li#selected {
	background: url(images/tab.jpg) no-repeat 0px 0px;
}

#mainmenu.menu_module ul li#selected a {
	color: #435F08;
}



/* @end */

/* @group Breadcrumbs */

.breadcrumbs {
	padding: 11px 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #937024;
}

.breadcrumbs * a {
	color: inherit;
}

.breadcrumbs span#article {
	color: #fff;
}

/* @end */

/* @group ArticleListing */

.articlelisting .title {
	font-size: 24px;
	color: #eca20e;
}

.articlelisting .description {
	background: #52ac6c;
	color: #fff;
	padding: 10px 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px dashed #52ac6c;	
	border-bottom: 1px dashed #52ac6c;
}

.articlelisting .description a {
	color: #fc0;
}

.articlelisting .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #52ac6c;
}

.articlelisting .item .title {
	font-size: 18px;
	padding-bottom: 4px;
}
.articlelisting .item .greatValue {
	position: relative;
	background: url(images/icon_greatvalue.jpg) no-repeat 0px 0px;
	width: 80px;
	height: 40px;
	right: -10px;
	top: 0px;
	float: right;
}

#discountBanner a img {
	border: 0 none white;
}

.articlelisting .item#last {
	border: 0px;
}

.articlelisting .item p.text,
.articlelisting .item p.text * {
	font-family: inherit !important;
	font-size: 13px;
	line-height: 160%;
}

.articlelisting .item #author {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	color: #52ac6c;
}

.articlelisting .item .published {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	color: #5a6fff;
}

.articlelisting .item .published span.date,
.articlelisting .item .published span.section,
.articlelisting .item .published span.category{
	font-weight: bold;
}

/* @end */

/* @group Admin Stuff */

#dominionWarnings {
	padding: 10px;
	margin-top: 180px;
	border:  1px solid #ccc;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#dominionWarnings .title {
	font-size: 20px;
	line-height: 140%;
}

.dominionsuccess {
	padding: 10px;
	border: 1px dotted #ccc;
	margin-bottom: 5px;
}

.dominionfailure {
	padding: 10px;
	border: 1px solid #eca50d;
	font-weight: bold;
	margin-bottom: 5px;
}

.editbutton {
	background: url(images/icon_edit.gif) 3px center no-repeat;
	min-width: 20px;
	min-height: 20px;
}

.savebutton {
	background: url(images/icon_save.gif) 3px center no-repeat;
	min-width: 11px;
	min-height: 11px;	
}

.addbutton {
	background: url(images/icon_add.gif) 3px center no-repeat;
	min-width: 11px;
	min-height: 11px;
}

.removebutton {
	background: url(images/icon_remove.gif) 3px center no-repeat;
	min-width: 11px;
	min-height: 11px;
}

.movebutton {
	background: url(images/icon_move.gif) 3px center no-repeat;
	min-width: 11px;
	min-height: 11px;
}

.adminbuttonbar{
	text-align: left;
	position: relative;
	z-index: 10;
}

.adminbuttonbar span {

	margin-right: 5px;
	color: #999;
	padding: 2px;
	padding-left: 17px;
	cursor: pointer;
	border: 1px solid #ccc;	
}

.adminbuttonbar * a {
	color: #999;
	text-decoration: none;
}

.adminbuttonbar select {
	margin: 5px 5px 0px 0px;
	padding: 1px;
	font: inherit;
	border-style: solid;
	border: 1px solid #ccc;
	color: #777;
}

/* @end */

/* @group Article */

/* @group Page Listing */


/*title > pagelisting {
	background: #000;
	border: 1px solid #a00;
}*/

.pagelisting {
	padding: 5px 0px;
	border-top: 1px dashed #ccc;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	color: #ccc;
	margin-top: 20px;
	margin-bottom: 10px;
}

.pagelisting a {
	color: #3e7eab;
	text-decoration: none;
	padding: 1px 2px;
}

.pagelisting a#selected {
	color: #fff;
	padding: 3px 5px;
	background-color: #ccc;
	padding-top:10px
}


/* @end */

.note {
	background: #70b1d6;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.note a {
	color: #d8ecfe;
}

img.imgleft {
	float: left;
	margin-right: 15px;
}

img.imgright {
	float: right;
	margin-left: 15px;
}

p.clr {
	clear: both;
}

#article #data > h1, #article #data > h2, #article #data > h3, #article #data > h4, #article #data > h5, #article #data > h6 {
 margin-top: 0px;
 padding-top: 0px;
}

div#article {
	font-weight: normal;
	margin-bottom: 20px;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1.closer { margin-bottom: -10px; }
h2.closer { margin-bottom: -10px; }
h3.closer { margin-bottom: -10px; }
h4.closer { margin-bottom: -10px; }
h5.closer { margin-bottom: -10px; }
h6.closer { margin-bottom: -10px; }

div#article div#title { 
	font-size: 24px;
	margin-bottom: 20px;
}

.introText { 
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
}
.intervueQuestion { 
	font-weight: bold;
}
.quotation { 
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
}

div#article div#section a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #888;
}

.imageHeader{
	margin-top: -23px;
}

div#article div#section a:hover {
	text-decoration: underline;
}

div#article div#data hr {
	border: 0px;
	border-bottom: 1px dashed #ccc;
}

/* @end */

/* @group Footer */

#positionFooterTop .column {
	margin-top: 30px;
	width: 115px;
	float: left;
	margin-left: 37px;
	color: #aaad6c;
	font-size: 11px;
}

#positionFooterTop .column#first {
	margin-left: 60px;
}

#positionFooterTop h4 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#positionFooterTop p {
	margin-top: 0px;
}

#positionFooterTop * a {
	color: #ecd05f;
	text-transform: uppercase;
	font-size: 9px;
}

#positionFooterTop * a:hover {
	color: #fcf198;
}




#positionFooterBottom blockquote {
	color: #d5e191;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

#positionFooterBottom p {
	color: #687043;
	font-size: 10px;
	margin-top: -18px;
}

/* @end */

/* @group Events */

#upcomingevents.module {
	width: 316px;
	padding: 7px;
	font-size: 11px;
}

#upcomingevents.module > div.title {
	margin-top: 5px;
}

ul.eventlist,
#upcomingevents.module ul.eventlist {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#upcomingevents.module ul {
	width: 95%;
}

ul.eventlist li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
#upcomingevents.module ul.eventlist li {
	padding-bottom: 2px;
	position: relative;
}

ul.eventlist li .when_date {
	color: #444;
	font-weight: bold;
}

#upcomingevents.module ul.eventlist li .when_date {
	padding: 0px;
	background: none;	
	color: #444;
	font-weight: bold;
	margin-right: 10px;
}

ul.eventlist li .title {
	margin-left: 10px;
	font-size: 13px;	
	color: purple;
	font-weight: bold;
}

#upcomingevents.module ul.eventlist li .title {
	position: absolute;
	left: 80px;
}

#upcomingevents.module ul.eventlist li .title a {
	font-size: 12px;
	color: purple;
	text-decoration: underline;
}

.eventlisting * input#title_txt {
	width: 100%;
	background-color: #f3f6c5;
	padding: 3px;
	border-style: solid;
}

.eventlisting * textarea#description_txt {
	padding: 3px;
	width: 100%;
	height: 75px;
	background-color: #f3f6c5;
	border-style: solid;
}

.eventlist * .adminbuttonbar {
	margin-left: 5px;
	display: inline;
}

/* @end */

/* @group EATGolf */

div.eatgolf_item {
	background-color: #eeeeee;
	padding: 5px;
	margin-bottom: 5px;
} 

div.eatgolf_item p.category {
	padding:0px;
	margin: 0px;
	padding-left: 50px;
	font-size: 11px;
	text-transform: uppercase;
}

div.eatgolf_item p.title, div.eatgolf_item p.title a {
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-top: -5px;
}

div.eatgolf_item img {
	margin: 5px;
}

div.eatgolf_minilogo {
	background: url(images/eatgolf_minilogo.png) center left no-repeat;
	padding-left: 70px;
	font-size: 11px;
	margin-bottom: 20px;
}

/* @end */

/* @group Modules */

.module > div.title,
#aboutmenu div.title,
#popularmenu div.title {
	font-size: 15px;
	font-weight: bold;
}

/* @group Related/SectionCategories article module */

#relatedarticles.module,
#sectioncategories.module {
	padding: 7px;
}

#relatedarticles.module ul,
#sectioncategories.module ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#relatedarticles.module ul li,
#sectioncategories.module ul li {
	margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;	
}

#relatedarticles.module > div.title,
#sectioncategories.module > div.title {
	margin-top: 7px;
}

/* @end */

/* @group Login/Logout module */

#login.module {
	position: relative;
	width: 316px;
	height:145px;
	padding: 10px;
	background: url(images/mod_login_bg.jpg) 0 0 no-repeat;
}
#login.module img {
	margin:4px;
	margin-right: 15px;
	width: 101px;
	height: 74px;
	float: left;
	border: 1px;
	border-color: #cfd7a8;
	background: url(images/user_noimage.jpg) 0 0 no-repeat;
}
#login.module .title {
	color:#4e6710;
	margin-bottom: 5px;
}
#login.module label {
	color:#82b000;
	font-size: 10px;
	padding-right: 5px;
}
#login.module .field {
	color:#666;
	font-size: 11px;
	margin-right: 10px;
	width: 106px;
	height: 19px;
	background: url(images/mod_login_input.jpg) 0 0 no-repeat;
	border-style: hidden;
}

#login.module p {
	font-size: 12px;
	color:#4e6710;
}

div.loginButton {
	position: absolute;
	right: 40px;
	top: 33px;
	width: 55px;
	height: 23px;
	background: url(images/mod_login_button.jpg) 0 0 no-repeat;
}

#login.module a {
	position: absolute;
	font-size: 11px;
	color: #0169b9;
	font-weight: bold;
	right: 42px;
}

#login div.loginFooter {
	position: absolute;
	left: 10px;
	top: 110px;
	width: 316px;
	color:#4e6710;
}

#login div.loginFooter a{
	font-size: 15px;
	color: #0169b9;
	font-weight: bold;
	color:#82b000;
	position: absolute;
	right: 0px;
	
}

/* @end */

/* @group Current Competition module */

#currentcompetition.module {
width: 316px;
padding-bottom: 10px;
padding-top: 10px;
}
#currentcompetition.module img {
	border: none;
}

#currentcompetition.module a {
	text-decoration: none;
}

/* @end */

/* @group Current Issue module */

div#currentissue.module {
	width: 316px;
	height:157px;
	margin-top: -15px;
	margin-bottom: 15px;
}
div#currentissue.module img {
	margin: 0px;
	float: left;
}
div#currentissue.module p {
	font-size: 11px;
	color:#888888;
	padding-top:30px;
	padding-left: 120px;
	padding-right: 15px;
	line-height: 16px;
}
div#currentissue.module a {
}

/* @end */

/* @group mediakit module */

#mediakit.module {
	padding: 7px;
	background: url(images/mod_eatgolf_bg.jpg) 0 0 no-repeat;
}

#mediakit.module > div.title {
	margin-top: 5px;
}

/* @end */

/* @group Google map */

.gpop {
	color: #666666;
	font-size:12px;
	line-height:18px;
	
}
.gpop a {
	color: #27744f;
	font-size:11px;
	line-height:18px;
	cursor:pointer;
}
.gpop img {
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
	
	
}
.gpop .title {
	color: #27774F;
	font-size:14px;
	line-height:25px;
}
.gpop .title a {
	cursor:pointer;
	font-size:14px;
	line-height:25px;
}

form#gJump {
	width: 316px;
	height: 33px;
	background: url(images/mod_coursemap_selection_bg.jpg) 0 0 no-repeat;
	margin-bottom: 20px;

}

#gJump select {
	margin: 7px;
	font-size: 11px;
	width: 315px;
}

/* @end */

#googleAd {
	clear: both;
	border: 1px solid #c4d9e4;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

/* @group course header */

form#cJump {
	position: relative;
	top: -50px;
	margin: 10px;
}

#cJump select {
	margin-left: 17px;
	font-size: 11px;
	width: 255px;
}

/* @end */

/* @group Toolbox */

#toolbox.module {
	width: 316px;
	padding: 0px;
	font-size: 11px;
}

ul#toolbox_listing.listing {
	width: 300px;
	list-style-type: none;
	margin-left:0px;
	padding-left: 0px;
} 

ul#toolbox_listing.listing li.row {
	border-bottom: 1px dashed #ccc;
	position: relative;
	left: 10px;
}

ul#toolbox_listing.listing li.row span#creator {
	position: absolute;
	right: 0px;
}


/* @end */

/* @end */

/* @group Editor */

/* @group editor update for modules*/
form#editor #modules_panel.panel ul.listing li#legend {
	color: #a00;
	border-bottom: 1px dashed #ccc;
}

form#editor #modules_panel.panel ul#module_listing.listing li span#upbutton {
	position: absolute;
	right: 33px;
	background: url(images/up_arrow_icon.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

form#editor #modules_panel.panel ul#module_listing.listing li span#downbutton {
	position: absolute;
	right: 17px;
	background: url(images/down_arrow_icon.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

form#editor #modules_panel.panel ul#module_listing.listing li span#removebutton {
	position: absolute;
	right: 0px;
	background: url(images/minus_icon.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

form#editor #modules_panel.panel ul#module_listing_available.listing li span#addbutton {
	position: absolute;
	right: 0px;
	background: url(images/plus_icon.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
}



form#editor #modules_panel.panel ul.listing li,
form#editor #modules_panel.panel ul.listing li {
	margin-bottom: 3px;	
}

form#editor #modules_panel.panel ul.listing li.row_even_static,
form#editor #modules_panel.panel ul.listing li.row_odd_static {
	color: #aaa;
}

form#editor #modules_panel.panel ul.listing li.row_even,
form#editor #modules_panel.panel ul.listing li.row_even_static {
	background-color: #d5d6ff;
}

form#editor #modules_panel.panel ul.listing li span {
	position: relative;
}

form#editor #modules_panel.panel ul.listing li #id, {
	left: 0px;
}

form#editor #modules_panel.panel ul.listing li #class {
	position: absolute;
	left: 40px;
}

form#editor #modules_panel.panel ul.listing li #instance {
	position: absolute;
	left: 250px;
}

form#editor #modules_panel.panel ul.listing li #position {
	position: absolute;
	right: 0px;
}

form#editor #modules_panel.panel ul#module_listing.listing li #position {
	position: absolute;
	right: 60px;
}

form#editor #modules_panel.panel ul#module_listing_available.listing li #position {
	position: absolute;
	right: 20px;
}

/* @end */

form#editor #tabbar {
	position: relative;
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
form#editor #tabbar span.tab {
	cursor: pointer;
	margin-right: -1px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}
form#editor #tabbar span.tab_selected {
	cursor: pointer;
	margin-right: -1px;
	padding: 5px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

form#editor #tabbar #buttonbar {
	position: absolute;
	right: 0px;
}
form#editor #tabbar #buttonbar input {
	cursor: pointer;
	font-weight: bold;
	border-style: none;
	background: none;
}
form#editor .panel {
	padding-top: 10px;
	border:  1px solid #ccc;
}

form#editor #details_panel.panel {
	padding: 10px;
}

form#editor .panel ul.listing {
	position: relative;
	width: 100%;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

form#editor .panel ul.listing li.row {
	border-bottom: 1px dashed #ccc;
	padding: 3px 0px;
}
form#editor .panel ul.listing li.row span,
form#editor .panel ul.listing li.row_loading span {	
	position: absolute;
	right: 0px;
}

.panel ul.listing li.row_loading {
	border-bottom: 1px dashed #ccc;
	background: url(images/ajax_anim.gif) 0px 6px no-repeat;
	padding: 3px 0px 3px 15px;
}/* @end */

/* @group leaderboard */

p.caption {
	margin-left: 10px;
	margin-bottom: 15px;
	color: #287226;
	font-size: 18px;
	font-family: arial;
}

div.ftable {
	width: 500px;
	border:1px solid #FFCA5E;
	font-family: arial;
	color: #777777;
}

div.header {
	background: url(images/bg_header.jpg);
	padding: 7px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

div.rowOdd {
	background: #FFF8E8 url(images/bg_odd.jpg) repeat-x;
	padding: 10px 10px;
	border-top: 1px solid #FFCA5E;
}
div.row {
	padding: 10px 10px;
	border-top: 1px solid #FFCA5E;
}

div.leftcol {
	margin-top: 2px;
	margin-left: 5px;
	width:350px;
	float:left;
	font-size: 14px;
	border-right: 1px dashed #f2ae13;
}

div.rightcol {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

ul.orderofmerit {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 100%;
}

ul.orderofmerit li.header {
	color: #444;
	border-bottom: 1px dashed #bbb;
	font-size: 12px;
	font-weight: bold;
}

ul.orderofmerit li {
	position: relative;
	line-height: 25px;
	border-bottom: 1px dotted #ccc;
}

ul.orderofmerit li span.player {
	left: 0px;
}
ul.orderofmerit li span.points {
	position: absolute;
	left: 45%;
}
ul.orderofmerit li span.player_r {
	position: absolute;
	left: 55%;
}
ul.orderofmerit li span.points_r {
	position: absolute;
	right: 0px;
}


ul.orderofmerit li div.

/* @end */

/* @group Competition page header */

div#competition.competitionmodule {
	margin-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}
div#competition.competitionmodule img {
	margin: 0px;
	float: left;
	margin-bottom: 20px;
}
div#competition.competitionmodule p {
	font-size: 13px;
}
div#competition.competitionmodule ul {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-align: center;
}
div#competition.competitionmodule li {
	font-size: 14px;
	line-height: 180%;
	display: inline;
	color: #888;
}
div#competition.competitionmodule li .answer {
	font-weight: bold;
	color: #444;
}

div .competitionmodule * #buttonbar {
	width: 100%;
	margin-top: 10px;
	position: relative;
	height: 35px;
}

div .competitionmodule * .nextbutton {
	background: url(images/icon_font_next.jpg) 0 0 no-repeat;
	width: 47px;
	height: 33px;
	display: block;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

div .competitionmodule * .gobackbutton {
	position: absolute;
	left: 0px;
	background: url(images/icon_font_goback.jpg) 0 0 no-repeat;
	width: 82px;
	height: 33px;
	cursor: pointer;
}

div .competitionmodule * .submitbutton {
	position: absolute;
	right: 0px;
	background: url(images/icon_font_submit.jpg) 0 0 no-repeat;
	width: 69px;
	height: 33px;
	cursor: pointer;
}

#competition_form #competitionstep2{
	border: 1px solid #ddd;
	padding: 10px;
}

#competition_form #competitionstep2 p{
	font-size: 21px;
	text-align: center;
}

div .competitionmodule * input#competition_name {
	width: 100%;
}

div .competitionmodule * input#competition_email {
	width: 100%;
}

div .competitionmodule * textarea#competition_address {
	width: 100%;
}

.competitionmodule * #competition_message {
	text-align: center;
	font-weight: bold;
}

/* @end */

.carhirecalculator{
	float: right;
}


/* @group carhirelist */

ul.carhirelist {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 100%;
}

ul.carhirelist li.header {
	color: #444;
	border-bottom: 1px dashed #bbb;
	font-size: 12px;
	font-weight: bold;
}

ul.carhirelist li {
	position: relative;
	line-height: 25px;
	border-bottom: 1px dotted #ccc;
}

ul.carhirelist li span.group {
	left: 0px;
}
ul.carhirelist li span.model {
	position: absolute;
	left: 10%;
}
ul.carhirelist li span.pricelow {
	position: absolute;
	left: 50%;
}
ul.carhirelist li span.pricehigh {
	position: absolute;
	left: 70%;
}
ul.carhirelist li span.link {
	position: absolute;
	right: 0px;
	font-weight: bold;
}


ul.carhirelist li div.

/* @end */

/* @group Golf Courses */

div#article div#data div.smalltitle {
	font-size: 14px;
	font-weight: bold;
}

div#article div#data div#details ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

div#article div#data div#details ul li {
	position: relative;
	border-bottom: 1px dotted #ccc;
}

div#article div#data div#details ul li span {
	position: absolute;
	right: 0px;
	font-weight: bold;
}


/* @end */
