/* stylemaster.css */
/* Version 1.0 */
/* 15 May 2008 */
/* Changes made by: */
/* Approved by: */

/*User Styles*/

.body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size: 11px;
	color: #000000;
}
.Heading1, H1 
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.Heading2 , H2
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.Heading3 , H3 
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.BodyCopy 
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#000000; 
}
.BodyText 
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#000000; 
}
.LHSHome 
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#FFFFFF; 
	padding-left: 5px;
}
.AltBodyText 
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#FFFFFF; 
}
.BodyMore 
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#CC3333; 
}
.Caption
{
	width: 90%;
	padding: 4px;
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#000000; 
	background: #a1a1a1;
}
.Bullets 
{
	font-size:11px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: disc;
}

.AltBullets 
{
	font-size:11px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: square;
}

.Link 
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#e41414;
	text-decoration: none;
}

.AltLink1 
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}

.BrowseAll
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#000000 !important;
	font-weight:bold;
	background: url('../images/but_BrowseAll.gif') no-repeat left 50%;
	padding-left: 11px;
	text-decoration:none;
}
.BrowseAllAlt
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#FFFFFF;
	background: url('../images/but_BrowseAll.gif') no-repeat left 50%;
	padding-left: 11px;
	text-decoration: none;
}
/*Customer Specific Styles*/

/*
	We can add customer specific styles here.
*/

.RotateImageOn
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#FFFFFF; 
	font-weight:bold;
	background: url(../images/BGD_BUT_on.gif) no-repeat;
	width: 22px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.RotateImageOff
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#FFFFFF; 
	font-weight:bold;
	background: url(../images/BGD_BUT_off.gif) no-repeat;
	width: 22px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.HomeHead
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:9px; 
	color:#a1a1a1; 
}

/*
.customStyle1
{
}

.customStyle2
{
}

*/

/* End Customer Specific Styles */


/* Developer Styles - Customers might want to use some of these. */

/* Section 1 - Customer Usable */

/* Styles for Page Title and Edit Links */


.pageTitle
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:9px; 
	color:#a1a1a1; 
	font-weight:bold;
}

.pageEditLink
{
	font-family:Verdana, Geneva, Sans-Serif; 
	color:#a1a1a1; 
	font-size:9px;
	text-decoration:none;
}

.menuLink
{
	font-family:Verdana, Geneva, Sans-Serif; 
	color:#a1a1a1; 
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
}

.menuOpenedLink
{
	font-family:Verdana, Geneva, Sans-Serif; 
	color:#e41414;
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
}

/* style for show_member() 
	all sub menu 
*/
.subsectionsLink
{
	font-family:Verdana, Geneva, Sans-Serif; 
	color:#a1a1a1; 
	font-size:9px;
	text-decoration:none;
}

.subsectionsOpenedLink
{
	font-family:Verdana, Geneva, Sans-Serif; 
	color:#e41414; 
	font-size:9px;
	text-decoration:none;
}

/* style for show_location() 
	breadcrumLink
*/
.breadCrumLink
{
	font-family:Verdana, Geneva, Sans-Serif; 
	color:#a1a1a1; 
	font-size:9px;
	text-decoration:none;
}

.breadCrumopenedLink
{
	font-family:Verdana, Geneva, Sans-Serif; 
	color:#e41414; 
	font-size:9px;
	text-decoration:none;
}

.copyright
{
	font-family:Verdana, Geneva, Sans-Serif; 
	color:#a1a1a1; 
	font-size:9px;
	text-decoration:none;
}

.footerLink
{
	font-family:Verdana, Geneva, Sans-Serif; 
	color:#444444; 
	font-size:9px;
	text-decoration:none;
}

/* Customers don't need to use anything below this, just using big red fonts as a separator */

.PleaseDoNotUseStylesBelowThis
{
	color: red;
	font-size:14px;
}

/* Section 2 - Developer Use Only */

.SitemapMainUL
{
	color:#000000;
}

.SitemapUL1
{
	color:#110000;
}

.SitemapUL1 li
{
	color:#110000;
}

.SitemapUL2
{
	color:#220000;
}

.SitemapUL2 li
{
	color:#220000;
}

.SitemapUL3
{
	color:#330000;
}

.SitemapUL3 li
{
	color:#330000;
}

.SitemapUL4
{
	color:#440000;
}

.SitemapUL4 li
{
	color:#440000;
}

.SitemapUL5
{
	color:#550000;
}

.SitemapUL5 li
{
	color:#550000;
}

.SitemapUL6
{
	color:#660000;
}

.SitemapUL6 li
{
	color:#770000;
}

.SearchResultTable
{
	width:100%;
}

.SearchResultTable tr
{
	text-align:left;
}

.SearchResultTitle
{
	font-weight:bold;
}

.SearchResultCaption
{
	font-size:12px;
}

.SearchResultMoreLink
{
	text-decoration:none;
}

.SearchResultMoreTD
{
	text-align:right;
}

.SearchForm
{
	width:100%
}

.SearchForm table
{
	width:100%;
}

.SearchFormTextBox
{
	size:50;
}

/* Default Styles for common HTML tags, please update to keep uniform look and feel across the site */

/*Default body style, font-color and size needs to be same as BodyText class above */

html,body
{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#a1a1a1; 
}

/*Default table cells style, font-color and size needs to be same as BodyText class above */
td
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#000000; 
}

/*Default div style, font-color and size needs to be same as BodyText class above */

div
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#000000; 
}

/*Default span style, font-color and size needs to be same as BodyText class above */

span
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px; 
	color:#000000; 
}

/*Default Link style, exactly same as Link class above */

a:link
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#e41414;
	text-decoration: none;
}
a:visited           
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#e41414;
	text-decoration: none;
}
a:hover
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}
a:active
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}

/* 
	Additional Link Styles (link, hover, visited, active) for Link, AltLink1 and AltLink2 (and pretty much all the links used across the website) 
	Each of the links have 5 different property, we have kept the default one at the top
	for the customers to see, the rest need to go here.
*/
a.BrowseAllAlt:link, visited
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#FFFFFF;
	background: url('../images/but_BrowseAll.gif') no-repeat left 50%;
	padding-left: 11px;
	text-decoration: none;
}
a.BrowseAllAlt:hover, active
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#FFFFFF;
	background: url('../images/but_BrowseAll.gif') no-repeat left 50%;
	padding-left: 11px;
	text-decoration: none;
}
a.Link:link
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#e41414;
	text-decoration: none;
}

a.Link:hover
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#e41414;
	text-decoration: none;
}

a.Link:visited
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}

a.Link:active
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#e41414;
	text-decoration: none;
}

a.AltLink1:link
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}

a.AltLink1:hover
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#e41414;
	text-decoration: none;
}

a.AltLink1:visited
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}

a.AltLink1:active
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:11px;
	color:#e41414;
	text-decoration: none;
}

a.AltLink2:link
{
	font-family:Elephant, Times;
	font-size:11px;
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:hover
{
	font-family:Elephant, Times;
	font-size:11px;
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:visited
{
	font-family:Elephant, Times;
	font-size:11px;
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:active
{
	font-family:Elephant, Times;
	font-size:11px;
	color:#99CC33;
	font-weight:bold;
}

a.pageEditLink:link
{
	font-size:9px;
	text-decoration:none;
}

a.pageEditLink:hover
{
	font-size:9px;
	text-decoration:none;
}

a.pageEditLink:visited
{
	font-size:9px;
	text-decoration:none;
}

a.pageEditLink:active
{
	font-size:9px;
	text-decoration:none;
}

a.menuLink:link
{
	font-weight:bold;
	color:123456;
}

a.menuLink:hover
{
	font-weight:bold;
	color:123456;
}

a.menuLink:visited
{
	font-weight:bold;
	color:123456;
}

a.menuLink:active
{
	font-weight:bold;
	color:123456;
}

a.menuOpenedLink:link
{
	font-weight:bold;
	color:654321;
}

a.menuOpenedLink:hover
{
	font-weight:bold;
	color:654321;
}

a.menuOpenedLink:visited
{
	font-weight:bold;
	color:654321;
}

a.menuOpenedLink:active
{
	font-weight:bold;
	color:654321;
}


a.subsectionsLink:link
{
	color:#ff0000;
	font-weight:bold;
}

a.subsectionsLink:hover
{
	color:#ff0000;
	font-weight:bold;
}

a.subsectionsLink:visited
{
	color:#ff0000;
	font-weight:bold;
}

a.subsectionsLink:active
{
	color:#ff0000;
	font-weight:bold;
}

a.SearchResultMoreLink:link
{
}

a.SearchResultMoreLink:hover
{
}

a.SearchResultMoreLink:visited
{
}

a.SearchResultMoreLink:active
{
}

a.subsectionsOpenedLink:link
{
	color:#00ff00;
	font-weight:bold;
}

a.subsectionsOpenedLink:hover
{
	color:#00ff00;
	font-weight:bold;
}

a.subsectionsOpenedLink:visited
{
	color:#00ff00;
	font-weight:bold;
}

a.subsectionsOpenedLink:active
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumLink:link
{
	color:#ff0000;
	font-weight:bold;
}

a.breadCrumLink:hover
{
	color:#ff0000;
	font-weight:bold;
}

a.breadCrumLink:visited
{
	color:#ff0000;
	font-weight:bold;
}

a.breadCrumLink:active
{
	color:#ff0000;
	font-weight:bold;
}

a.breadCrumopenedLink:link
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumopenedLink:hover
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumopenedLink:visited
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumopenedLink:active
{
	color:#00ff00;
	font-weight:bold;
}

a.footerLink:link
{
	margin:11px;
}

a.footerLink:hover
{
	margin:11px;
}

a.footerLink:visited
{
	margin:11px;
}

a.footerLink:active
{
	margin:11px;
}


.MenuLinkTable
{
	background-color: #9ed1b2;
	width: 100%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left:0px;
}

.MenuLinkCell
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #9ed1b2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 11px;
	cursor:pointer;
}

.MenuLinkCellOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 11px;
	cursor:pointer;
}

.MenuLinkCellSelected
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 11px;
}

.MenuLinkCellSelectedOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 11px;
}

.MenuLinkCell a:link, .MenuLinkCell a:visited, .MenuLinkCell a:active
{
	color: #2c6698; 
	text-decoration: none;
}

.MenuLinkCell a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.MenuLinkCellOver a:link, .MenuLinkCellOver a:visited, .MenuLinkCellOver a:active
{
	color: #ffffff; 
	text-decoration: none;
}

.MenuLinkCellOver a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.MenuLinkCellSelected a:link, .MenuLinkCellSelected a:visited, .MenuLinkCellSelected a:active,.MenuLinkCellSelected a:hover
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}

.MenuLinkCellSelectedOver a:link, .MenuLinkCellSelectedOver a:visited, .MenuLinkCellSelectedOver a:active,.MenuLinkCellSelectedOver a:hover
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}

.MenuBookMarkDiv
{
	background-color: #e5f3d0;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.MenuBookMarkUL
{
	padding-left: 5px;
	padding-top: 5px;
	list-style-image: url(../images/bulletpoint_blue.gif);
}

.MenuBookMarkUL li
{
	padding-bottom: 3px;
}

.MenuBookMarkUL li a:link, .MenuBookMarkUL li a:visited, .MenuBookMarkUL li a:active
{
	color: #2c6698; 
	text-decoration: underline;
}

.MenuBookMarkUL li a:hover
{
	color: #2c6698;
	text-decoration:none;
}

/* Associates List Style BEGIN */
.AssociatesListTitle
{
	background-color:a4a4a4;
}

.AssociatesListTitle td
{
	font-color:#000000;
}


.AssociatesList
{
	background-color:e2e2e2;
}

.AssociatesList td
{
	color:#000000;
}

.AssociatesList td a
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:visited
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

/* Associates List Style END */

/* Associate Detail Style BEGIN */

.AssociateDetailsTitle
{
	background-color:a4a4a4;
}

.AssociateDetailsTitle td
{
	color:#000000;
}

.AssociateDetails
{
	background-color:e2e2e2;
}

.AssociateDetails td
{
	color:#ff0000;
}

.AssociateDetails td a
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:visited
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetailsGoBackLink
{

}

.AssociateDetailsGoBackLink td
{

}

.AssociateDetailsGoBackLink td a
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:hover
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:visited
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:active
{
	color:00ff00;
	text-decoration:none;
}

.HomeUsedList
{
	padding:5px;
}

.HomeUsedList td
{
	border-bottom: 1px dotted #000000;
}

.VehicleSearchTable
{
	padding:5px 5px 5px 5px;
}

.MarqueListBox
{
	width:200px;
}

.YearListBox
{
	width:90px;
}

.Members
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:9px; 
	color:#a1a1a1; 
	text-decoration:none;
}

.NewReleaseProduct
{
	vertical-align:top;
}
.NewReleaseProduct td
{
	Padding-left:5px;
	Padding-right:5px;
	vertical-align:top;
	padding-top:5px;
	height:100%;
}

.ProductsListTable td
{
	Padding-left:5px;
	Padding-right:5px;
	vertical-align:top;
	padding-top:2px;
	height:100%;
	text-align:left;
	border-bottom: 1px solid white;
	background: #CCCCCC;
}
.ProductsListTable td table td
{
	Padding-left:5px;
	Padding-right:5px;
	vertical-align:top;
	padding-top:2px;
	height:100%;
	text-align:left;
	border-bottom: 0px solid white;
	background: #CCCCCC;
}
.FeaturedProductsTable td
{
	vertical-align:top;
	padding-top: 5px;
}

.enquireForm 
{
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size: 11px; 
	color:#FFFFFF;
}

