


/************** Global Styles - Tags in General **************/
body {
	background-color: #ffffff;
	
}
object {
	padding:0;
	margin:0;
}
	
embed {
	padding:0;
	margin:0;
}

sup {
	vertical-align:top;
}

fieldset {
	margin-bottom:20px;
}

th { text-align:left; }

legend, legend.copyBold { color: #00adef; }

p {
	margin: 12px 0;
}



/************** Global Common Classes **************/

.align_right { text-align: right; }
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_justify { text-align: justify; }

.clear { clear:both; }
.float_right { float: right; }
.float_left { float: left; }

.red { color:red; }
.green { color:green; }
.border { border-bottom: 1px solid #00adef; }
.Border { border: 1px solid #00adef; }

hr, .hr { 
	clear: both; 
	margin: 6px 0; 
	padding:0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #00adef; 
	border-left: none;
	height: 1px; 
	color: #00adef;
	background: none;
}

/* these two are hard coded into some functions */
.copyBold14Red, .copy14BoldRed {
	font-size: 16px;
	font-weight:bold;
	color: red;
}

/************** Form Styles **************/
form {
	margin:0;
	padding:0;
}
.blank_form { margin:0; padding:0; display:inline; }
.checkout_button { color:green; font-weight:bold; height:32px; }

.input {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color: #0089cf;
	background: #ffffff url(http://www.gwmg.ca/images/layout/button-bg.gif) left top repeat-x;
	border:1px solid #0089cf;
}

/************** Global Link Styles **************/
a:link, a:visited {
	color:#00adef;
	text-decoration:underline;
}
	
a:hover, a:active {
	color:#004071;
	text-decoration:none;
}
a img { border:none; }

/************** Table Styles **************/
tr.alternate, td.alternate, th.alternate, .tableAltDark { background-color:#c3d4f5; }
.tableAltLight {}



/************** General Container Styles **************/
#mm_menu_holder_container {
	z-index:5000;
	position:absolute; 
	top:13px; 
	left:4px;
}
#container {
}
#middle_bg_slice{
	background: #0558a8 url(http://www.gwmg.ca/images/layout/middle-bg-slice.jpg) bottom repeat-x;
}
#middle_bg {
	background: url(http://www.gwmg.ca/images/layout/middle-bg.jpg) center bottom no-repeat;
}
#contentInner {
	margin:0 auto;
	padding:0;
	width:900px;
}
td#page_content_container, div#page_content_container { 
	margin:0 0 10px 0;
	padding:0 20px 20px 20px;
	background: url(http://www.gwmg.ca/images/layout/white-bg.png);
	zoom:1;
	z-index:1;
}
td#home_page_content_container, div#home_page_content_container { 
	margin:0 0 10px 0;
	padding:20px;
	background: url(http://www.gwmg.ca/images/layout/white-bg.png);
	zoom:1;
	z-index:1;
}
div#page_content {
	/* min-height:302px; */
}

div#home_page_divider {
	padding:20px 0 0 0;
}
div#home_page_content p:first-child {
	padding-top:0;
	margin-top:2px;
}

.view_category_padding {
	padding:20px;	
}

<style>
.dummy{}


#page_top_gallery {
	display:block;
	width:900px;
	height:125px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	z-index:100;
}
#inside_page_top_gallery_logo {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:0;
	z-index:300;
}
#inside_page_top_gallery_mask_GWT {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	width:900px;
	height:125px;
	top:0;
	left:0;
	z-index:200;
	background: url(http://www.gwmg.ca/images/layout/header-mask-gwt.png) left top no-repeat;
}
#inside_page_top_gallery_mask_LCM {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	width:900px;
	height:125px;
	top:0;
	left:0;
	z-index:200;
	background: url(http://www.gwmg.ca/images/layout/header-mask-lcm.png) left top no-repeat;
}

#inside_page_top_gallery_image {
	position:absolute;
	top:0;
	left:300px;
	display:block;
	text-align:right;
	width:600px;
	height:125px;
	margin:0;
	padding:0;
	z-index:150;
}

/************** Home Page Layout Specific Styles **************/
#stock_info_padding {
	display:block;
	margin:0;
	padding:8px 20px;
	width:190px; /* 230-20-20 */
}
#stock_info_padding p {
	margin:0 !important;
	padding:3px 0 !important;
}

#homeNews {
	margin:0;
	padding:18px 0;
	display:block;
	clear:both;
	width:230px;
}

#homeNews a:link, #homeNews a:visited {
	color:#00adef;
	text-decoration:underline;
}
#homeNews a:hover, #homeNews a:active {
	color:#004071;
	text-decoration:none;
}

#homeNews p {
	margin:0;
	padding:0 6px;
}

#homeNews h2 {
	margin-bottom:8px;
}

#homeNews h2 a:link, #homeNews h2 a:visited {
	color:#ffffff;
	text-decoration:none;
}
#homeNews h2 a:hover, #homeNews h2 a:active {
	color:#ffffff;
	text-decoration:underline;
}

#homeNews h3 {
	margin:0;
	padding:0 8px 0 0;
	font-size:12px;
	font-weight:bold;
	color:#00adef;
}

#homeNews h3 a:link, #homeNews h3 a:visited {
	color:#00adef;
	text-decoration:none;
}
#homeNews h3 a:hover, #homeNews h3 a:active {
	color:#00adef;
	text-decoration:underline;
}

#homeNews a.homeNewsMore:link, #homeNews a.homeNewsMore:visited {
	font-weight:bold;
	text-decoration:none;
	color:#f5822b;
}
#homeNews a.homeNewsMore:hover, #homeNews a.homeNewsMore:active {
	font-weight:bold;
	color:#00adef;
	text-decoration:underline;
}	

/************** Press Releases ****************/
#pressReleases {
	margin:0;
	padding:2px 0 18px 0;
	display:block;
	clear:both;
}

#pressReleases a:link, #pressReleases a:visited {
	color:#00adef;
	text-decoration:underline;
}
#pressReleases a:hover, #pressReleases a:active {
	color:#004071;
	text-decoration:none;
}

#pressReleases p {
	margin:0;
	padding:0 6px;
}

#pressReleases p a:link, #pressReleases p a:visited {
	color: #0072bc;
	text-decoration:none;
}

#pressReleases p a:hover, #pressReleases p a:active {
	color: #0072bc;
	text-decoration:underline;
}

#pressReleases h2 {
	margin-bottom:8px;
}

#pressReleases h2 a:link, #pressReleases h2 a:visited {
	color:#ffffff;
	text-decoration:none;
}
#pressReleases h2 a:hover, #pressReleases h2 a:active {
	color:#ffffff;
	text-decoration:underline;
}

#pressReleases h3 {
	margin:0;
	padding:0 8px 0 0;
	font-size:12px;
	font-weight:bold;
	color:#00adef;
}

#pressReleases h3 a:link, #pressReleases h3 a:visited {
	color:#00adef;
	text-decoration:none;
}
#pressReleases h3 a:hover, #pressReleases h3 a:active {
	color:#00adef;
	text-decoration:underline;
}

#pressReleases a.pressReleasesMore:link, #pressReleases a.pressReleasesMore:visited {
	font-weight:bold;
	text-decoration:none;
	color:#f5822b;
}
#pressReleases a.pressReleasesMore:hover, #pressReleases a.pressReleasesMore:active {
	font-weight:bold;
	color:#00adef;
	text-decoration:underline;
}	



/************** Left Navbar Specific Styles **************/

div#customer_login_area { display:block; float:left; }

div.leftnav_box_container div#customer_login_area { padding:2px 13px; }
td#page_content_container div.leftnav_box_header, 
div#page_content_container div.leftnav_box_header { text-transform:none; background:none; float:none; color:#000000; font-size:12px; font-weight:bold; line-height:16px; margin: 6px 0 6px 1px; padding:0; width:100%; }

#customer_login_area p.copy8 { line-height:16px; margin: 6px 0; padding:0; }

#customer_login_area p.copyBold { line-height:13px; margin: 6px 0; padding:0; }

.leftLogin div#customer_login_area input.login_username, .leftLogin div#customer_login_area input.login_password { width:123px; }

.leftLogin div#customer_login_area input.login_submit, .leftLogin div#customer_login_area input.logout_submit { width:90px; }

.leftLogin div#customer_login_area .copyBold14Red, .leftLogin div#customer_login_area .copy14BoldRed {
	font-size:12px;
	width: 130px;
}

/************** Page Specific Styles **************/

td#page_content_container div#customer_login_area input.login_username, 
td#page_content_container div#customer_login_area input.login_password,
div#page_content_container div#customer_login_area input.login_username, 
div#page_content_container div#customer_login_area input.login_password { 
	width:160px; 
}

td#page_content_container div#customer_login_area input.login_submit, 
td#page_content_container div#customer_login_area input.logout_submit,
div#page_content_container div#customer_login_area input.login_submit, 
div#page_content_container div#customer_login_area input.logout_submit { 
	width:120px; 
}

#textcontent {
	padding-right:22px;
	padding-bottom:20px;
}

#textcontent p:first-child {
	padding-top:0;
	margin-top:0;
}
	
#features {
	width:351px;
	padding:0px 15px 10px 15px;
	z-index:100;
	position:relative;
}
	
#features p:first-child {
	padding-top:0;
	margin-top:0;
}
	
#testimonials {
	width:156px;
	padding:0px 15px 10px 15px;
	z-index:100;
	position:relative;
}
	
#testimonials p:first-child {
	padding-top:0;
	margin-top:0;
}





/************** Global Footer Specific Styles **************/
.bottom_blue_bar_bg {
	background: #0072bc url(http://www.gwmg.ca/images/layout/bottom-blue-bar-bg.png) repeat-x;
	height:20px;
}

#footer {
	color:#0072bc;
	text-align:right;
    font-size:11px;
	margin:0;
	padding:10px 0 30px 0;
}

#footer a {
	color:#0072bc;
	text-decoration:none;
}
#footer a:hover {
	color:#004071;
	text-decoration:underline;
}
	
#footerLinks {
}	

#footer_admin_links {
	background-color:#eeeeee; 
	padding:7px;
	border:1px solid #666666;
}

/************** Global Header Specific Styles **************/
#header {
	margin:0;
	padding:0;
}
.top_blue_bar_bg {
	background: #0072bc url(http://www.gwmg.ca/images/layout/top-blue-bar-bg.png) repeat-x;
	height:125px;
}


/************** Top Navbar Specific Styles **************/
#topNav {
	display:block;
	position:relative;
	text-align:right;
	margin:0;
	padding:9px 0 7px 0;
	color:#0072bc;
	font-weight:normal;
	font-size:12px;
}

#topNav a {
	display:inline-block;
	margin:0;
	padding:8px 8px 0 8px;
	border-left:1px solid #00adef;
}

#topNav a.no_left_border {
	border-left:none;
}

#topNav a:link, #topNav a:visited {
	color:#0072bc;
	text-decoration:none;
}
	
#topNav a:hover, #topNav a:active {
	color:#00adef;
	text-decoration:none;
}

#topNav a.thispage:link, #topNav a.thispage:visited {
	color:#00adef;
	text-decoration:none;
}
	
#topNav a.thispage:hover, #topNav a.thispage:active {
	color:#00adef;
	text-decoration:none;
}


	
/* ********************************************* */
/* START of rulesets that should be in every cms */
/* ********************************************* */
h1 {
	color:#00adef;
	margin:8px 0;
	padding:0;
}

h2, h3, h4, h5, h6 {
	color:#0072bc;
	margin:8px 0;
	padding:0;
}

.pageTitle {
	color:#00adef;
	font-size:25px;
	font-weight:normal;
	margin:8px 0;
	padding:0;
}

.pageTitleDark {
	color:#004170;
	font-size:25px;
	font-weight:normal;
	margin:8px 0;
	padding:0;
}

h1.pageTitle {
	color:#00adef;
	font-size:25px;
	font-weight:normal;
	padding:0 0 6px 0;
	margin:0;
}

.pageSubTitle {
	color:#0072bc;
	font-size:18px;
	font-weight:normal;
	margin:8px 0;
	padding:0;
}

.formheader {
	color:#0072bc;
	font-size:18px;
	font-weight:normal;
	line-height:19px;
	padding:2px 0;
	margin:0 0 6px 0;
	text-align: left;
}

.sectionTitle {
	display:block;
	margin:2px 0;
	padding:3px 7px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#0089cf;
}
	
.breadcrumbs {
	font-size:10px;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color: #0072bc;
	text-decoration:none;
}

.breadcrumbs a:active, .breadcrumbs a:hover {
	color:#004071;
	text-decoration:underline;
}

#you_are_here {
	padding-right:3px;
	text-transform:uppercase;
	color:#004071;
	font-size:10px;
}
#breadcrumbs_header {
	margin:0;
	padding:5px 0 2px 0;
	font-size:10px;
	text-align:right;
	color: #004071;
}

#breadcrumbs_header td {
	color: #004071;
	font-size:10px;
}

#breadcrumbs_header a:link, #breadcrumbs_header a:visited{
	color: #0072bc;
	text-decoration:none;
}

#breadcrumbs_header a:active, #breadcrumbs_header a:hover {
	color:#004071;
	text-decoration:underline;
}

#breadcrumbs_footer {
	color:#0072bc;
	font-size:10px;
	text-align:right;
    padding:8px 0 0 0;
}

#breadcrumbs_footer a:link, #breadcrumbs_footer a:visited,
#footer_admin_links a:link, #footer_admin_links a:visited{
	color: #0072bc;
	text-decoration:none;
}

#breadcrumbs_footer a:active, #breadcrumbs_footer a:hover,
#footer_admin_links a:active, #footer_admin_links a:hover{
	color:#004071;
	text-decoration:underline;
}


.RequiredField {
	background-color:#ff0000;
}
	
#alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;

}

div.alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;
}

#redbox {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;

}

.Error {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;
}


/* ******************************************** */
/* END of rulesets that should be in every cms */
/* ******************************************** */
@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F9DD81;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is used by the Public Dealer Locator Spry UI */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #F4E3AA;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #F4E3AA;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #F4E3AA;
}

/************** Embedded Photo Gallery Styles ******************/
/* See /scripts/gallery_stylesheet.cfm */

/************** Calendar Styles **************/
a.calendarText2, .calendarText2 {
	/* not an approved event */
	font-size:11px;
	line-height:13px !important;
	color:red;
}
a.calendarText, .calendarText {
	/* is an approved event */
	font-size:11px;
	line-height:13px !important;
}
.calPreviousMonth a {
	padding: 0 0 2px 18px;
	background: url(http://www.gwmg.ca/administration/images/icons/back.gif) left top no-repeat;
	font-style: italic;
	font-weight:bold;
}

.calNextMonth a {
	padding: 0 18px 2px 0;
	background: url(http://www.gwmg.ca/administration/images/icons/next.gif) right top no-repeat;
	font-style: italic;
	font-weight:bold;
}
.calCurrentMonth {
	color:#0072bc;
	font-size:18px;
	font-weight:bold;
	padding:2px 50px;
	margin:0;
	
}
.calDays_Number {
	font-size:13px;
	font-weight:bold;
}
td.calDays {
	height:80px;
	border:1px solid #00adef;
	text-align:left;
}

td.calDays_Today {
	height:80px;
	border:1px solid #00adef;
	text-align:left;
	background-color: #c3d4f5;
}

td.calDays_Today hr, td.calDays_Today .hr { 
	clear: both; 
	margin: 6px 0; 
	padding:0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #00adef; 
	border-left: none;
	height: 1px; 
	color: #00adef;
	background: none;
}
td.calDays_of_Week {
	border:1px solid #00adef;
	background:#00adef url(http://www.gwmg.ca/images/layout/bottom-blue-bar-bg.png) repeat-x; 
	color:#ffffff !important; 
	font-weight:bold; 
	padding:2px;
}
.calMonthSelect { }
.calYearSelect { }
.calMonthYearSubmit { }


input.calMonthYearSubmit {
	font-size:12px;
	line-height:13px;
	color:#0089cf;
	background: #ffffff url(http://www.gwmg.ca/images/layout/button-bg.gif) left top repeat-x;
	font-weight: bold;
	border:1px solid #0089cf;
    cursor:pointer;
	text-transform:uppercase;
}

input.calMonthYearSubmit:hover {
	font-size:12px;
	line-height:13px;
	color:#00adef;
	background: #ffffff url(http://www.gwmg.ca/images/layout/button-bg.gif) left top repeat-x;
	font-weight: bold;
	border:1px solid #00adef;
    cursor:pointer;
	text-transform:uppercase;

}


.calMonthYearForm { 
	margin:0;
	padding:0;
}

/******** Mini Calendar Include Styles *********/
.calMini {
	margin:0;
	padding:8px 0;
}
.calCurrentMonthMini {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color:#6850a1;
	font-size:10px;
	font-weight:bold;
	padding:3px 0 0 0;
	margin:0;
	white-space:nowrap;
	text-align:center;
}
.calCurrentMonthMini a {
	color:#6850a1;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.calCurrentMonthMini a:hover {
	color:#f5822b;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
td.calDaysMini {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal; 
	background-color: #ffffff;
	text-align:left;
	vertical-align:top;
	color:#f5822b;
	font-size:10px;
}
td.calDaysMiniHasEvent {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal; 
	background-color: #6850a1;
	text-align:left;
	vertical-align:top;
	color:#ffffff;
	font-size:10px;
}
td.calDaysMini a, td.calDaysMiniHasEvent a {
	display:block;
	text-decoration:none;
}
td.calDaysMiniHasEvent a {
	color:#ffffff;
}
td.calDaysMiniHasEvent a:hover {
	color:#ffffff;
	text-decoration:underline;
}
td.calDays_of_WeekMini {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ffffff; 
	color:#6850a1; 
	font-weight:bold; 
	text-align:center;
	vertical-align:top;
}


/************** Verity Search Styles **************/
#BCverity_search_container {
	padding:12px 6px 2px 0;
}
input.BCverity_search_input {
	font-weight:normal;
	width:140px;
	font-size:12px;
	text-align:left;
	color: #0089cf;
	background: #ffffff url(http://www.gwmg.ca/images/layout/button-bg.gif) left top repeat-x;
	border:1px solid #0089cf;
	border-right:0;
	margin:0 0 0 2px;
	padding:2px;
	height:17px;
}

input.BCverity_search_button {
	font-weight:normal;
	width:50px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	color: #0089cf;
	background: url(http://www.gwmg.ca/images/layout/button-bg.gif) left top repeat-x;
	border:1px solid #0089cf;
	border-left:0;
	padding:2px;
	margin:0 1px 0 0;
	height:23px;
    cursor:pointer;
}
input.BCverity_search_button:hover {
	color: #00adef;
}
table#verity_search_table {
}
.verity_search_input {
	font-weight:normal;
	width:320px;
	font-size:12px;
	text-align:left;
	color: #0089cf;
	background: #ffffff url(http://www.gwmg.ca/images/layout/button-bg.gif) left top repeat-x;
	border:1px solid #0089cf;
	margin:0 2px 0 0;
	padding:2px;
	height:17px;
}


#verity_search_button, #verity_reset_button {
	font-weight:bold;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	color: #0089cf;
	background: url(http://www.gwmg.ca/images/layout/button-bg.gif) left top repeat-x;
	border:1px solid #0089cf;
	padding:2px;
	margin:0 2px 0 0;
	height:23px;
    cursor:pointer;
}

#verity_search_button:hover, #verity_reset_button:hover {
	color: #00adef;
}

#verity_search_button {
	width:100px;
}

.hilight_search_terms {
	background-color:#ffc20e;
	font-weight:bold;
	text-transform:uppercase;
}
.verity_search_result_title {
	font-weight:bold;
	font-size:16px;
	margin:6px 0;
	padding:0;
}
.verity_search_result_title a:link, .verity_search_result_title a:visited {
	color:#004071;
}
.verity_search_result_title a:hover, .verity_search_result_title a:active {
}
.verity_search_result_description {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url a:link {
}
.verity_search_result_url a:visited {
}
.verity_search_result_url a:hover, .verity_search_result_url a:active {
}

/****************** FAQ *****************/
.faq_answer {
}
.faq_question {
	display:block;
	margin:4px 0;
	padding:4px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#0089cf;
}
.faq_question p {
	margin:0;
	padding:0;
}

.faq_question a:link, .faq_question a:visited  {
	color:#ffffff;
}

.faq_question a:hover, .faq_question a:active  {
	color:#ffffff;
	text-decoration:none;
}
