body {
	background: #fff url(../gfx/bg_body.gif) repeat-x left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a2d00;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}
td {
	font-size: 11px;
	line-height: 13px;
}
img {
	border: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #7a2d00;
	border-bottom: 1px solid #F0960C;
}
a:hover {
	text-decoration: none;
	color: #F0960C;
	border-bottom: 1px solid #7a2d00;
}
table.main {
	height: 100%;
	background: transparent url(../gfx/bg_bottom.gif) repeat-x left bottom;
}
table.data_table {
	height: 100%;
}
td.bg_data_line {
	background: transparent url(../gfx/bg_data_line.gif) repeat-y left top;
	height: 100%;
}
table.bg_data_row {
	background: transparent url(../gfx/bg_data_row.gif) no-repeat right bottom;
	height: 100%;
}
td.data {
	padding-bottom: 5px;
}
td.copyright {
	color: #000;
}
td.bg_address {
	background: transparent url(../gfx/bg_address.gif) no-repeat right top;
	vertical-align: top;
	height: 225px;
}
td.bottom_menu a {
	border: 0;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
td.bottom_menu a:hover {
	color: #C81E23;
}
/*
 * Alttext
 */ 
div.dek {
	position: absolute;
	display: none;
	z-index: 200;
}
div.alttext {
	background-color: #F0960C;
	color: #fff;
	border: 1px solid #D68407;
	padding: 5px;
	opacity: .9;
	filter: alpha(opacity=90);
}
*.alttext {
	cursor: help;
	margin-right: 7px;
}
/*
 * Data grid
 */
table.data_grid {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}
table.data_grid td {
	border-bottom: 1px solid #efefef;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}
table.data_grid td.price {
	text-align: right;
	width: 80px;
}
table.data_grid tr.last td {
	border-bottom: 0;
}
table.data_grid tr.small td {
	font-size: 10px;
	padding-left: 10px;
	color: #F0960C;
}
/*
 * Paragraphs
 */
p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
p.small {
	font-size: 9px;
	color: #F5AD25;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
 * Lists
 */
dl {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
dl dt {
	margin: 0px 0px 2px 0px;
	padding: 2px;
	float: left;
	font-weight: bold;
	display: block;
	width: 100px;
}
dl dd {
	font-weight: normal;
	border-bottom: 1px dashed #F0960C;
	float: right;
	margin: 0px 0px 2px 0px;
	padding: 2px;
	width: 200px;
	text-align: left;
}

ol {
	margin: 0px;
	padding: 0px 0px 8px 20px;
}

ul {
	margin: 0px;
	padding: 0px 0px 8px 10px;
	list-style-type: none;
}
li ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
li.parent {
	background: none;
}
li {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(../gfx/dot.gif) no-repeat;
	background-position: 6px 6px;
	background-position: expression('6px 6px');
}
ol li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	background: none;
}

ul.error {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	list-style-type: none;
}
ul.error li {
	margin: 0px;
	border-bottom: 1px dashed #efefef;
	padding: 2px;
	background-image: none;
	display: block;
	font-weight: bold;
}
ul.error li span {
	font-weight: normal;
	vertical-align: top;
	float: right;
}
/*
 * Blocks
 */
table.block_first,
table.block,
table.block_last {
	background: transparent url(../gfx/blocks/bg_table.gif) repeat-y left top;
}

table.block_first td.top {
	background: transparent url(../gfx/blocks/bg_top_first.gif) no-repeat left top;
	height: 34px;
}
table.block td.top_home {
	background: transparent url(../gfx/blocks/bg_top_home.gif) no-repeat left top;
	height: 34px;
}
table.block td.top,
table.block_last td.top {
	background: transparent url(../gfx/blocks/bg_top.gif) no-repeat left top;
	height: 34px;
}
table.block_first td.top,
table.block td.top,
table.block_last td.top {
	font-weight: bold;
	vertical-align: bottom;
	color: #fff;
	padding: 0px 44px 2px 64px;
}
table.block_first td.top a,
table.block td.top a,
table.block_last td.top a {
	border: 0;
	color: #ffffff;
	float: right;
}
table.block_first td.top a:hover,
table.block td.top a:hover,
table.block_last td.top a:hover {
	color: #9E3C04;
}

table.block_first td.mid {
	background: transparent url(../gfx/blocks/bg_mid_first.gif) no-repeat left top;
}
table.block_last td.mid {
	background: transparent url(../gfx/blocks/bg_mid_last.gif) no-repeat left bottom;
}
table.block_first td.mid,
table.block td.mid,
table.block_last td.mid {
	padding: 5px 38px 0px 46px;
}

table.block_first td.bottom,
table.block td.bottom {
	background: transparent url(../gfx/blocks/bg_bottom.gif) no-repeat left bottom;
	height: 18px;
}
table.block_last td.bottom {
	background: transparent url(../gfx/blocks/bg_bottom_last.gif) no-repeat left bottom;
	height: 18px;
}
*.hidden {
	display: none;
}
/*
 * Pager
 */
table.pager {
	width: 100%;
	background: transparent url(../gfx/bg_pager.gif) repeat-x center center;
	margin: 3px 20px 3px 30px;
	letter-spacing: 3px;
}
table.pager td  {
	color: #F0960C;
	font-weight: bold;
}
table.pager td a {
	text-decoration: none;
	border: 0;	
}
table.pager td.inner {
	background-color: #fff;
	padding: 0px 15px 0px 15px;
}
table.pager td.inner img {
	vertical-align: middle;
}
/*
 * Holder
 */
table.holder td {
	width: 50%;
	height: 50%;
}
table.holder td.top1 {
	background: transparent url(../gfx/holder/top1.gif) no-repeat left top;
}
table.holder td.top2 {
	background: transparent url(../gfx/holder/top2.gif) no-repeat right top;
}
table.holder td.btm1 {
	background: transparent url(../gfx/holder/btm1.gif) no-repeat left bottom;
}
table.holder td.btm2 {
	background: transparent url(../gfx/holder/btm2.gif) no-repeat right bottom;
}
table.popup {
	cursor: pointer;
}
table.margin_btm {
	margin: 5px 0px 5px 0px;
}
table.margin_left {
	margin: 0px 0px 5px 10px;
}
table.margin_right {
	margin: 0px 10px 5px 0px;
}
/*
 * Form elements
 */
label {
	cursor: pointer;
}
label.required {
	font-weight: bold;
}
label.right {
	float: right;
}
input, textarea {
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	padding: 2px 3px 2px 3px;
}
textarea.textarea400_in,
textarea.textarea400 {
	background: transparent url(../gfx/textarea400.gif) no-repeat left top;
	background-attachment: expression('fixed'); 
	width: 400px;
	height: 120px;
	overflow: auto;
}
textarea.textarea400_in {
	background: transparent url(../gfx/textarea400_in.gif) no-repeat left top;
	background-attachment: expression('fixed'); 
}
input.bg_button,
input.bg_button_in {
	background: transparent url(../gfx/bg_button.gif) no-repeat left top;
	font-weight: bold;
	color: #A23E03;
	cursor: pointer;
	width: 165px;
	height: 18px;
}
input.bg_button_in {
	background: transparent url(../gfx/bg_button_in.gif) no-repeat left top;
}
input.input165_in,
input.input165 {
	background: transparent url(../gfx/input165.gif) no-repeat left top;
	background-attachment: expression('fixed'); 
	width: 165px;
	height: 19px;
}
input.input165_in {
	background: transparent url(../gfx/input165_in.gif) no-repeat left top;
	background-attachment: expression('fixed'); 
}
input.input60_in,
input.input60 {
	background: transparent url(../gfx/input60.gif) no-repeat left top;
	background-attachment: expression('fixed'); 
	width: 60px;
	height: 19px;
}
input.input60_in {
	background: transparent url(../gfx/input60_in.gif) no-repeat left top;
	background-attachment: expression('fixed'); 
}
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}
select.colored,
select.colored90 {
	background-color: #FBF3C4;
	border: 1px solid #F0970E;
}
select.colored_in,
select.colored90_in {
	background-color: #FBF7F1;
	border: 1px solid #F0970E;
}
select.colored90 {
	width: 90px;
}
select.colored90_in {
	width: 90px;
}
/*
 * Noflash
 */
div#noflash {
	width: 550px;
	margin: 10px auto 0px auto;
	padding: 10px;
	background-color: white;
	border: 3px double #ED8B00;
	text-align: center;
}