﻿/* menu */
.top-menu-wrapper {
	background: #333;
	height: 57px;
	color: #FFF;
	background-image:url(Images/top-menu-bg.jpg); background-repeat:repeat-x;
}

	.top-menu {
		width: 945px;
		margin: 0 auto;
	}
	
		.top-menu h1 {
			width:190px; height:57px;
			float: left; overflow:hidden;
			margin-right: 70px; margin-left:-5px;
		}
		
		    .top-menu h1 a {
		        width:190px; height:57px;
		        display:block;
		        background-image:url(Images/businesslistings/top_as_logo.jpg); background-repeat:no-repeat; background-position:0 0;
		    }
		    
		        .top-menu h1 a:hover {
		            background-position:0 -57px;
		        }
		
		.top-menu li, .top-menu img {
			float: left;
			height: 57px; 
		}
		
		.top-menu a {
			color: #FFF;
		}
		
		    .top-menu h1 img {
		        height:114px;
		    }
		
		.top-menu ul.admin-links {
			float: right;
		}
/* /menu */

.panel {
	min-height: 400px;
}

.ie6 .panel {
	height: 400px;
}

/* about us page */
.business-listings .bd .section-intro {
	padding-left:10px;
	background:#FFF;
}

.business-listings .section-content {
	padding-top:10px;
}

.business-listings h3 {
	margin:5px 0;
}

.section-content .main-description {
	float:left;
	padding-right:10px;
	width:470px;
}

.section-content .extra-info {
	float:left;
	width:220px;
}

.business-listings .main-description h2 {
	margin-bottom:10px;
}

.business-listings .main-description .address {
	font-size:larger;
}

.business-listings .contact-details {
	padding:10px 0;
}

.business-listings .contact-details span {
	float:left;
	padding:2px 0 2px 20px;
	width:200px;
	font-weight:bold;
}

.business-listings .contact-details span.phone {
	background: url(Images/Generic/icon-phone.gif) 0 50% no-repeat;
}

.business-listings .contact-details span.website {
	background: url(Images/Generic/icon-website.gif) 0 50% no-repeat;
}

.business-listings .contact-details span.fax {
	background: url(Images/Generic/icon-fax.gif) 0 50% no-repeat;
}

.business-listings .main-description h4
{
	margin-bottom:5px;
}

.business-listings .main-description p
{
	margin-bottom:10px;
}

.business-listings .main-description p.intro
{
	font-weight:bold;
}

.business-listings .extra-info .logo
{
	text-align:center;
	margin-bottom:10px;
}

.business-listings .extra-info .opening-hours
{
	margin-bottom:10px;
}

.business-listings .extra-info .opening-hours li
{
	padding:5px 0;
}

.business-listings .extra-info .opening-hours span
{
	font-weight:bold;
}

.business-listings .association .image
{
	float:left;
	width:35px;
}

.business-listings .association .info
{
	float:left;
	width:160px;
}

.business-listings .supportometer
{
	padding:15px 0;
	text-align:center;
}

.section-content .help-print
{
	float:right;
}

/* / about us page */

/* search */
.bl-search-autocomplete {
	z-index:100;
	border:solid 1px black;
	padding:2px;
	background:white;
}

.search-tabs .bl-search-autocomplete li {
	background:white;
	width:100%;
	font-weight:normal;
	text-shadow:none;
}

/* steps */
.steps {
	position: relative;
	zoom: 1;
	top: -15px;
	left: -14px;
	margin-bottom: 0;
	margin-right: -28px;
	width: 943px;
	height: 67px;
	background: #d4d5d3 url(Images/BusinessListings/bc-background.png) repeat-x;
	border: 1px solid #c6c7c1;
	border-left: none;
}
	
	/* normal list items */
	.steps ol li {
		float: left;
		/*width: 125px;*/
		height: 67px;
		background: url(Images/BusinessListings/bc-arrow.png) 100% 0 no-repeat;
		font: 12px Arial, Verdana, sans-serif;
		color: #888;
	}
	
		.steps ol li span.step-wrap1 {
			display: block;
		}
	
		.steps ol li span.step-wrap2 {
			padding: 9px 35px 0 15px;
			height: 58px;
			display: block;
		}
		
		.steps ol li strong {
			font-size: 14px;
			font-weight: bold;
			line-height: 16px;
			color: #636363;
		}
	
	/* selected state */
	.steps ol li.selected {
		background: url(Images/BusinessListings/bc-item-background.png) repeat-x;
		margin-left: -30px;
		color: #FFF;
		position: relative;
		zoom: 1;
		height: 75px;
	}
	
	.steps ol li.first {
		margin-left: 0 !important;
		/*width: 145px;*/
	}
	
		.steps ol li.selected strong {
			color: #FFF;
		}
	
		.steps ol li.selected span.step-wrap1 {
			background: url(Images/BusinessListings/bc-sel-back-arrow.png) 0 0 no-repeat;
			padding-left: 29px;
		}
		
			.steps ol li.first span.step-wrap1 {
				background: none !important;
				padding-left: 0 !important;
			}
		
		.steps ol li.selected span.step-wrap2 {
			background: url(Images/BusinessListings/bc-sel-front-arrow.png) 100% 0 no-repeat;
			height: 66px;
			padding-right: 45px;
		}
		
	/* completed step */
	.steps ol li.completed span.step-wrap2 {
		background: url(Images/BusinessListings/bc-tick.gif) 9px 50% no-repeat;
		padding-left: 50px;
	}
	
	/* last item */
	.steps ol li.last {
		background: url(Images/BusinessListings/bc-arrow-last.png) 100% 0 no-repeat;
	}
	
	/* shopping cart */
	.steps .shopping-cart {
		position: absolute;
		top: 4px;
		right: 4px;
		background: #FFF;
		border: 1px solid #bababa;
		padding: 4px 10px;
		height: 50px;
		zoom: 1;
		width: 170px;
	}
	
		.steps .shopping-cart .view-cart {
			float: right;
			padding-left: 10px;
		}
		
		.steps .shopping-cart strong {
			text-transform: uppercase;
			padding-bottom: 4px;
			display: block;
			border-bottom: 1px solid #c4c4c4;
			margin: 0 0 4px;
		}
		
		.steps .shopping-cart .total {
			float: left;
		}
		
		.steps .shopping-cart .amount {
			float: right;
			font: 24px Arial, Verdana, Sans-Serif;
			margin-left: 10px;
			line-height: 1;
		}
/* /steps */

/* listing preview */
.preview-wrapper {
	position: relative;
	zoom: !;
}

	.preview-wrapper h2 {
		position: absolute;
		top: -45px;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
	}

	.preview-wrapper .preview {
		background: #e5e5e5;
		padding: 40px;
	}
/* /listing preview */

/* business listing snippet */
.listing-results {
	padding: 10px 10px 1px;
	background: #f0f0f0;
}

	.listing-results .business-listing {
		margin: 0 0 10px;
		width: 100%;
	}

.business-listing {
	width: 688px;
	margin: 0 auto;
	zoom: 1;
	/*position: relative;*/
}

.open .supportometer {
	z-index: 30;
}

	.business-listing .outer-wrapper {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #d1d1d1;
		background: #FFF url(Images/BusinessListings/list-bg-fade.png) 0 100% repeat-x;
	}
	
	.business-listing .inner-wrapper {
		background: url(Images/BusinessListings/bl-support-col-bg.gif) 100% 0 repeat-y;
		/* position: relative; */
		zoom: 1;
		z-index: 10;
	}
	
		.club-listing .inner-wrapper {
			background: none;
		}

	.business-listing .inner-wrapper:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}

	.business-listing .copy-wrapper {
		margin-right: 161px;
	}
	
		.club-listing .copy-wrapper {
			margin-right: 0;
		}
	
	.business-listing .copy {
		padding: 15px 15px 15px;
		font-size: 12px;
	}
	
	.business-listing .copy h2 {
		position: static;
		font-size: 16px;
		font-weight: bold;
		color: #333;
		margin: 0 0 12px;
	}
	
	.business-listing .copy .disabled-link {
		color: #657b0a;
	}
		.business-listing .copy h2 a {
			/* color: #333;
			border-bottom: 1px solid #ccc; */
			text-decoration: underline;
		}
	
	.business-listing .copy p {
		margin: 0;
		line-height:18px; color:#666666;
	}
	
	    .business-listing .copy .listing-address {
	        margin: 0 0 12px 0;
	        padding: 8px 10px 9px 30px;
	        display: block;
	        /* position: relative; */
	        zoom: 1;
	        z-index: 20;
	        background: #F8F7E7 url(Images/Generic/marker.png) 8px 8px no-repeat;
	        border: 1px solid #ECEABD;
	    }
	
	.business-listing span.categories {
		color: #797979; min-height:18px; height:auto !important; height:500px;
		margin: 0; padding:12px 15px 12px 40px;
		font-size:12px; line-height:18px;
		display:block;
		background-image:url(Images/Generic/tags.png); background-repeat:no-repeat; background-position:15px 13px;
		border-width:1px 0 0 0; border-style:solid; border-color:#eee;
	}
	
	.business-listing .copy .school-type {
		margin: 0 0 12px;
	}
	
		.business-listing .copy .school-type dt {
			display: inline;
			font-size: 10px;
			color: #999;
			text-transform: uppercase;
		}
		
		.business-listing .copy .school-type dd {
			display: inline;
			padding-right: 20px;
		}
	
	.business-listing .copy .links {
		font-size: 13px;
		margin: 0 0 15px;
		zoom: 1;
	}
	
	.business-listing .copy .links:after {
		content: ".";
		display: block;
		clear: left;
		visibility: hidden;
		height: 0;
	}
	
		.business-listing .copy .links a {
			text-decoration: underline;
		}
		
		.business-listing .copy .links li {
			float: left;
			padding: 0 24px;
		}
		
		.business-listing .copy .links li.phone {
			background: url(Images/Generic/telephone.png) 0 1px no-repeat;
		}
		
		.business-listing .copy .links li.website {
			background: url(Images/Generic/application-image.png) 0 1px no-repeat;
		}
		
		.business-listing .copy .listing-address .map {
			height:16px;
			padding:0 0 0 22px;
			float:right;
			background: url(Images/Generic/map-pin.png) 0 0 no-repeat;
		}
		
		.business-listing .copy .links li.offers {
			background: url(Images/Generic/money-coin.png) 0 1px no-repeat;
		}
		    .business-listing .copy .links li.offers a {
		        color:#F28406;
		    }
		
		.business-listing .copy .links li.fav {
			background: url(Images/Generic/icon-fav.gif) 0 50% no-repeat;
		}
		
		.business-listing .copy .links li.support {
			background: url(Images/BusinessListings/icon-star.gif) 0 50% no-repeat;
		}
		
		.business-listing .copy .logo {
			float: right;
			margin-left: 10px;
		}
		
		.business-listing .copy p.supported-by {
			float: left;
			background: #e7e7e7;
			padding: 4px 10px;
			margin: 10px 0 15px;
			color: #c60;
			font-style: italic;
			font-size: 11px;
		}
		
		.claim-business {
			float: right;
			width: 115px;
			text-align: center;
			color: #666;
		}
		
			.claim-business .button {
				display: block;
				padding: 2px 5px 3px;
				color: #FFF;
				background: #84a01b url(Images/Generic/button-fade.gif) repeat-x;
				font-size: 11px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				border-color: #7c9809;
				text-shadow: #5b6d00 0 1px 1px;
				margin: 5px 0 0;
			}
		
	/* page links */
	.business-listing .page-links {
		position: absolute;
		bottom: 0;
		left: 15px;
		display:none;
	}
	
	.business-listing .page-links:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	}
	
		.business-listing .page-links a {
			float: left;
			padding: 6px 11px;
			border: 1px solid #d1d1d1;
			border-bottom: none;
			background: #FFF url(Images/BusinessListings/extra-pages-tab-bg.png) 0 100% repeat-x;
			font-weight: bold;
			font-size: 12px;
			color: #333;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-left-radius: 5px;
		}

		/* support-o-meter */
		.business-listing .supportometer {
			float: right;
			width: 160px;
			color: #666;
			font-size: 12px;
			padding: 15px 0 5px;
			position: relative;
		}
		
			.business-listing .supportometer img {
				display: block;
				padding-bottom: 10px;
				border-bottom: 1px solid #e2e2e2 !important;
				margin-bottom: 10px;
			}
			
			.business-listing .supportometer p {
				margin: 0 8px 7px;
			}
			
			.business-listing .supportometer a {
				font-weight: bold;
				text-decoration: underline;
				text-transform: lowercase;
			}
		
		.business-listing .supporter-info {
			display: none;
			position: absolute;
			top: -15px;
			right: -17px;
			background: #FFF;
			font-size: 12px;
			z-index: 40;
			width: 722px;
		}
		
		.business-listing .supporter-info-top {
			background: url(Images/BusinessListings/info-top-shadow.png) no-repeat;
			padding-top: 15px;
		}
		
		.business-listing .supporter-info-bottom {
			background: url(Images/BusinessListings/info-bottom-shadow.png) 0 100% no-repeat;
			padding-bottom: 15px;
		}
		
		.business-listing .supporter-info-bg {
			background: url(Images/BusinessListings/info-bg-shadow.png) 0 0 repeat-y;
			padding: 0 17px 27px;
			zoom: 1;
			min-height: 190px;
		}
		
		.ie6 .business-listing .supporter-info-bg {
			height: 190px;
		}
		
		.business-listing .supporter-info-bg:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			height: 0;
		}
				
			.business-listing .supporter-info .close-supporter-info {
				position: absolute;
				top: 15px;
				right: 17px;
				cursor: pointer;
			}
		
			.business-listing .supporter-info .supportometer-graphic {
				padding: 50px 27px 0 0;
				position: absolute;
				top: 15px;
				right: 17px;
				width: 160px;
				color: #666;
			}
			
			.business-listing .supporter-info .supports-clubs {
				padding: 40px 20px 20px;
				color: #666;
				font-size: 11px;
			}
			
				.business-listing .supporter-info .supports-clubs strong {
					font-size: 14px;
				}
				
			.business-listing .supporter-info .club-list {
				width: 500px;
				color: #666;
				zoom: 1;
				clear: both;
			}
			
				.business-listing .supporter-info .club-list h3 {
					float: right;
					font-size: 13px;
					width: 100px;
					padding: 5px 0;
				}
				
				.business-listing .supporter-info .club-list table {
					width: 370px;
					margin-bottom: -1px;
					border-right: 1px solid #DDD;
				}
				
					.business-listing .supporter-info .club-list table td {
						padding: 5px;
						border-bottom: 1px solid #DDD;
					}
				
					.business-listing .supporter-info .club-list table img {
						margin: 0 7px 0 15px;
						max-width: 24px;
						max-height: 24px;
					}
					
						.ie6 .business-listing .supporter-info .club-list table img {
							width: 24px;
						}
					
					.business-listing .supporter-info .club-list table h4 {
						width: 200px;
						font-size: 12px;
					}
					
					.business-listing .supporter-info .club-list table a {
						text-decoration: none;
						color: #505600;
					    cursor:text;
					}
					
					.business-listing .supporter-info .club-list table p {
						
					}
			
			/* your clubs */
			.business-listing .supporter-info .your-clubs {
				background: #cfdd00;
				border: 1px solid #bbce00;
				color: #505600;
			}
			
				.business-listing .supporter-info .your-clubs table,
				.business-listing .supporter-info .your-clubs table td {
					border-color: #bbce00;
				}
			
	.business-listing .admin-panel {
		background:#FFF;
		border-bottom:1px solid #C8C8C8;
	}
	
	.business-listing .admin-panel .column {
		border:none;
		float:left;
		padding:12px;
		width:29%;
	}
	
	.business-listing .admin-panel .listing-stats li span {
		float:right;
		font-weight:bold;
	}
/* /business listing snippet */

/* invite */
.invite {
	color: #505050;
	font: 14px Tahoma,Verdana,sans-serif;
	padding-left: 11px;
	margin: 10px 0 15px;
}

	.invite input.txt {
		width: 115px;
		border: 1px solid #CCC;
		padding: 3px;
		margin: 0 10px;
		vertical-align: middle;
	}
	
	.invite .button {
		font-size: 11px;
		padding: 4px 10px;
		margin: 0;
		vertical-align: middle;
	}
	
.panel .same-as-above {
	font-size: 11px;
	padding: 4px 10px;
	vertical-align: middle;
	margin: 0 0 15px;
}
/* /invite */


/* login */
.register-options {
	padding: 130px 0 110px;
	zoom: 1;
}

.register-options:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.showing {
	padding: 15px 0;
	border-bottom: 1px solid #c2c2c2;
	margin: 0 0 30px;
}

	.register-options h2 {
		margin: 0 0 10px;
	}

	.register-options .existing-member {
		float: left;
		width: 275px;
		margin: 0 35px 0 127px;
		padding: 5px 66px 30px 0;
		background: url(Images/Generic/or.gif) 100% 50% no-repeat;
		text-align: center;
	}
	
		.register-options .existing-member input.button {
			margin: 0;
			width: 100%;
			font-size: 18px;
			padding-top: 12px;
			padding-bottom: 12px;
		}
	
	.register-options .new-member {
		float: left;
		width: 275px;
		text-align: center;
		padding: 5px 0 30px;
	}
	
		.register-options .new-member input.button {
			margin: 0;
			width: 100%;
			font-size: 18px;
			padding-top: 12px;
			padding-bottom: 12px;
		}
		
.login-box {
	width: 455px;
	margin: 0 auto;
}

	.login-box h2.existing {
		margin: 0 0 30px;
	}

	.panel .login-box .button {
		margin: 30px auto 0;
		display: block;
	}
	
.register-box {}

	.register-box h2.new-member {
		margin: 0 0 30px;
	}
/* /login */

/* duplicate listings popup */
.duplicates .Content {
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}

	.duplicates .Content p {
		margin: 0 0 10px;
		font-weight: bold;
	}
	
	.duplicates .dup-listings {
		margin-top: 30px;
		border-top: 1px solid #bebebe;
	}
	
	.duplicates .dup-item {
		padding: 10px 0;
		border-bottom: 1px solid #bebebe;
	}
	
		.duplicates .dup-item h3 {
			font-size: 12px;
			margin: 0 0 6px;
		}
/* /duplicate listings popup */

.modal-club-scroll {
    height:350px;
    padding:10px 0 0 0;
    overflow:auto;
}
    .modal-club-listings {
         border-bottom:1px solid #EEEEEE;
    }
        .modal-club-listings-item {
            padding:10px;
            font-size:11px; line-height:15px; overflow:hidden;
            border-width:1px 1px 0 1px; border-style:solid; border-color:#eeeeee;
        }
            .modal-club-scroll .button {
			    padding:4px 10px;
			    float:right;
			    font-size: 11px; color: #FFF;
			    background: #84a01b url(Images/Generic/button-fade.gif) repeat-x;
			    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border-color: #7c9809;
			    text-shadow: #5b6d00 0 1px 1px;
            }
            .modal-club-listings-item .image {
                width:32px; height:32px;
                margin:0 10px 0 0;
                float:left;
                background-color:#eee;
            }
            .modal-club-listings-item h3 {
                font-size:11px; line-height:15px;
            }


/* secure payment */
.payment th, .payment td {
	padding: 0;
	border: none;
	font-size: 12px;
}

.payment th {
	text-align: right;
	font-weight: bold;
	padding: 5px 10px 6px 0;
}

	.payment input.txt {
		width: 270px;
	}
	
	.payment a {
		font-size: 11px;
		text-decoration: underline;
	}
/* /secure payment */

/* payment summary */
.payment-summary {
	border: 1px solid #bababa;
	background: url(Images/Generic/pod-fade.gif) 0 100% repeat-x;
	margin: 0 0 15px;
}

	.payment-summary table {
		width: 100%;
		font-size: 12px;
	}
	
		.payment-summary th {
			background: #ebebeb;
			padding: 7px 23px;
			border-top: 1px solid #FFF;
			border-bottom: 1px solid #bababa;
			font-weight: bold;
			color: #929292;
			text-align: left;
			border-right: 1px solid #FFF;
			border-left: 1px solid #bababa;
		}
		
		.payment-summary th.desc {
			border-left: none;
		}
		
		.payment-summary th.amount {
			text-align: right;
		}
	
		.payment-summary td {
			padding: 19px 23px;
			border-bottom: 1px solid #dcdcdc;
		}
	
		.payment-summary td.amount {
			text-align: right;
		}
		
	.payment-summary td .button {
		margin: 0 13px 0 0;
		font-size: 11px;
		padding: 2px 15px;
	}
	
	.payment-summary td .extra-info {
		font-style: italic;
	}
	
	.payment-summary .sub-total-wrapper {
		padding-top: 12px;
		padding-bottom: 6px;
	}
	
	.payment-summary .sub-total {
		float: right;
		width: 150px;
	}
	
		.payment-summary .sub-total .label {
			float: left;
			width: 80px;
			text-align: right;
			margin: 0 0 8px;
		}
		
		.payment-summary .sub-total .dollars {
			float: left;
			width: 70px;
			text-align: right;
		}
		
	.payment-summary .total {
		text-align: right;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
		background: url(Images/Generic/credit-cards.gif) 550px 50% no-repeat;
		border-bottom: none;
	}
/* /payment summary */

/* transaction result */
.finished dl.trans {
	font-size: 12px;
	padding-left: 150px;
	background: url(Images/Generic/ip-payments.gif) no-repeat;
	zoom: 1;
	padding-bottom: 10px;
}

.finished dl.trans:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

	.finished dl.trans dt {
		width: 190px;
		clear: left;
		padding-top: 0;
		margin: 0 0 5px;
		font-weight: bold;
		text-align: left;
		float: left;
	}
	
	.finished dl.trans dd {
		width: 180px;
		margin: 0 0 5px;
		float: left;
	}
	
.finished {}

.finished .buttons-holder {
	padding: 0;
	margin: -9px 15px 0 0;
	float: right;
	width: 315px;
}

.ie6 .finished .buttons-holder,
.ie7 .finished .buttons-holder {
	margin-top: 0;
}
/* /transaction result */

/* basic wizard finished screen */
.basic-finished {
	padding: 30px 30px 30px 40px;
	zoom: 1;
}

.basic-finished:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

	.basic-finished .col-a {
		width: 510px;
		padding-right: 50px;
		margin-right: 45px;
		border-right: 1px solid #bababa;
	}
	
		.basic-finished .col-a h2 {
			margin: 0 0 25px;
			font-size: 20px;
		}
		
		.basic-finished .col-a p {
			font-size: 16px;
			color: #888;
			font-weight: bold;
			margin: 0 0 25px;
		}
		
		.basic-finished .col-a ul {
			margin: 0 0 40px;
		}
		
		.basic-finished .col-a ul li {
			font-size: 14px;
			margin: 0 0 5px;
		}
		
		.basic-finished .col-a .button {
			margin: 0;
		}
		
	.basic-finished .col-b {
		width: 239px;
		float: left;
	}
	
		.basic-finished .col-b a.upgrade {
			width: 237px;
			height: 101px;
			margin: 0 0 25px;
			display: block;
			background: url(Images/BusinessListings/upgrade-premium.jpg) no-repeat;
			text-shadow: #5b6d00 0 1px 1px;
			color: #f6f6ee;
			font-size: 37px;
			font-weight: bold;
		}
		
		.basic-finished .col-b a.upgrade .hide {
			display: none;
		}
		
			.basic-finished .col-b .amount {
				display: block;
				padding: 11px 13px 0 0;
				text-align: right;
			}
			
				.basic-finished .col-b .amount .dollars {
					font-size: 18px;
					vertical-align: 14px;
				}
				
				.basic-finished .col-b .amount .gst {
					font-size: 18px;
					font-weight: normal;
					margin-top: -7px;
					display: block;
				}
		
		.basic-finished .col-b a.upgrade:hover {
			background-image: url(Images/BusinessListings/upgrade-premium-hi.jpg);
			text-decoration: none;
		}
		
		.basic-finished .col-b .watch-demo {
			display: block;
			margin: 0 auto;
			padding: 0;
		}
/* /basic wizard finished screen */

/* clubs finished screen */
.club-finished {
	padding: 20px 0 0;
}

	.club-finished .college-rifles-screen {
		float: right;
		width: 529px;
		text-align: right;
		color: #666;
		font-size: 12px;
		margin: 0 0 20px;
	}
	
		.club-finished .college-rifles-screen a {
			padding-right: 67px;
		}

	.club-finished .copy {
		padding: 0 0 20px 50px;
		zoom: 1;
	}
	
	.club-finished .copy:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
	.club-finished h2 {
		margin: 0 0 20px;
		padding-top: 15px;
		font-size: 26px;
		width: 300px;
		color: #333;
	}
	
	.club-finished h3 {
		margin: 0 0 25px;
		font-size: 20px;
		color: #777;
	}
	
	.club-finished p {
		font-size: 12px;
		color: #666;
		margin-right: 67px;
	}
	
	.club-finished .copy input {
		vertical-align: -2px;
		margin-right: 5px;
	}
	
	.club-finished .copy label {
		font-size: 14px;
		font-weight: bold;
		color: #777;
	}
	
	.club-finished .button {
		display: block;
		margin: 20px 0 0;
	}
	
	.club-finished .other-clubs {
		border-top: 1px solid #bababa;
		border-bottom: 1px solid #bababa;
		clear: both;
		padding: 12px 0;
		margin: 0 67px 12px 0;
		zoom: 1;
	}
	
	.club-finished .other-clubs:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
		.club-finished .other-clubs h3 {
			font-size: 13px;
			margin: 0 0 8px;
		}
		
		.club-finished .other-clubs li {
			float: left;
			margin-right: 21px;
		}
/* /clubs finished screen */

.categories ul {
    overflow:hidden;
}

.categories ul li {
    float:left;
    padding:2px 0;
    width: 25%
}

#BusinessDetail {
	background-color:#EFEFEF;
	width:550px;
	padding: 10px;
}

#BusinessDetail dt {
	width:100px;
	float: left;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	padding-top: 4px;
}

#BusinessDetail dd {
	width:200px;
	float:left;
	padding-right: 10px;
	padding-top: 4px;	
}

	
#BusinessDetail dl {
	clear: both;
	display: block;
	margin: 0 0 5px;
	zoom: 1;
}

#BasicListingSnippets {}

#BasicListingSnippets dt{
	width:100px;
	float: left;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
}

#BasicListingSnippets dd {
	width:200px;
	float:left;
	padding-right: 10px;
	padding-top: 4px;	
}

	
#BasicListingSnippets dl {
	clear: both;
	display: block;
	margin: 0 0 5px;
	zoom: 1;
}

/* Character Count styles */
.minitext {
   font: normal 1.7em Arial, sans-serif;
   color: Black;
}

.disable {
   background-color: #CF110C;
   color: #fff;
   font-weight: bold;
   padding: 5px;
}

/* premium content edit page */
.col-deets {
	float: left;
	width: 315px;
	margin-right: 15px;	
}

.col-desc {
	float: left;
	width: 585px;
}

.premium .forms h3 {
	font: bold 16px Tahoma, Arial, sans-serif;
	margin: 0 0 5px;
	padding: 0;
}

.premium .forms .divider {
	border-bottom: 1px solid #bababa;
	padding: 7px 0 10px;
	font-size: 12px;
	zoom: 1;
}

.premium .forms .divider:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

	.premium .forms .divider .edit-fields {
		font-size: 10px;
		padding: 1px 10px;
		float: right;
		margin: 3px 0 0;
	}
	
	.premium .forms .logo {
		display: block;
		margin: 8px 0 0;
	}
	
	.premium .forms .contact {
		line-height: 1.7;
	}
	
		.premium .forms .contact input.txt {
			padding: 3px;
			border: 1px solid #CCC;
			width: 200px;
			margin: 0 0 3px;
		}
		
	.premium .forms .photo-gallery {
		padding: 20px 0;
	}
		
		.premium .forms .photo-gallery h4 {
			float: left;
			padding: 5px 20px 0 0;
			font-size: 12px;
		}
		
		.premium .forms .photo-gallery .button {
			margin: 0;
			font-size: 11px;
			padding: 4px 15px;
		}
		
.premium .forms .edit-block {
	margin: 0 0 10px;
}

	.premium .forms .edit-block label {
		display: block;
		font-weight: bold;
		font-size: 12px;
		margin: 0 0 3px;
	}
	
		.premium .forms .edit-block label span {
			font-weight: normal;
		}
	
	.premium .forms .edit-block textarea {
		border: 1px solid #CCC;
		padding: 3px;
		width: 535px;
		font: 12px Verana, Arial, sans-serif;
	}
	
	.premium .forms .edit-block .minitext {
		background-color: #CCC;
		color: #333;
	}
	
	/* hours */
	.premium .forms .hours-business {
		border-bottom: none;
	}
	
		.premium .hours-selector {
			margin: 8px 0;
		}
		
		.premium .hours-selector .hours {
			background: #bebebe;
			padding: 8px;
			font-weight: bold;
		}
		
			.premium .hours-selector .hours select {
				border: 1px solid #CCC;
				font: 12px Verdana, Arial, sans-serif;
				padding: 2px 2px 2px 0;
				width: 45px;
			}
		
		.premium .hours-selector .days {
			background: #FFF;
			border-collapse: collapse;
			width: 100%;
			border: 1px solid #bebebe;
			border-top: none;
			border-right: none;
		}
		
			.premium .hours-selector td {
				padding: 4px;
				text-align: center;
				border-right: 1px solid #bebebe;
			}
			
			.premium .hours-selector input {
				margin: 3px 0 0;
			}
	
	/* other */
	.premium .forms .other-text {
		margin: 0;
	}
	
		.premium .forms .other-text textarea {
			width: 265px;
		}
/* /premium content edit page */

.need-help {
	float: right;
	width: 150px;
	margin-top: 13px;
	margin-right: 15px;
	border: 1px solid #FAE287;
	-moz-box-shadow: #667d18 2px 2px 3px;
	-webkit-box-shadow: #667d18 2px 2px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.need-help h2 {
		background: #FAE287;
		font-weight: bold;
		padding: 6px 10px;
		font-size: 12px;
	}
	
	.need-help p {
		background: #FFF3C4;
		padding: 8px 10px;
		font-size: 12px;
	}
	
	.need-help a {
		text-decoration: underline;
	}

.support-banner {
	background:  url(Images/BusinessListings/support-banner-bg.png) 637px 50% no-repeat;
	font-size: 12px;
	margin: 10px 0 20px 0;
}

    .support-banner .support-banner-title {
        padding: 6px 10px;
        font-weight: bold;
        background: #FAE287;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        -webkit-border-top-left-radius:5px;
        -webkit-border-top-right-radius:5px;
    }
    
     .support-banner .support-banner-content {
        padding: 8px 10px;
        background: #fff3c4;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:5px;
        -webkit-border-bottom-left-radius:5px;
        -webkit-border-bottom-right-radius:5px;
        border: 1px solid #fae287;
        border-top: none;
    }
    
    .support-banner .button {
        padding: 4px 10px;
        font-size: 11px;
    }
    
.connection-banner {
	background: #fff3c4;
	padding: 20px;
}

.connection-banner:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

	.connection-banner .mandatory {
		padding: 10px 0 0;
		color: #ff2525;
		float: left;
		border-top: 1px solid #FFF;
		margin: 0 0 10px;
		width: 140px;
		text-align: right;
		-moz-border-radius-bottomleft: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
	}
	
	.connection-banner h3 {
        float: left;
        text-align: right;
        padding-right: 10px;
        width: 140px;
        font-size: 12px; line-height:24px;
    }
    
    .with-support h3 {
    	padding-top: 4px;
    }
    
    .ie6 .with-support h3,
    .ie7 .with-support h3 {
        padding-top: 6px;
    }
    
    .connection-banner p {
       font-size: 12px;
    }
	
	.connection-banner .button {
        
        padding: 4px 10px;
        font-size: 11px;
    }
    
    .connection-banner .now-supporting {
		width:381px;
		background: #FFF;
		border: 1px solid #CCC;
		padding: 5px;
		float: left;
		font-size: 12px; 
		/*line-height:16px;clear:left;*/
		
    }
    
    .connection-banner .org-name {
		font-weight: bold;
    }
    
    .connection-banner .org-image {
    	float:left;
    	margin-right:10px;
    }
    
.club-support-blurb {
	padding: 10px 11px 15px;
	font-size: 12px;
}

	.club-support-blurb p.first {
		font-size: 14px;
	}
	
	.club-support-blurb p {
		margin: 0 0 15px;
	}
	
.select-clubs {
	width: 675px;
	margin: 0 auto 30px;
}

	.select-clubs-scroll {
		height: 305px;
		overflow: auto;
	}
	
	.select-clubs-scroll table {
		width: 100%;
		border: 1px solid #cfcfcf;
	}
	
	.select-clubs-scroll th {
		border-bottom: 1px solid #cfcfcf;
		border-left: 1px solid #cfcfcf;
		border-top: 1px solid #f6f6f6;
		border-right: 1px solid #f6f6f6;
		background: url(Images/BusinessListings/bc-background.png) 0 100% repeat-x;
		font-size: 11px;
		color: #7e7e7e;
		font-weight: bold;
		padding: 6px 19px;
		text-align: left;
	}
	
	.select-clubs-scroll th.select {
		border-left: none;
		text-align: center;
	}
	
	.select-clubs-scroll td {
		border-bottom: 1px solid #eee;
		background: #FFF;
		padding: 11px 19px;
		font-size: 11px;
		font-weight: bold;
		color: #666;
	}
	
	.select-clubs-scroll td.select {
		text-align: center;
	}
	
	.select-clubs-scroll tr.odd td {
		background: #efeff0;
	}
	
	.select-clubs-scroll td img {
		float: left;
		margin: 2px 0 0 10px;
	}
	
	.select-clubs-scroll td h3 {
		font-size: 14px;
		margin: 0 0 3px;
		padding-left: 55px;
	}
	
	.select-clubs-scroll td span.name {
		display: block;
		padding-left: 55px;
		font-weight: normal;
	}
	
/* club support confirmation lightbox */
.confirmed-clubs {
	margin: 0 0 20px;
	padding: 0 0 0 33px;
}

.confirmed-clubs li {
	border-bottom: 1px dotted #c9c9c9;
	padding: 9px 0 9px 27px;
	background: url(Images/BusinessListings/green-tick.gif) 0 50% no-repeat;
}

.approval-note {
	border: 1px solid #f9e582;
}

	.approval-note .note-copy {
		background: #fff2c5;
		padding: 10px 10px 5px;
		border-bottom: 1px solid #f9e582;
		font-size: 11px;
	}
	
	.Content .note-copy p {
		font-weight: normal;
		margin: 0 0 5px;
	}
	
	.approval-note ul {
		padding: 10px 0 15px 33px;
	}
	
	.approval-note ul li {
		border-bottom: 1px dotted #c9c9c9;
		padding: 9px 0 9px 27px;
		background: url(Images/BusinessListings/flag.gif) 0 50% no-repeat;
	}
/* /club support confirmation lightbox */

/* registration screens */
.payment-options {
	clear: both;
	float: right;
	background: #f3f3f3 url(images/generic/credit-cards-small.gif) 95% 50% no-repeat;
	width: 235px;
	padding: 13px 130px 13px 13px;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rego-intro {
	margin-top: 10px;
	font-size: 12px;
	width: 500px;
}

	.rego-intro h2 {
		margin: 0 0 5px;
		font-size: 16px;
	}
	
	.rego-intro h3 {
		margin: 20px 0;
		font-size: 14px;
		font-weight: normal;
		color: #666;
	}
	
	.rego-intro p {
		margin: 0 0 5px;
	}
	
.registration-types-wrapper {
	padding: 0 55px 30px;	
}

	.registration-types-item-wrapper {
		margin: 0 0 16px;
		border: 1px solid #CCC;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
		background: url(images/generic/rego-type-pod-bg.jpg) 0 100% no-repeat;
		zoom: 1;
	}
	
	.registration-types-item {
		zoom: 1;
	}
	
	.registration-types-item:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
		.registration-types-item .type-intro {
			float: left;
			width: 347px;
			padding: 10px 16px 10px 130px;
		}
		
			.registration-types-item .type-intro h3 {
				font-size: 16px;
			}
		
		.registration-types-item .price-container {
			float: left;
			width: 115px;
			padding: 10px 16px;
			font-size: 23px;
		}
		
			.registration-types-item .price-container.free{
				background: url(images/generic/free-badge.png) no-repeat;
				background-position:10px -1px;
				padding-top:0px;
				padding-bottom:0px;
			}
				.registration-types-item .price-container.free span{
					text-indent:-9999px;	
					display:block;
				}
		
			.registration-types-item .price-container .price-label {
				display: block;
				text-transform: uppercase;
				color: #666;
				font-size: 9px;
				font-weight: bold;
			}
			
		.registration-types-item .buttons {
			padding: 12px 0 0 18px;
			float: left;
		}
		
	.type-associate {
		background: url(images/generic/rego-type-associate.gif) 0 60% no-repeat;
	}
	
	.type-supporter {
		background: url(images/generic/rego-type-supporter.gif) 0 50% no-repeat;
	}
	
	.type-rugbysenior,
	.type-rugbyjunior,
	.type-rugbycoach  {
		background: url(images/generic/rego-type-rugby.gif) 0 50% no-repeat;
	}
	
	.type-cricketsenior,
	.type-cricketjunior,
	.type-cricketcoach  {
		background: url(images/generic/rego-type-cricket.png) 0 50% no-repeat;
	}
    .type-13{
		background: url(images/generic/rego-type-family.gif) 0 50% no-repeat;
	}