﻿/*
**
** Colour changes by theme.
**
** MAINCOLOUR = #5face0
** FOOTERTEXTCOLOUR = #A8D2EE
** FOOTERLINKCOLOUR = #C5E1F4
** CREDITSCOLOUR = #8bc3e8 
*/
body 
{
	background-color: #5face0;
	color: #202020;
}

#Wrapper
{
	background-color: #5face0; 
}	

#Banner
{
	background: transparent /* url(Graphics/theme1.jpg) no-repeat;*/
}	

h1, h2, h3, h4 { color: #5face0; }

a:hover { 	color: #5face0; }
a:active { color: #5face0; }

#Categories ul li a:hover 
{ 
	background-color: #ffffff; color: #5face0;
}	

#TagLine 
{ 
	background: #5face0 url(Graphics/share-article1.gif) no-repeat; 
	height: 35px;
	width: 204px;
	padding-left: 350px;
	padding-top: 20px;
}

.addthis_button_compact { color: #ffffff; }

.TabSelected { color: #5face0; }

.AdDownloads { border-bottom: solid 5px #5face0; border-right: solid 5px #5face0; }

#Footer { color: #A8D2EE; }
#Footer a { color: #C5E1F4; }
#Footer a:hover { color: #C5E1F4; text-decoration: underline; }
.Ion { color: #8bc3e8; }

/* articles and business main bits */
#ListingLeft
{
	float:left;
	width: 292px;
}

#ListingLeft h1, #ListingLeft h2, #ListingLeft h3 { color: #808080; }

#LatestListings, #ListYourBusiness
{
	background-color: #ececec;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
}	

#ListYourBusiness { background-color: #ffffff; }

#LatestListings a:hover, #ListYourBusiness a:hover, #Categories a:hover, #ListingContent a:hover { color: #00549F; }

#ListingContent
{
	float: right;
	width: 657px;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}
#ListingContent h1, #ListingContent h2, #ListingContent h3 { color: #808080; }

/* categories menu */
#Categories
{
	background-color: #dcdcdc;
	padding: 10px 10px 10px 10px;
}

#Categories ul
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 20px;
	width: 272px;
	z-index: 100;
}

#Categories ul li
{
	padding: 0 0 0 0;
	position: relative;
	height: 20px;
	z-index: 50;
}

#Categories li ul
{
	position: absolute;
	left: 260px;
	top: 0;
	display:none;
	background: #ececec;
	z-index: 120;
	border: solid 1px #c0c0c0;
}

/* Styles for Menu Items */
#Categories ul li a 
{
	display: block;
	text-decoration: none;
	padding: 0 5px 0 5px;
	background: none; /* IE6 Bug */
	z-index: 50;
	text-transform: capitalize;
	height: 20px;
	width: 262px;
}

/* Fix IE. Hide from IE Mac \*/
* html #Categories ul li { float: left; height: 1%; }
* html #Categories ul li a { height: 1%; }
/* End */

#Categories ul li a:hover 
{ 
	background: #ffffff url(Graphics/nvbg.gif) repeat;
	/* color: #B9C765;*/
}	
		
#Categories li ul li a 
{ 
	width: auto; 
	background: none; 
	text-align: left;
} /* Sub Menu Styles */
		
#Categories li:hover ul, li.over ul 
{ 
	display: block; 
} /* The magic */

/* latest listings */
.ll { height: 17px; overflow: hidden; font-size: 11px; line-height: 17px;}
.lldt { float: left; width: 60px; color: #c0c0c0; height: 17px; }
.lln { float: right; width: 202px; height: 17px; }

/* article/business listings */
.ls {}
.lsdt { float:left; width: 20%; color: #c0c0c0; }
.lsn { float: right; width: 79%; }

/* sub categories */
.SubCats
{
	float:right;
	width: 180px;
	background-color: #dcdcdc;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
	
#SubCategories a:hover { color: #00549F; }

/* graphical display of popular categories */
.gcat, .gcat1
{
	float: left;
	width: 205px;
	height: 177px;
	padding: 5px 5px 5px 5px;
	background-color: #d8e5f5;
	text-align: center;
	margin-bottom: 3px;
	line-height: 20px;
	overflow: hidden;
}
.gcat1 { margin-right: 5px; margin-left: 5px;}

.gcatimg
{
	display:block;
	width: 205px;
	height: 137px;
	overflow: hidden;
}
	
.gcatimg img
{
	width: 205px;
	overflow: hidden;
}
	
/* business directory options */
#FreeListingDetails
{
	float: left;
	width: 306px;
	padding: 10px 10px 10px 10px;
	background-color: #b9ddf3;
}

#PremiumListingDetails
{
	float: right;
	width: 306px;
	padding: 10px 10px 10px 10px;
	background-color: #9dcfee;
}

.DtlSizer { height: 330px; }		

.BusPic1 { float:left; height: 439px; width: 326px; }
.BusPic2 { float:right; height: 439px; width: 326px; }

.AjaxLoad
{
	background-color: #ffffff;
	border: solid 1px #c0c0c0;
	position: fixed;
	top: 45%;
	left: 45%;
	width: 50px;
	height: 50px;
	padding: 20px 50px 20px 50px;
	text-align: center;
}
	
/* alphabetical category listing for business directory */
.Alpha
{
	font-size: 18px;
	height: 20px;
}

.Ac
{
	float: left;
	width: 19%;
	text-align: center;
	height: 20px;
}	

.cathidden, .catunhidden { padding-left: 15px; }
.cathidden { display: none; }
.catunhidden { display: block; }

/* business search */
#BusSearch
{
	/*background-color: #e44344; /*9dcfee;*/
	/* background: #ffffff url(Graphics/prembg.gif) no-repeat scroll bottom left; */
	background: #ffffff url(Graphics/bussearch.png) no-repeat scroll bottom left;
	/* border: solid 1px #d5eaf8;*/
	height: 145px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}	

#BusSearch h1 { text-transform: none; color: #000000; }
#BusSearch h3 { text-transform: none; color: #000000; }

.TwoCol { float: left; width: 49%; }

/* search results */
.Std
{
	border-bottom: solid 1px #ececec;
	font-size: 11px;
	margin-bottom: 5px;
	width: 657px;
}

.Prem
{
	background: #ffffff url(Graphics/prembg.gif) no-repeat scroll bottom left;
	border: solid 1px #d5eaf8;
	padding: 5px 5px 5px 5px;
	width: 647px;
	font-size: 12px;
	margin-bottom: 10px;
}

.BusInfo
{
	float: left;
	width: 512px;
	padding-right: 10px;
}

.BusInfo h1 { text-transform: none; font-size: 14px; }

.BusBtn
{
	float: left;
	width: 105px;
}	

.BusButton
{
	height: 25px;
	line-height: 20px;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	background-color: #dcdcdc;
	border: solid 1px #c0c0c0;
	text-align: center;
	padding: 0 10px 0 10px;
	display:block;
	color: #000000;
	width: 100px;
	line-height: 25px;
	margin-bottom: 5px;
}

.BusSort
{
    text-align: right;
    margin: 5px 0 5px 0;
    font-size: 11px;
}

.BusSort a
{
    margin-left: 10px;
}    
    
/* single page for a business */
#BusColLeft
{
	float: left;
	width: 437px;
}

#BusColRight
{
	float:right;
	width: 200px;
	padding: 5px 5px 5px 5px;
	background-color: #b9ddf3;
}

#BusColLeft h1 { text-transform: none; border-bottom: solid 1px #dcdcdc; }
	
.BusContact
{
	background-color: #ececec;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	width: 196px;
	margin-bottom: 10px;
	
}

.BusImageHolder
{
	width: 200px;
	min-height: 130px;
	padding-bottom: 5px;
	text-align: center;
}
		
/* html editor */
.ajax__htmleditor_editor_bottomtoolbar
{
	display: none;
}

/* business page filter by region */
#SelectBusinessRegion
{
    margin-top: 5px;
    background: #ffffff;
    padding: 10px 10px 10px 10px;
}

/* star rating */
.StarRating
{
    margin-bottom: 10px;
    text-align: left;
}

.StarRating img
{
    margin-right: 2px;
    border: none;
}    
