/*prefix 'html>body ' for non Explorer */
@import url("navstylee.css");
@import url("togglestylee.css");
@import url("ShopFilter.css");
@import url("import.css");
A:link { 
color: #0000FF
}  
A:visited { 
color: #0000FF
}  
A:active { 
color: #0000FF
}   
A:hover { 
color: #990000; text-decoration: underline
} 
.hide{
	visibility: hidden;
	display: none;
}
.show{
	visibility: visible;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-arrow-color: #FF6600;
	scrollbar-track-color: #F2F5FE;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../pics/bckg.jpg);
	background-repeat: no-repeat;
	line-height: 130%;
}

p {
	margin-top: 3px;
	color: #000000;
	line-height: 130%;
	margin-bottom: 7px;
}
td {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#header{
	position:relative;
	padding: 0px;
	height: 150px;
	background-image: url(../pics/top-mid.jpg);
	width: 780px;
	margin-top: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
}

#mainframe {
	width: 780px;
	margin-top: 10px;
	text-align: left;
	border: 1px solid #BCD1D7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#RandomPic{
	padding: 0px 0px 6px 6px;
	background-position: left bottom;
	background-image: url(../pics/dropshadow-body.gif);
	border: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #E1E1E1;
	float:right;
}
*+html, * html  #TallBanner{/*IE 7 only */
	margin-right: 5px;
}
#TallBanner{
	float:right;
	margin-right: 0px;
	width: 125px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.adspacer{
	height:20px;
}
#ShortBanner{
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#TopBanner{
	position:absolute;
	top: 12px;
	right: 12px;
}
#body-area {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 0;
}
#Editable {
	width: 485px;
	margin-left: 135px;
	margin-top: 5px;
	position: relative;
	z-index: 2;
}
#EditableHome {
	width: 600px;
	margin-left: 150px;
	margin-top: 5px;
	position: relative;
	z-index: 2;
}


.TopSearchBox {
	border: 1px solid #98B9C2;
	background-color: #266ae3;
}
.TopSearchBox td{
	color: #FFFFFF;
	font-weight: bold;
}
.HomeSearchBox {
	border: 1px solid #98B9C2;
	background-color: #266ae3;
}
.HomeSearchBox td{
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	background-color: #F5F5F5;
	margin:0px 0px 10px;
	padding: 4px;

}
A.footer:link {
	color: #92BECF;
	text-decoration: none;
	margin-right:30px;
}       
A.footer:visited { 
	color: #92BECF;
	text-decoration: none;
	margin-right:30px;
}   
A.footer:active { 
	color: #92BECF;
	text-decoration: none;
}    
A.footer:hover {
	color: #666666;
	text-decoration: underline;
} 
/* Show Next Set*/

li {
	font-size: 12px;
	margin-bottom: 4px;
}
ol{
	font-size: 12px;
	list-style-type: decimal;
}
ul {
	margin-top: 10px;
	list-style-image: url(../pics/bullet.gif);
	margin-left: 20px;
}
html>body ul {
	margin-top: 10px;
	list-style-image: url(../pics/bullet.gif);
	margin-left: -20px;
}
hr {  
	color: #990000
	}

/* Main Heading */
h1 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 1px;
	font-style: italic;
	color: #276AE3;
	line-height: normal;
}
/* Subheading */
h2 {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 1px;

}
/* Para-Hilight */
h3 {
	font-size: 12px;
	LINE-HEIGHT: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 1px;
}
/* Boxed in */
h4 {
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: normal;
	background-color: #F2F5FE;
	padding: 5px;
	border: 1px solid #C6CCE3;
	margin-top: 1px;
	color: #000000;

}
.Comment {
	border: 1px solid #98B9C2;
	background-color: #276AE3;
	font-size: 12px;
	margin: 1px 0px 3px 0px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* StandoutRed */
h5 {
	font-size: 14px;
	color: #6633FF;
	margin-bottom: 3px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 1px;
}
/* Tiny */
h6 {
	font-size: 9px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;

}

.tdouterborder {
	border: 1px solid #BCD1D7;
	background-color: #F9FBFF;
}

.tiny {
	font-size: 9px;
	text-decoration: none;
	left: auto;
	clip:  rect( auto  );

}
.formsmall {  
font-size: 10px}

.form_submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00012F;
	background-color: #F2F5FE;
	font-weight: bold;
	height: 22px;
	border-top: 2px outset #C8CBDE;
	border-right: 2px outset #6633CC;
	border-bottom: 2px outset #6633CC;
	border-left: 2px outset #C7C9DE;
	padding: 0px 3px 3px;
	margin: 0px;
}
.form_window {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
	border: 1px solid #6699CC;
}
html>body .form_window {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
	border: 1px solid #6699CC;
}
.form_window2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #D1D4E3;
	padding: 2px;
	background-color: #F2F5FE;
	color: #666666;
}
.form_window3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #6699CC;
	padding: 2px;
	color: #666666;
	font-weight: normal;
}
.form-window-editor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #FFCC00;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: none;
}
.reallyTiny { 
	font-size: 7pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #AAAAAA
}
.smallGrey {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;

}

/* 
Area pages 
*/
#area-subarea {
	padding-top: 8px;
	margin-left: 0px;
}
#area-subarea ul {
	margin-top: 10px;
	list-style-image: none;
	margin-left: 0px;
	list-style-type: none;
}
#area-Topsection {
}
/*
Detail pages
*/
#DetailsHeader{
	padding: 10px;
	border: 1px solid #700C26;
	margin: 10px 0px 15px 0px;
}
#DetailsHeader H1{
	margin: 0px 0px 0px 0px;
}
#DetailsHeader .psudo-para{
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-style: normal;
}
#BusinessDetails{
	display: block;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#BusinessDetails img{
	/*border: 1px solid #000000;*/
}
#BusinessDetails h2{
	/*border: 1px solid #000000;*/
}
/* 
Search Results pages 
*/
#SearchResults {
}
.nolink{
	text-decoration: none;
} 
A.nolink:link {
	text-decoration: none;
}       
A.nolink:visited { 
	text-decoration: none;
}   
A.nolink:active { 
	text-decoration: none;
}    
A.nolink:hover {
	text-decoration: none;
}
.falselink{

	text-decoration: underline;
}
#SearchResults h1 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	float: none;
	color: #990000;
}
#SearchResults h2 {
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
	margin-top: 15px;
	color: #990000;
	background-color: #EAEAEA;
	padding: 4px;
	border: 1px none #990000;
}

/*  3 column layout */
#Searchlist-left{
	float: left;
	width: 175px;
	margin-right: 5px;
	}
#Searchlist-left .inline{
	line-height: 1.2em;
	padding: 4px;
	}
* html #Searchlist-left
	{
	display: inline;
	}
#Searchlist-middle
	{
	float: left;
	width:355px;
	}
#Searchlist-middle .inline{
    line-height: 1.2em;
	padding: 4px;
	}
#Searchlist-club
	{
	float: left;
	width: 435px;
	}
#Searchlist-club .inline{
    line-height: 1.2em;
	padding: 4px;
	}
#Searchlist-right
	{
	float: right;
	width: 80px;
	}
#Searchlist-right .inline{
   line-height: 1.2em;
	}
/* Start Mac IE5 filter \ nb - this breaks FF browser when also using our show hide function on load
#Searchlist-left, #Searchlist-middle, #Searchlist-right
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;  
	}*/
/* End Mac IE5 filter */
#Searchlist-cont
	{
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #990000;
	background-image: url(../pics/searchlist_background.jpg); 
	background-position: left;
	background-repeat: repeat-y;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#Searchlist-cont
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#Searchlist-cont:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#Searchlist-cont
	{
	display: inline-block;
	}
/*\*/
#Searchlist-cont
	{
	display: block;
	}
/* end easy clearing */
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
.clubdetailsTOR-text {
	background-color: #F9FBFF;
	padding-right: 2px;
}
.clubdetailsTOR-td {
	background-image: url(../pics/clubdetailsTOR-dash.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}
#block{
display: inline-block;
overflow: hidden;
}

.email-Header {
	background-image: url(../pics/email-L.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 20px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #700C26;
}
.email-HeaderR {
	background-image: url(../pics/email-R.gif);
	background-repeat: no-repeat;
}
.toptab {
	background-color: #EEEAD3;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
