@charset "UTF-8";

.product2 a:link, .product2 a:visited, .product2 a:active
{font-family: Arial, sans-serif; font-size: 10px; color:  #035F25; text-decoration: none;}
.product2:hover {font-family: Arial, sans-serif; font-size: 10px; color: #035F25; text-decoration: none; border-bottom: 1px solid #449944;}
a.product2:hover {font-family: Arial, sans-serif; font-size: 10px; color: #035F25; text-decoration: none; border-bottom: 1px solid #449944;}

.product_links a:link, .product_links a:visited, .product_links a:active
{font-family: Arial, sans-serif; font-size: 11.5px; color: #065F45; font-weight:bold; text-decoration: none;}
.product_links:hover {font-family: Arial, sans-serif; font-size: 11.5px; color: black; font-weight:bold; border-bottom: 1px solid #449944;}
a.product_links:hover {font-family: Arial, sans-serif; font-size: 11.5px; color: black; font-weight:bold; border-bottom: 1px solid #449944;}

.Accordion {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-image:url(../images/product_tab.jpg);
	height: 23px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelTab .AccordionPanelText {
	color: #202020;
	position: relative;
	top: 4px;
	left: 10px;
}

.AccordionPanelColorBox {
  background:#829900;
	float: left;
  color:#fff; padding: 1px;
  height: 19px;
  width: 5px;
	margin-left: 1px;
	margin-top: 1px;
	left: 1px;
	top: 1px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-image:url(../images/product_tab_active.jpg);
}

.AccordionPanelOpen .AccordionPanelText {
	color: #ffffff;
	position: relative;
	top: 4px;
	left: 10px;
}

.AccordionPanelContent {
	background-image:url(../images/bg_accord.jpg);
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 160px;
	z-index: 0;
}

.AccordionPanelTabHover {
	background-image:url(../images/product_tab_active.jpg);
	color: white;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #ffffff;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #ffffff;
}
