@charset "utf-8";

#trailimageid {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	z-index: 200;
}

#trailimageid img {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #888;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.war {
	font-size: 16px;
	width: 400px;
	border: 2px solid #900;
	border-radius: 10px;
	background: #FF9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 1em;
}



h1 {
	font-size: 20pt;
	color: #990000;
}
h2 {
	font-size: 16pt;
	color: #003366;	
}
h3 {
	font-size: 12pt;
	color: #003366;
}

#sidebar1 h2 {
	font-size: 14pt;
	color: #003366;	
}
#sidebar1 h3 {
	font-size: 10pt;
	color: #003366;
}

p, h1, h2, h3, li, em, p em {
	margin: 0pt;
	line-height: 150%;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0.6em;
	padding-left: 0pt;
}
p.last {
	padding-bottom: 1em;
}
p.small {
	font-size: 0.8em;
}
a {
	color: #003366;
}
a:hover {
	color: #000099;
}
em {
	color: #990000;
	line-height: 120%;
}

table {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 1em;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0em;
	padding-left: 0pt;
}
ul {
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 2em;
padding-bottom: 0pt;
padding-left: 2em;
list-style-type: square;
}
.oneColFixCtrHdr #menu {
	margin-right: 5px;
	margin-left: 5px;
	background: #990000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-size: 12px;
}
.oneColFixCtrHdr #menu a {
	padding-right: 10px;
	padding-left: 5px;
	color: #fbcf70;
	border-right-width: 2px;
	border-right-color: #fbcf70;
	border-right-style: solid;
	text-decoration: none;
}
.oneColFixCtrHdr #container #menu a.selected {
	color: #FFFFFF;
}
.selected {
	color: #ffffff;
}

.oneColFixCtrHdr #menu a.last {
	border-right-style: none;
}
.oneColFixCtrHdr #menu a:hover {
	text-decoration: underline;
	color: #f77e09;
	font-size: 11pt;
}
.oneColFixCtrHdr #container {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(paper.gif);
}
.oneColFixCtrHdr #header {
	padding: 0;
	width: 700px;
	height: 180px;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eee;
	border: 1px solid #ccc;
	border-right: none;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 5px;
}
table.param th {
	text-align: right;
	padding: 0px 5px;
}
table.price tr.r2 td {
	background-color: #ffffff;
}
table.price {
	border: solid 1px #003366;
	background: #daebff;
	text-align: right;
}
table.price th, table.price td {
	text-align: right;
	padding: 1px 5px;
	text-align: center;
}
table.price th.seprow, table.price td.seprow {
	border-bottom: 1px solid #000000;
}
table.price th.sepcol, table.price td.sepcol {
	border-right: 1px solid #000000;
}
.oneColFixCtrHdr #footer {
	background-color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.style1 {
	color: #990000;
	font-weight: bold;
}
.style3 {
	color: #900;
	font-weight: bold;
	font-size: 18px;
}
.style2 {font-size: 8pt}
.oneColFixCtrHdr #container #mainContent p strong {
	font-size: 12px;
	line-height: 150%;
}
.oneColFixCtrHdr #container #menu a {
	font-size: 14px;
}
.oneColFixCtrHdr #container #footer .address {
	text-align: left;
	font-size: 8pt;
	line-height: 120%;
	background: #888;
	padding-left: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.fig {
	float:left;
	padding-right: 10px;
	border: none;
}
.out {
	text-decoration: line-through;
}

.action {
	color: red;
	font-weight: bold;
}
