﻿
div.accordionWrapper {
    width: 695px;
    height: auto;
    margin: 0px;
	background: url(/images/ui_09_1/accord/accord_rpt.png) repeat-y;
	padding: 3px;
}
html>body div.accordionWrapper {
    width: 689px;
}

#contentBox div.accordionWrapper ul li
{
	background-image: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
h2.menuheader {
    cursor: pointer;
    line-height: 1.3em;
    width: 689px;
    height: auto;
    margin: 0px;
    margin-bottom: 4px;
    margin-top: 4px;
    /*background: url(/images/ui_09/accord/accord_head_bak.png) repeat-x;*/
    border-top: 1px solid #ff7700;
	color: #7380b5;
	overflow: hidden;
}
h2.menuheader:hover, h2.openheader, h2.headover
{
	color: #1d368e;
}
h2.openheader
{
	background: url(/images/ui_09_1/accord/accord_gradline.jpg) bottom right no-repeat;
}
div.tariffHead
{
	width: 695px;
	height: 26px;
	font-size: 1.3em;
	color: #ff7700;
	background: url(/images/ui_09_1/accord/bak_head.png) no-repeat;
	padding: 3px;
	font-weight: bold;
}
html>body div.tariffHead
{
	width: 689px;
	height: 22px;
}
h2.menuheader span
{
	display: block;
	height: auto;
}
h2.menuheader span.tariffRight
{
	display: block;
	height: auto;
	font-size:.9em;
}
.tariffLeft
{
	float:left;
	width: 530px;
}
.tariffRight
{
	float: right;
	width: 150px;
	font-weight: normal;
	text-align: right;
}
div.tariffHead .tariffRight
{
	font-weight: bold;
}
.itemwrapper
{
	width: 689px;
	height: auto;
	clear: both;
	overflow: hidden;
	display: block;
	padding: 0px 4px 0px 4px;
}
html>body .itemwrapper
{
	width: 681px;
}
.itemwrapper table
{
	width: 100%;
	height: auto;
	border: 1px solid #f69823;
	border-bottom: none;
	border-collapse: separate;
	margin-bottom: 10px;
}
.itemwrapper table caption
{
	text-align: left;
	font-weight: bold;
}
.itemwrapper table th
{
	text-align: left;
	padding: 2px;
	background: #fdf5e5;
	border-bottom: 1px solid #fdd6a5;
}
.itemwrapper table td
{
	padding: 2px;
	border-bottom: 1px solid #fdd6a5;
}
.accordBtm
{
	width: 695px;
	height: 5px;
	background: url(/images/ui_09_1/accord/accord_btm.png) no-repeat;
	/*margin-bottom: 12px;*/
}