/* colors used:
red:							#900
light gray background:			#f3f3f3
medium gray background:			#d1d0cc
off gray background:			#f4f3ef
medium-light gray background:	#e0e1e3 (on alternating lists and hover side navigation)
dark gray background:			#6a6a68
dark gray background2:			#666 (on club detail page!)
medium gray border:				#999
dark gray border:				#5d5d5d
white:							white
toplogin background:			#303030
toplogin light background:		#3e3e3c
side navigation red:			#940000
side navigation dark red:		#570000
side navigation colors:			#daa7a7 (pink), #c6c6c5 (light gray), #949491 (dark gray)
*/

body
{
	margin-top: 0px;	
}

div.editButton 
{
	position: relative;
}
div.editButton a 
{
	position: absolute;
	top: -3px;
	left: -5px;
}

#container
{
	width: 780px;
	margin: 0px auto auto;
	background-image: url(/static/images/content_bg.gif);
	background-repeat: repeat-y;
	position: relative;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
}

#top 
{
	width: 780px;
	background-image: url(/static/images/top/gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: White;
	padding-top: 4px;
	
	min-height: 65px; /* ie6.css too */	
}

#topLogin
{
	position: relative;
	height: 60px; /* in topLoginSwitchTo() too */
	top: -60px;
	margin-bottom: -60px;
}

#topLogin .bottomPanel {
	display: none;
}

#topLogin.open   .open,
#topLogin.close  .close {
	display: block;
}

#topLogin form 
{
	margin: 0px; /* make IE happy */
}
#topLogin:after 
{
	content: '.';
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
#topLogin .content 
{
	background-image: url(/static/images/toplogin/gradient.png);
	background-repeat: repeat-x;
	color: White;
	padding-top: 7px;
	background-color: #303030;
	height: 56px;
}
#topLogin .button 
{
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	width: auto;
}
#topLogin input 
{
	width: 100px;
	margin-right: 5px;
}
#topLogin .bullet
{
	display: inline;
	height: 5px;
	width: 9px;
	background-image: url(/static/images/bullets/red_doublearrow_small.gif);
	vertical-align: middle;
	margin-left: .5em;
	margin-right: .5em;
}
#topLogin .help 
{
	display: inline;
	vertical-align: middle;
}
#topLogin .divider 
{
	display: inline;
	height: 5px;
	width: 1px;
	background-image: url(/static/images/topLogin/short_vertical_divider.gif);
	margin-left: .5em;
	margin-right: .5em;
	vertical-align: middle;
}
#topLogin span.small, #topLogin a
{
	font-size: 9px;
	color: White;
	text-decoration: none;
}
#topLogin a:hover
{
	text-decoration: underline;
}
#topLogin span.small
{
	margin-right: 1em;
}
#topLogin table.roundBox 
{
	border-collapse: collapse;
	margin: 0px;
}
#topLogin table.roundBox td.top, #topLogin table.roundBox td.topRight,
#topLogin table.roundBox td.right, #topLogin table.roundBox td.bottom, #topLogin table.roundBox td.bottomRight
{
	background-image: url(/static/images/topLogin/roundBox.png);
	background-repeat: no-repeat;
}
#topLogin table.roundBox td 
{
	vertical-align: middle;
}
#topLogin table.roundBox td.top 
{
	height: 5px;
	background-position: top left;
}
#topLogin table.roundBox td.topRight
{
	height: 5px;
	width: 5px;
	background-position: top right;
}
#topLogin table.roundBox td.bottom 
{
	height: 5px;
	background-position: bottom left;
}
#topLogin table.roundBox td.bottomRight
{
	height: 5px;
	width: 5px;
	background-position: bottom right;
}
#topLogin table.roundBox td.right 
{
	/* anything but IE6 seems to need height set here? */
	height: 30px;
	width: 5px;
	background-position: right;
}
#topLogin .roundBox_content
{
	background-color: #3e3e3c;
}

#topLogin .bottomPanel 
{
	cursor: pointer;
	background-color: transparent;
	position: absolute;
	right: 30px;
}

#top .wrapper
{
	float: left;
	margin: 10px 0px 0px 8px;
}

#top .logo
{
	float: left;
}

#top #searchForm
{
	margin-left: 615px;
	width: auto;
	margin-top: 25px;
	margin-right: 10px;
}

#top input
{
	float:left;
	width: 98px;
	border-color:#999999;
	border-style:solid;
	border-width:1px; 
	margin-right: 5px;
}
#top input.button 
{
	width: auto;
	border: none;
	margin: 0px;
}

#top .link
{

	margin-left: 5px
}

#top #go
{
	float:left;
	margin-top: 0px;
	margin-left: 0px
}

#mainNav
{
	background-image: url(/static/images/topnav/background.gif);
	background-repeat: repeat-x;
	width: 780px;
	height: 26px;
	margin: 1px 0px -4px 0px;
	position: relative;
}

#mainNav table
{
	margin: 0px auto;
}

#mainNav ul, #mainNav li {	list-style: none;	margin: 0px;	padding: 0px;}/* top level links */#mainNav li a { 	display: block;	text-decoration: none; }	#mainNav li a:hover { 	text-decoration: none;}	/* drop down links */#mainNav li ul a {	display: block;	text-decoration: none;	font-weight: bold; 	width:160px;	height:21px;	line-height: 18px;	padding-left: 25px;	color: #FFF;}#mainNav li {	float: left;}#mainNav li ul {	display: none;	width:185px;	position: absolute;	padding-bottom: 5px;	border: 1px solid #333;	background: #5B5B57 url(/static/images/topnav/menu_bottom.gif) no-repeat bottom; }	#mainNav li:hover ul { display: block; }	#mainNav li li {	float: none;	height:21px;	background: #5B5B57 url(/static/images/topnav/menu.gif) no-repeat; 	}#mainNav li li:hover {	background: #990000 url(/static/images/topnav/menu_highlight.gif) no-repeat; }	
/*--Middle--*/
#middle
{
	position: relative;
	width: 800px;
	margin: 0px -10px 0px -10px;

	background-image: url(/static/images/gradient_tallgray.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#middleWrapper 
{
	width: 780px;
	margin: 0px 8px 0px 8px;
	border: solid 2px white;
	background-color: #f4f3ef;
	background-image: url(/static/images/middle_white_border.gif);
	background-repeat: repeat-y;
	min-height: 210px; /* ie6.css too */
}

#largeBanner 
{
	/* 33 (#login-buttons) + 4 (#main-nav) - 8 (#redBorder) = 29 */
	min-height: 29px; /* ie6.css too */
}

#redBorder 
{
	background-image: url(/static/images/banner/redborder.gif);
	background-repeat: repeat-x; 
	width: 780px;
	height: 8px;
	overflow: hidden;
}

/*--left--*/
#left
{
	float: left;
	width: 188px;
	position: relative;
	top: -10px;
	color: White;
}
/* use wrapper div to keep IE6 happy about relative floats */
#left .wrapper { width: 100%; }

#left div.top 
{
}

#left div.items 
{
	border: solid 1px #5B5C57;
	background-color: #5B5C57;
	background-image: url(/static/images/navigation/gradient_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;	
}

#leftDownArrow 
{
	margin-left: 15px;
	margin-bottom: 10px;
	background-image: url(/static/images/navigation/black_arrow_down_transparent.png);
	height: 5px;
	width: 11px;
	font-size: 0px;
	clear: both;
}

/*--left login--*/
.login#left 
{
}
.login#left div.top 
{
	position: absolute;	
	top: -25px;
	border-right: 1px solid white;
}
.login#left div.top span.divider 
{
	display: inline;
	width: 1px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	background-image: url(/static/images/login/button_divider.jpg);
}
.login#left .body
{
	width: 172px;
	padding-left: 4px;
}
.login#left .body a, .login#left .body a:link, .login#left .body a:visited
{
	font-size: 9px;
	color: White;
	text-decoration: none
}
.login#left .body a:hover
{
	text-decoration: underline;
}
.login#left div.items 
{
	margin-top: 8px;
	background-color: #5B5C57;
}
.login#left div.field 
{
	float: left;
	font-size: 9px;
	height: 22px;
}
.login#left h2
{
	font-size: 11px;
	text-decoration: none;
}
.login#left p
{
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 10px
}
.login#left input
{
	border-color:#999999;
	border-style:solid;
	border-width:1px; 
}
.login#left #btnFind 
{
	border: none;
}

.login#left select 
{
	margin-right: 5px;
}
.login#left input.button 
{
	border: none;
}
.login#left select
{
	border-color:#999999;
	border-style:solid;
	border-width:1px; 
}
.login#left #city
{	
	width: 128px;
}
.login#left #zip
{
	width: 45px;
}
.login#left .clear
{
	margin-bottom: 3px;
}
.login#left #finderForm
{
	width: 167px;
}
.login#left .body
{
	margin-left: 6px;
	margin-top: 1px;
	margin-bottom: 6px;
}
.login#left #username
{
	width: 100px;
}
.login#left #password
{
	width: 100px;
}
.login#left ul.options 
{
	list-style-image: url(/static/images/bullets/red_doublearrow_small.gif);
	padding-left: 0px;
	margin-left: 0px;
}
.login#left ul.options li 
{
	margin-left: 15px;
}
.login#left #newsletterBox
{
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	margin-bottom: 10px;
}
.login#left #newsletterBox img
{
	float: right
}

/*--left navigation--*/
.navigation#left 
{
	/* 5 (leftDownArrow) + 18 (div.top .title hangover) = 23 */
	min-height: 23px; /* ie6.css too */
}
.navigation#left div.top
{
	position: absolute;
	width: 188px;
	margin-right: -2px;
	border-right: 1px solid white;
}
.navigation#left div.top .title
{
	left: 0px;
	margin-right: -1px;
	width: 189px;
	position: relative;
	top: -10px;
	margin-bottom: -10px;
	height: 28px;
}

.navigation#left a
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
}
.navigation#left div.items 
{
	/* 15 (normal padding) + 18 (div.top with image) = 33 */
	padding-top: 33px;
	padding-bottom: 10px;
}
.navigation#left div.items a
{
	padding: 0px 0px 3px 10px;
}
.navigation#left div.items div.sub a 
{
	padding-left: 20px;
	background: white;
	color: #900;
}
.navigation#left div.items a.selected
{
	background: #940000;
	color: White;
	background-image: url(/static/images/navigation/gradient_red.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
/* dividers */
.navigation#left div.items span.divider 
{
	display: block;
	height: 1px;
	background-color: #c6c6c5;
	background-image: url(/static/images/navigation/divider_light_gray.png);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 2px;
}
.navigation#left div.items a.selected span.divider 
{
	background-color: #daa7a7;
	background-image: url(/static/images/navigation/divider_red.png);
}
.navigation#left div.items div.sub a span.divider {
	background-color: #949491;
	background-image: url(/static/images/navigation/divider_dark_gray.png);
}
/* fix divider margins */
.navigation#left div.items a span.divider 
{
	margin-left: -10px;
}
.navigation#left div.items div.sub a span.divider 
{
	margin-left: -20px;
}
/* bullets */
.navigation#left div.items a img.bullet
{
	display: inline;
	background-image: url(/static/images/navigation/white_arrow_right.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
	margin-right: 5px;
}
.navigation#left div.items a.selected img.bullet 
{
	background-image: url(/static/images/navigation/white_arrow_down.gif);
	width: 7px;
	height: 7px;
}
.navigation#left div.items div.sub a img.bullet 
{
	background-image: url(/static/images/navigation/circle_arrow_white.gif);
	width: 9px;
	height: 9px;
}
.navigation#left div.items div.sub a.selected img.bullet 
{
	background-image: url(/static/images/navigation/circle_arrow_red.gif);
}
/* hovers */
.navigation#left div.items a:hover
{
	background: #940000;
	background-image: url(/static/images/navigation/gradient_red_inverted.png);
	background-position: top;
	background-repeat: repeat-x;
	color: White;
}
.navigation#left div.items div.sub a:hover 
{
	background-image: none;	
	background: #e0e1e3;
	color: #900;
}
.navigation#left div.items a:hover span.divider 
{
	background-color: #daa7a7;
	background-image: url(/static/images/navigation/divider_red.png);
}
.navigation#left div.items div.sub a:hover span.divider {
	background-color: #949491;
	background-image: url(/static/images/navigation/divider_dark_gray.png);
}
.navigation#left div.items div.sub a:hover img.bullet 
{
	background-image: url(/static/images/navigation/circle_arrow_white_on_light_gray.gif);
}
.navigation#left div.items div.sub a.selected:hover img.bullet 
{
	background-image: url(/static/images/navigation/circle_arrow_red_on_light_gray.gif);
}

.narrowBody {
	/* 780 (#middle) - 128 (padding) = 652 */
	width: 652px;
	padding: 10px 64px 0px 64px;
	min-height: 200px;
	/* IE6 min-height */
	height: auto !important;
	height: 200px;
	background-color: #f4f3ef;
}

.wideBody { 
	/* 780 (#middle) - 32 (padding) = 748 */
	width: 748px;
	padding: 10px 13px 0px 19px;
	min-height: 200px;
	/* IE6 min-height */
	height: auto !important;
	height: 200px;
	background-color: #f4f3ef;
}

.normalBody
{
	/* 780 (#middle) - 188 (#login-panel) - 26 (padding) = 566 */
	width: 566px;
	padding: 10px 13px 0px 13px;
}

#body 
{
	margin: 0px;
	float: left;
}

#children a.link 
{
	font-weight: bold;
	text-decoration: none;
}
#children a.link:hover
{
	text-decoration: underline;
}
#children a.button:hover 
{
	text-decoration: none;
}

#children div.child
{
	padding-bottom: 5px;
}
#children a.link .bullet
{
/*	display: inline;
	padding: 0px .3em 0px .3em;*/
}
#children div.child div.summary
{
	float: left;
	margin: 0px 0px 5px 10px;
	/* 560 (#body) - 180 (#imageBox) - 10 (margin) = 370 */
	width: 370px;
	line-height: 16px
}
#children div.child div.summary h3
{
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px
}
.verbose#children div.child div.summary
{
	float: left;
	margin: 0px 0px 5px 0px;
	/* 560 (#body) - 180 (#imageBox) - 10 (margin) = 370 */
	width: 370px;
}
/*wide version for pages with no left nav */
.wideBody #children div.child div.summary
{
	width: 530px;
}
.vertical#children 
{
	margin-left: -13px;
}
.vertical#children div.child 
{
	width: 180px;
	float: left;
	margin-left: 13px;
	display: inline;
}
.vertical#children div.child div.summary
{
	float: none;
	width: auto;
	margin: 5px 0px 0px 0px;
}
.vertical#children .divider
{
	/* 566 (#body) - 4 (margins) = 562 */
	width: 562px;
	/* 13 (.vertical#children margins) + 2 (margin) = 15 */
	margin-left: 15px;
	border-bottom: solid 1px #d1d0cc;
	font-size: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both
}
#children div.child .divider
{
	/* 180 (#imageBox) + 10 (div.summary margin) = 190 */
	margin-left: 190px;
	/* same as div.summary */
	width: 370px;
	border-bottom: solid 1px #d1d0cc;
	font-size: 0px;
}
/*wide version for pages with no left nav */
.wideBody #children div.child .divider
{
	width: 557px;
}
#children div.child div.thumbnail 
{
	width: 172px;
}
.verbose#children 
{
	padding-top: 4px;
}
.verbose#children div.child .divider 
{
	margin-left: 0px;
	width: auto;
	border-color: #999;
	margin-bottom: 5px;
}
.verbose#children div.child div.thumbnail 
{
	width: auto;
	margin-right: 15px;
	margin-bottom: 10px;
}

/*--Footer--*/
div#footer
{
	width: 780px;
	margin: 0px -20px 0px -20px;
	clear: both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #6a6a68;
	background-image: url(/static/images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 42px;
	padding: 10px 20px 10px 20px;
}
div#footer a
{
	font-size: 10px;
}
div#footer div
{
	font-size: 10px;
}

#answers, #questions, #results
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#answers .bullet, #questions .bullet, #results .bullet
{
	display: inline;
	background-image: url(/static/images/bullets/red_arrow.gif);
	height: 7px;
	width: 4px;
	margin-right: 2px;
}
#answers li, #questions li, #results li 
{
	margin: 0;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#questions a 
{
	color: black;
	text-decoration: none;
	font-size: 11px
}
#questions a:hover 
{
	text-decoration: underline;
}
#answers .wrapper, #results .wrapper
{
	font-size: 11px;
	display: inline;
}
#answers .answer, #results .teaser
{
	/* 4 (bullet) + 5 (bullet margin) = 9 */
	font-size: 11px;
	margin-left: 9px;
	font-weight: normal;
	color: #5d5d5d;
}
#answers li
{
	border: solid 1px white;
}
#answers li.highlight 
{
	border: solid 1px #900;
}

#testimonialsVideos 
{
}
.tall#testimonialsVideos 
{
	margin-right: 12px;
	width: 340px;
}
.tall#testimonialsVideos #testimonialsFlash
{
	margin-left: 10px
}
.wide#testimonialsVideos 
{
	margin-left: 0px	
}
#testimonialsBlurbs 
{
	width: 210px;
}
#testimonials .blurb 
{
	display: none;
	padding: 10px;
}
#testimonials .blurb img.thumbnail 
{
	float: right;
	border: 1px solid #5D5D5D;
	margin: 0px 0px 5px 10px;
}
#testimonials .active 
{
	display: block;
}

/* MyAccount Styles */
table#groupTable  
{
	border: 1px solid #666666;
	width: 440px;
	background-color: #ffffff;
}
table#groupTable td 
{
	margin: 0px;
	padding: 3px;
}
table#groupTable tr
{
	background-color:#ffffff;
}
table#groupTable tr.header
{
	background-color:#000000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
table#groupTable tr.groupRow 
{
	background-color:#efefef;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
table#slotTable  
{
	border: 1px solid #666666;
	background-color: #ffffff;
}
table#slotTable tr
{
	background-color:#cccccc;
}
table#slotTable td
{
	padding: 4px;
	font-size: 14px
}
#body .topLeft
{
	float: left;
	margin-bottom: 10px
}
#body .topLeft .black
{
	font-weight: bold
}
#body .topRight
{
	float: right
}
/* End MyAccount */

#debug 
{
	position: absolute;
	z-index: 10;
	width: auto;
	left: 0px;
	top: 0px;
}
.close#debug *
{
	visibility: collapse;
}
.close#debug * * 
{
	visibility: inherit;
}
#debug div.close
{
	float: left;
	visibility: visible;
	margin: 5px;
}
#debug div.close a {
	cursor: pointer;
}
#debug td.key 
{
	text-align: left;
}
#debug td.value 
{
	text-align: right;
}
#debug pre 
{
	width: 300px;
	overflow: auto;
	text-align: left;
}

#clubdetail .tabs {
	display: inline;
	margin-left: 10px;
	float: left;
}
#clubdetail .tabs div {
	display: inline;
	float: left;
	margin-left: -10px;
	cursor: pointer;
}
#clubdetail .tabs div img, #clubdetail .tabs div span {
	position: relative;
}
#tab1 img, #tab1 span { z-index: 4; }
#tab2 img, #tab2 span { z-index: 3; }
#tab3 img, #tab3 span { z-index: 2; }
#tab4 img, #tab4 span { z-index: 1; }

#clubdetail .tabs div.active img, #clubdetail .tabs div.active span {
	z-index: 5;
	cursor: default;
}
#clubdetail .content {
	clear: both;
}
#clubdetail .content div.inactive {
	display: none;
}
#clubdetail .content div.active {
	display: block;
}
#clubdetail #content1, #clubdetail #content2, #clubdetail #content3, #clubdetail #content4, #clubdetail #content5 
{
	border-color: #940000; 
}

#clubdetail table td.black { color: #000; }
#clubdetail table td.gray { color: #6a6a68; }


#findafitter .tabs {
	display: inline;
	margin-left: 10px;
	float: left;
}
#findafitter .tabs div {
	display: inline;
	float: left;
	margin-left: -10px;
	cursor: pointer;
}
#findafitter .tabs div img, #findafitter .tabs div span {
	position: relative;
}

#findafitter #tab5 img, #findafitter #tab5 span { z-index: 5; }
#findafitter #tab1 img, #findafitter #tab1 span { z-index: 4; }
#findafitter #tab2 img, #findafitter #tab2 span { z-index: 3; }
#findafitter #tab3 img, #findafitter #tab3 span { z-index: 2; }
#findafitter #tab4 img, #findafitter #tab4 span { z-index: 1; }


#findafitter .tabs div.active img, #findafitter .tabs div.active span {
	z-index: 6;
	cursor: default;
}
#findafitter .content {
	clear: both;
}
#findafitter .inactive#content1,
#findafitter .inactive#content2,
#findafitter .inactive#content3,
#findafitter .inactive#content4,
#findafitter .inactive#content5 {
	display: none;
}
#findafitter .active#content1,
#findafitter .active#content2,
#findafitter .active#content3,
#findafitter .active#content4,
#findafitter .active#content5 {
	display: block;
}
#findafitter #content1,
#findafitter #content2,
#findafitter #content3,
#findafitter #content4,
#findafitter #content5 {
   border-color: #940000; 
}


#findafitter .content {
	margin: 0px;
}

#findafitter .errors {
	color: #900;
	font-size: 12px;
	margin-left: 10px
}

#findafitter table.form thead {
	text-align: left;
}
#findafitter table.form th, #findafitter td.search {
	font-size: 12px;
	font-weight: normal;
}
#findafitter table.form input, #findafitter table.form select {
	width: 95%;
}
#findafitter table.form td.search {
	padding: 5px 5px 0px 5px;
}
#findafitter table.form td.search input, #findafitter table.form td.search select {
	width: auto;
}
#findafitter table.form td input.wide {
	width: 100px;
}
#findafitter table.form {
	margin: 10px 40px 10px 40px;
	width: 548px;
	color: #666;
}
#findafitter table.intl_form {
	margin: 10px 40px 10px 40px;
	width: 325px;
	color: #666;
}
#findafitter table.form input.search {
	float: right;
}

#findafitter table.results {
	/* 652 (#body) - 2 (border) = 650 */
	width: 650px;
	margin: 0px 0px 0px 0px;
	table-layout: fixed;
	border: 1px solid #f4f3ef;
}
#findafitter table.results th {
	padding: 2px 5px 2px 5px;
	text-align: left;
	background-color: #d1d0cc;
}
#findafitter table.results tbody tr.end td {
	border-bottom: 1px solid #999;
	padding: 0px;
}
#findafitter table.results td {
	border-left: #f4f3ef solid 1px;
	border-right: #f4f3ef solid 1px;
	color: #666;
	padding: 5px;
}
#findafitter table.results td.black { color: #000; }
#findafitter table.results td.gray { color: #6a6a68; }

#findafitter table.results h3 {
	margin: 0px;
}
#findafitter table.results a.advanced {
	cursor: help;
}
#findafitter table.results ul {
	list-style-image: url(/static/images/findafitter/bullet-onwhite.png);
	list-style-position: outside;
	padding-left: 0px;
	margin: 0px 0px 0px 20px;
}
#findafitter table.results ul li {
	margin: 0px;
}
#findafitter table.results td.extra {
	padding-right: 11px;
}
#findafitter table.results td.moreinfo {
	padding-bottom: 0px;
}
#findafitter table.results img.directions, 
#findafitter table.results span.directions,
#findafitter table.results img.demo, 
#findafitter table.results span.demo,
#findafitter table.results img.remind, 
#findafitter table.results span.remind,
#findafitter table.results img.moreinfo, 
#findafitter table.results span.moreinfo {
	cursor: pointer;
	float: right;
}

#findafitter table.results tr.demoInfo td {
	padding: 0px 15px 0px 15px;
}
#findafitter table.results tr.demoInfo table {
	/* 650 (table.results) - 30 (shrinkage) = 620 */
	width: 620px;
	background-color: #666;
	color: white;
	border: 1px solid black;
	margin: 0px;
}
#findafitter table.results tr.demoInfo table th {
	padding: 5px;
	background-color: #666;
}

#findafitter table.results tr.demoInfo table th p 
{
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

#findafitter table.results tr.demoInfo table th strong, #findafitter table.results tr.demoInfo table th b {
	color: #fff;
	font-weight: bold;
}

#findafitter table.results tr.demoInfo table th img.logo 
{
	border: 2px solid #fff;
	float: left;
	margin-right: 15px;
}

#findafitter table.results tr.demoInfo table tr {
	background-color: white;
	border: none;
}
#findafitter table.results tr.demoInfo table td {
	padding: 5px;
	border: none;
	border-bottom: 5px solid #666;
}
#findafitter table.results tr.demoInfo table td div 
{
	color: white;
	background-color: #666666;
}
#findafitter table.results tr.demoInfo table .leftCap {
	padding: 0px;
	background: #666;
	background-image: url(/static/images/findafitter/roundbox-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 15px;
}
#findafitter table.results tr.demoInfo table .leftCap div {
	background-image: url(/static/images/findafitter/roundbox-left.png);
	background-position: top left;
	width: 15px;
}
#findafitter table.results tr.demoInfo table .rightCap {
	padding: 0px;
	background: #666;
	background-image: url(/static/images/findafitter/roundbox-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 15px;
}
#findafitter table.results tr.demoInfo table .rightCap div {
	background-image: url(/static/images/findafitter/roundbox-right.png);
	background-position: top right;
	width: 15px;
}

#findafitter div.hoverBox {
	width: 200px;
	position: absolute;
	visibility: hidden;
	z-index: 10;
	cursor: help;
}
#findafitter div.hoverBox h2.fancy {
	padding: 3px 6px 3px 6px;
	font-size: 10px;
}

#findafitter span.gray {
	color: #6a6a68;
	text-transform: none;
}

#findafitter img.map, #findafitter span.map {
	width: 300px;
	height: 200px;
}

#findafitter .relative {
	position: relative;
}
#findafitter .resultCount 
{
	text-align: right;
	margin-right: 2px;
	margin-bottom: -15px;
}
#findafitter .resultCenter
{
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px
}
#findafitter .resultCenter img
{
	vertical-align: bottom;
	margin-bottom: 1px
}
/*styles for International tab */
#findafitter #intlSearchForm
{
	padding: 0px;
	margin: 0px;
}
#intlResultsContainer
{
	margin: 0px;
	padding: 0px;
	min-height: 700px;
	/* IE6 min-height */
	height: auto !important;
	height: 700px;	
	
}
.relative{
position: relative;
z-index: 1;
}
#findafitter #intlSearchTable 
{
	width: 610px;
	margin: 14px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
}
#findafitter #intlSearchTable tr
{
	margin: 0px;
	padding: 0px;
}
#findafitter #intlSearchTable td
{
	margin: 0px;
	padding: 0px 0px 0px 14px;
	height: 
}
#findafitter #intlSearchTable .td3
{
	width: 170px;
}
#findafitter #intlRegionCell.hidden
{
	visibility: hidden;
}
#findafitter #intlRegionCell.visible
{
	visibility: visible;
}
#findafitter #intlSearchSubmit
{
	padding: 0px;
	margin: 0px 0px 0px 0px;	
	float: right;
}

#findafitter div.jsInputBox
{
	width: 149px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	float: left;
	cursor: pointer;
}
#findafitter div#intlCountryButton, #findafitter div#intlRegionButton
{
	width: 34px;
	height: 18px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	float: left;
	cursor: pointer;
}
#intlSpacer
{
	height: 700px;
	width: 300px;
}
#findafitter div.jsInputButton
{
	background: #000000 url(/static/images/findafitter/int_arrow.png) no-repeat bottom; 
}
#findafitter div.jsInputButtonActive
{
	background: #000000 url(/static/images/findafitter/int_arrow_over.png) no-repeat bottom; 
}
#findafitter div.jsInputButtonSelected
{
	background: #000000 url(/static/images/findafitter/int_arrow_selected.png) no-repeat bottom; 
}
#findafitter #countryPanel {
	width:186px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: none;
	clear: left;
}
#findafitter #regionPanel {
	position: absolute;
	width:186px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#findafitter div.jsInputSelect ul {
	display: block;
	width:186px;
	list-style-type: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border: 1px solid #333;
	background: #5B5B57 url(/static/images/topnav/menu_bottom.gif) no-repeat bottom; 
	cursor: pointer;
}
#findafitter div.jsInputSelect ul span {
	text-decoration: none;
	font-weight: bold; 
	height:21px;
	line-height: 18px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	color: #FFF;
	float: left;
}
#findafitter div.jsInputSelect li img {
	float: right;
	clear: right;
	margin: 2px;
}
#findafitter div#countryPanel li {
	height:21px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 186px;
	background: #5B5B57 url(/static/images/findafitter/int_flag_dd_bg.gif) no-repeat; 	
}
#findafitter div#countryPanel li:hover {
	background: #990000 url(/static/images/findafitter/int_flag_dd_bg_f2.gif) no-repeat; 
}	
#findafitter div#regionPanel li {
	height:21px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 186px;
	background: #5B5B57 url(/static/images/findafitter/int_flag_arrow_bg.gif) no-repeat; 	
}
#findafitter div#regionPanel li:hover {
	background: #990000 url(/static/images/findafitter/int_flag_arrow_bg_f2.gif) no-repeat; 
}	

a:link
{
}
a:visited
{
}
a:hover
{
}
a:active
{
}


