body{
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	background: #000000;
	height: 100%;
	}

body, table{
	font-family: arial, sans-serif;
	}

input, form, textarea{
	font-family: arial, sans-serif;
	}

em, i{
	font-family: arial, sans-serif;
	}

img {
	border: 0px;
	}

img.png {
	behavior: url("css/iepngfix.htc");
}

table, form, input, textarea, select{
	font-size: 1em;
	}

b, strong{
	}

h1, h2, h3, h4, h5, h6{
	}

h1, h2, h3{
	font-weight: normal;
	}

h1{
	font-size: 2em;
	margin-top: 2em;
	}

h2{
	font-size: 1.3em;
	margin-bottom: 0;
	}

h3{
	}

h4{
	}

h5{
	}

h6{
	}

p{
	}

.small, div.image_popup p,
div.copyline{
	font-size: 0.85em;
	}

.smallest {
	font-size: 0.7em;
}

.big,
table.dec caption, table.pricelist caption {
	font-size: 1.1em;
	}

.biggest {
	font-size: 1.3em;
}

form{
	padding: 0;
	margin: 0;
	}

a{
	color: #cccccc;
	}


a:hover, a.hover{
	color: #0066ff;
	}

a.sel{
	background: #0084ff;
	color: #ffffff;
	text-decoration: none;
	}

a.sel:hover{
	color: #ffffff;
	text-decoration: underline;
}

ul li{
	list-style-type: none;
	background: url("../img/li.gif") 0px 0.3em no-repeat;
	padding-left: 16px;
	padding-bottom: 1ex;
}

ul{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

table.dec, table.pricelist {
	border-collapse: collapse;
	}

table.dec th,
table.pricelist th {
	border-left: 1px solid #999999;
	background: #999999;
	color: #ffffff;
	}

table.dec th.sel,
table.pricelist th.sel{
	background-color: #a4a4a4;
	}

table.dec th a,
table.pricelist th a{
	font-weight: normal;
	text-decoration: none;
	}

table.dec th.sel a,
table.pricelist th.sel a{
	font-weight: bold;
	color: #000000;
	}

table.dec th,
table.pricelist th{
	padding: 0.5ex 1ex 0.5ex 1ex;
	}

table.dec td,
table.pricelist td{
	padding: 1ex 1ex 0.25ex 1ex;
	border-bottom: 1px solid #cccccc;
	}

table.dec tr.even td,
table.pricelist tr.even td{
	background-color: #222222;
	border-bottom: 1px solid #222222;
	}

table.dec tr.btop td,
table.pricelist tr.btop td{
	border-top: 1px solid #222222;
	}

table.dec caption, table.pricelist caption{
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	}

table.dec table td, table.dec table th,
table.pricelist table td, table.pricelist table th{
	border: none;
	background: none;
	padding: 0;
	}

.norlborder{
	border-left: none;
	border-right: none;
	}

.t100{width: 100%; border-collapse: collapse;}
.bcoll{border-collapse: collapse;}

.v_t{vertical-align: top;}
.v_b{vertical-align: bottom;}
.v_m, .v_c{vertical-align: middle;}

.h_l{text-align: left;}
.h_r{text-align: right;}
.h_m, .h_c{text-align: center;}

table.pad0 td, tr.pad0 td, td.pad0{ padding: 0; }
table.nopad td, tr.nopad td, td.nopad{ padding: 0; }

div.price {
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
	color: #ff0000;
	}

div.price a{
	color: #ff0000;
	}

div.image {
	float: left;
	margin: 0 20px 20px 0;
	}

div.image img, div.image_popup img, div.content p img, img.border {
	border: 1px solid #666666;
	}

div.noborder div.image img{
	border: none;
	}

div.image p, div.image_popup p {
	margin-top: 0ex;
	margin-bottom: 1ex;
 	padding-top: 1ex;
 	text-align: left;
	}

div.clb { clear: both; }

.alert {
	color: #ff0000;
	font-weight: bold;
}

.print {
	display: none;
	}

@media print{
	.print {
		display: block;
		}

	.noprint {
		display: none;
		}
	}

/*
hardcore debugger
*/

/*
td {border: 2px solid red;}
td td {border: 2px solid green;}
td td td {border: 2px solid blue;}

div {border: 1px solid yellow;}
p {border: 1px solid orange; width: 100%;}
*/

div.mainColumn{
	background: #000000 url("../img/bg_bottom.jpg") center bottom no-repeat;
	padding-bottom: 65px;
}

div.header {
	background: url("../img/bg_top.jpg") center top no-repeat;
	padding-top: 327px;
}

div.content {
	margin: 0 auto 0 auto;
	padding-top: 5px;
	width: 467px;
	color: #cccccc;
}

div.gallery {
	padding-bottom: 20px;
}

.controller {
	cursor: pointer;
}

