/*
  $Id: stylesheet.css 1498 2007-03-29 14:04:50Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2005 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/


#accordian{
	padding:0px;
	width:725px;
	z-index:0;
	margin:0 auto;
}

.accordion_headings{
	padding:7px 10px;
	background:url(../images/item_bg.jpg) top no-repeat;
/*	background: #e2e1e1; */
	color:#002c4a;
	margin-top:2px;
	cursor:pointer;
	font:170% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover{
	background: #002c4a; 
	color:#FFFFFF;
/*	background:url(../images/item_bg_hover.jpg) top no-repeat; */
}

.accordion_child{
	padding:20px 20px;
	/* background:#fafafa; */
	border:5px solid #f4f4f4;
}
.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#B02700;
	border-bottom:1px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
}

.accordion_child ul {
	margin:25px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(../images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}

.accordion_child a {
	color:#333;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(../images/link.gif) left no-repeat;
}
TABLE.contact_section {
	BACKGROUND-COLOR: #f2f2f6
}
TABLE.contact_section TR.odd {
	BACKGROUND-COLOR: #e2e2e2
}
TABLE.contact_section TR.odd2 {
	BACKGROUND-COLOR: #e6e6e6
}
TABLE.contact_section TD {
	VERTICAL-ALIGN: top
}
TABLE.contact_section TD.mainlabel {
	FONT-WEIGHT: bold; WIDTH: 100px
}
TABLE.contact_section TD.label {
	WIDTH: 89px
}
DIV.contact_section {
	BORDER-RIGHT: #d7d7d7 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #d7d7d7 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 1em 0px; BORDER-LEFT: #d7d7d7 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #d7d7d7 1px solid; BACKGROUND-COLOR: #ebebeb
}
DIV.contact_header {
	FONT-WEIGHT: bold
}