/* styles.css */

/* WebEd User Styles*/

.Heading1, H1 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eabf22;
	text-align:left;
}

.Heading2, H2 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0a3667;
	text-align: left;
}
.Heading3, H3 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0a3667;
	margin-bottom: 2px;
	text-align: left;
}


.Heading4, H4 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6d6d6e;
	letter-spacing:130%;
}

.Heading5, H5 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #e61f3c;
	margin-bottom:10px;
	margin-top:0px;
}

.Heading6, H6 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom:5px;
	margin-top:3px;

}

.BodyText, p, span
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#333333; 
	line-height: 18px;
	text-align: justify;
	font-weight: bold;
}
div, td
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#333333; 
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}

.BodyTextWhite 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#FFFFFF; 
	line-height: 18px;
	text-align: justify;
}
.BodyTextOffers 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#FFFFFF; 
	line-height: 18px;
	text-align: justify;
	font-weight: normal;
}
.BodyTextOffersCaption
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#FFFFFF; 
	line-height: 12px;
	text-align: justify;
	font-weight: normal;
}
.BodyTextOffersPrice 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:18px; 
	color:#e61f3c; 
	line-height: 18px;
	text-align: justify;
	font-weight: normal;
	margin-bottom:0px;
	margin-top:5px;
}
.image
{
	border: 1px solid #cccccc;
}
.AltBodyText 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#0a3667; 
	line-height: 20px;
	text-align: justify;
	font-weight: bold;
}
ul 
{
	margin-top: 0px;
	margin-left: 8px;
	text-align: left;
}
.Bullets, li 
{
	margin-top: 2px;
	margin-left: 2px;
	list-style-position: outside;
	list-style-image: url(../images/Template_Images/bullet.gif);
	text-align: left;
}
.BulletsAlt
{
	margin-top: 4px;
	margin-left: 6px;
	list-style-position: outside;
	list-style-image: url(../images/Template_Images/spacer.gif);
	text-align: left;
}

.AltBullets 
{
	font-size:12px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
}

.Table
 {
	padding: 8px;
 }
 .RowPurple
 {
	background: #8f7aae;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
 .RowGrey
 {
	background: #e5e6e1;
	border-bottom: #8f7aae 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
  .Rowwhite
 {
	background: #FFFFFF;
	color: #FFFFFF;
	border-bottom: #8f7aae 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }



.Link 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#a72222;
	font-weight:bold;
}

.AltLink1 
{
	margin:0px;
	color: #dddee0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing:130%;
}

.DisclaimerLink 
{
	margin:0px;
	color: #6E737C;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

.AltLink2
{
	margin:0px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-weight: normal;
	letter-spacing:130%;
}

/*Customer Specific Styles*/

/*
	We can add customer specific styles here.
*/

img.TopNavImage
{
	margin-left: 17px;
}

.customStyle2
{

}

/* End Customer Specific Styles */


/* Developer Styles - Customers might want to use some of these. */

/* Section 1 - Customer Usable */

/* Styles for Testimonials */

.TestimonialBody
{
	font-weight:bold;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 100px;
	color: #103a68;
	display: block;
}
.TestimonialTag
{
	font-weight:normal;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	color: #103a68;
	display: block;
}

/* Styles for Page Title and Edit Links */

.pageTitle
{
	font-weight:normal;
	color: #253d70;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pageTitleAlt
{
	font-weight:normal;
	color: #253d70;
	letter-spacing: 1px;
}

.pageEditLink
{
	font-size:9px;
	text-decoration:none;
}


/* style for show_location() 
	breadcrumbLink
*/
.BreadCrumbLink
{
	color:#b4b3b3;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.BreadCrumbOpenedLink
{
	color:#b4b3b3;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.copyright
{
	font-weight:bold;
}

.footerLink
{
	margin:0px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing:0.5px;
}

.MOTDQuote
{
	font-family: Georgia, Times New Roman;
	font-style:italic;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #3c270b;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 8px;
	display: inline-block;
}

.MOTDQuoted
{
	font-family: Georgia, Times New Roman;
	font-style:italic;
	font-size: 12px;
	font-weight: normal;
	color: #3c270b;
	padding-left: 8px;
	padding-right: 8px;
}

.MOTDCell
{
	background:url('../images/highlights/bgd.gif');
	padding-left: 0px;
	padding-right:0px;
}

/* 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;*/
	background-image:url('../images/Form/BGD_input_field.gif');
	background-repeat:repeat-x;
	border: solid 1px #C2C001;
	height:23px;
	width: 135px;
	padding-left:5px;
}
.SearchButton 
{
	/*background-color: #3d84cc; */
	background-image:url('../images/Form/btn_search.gif');
	background-repeat:no-repeat;
	border: none;
	
	/*color: #ffffff; 
	border-left: solid 1px #EDEDED; 
	border-top: solid 1px #EDEDED; 
	border-right: solid 1px #848284;
	border-bottom: solid 1px #848284;

	/*padding: 2px;
	font-weight: bold;
	font-family: Trebuchet MS;*/
	font-size: 0;
	width:71px;
	height:23px;
}
input
{
	background-image:url('../images/Form/BGD_input_field.gif');
	border: 1px solid #b4b3b3;
}
.SearchTD
{
	background:url('../images/highlights/BGD_search.gif');
	padding-left: 4px;
	padding-right: 4px;
}

/* 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:  Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#006699; 
}

/*Default Link style, exactly same as Link class above */

a:link, a:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#a72222;
	font-weight:bold;
}
a:hover, a:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#4d3210;
	font-weight:bold;
}

/* 
	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.Link:link, a.Link:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}
a.Link:hover, a.Link:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}
a.AltLink1:link, a.AltLink1:visited
{
	margin:0px;
	color: #dddee0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing:130%;
}

a.AltLink1:hover, a.AltLink1:active
{
	margin:0px;
	color: #eabf22;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing:130%;
}
a.DisclaimerLink:link, a.DisclaimerLink:visited
{
	margin:0px;
	color: #6E737C;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

a.DisclaimerLink:hover, a.DisclaimerLink:active
{
	margin:0px;
	color: #eabf22;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.AltLink2:link, a.AltLink2:visited
{
	font-family:Elephant, Times;
	font-size:12px;
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:hover, a.AltLink2:active
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#99CC33;
	font-weight:bold;
}
a.pageEditLink:link, a.pageEditLink:visited
{
	font-size:9px;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.pageEditLink:hover, a.pageEditLink:active
{
	font-size:9px;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.menuOpenedLink:hover, a.menuOpenedLink:active
{
	color:#aeadad;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}
a.subsectionsLink:link, a.subsectionsLink:visited
{
	color:#ff0000;
	font-weight:bold;
}

a.subsectionsLink:hover, a.subsectionsLink:active
{
	color:#ff0000;
	font-weight:bold;
}
a.SearchResultMoreLink:link, a.SearchResultMoreLink:visited
{
}

a.SearchResultMoreLink:hover, a.SearchResultMoreLink:active
{
}
a.subsectionsOpenedLink:link, a.subsectionsOpenedLink:visited
{
	color:#00ff00;
	font-weight:bold;
}

a.subsectionsOpenedLink:hover; a.subsectionsOpenedLink:active
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumbLink:link, a.breadCrumbLink:visited
{
	color:#b4b3b3;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: underline;
}

a.breadCrumbLink:hover, a.breadCrumbLink:active
{
	color:#b4b3b3;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: underline;
}
a.footerLink:link, a.footerLink:visited
{
	margin:2px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing:0.5px;
}
a.footerLink:hover, a.footerLink:active
{
	margin:2px;
	color: #eabf22;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing:0.5px;
}
.MenuLinkTable
{
	margin-top: 0px;
	margin-left:0px;
	width:216px;
}

.MenuLinkCell
{
	height:30px;
	padding-left:28px;
	background: url(../images/Template_Images/divider_members.jpg) no-repeat bottom left;
}

.MenuLinkCellOver
{
	height:30px;
	padding-left:28px;
	background: url(../images/Template_Images/divider_members.jpg) no-repeat bottom left;
}

.MenuLinkCellSelected
{
	height:30px;
	padding-left:28px;
	background: url(../images/Template_Images/divider_members.jpg) no-repeat bottom left;
	color:#eabf22;
	font-weight:bold;
	text-decoration: none;
	font-size: 16px;
	/*background: url(../images/Template_Images/arrow_yellow.jpg) no-repeat 0 3;
	padding-left: 18px;*/
}

.MenuLinkCellSelectedOver
{
	height:30px;
	padding-left:28px;
	background: url(../images/Template_Images/divider_members.jpg) no-repeat bottom left;
}

a.MenuLink:link, a.MenuLink:visited, a.MenuLink:active
{
	color:#6d6d6e;
	font-weight:500;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/Template_Images/arrow_gray.jpg) no-repeat 0 3;
	padding-left: 18px;
}

a.MenuLink:hover
{
	color:#eabf22;
	font-weight:500;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/Template_Images/arrow_yellow.jpg) no-repeat 0 3;
	padding-left: 18px;
}

a.MenuLink2:link, a.MenuLink2:visited, a.MenuLink2:active
{
	color:#0a3667;
	font-weight:800;
	text-decoration: none;
	font-size: 14px;
	background: url(../images/Template_Images/arrow_blue.jpg) no-repeat 0 3;
	padding-left: 18px;
}

a.MenuLink2:hover
{
	color:#eabf22;
	font-weight:800;
	text-decoration: none;
	font-size: 14px;
	background: url(../images/Template_Images/arrow_yellow.jpg) no-repeat 0 3;
	padding-left: 18px;
}
.Members a:link, .Members a:visited, .Members a:active,
{
	color: #666666;
	text-decoration: none;
}
.Members a:hover
{
	color: #666666;
	text-decoration: underline;
}
.Members
{
	color: #666666;
	text-decoration: none;
	}
.MenuBookMarkDiv
{
	background-color: #e5f3d0;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.MenuBookMarkUL
{
	padding-left: 5px;
	padding-top: 5px;
	list-style-image: url(../images/point_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;
}

.MembersContainerTD
{
	background-color:#FFFFFF;
}

.BreadCrumbContainerTD
{
	background-color:#FFFFFF;
	padding: 5px;
}

.ContentContainerTD
{
	background-color:#FFFFFF;
	padding:5px;
}

.HighlightContainer
{
	background:url('../images/highlights/BGD_white.gif');
	background-repeat:repeat-y;
	width:220px;
}

.HighlightTable
{
}

.HighlightCell
{
	padding:0px;
}

.HighlightLink
{
	width:230px;
	border:none;
}

.BackgroundContainer
{
	background: url(../images/content/bgd.png) repeat-x bottom left #FFFFFF;
}

.HeaderTable
{
	background: url(../images/banners/BGD_Header.jpg);
	background-repeat:no-repeat;
}

.WrapperTable
{
	background-color:#edb36a;
}
.preview
{
	/*position:absolute;*/
	border:0px;
	background:#FFFFFF;
	padding:1px;
	color:#a4a4a4;
}

.FeaturesHeader td
{
	background: #a9a9a9; 
	BORDER-BOTTOM: #ffd700 1px solid;
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align:left;
}
.FeaturesRow td
{
	background: #FFFFFF; 
	BORDER-BOTTOM: #d5d5d6 1px solid;
	padding: 4px 4px 4px 4px;
	text-align:left;
}
.FeaturesAltRow td
{
	background: #eaebec; 
	BORDER-BOTTOM: #d5d5d6 1px solid;
	padding: 4px 4px 4px 4px;
	text-align:left;
}
.FeaturesSpacer td
{
	background: #FFFFFF; 
	BORDER-BOTTOM: #FFFFFF 1px solid;
	padding: 8px 4px 4px 4px;
	color: #ffffff;
	text-align:left;
}


/* Styles for Dealer Listing */

table.DealerListOuterTable
{
	width: 100%;
}

tr.DealerListHeader td
{
	background: #a9a9a9; 
	BORDER-BOTTOM: #ffd700 1px solid;
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align:left;
	vertical-align: top;
}

tr.DealerListRow
{
	background: #FFFFFF; 
	BORDER-BOTTOM: #d5d5d6 1px solid;
	padding: 4px 4px 4px 4px;
	text-align:left;
	vertical-align: top;
}

tr.DealerListAltRow
{
	background: #eaebec; 
	BORDER-BOTTOM: #d5d5d6 1px solid;
	padding: 4px 4px 4px 4px;
	text-align:left;
}

tr.DealerListRow td
{
	color: #0a3667;
	font-weight: normal;
}
tr.DealerListAltRow td
{
	color: #0a3667;
	font-weight: normal;
}

a.DealerListLink:link, a.DealerListLink:visited, a.DealerListLink:active
{
	color: #0a3667;
	text-decoration: none;
}

a.DealerListLink:hover
{
	color: #0a3667;
	text-decoration: underline;
}

a.AltDealerListLink:link, a.AltDealerListLink:visited, a.AltDealerListLink:active
{
	color: #0a3667;
	text-decoration: none;
}

a.AltDealerListLink:hover
{
	color: #0a3667;
	text-decoration: underline;
}

table.DealerDetailsOuterTable
{
	width: 100%;
	border: 1px solid #a9a9a9;
}

tr.DealerDetailsHeader td
{
	background: #a9a9a9; 
	BORDER-BOTTOM: #ffd700 1px solid;
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align:left;
	vertical-align: top;
}

tr.DealerDetailsCaption
{
	background: #eaebec; 
	color: #0a3667;
}

tr.DealerDetailsCaption td
{
	color: #0a3667;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	vertical-align: middle;
}

tr.DealerDetailsRow td
{
	padding: 0px 0px 0px 5px;
	font-weight: normal;
	min-width: 50%;
	vertical-align: top;
}

table.DealerOpeningHoursTable
{
}

tr.DealerOpeningHoursRow td
{
	padding: 0px 0px 0px 5px;
	font-weight: normal;
}

tr.GoogleMapRow td
{
	/*border: 1px solid #a9a9a9;*/
}
/* News Listing Styles */
table.NewsListing
{
	padding-left: 10px;
	padding-right: 10px;
}
td.NewsTitleListing
{
	padding-bottom: 5px;
}
td.NewsTitleListing a:link, td.NewsTitleListing a:visited, td.NewsTitleListing a:hover, td.NewsTitleListing a:active
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0a3667;
	text-align: left;
	text-decoration: none;
	background: url(../images/Template_Images/arrow_blue.jpg) no-repeat 0 3;
	padding-left: 10px;
}
td.NewsTitleListing a:hover
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eabf22;
	text-align: left;
	text-decoration: underline;
	background: url(../images/Template_Images/arrow_blue.jpg) no-repeat 0 3;
	padding-left: 10px;
}
td.NewsSummaryListing
{
padding-bottom: 10px;
padding-left: 20px;
}
/* News Read More Links of News Listing */
a.ReadMoreLink:link, a.ReadMoreLink:visited, a.ReadMoreLink:actives
{
	font-size: 12px;
	font-weight: bold;
	color: #0a3667;
	text-align: right;
	text-decoration: none;
	
}

 a.ReadMoreLink:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #eabf22;
	text-align: right;
	text-decoration: underline;
}
/* News Details Styles */

/* Outer Table of News Details */

table.NewsDetails
{
	padding-left:10px;
}

/* News Title of News Details */

td.NewsTitleDetails
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0a3667;
	text-align: left;
	text-decoration: none;
}

/* News Date Posted of News Details */

td.NewsDatePostedDetails
{
	font-size: 11px;
	color: #0a3667;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* News Summary (Caption) of News Details */

td.NewsSummaryDetails
{
	font-size: 12px;
}

/* News Description of News Details */

td.NewsDescription
{
	font-size: 12px;
	padding-bottom: 10px;
}
td.NewsBackLink a:link, td.NewsBackLink a:visited,td.NewsBackLink a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #0a3667;
	text-align: left;
	text-decoration: none;
	padding-left:10px;
}
td.NewsBackLink a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #eabf22;
	text-align: left;
	text-decoration: underline;
	padding-left:10px;
}


/* Styles for accessories 

.AccessoriesTable
{
}

table.AccessoryNameCell td
{
	background: #000;	
	height: 30px;
	border-bottom: 2px solid #fce48c;
	text-transform: uppercase;
	color: #0b3462;
	padding: 10px 12px;
}

table.AccessoryDescriptionCell td
{
	background: #eaebed;	
	padding: 10px 12px;
}

table.AccessoryImageCell td
{
	background: #eaebed;	
	padding: 10px 12px;

}
*/
/* Styles for accessories  */

.AccessoriesTable
{
	border: 0px solid #000000;
}

.AccessoryNameCell
{
	background: #FFF;	
	height: 30px;
	border-bottom: 2px solid #fce48c;
	border-right: 8px solid #FFF;
	text-transform: uppercase;
	color: #0b3462;
	padding: 4px 12px;
	width: 50%;
}

.AccessoryDescriptionCell
{
	background: #eaebed;	
	padding: 10px 12px;
	vertical-align: top;
	text-align: left;
}

.AccessoryImageCell
{
	background: #eaebed;	
	padding: 10px 12px;
	border-right: 8px solid #FFF;
	vertical-align: top;
	text-align: right;
}
.AccessoryImage
{
	border: 1px solid #FFF;
}