.accordian {
	width:278px;
	margin:0;
	padding:0 0 0 2px;
}

.accordian ul {
	width:278px;
	margin:0;
	padding:0;
}

.accordian li {
	list-style-type: none;
	padding:0 10px 0 0;
	text-align:right;
	width:268px;
}

.dimension { padding:0px 0; margin:0;}
	
.even, .odd {
	font-weight: bold;
	height: 30px;
	padding-right:0;
	line-height:30px;
}
	
.even {
	/* background-image:url(../images/item_bg.gif);
	background-repeat:no-repeat;
	background-position:left; */
	color: #000;
  background-image: url(../images/item_bg.gif);
  background-color: #757495; 
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border:0px solid #696885; 
  cursor:hand;
  text-align:right;
  height:30px;
    line-height:30px;
    padding:0 ;
	
}
.even:hover {
	/* background-image:url(../images/item_bg.gif);
	background-repeat:no-repeat;
	background-position:left; */
	
	color: #000;
  background-image: url(../images/item_hoverBg.gif);
  background-color: #8E8DA9; 
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  cursor:hand;
  text-align:right;
  height:30px;
line-height:30px;
    padding:0 10px 0 0;
    width:268px;
}
	
.odd {
	/* background-image:url(../images/CoreConcepts/item_bg.gif);
	background-repeat:no-repeat;
	background-position:left; */
	
	color: #000;
  background-image: url(../images/item_bg.gif);
  background-color: #757495; 
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  cursor:hand;
  text-align:right;
  height:30px;
line-height:30px;
    padding:0 ;
}
.odd:hover {
	/* background-image:url(../images/item_hoverBg.gif);
	background-repeat:no-repeat;
	background-position:left; */
	color: #000;
  background-image: url(../images/item_hoverBg.gif);
  background-color: #8E8DA9; 
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  cursor:hand;
  text-align:right;
  height:30px;
line-height:30px;
    padding:0 10px 0 0;
    width:268px;
}

.accordian ul li table{padding:5px 0 30px 0;}
.accordian ul li table td a {font:normal 11px/22px tahoma, verdana; color: #C97200;  text-decoration:none;}
.accordian li table td a:hover {font:normal 11px/22px tahoma, verdana; color: #7A4601;  text-decoration:none;}

