body{
	font-size: 78%;
	padding: 0;
	margin: 0;
/*	color: #002A57;*/
	color: #333333;
	background-color: white;
	}

body, table, input, form, textarea{
	font-family: tahoma, sans-serif;
	}

em, i{
	font-family: arial, helvetica, sans-serif;
	}

img {
	border: 0px;
	}

table, input{
	font-size: 1em;
	}

form, input, textarea{
	font-size: 1em;
	}

b, strong{
	}

h1, h2, h3, h4, h5, h6{
	color: #666666;
	margin-bottom: 1ex;
	margin-top: 0.2ex;
	}

h1, h2, h3{
	font-weight: normal;
	}

h1{
	}

h2{
	font-size: 1.5em;
	}

h3{
	}

h4{
	}

h5{
	}

h6{
	}

p{
	}

ul{
	margin-left: 4ex;
	}

ul ul{
	margin-left: 2.5ex;
	}

td.content ul li {
	padding-bottom: 0.75ex;
	list-style-type: circle;
	list-style-image: url("/img/li_01.gif");
	}

td.content ul ul li {
	list-style-type: square;
	list-style-image: url("/img/li_01.gif");
	}

td.content ul ul ul li {
	list-style-type: disc;
	list-style-image: url("/img/li_01.gif");
	}

.small,
div.image p, div.image_popup p,
select{
	font-size: 0.9em;
	}

.big,
table.dec caption, table.pricelist caption {
	font-size: 1.1em;
	}

form{
	padding: 0;
	margin: 0;
	}

a{
	color: #666666;
	text-decoration: none;
	}


a:hover, a.hover{
	text-decoration: underline;
	color: #F7941D;
	}

a.sel{
	font-weight: bold;
	}

table.dec, table.pricelist {
	border-collapse: collapse;
	}

table.dec th,
table.dec th a,
table.pricelist th,
table.pricelist th a{
	color: #666666;
	background-color: #eeeeee;
	}

table.dec th,
table.pricelist th{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0.5ex 1ex 0.5ex 1ex;
	}

table.dec td,
table.pricelist td{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;	
	padding: 0.5ex 1ex 0.5ex 1ex;
	}

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;
	}






table.pricelist_wrapper th{
	color: #666666;
	background-color: #eeeeee;
	border-top: 1px solid #666666;
	padding: 0.5ex 0px 0.5ex 0px;
	}

table.pricelist_wrapper td{
	}






.norlborder{
	border-left: none;
	border-right: none;
	}

/*
table.pricelist {
	border-collapse: collapse;
	}

table.pricelist td {
	padding: 0.25ex 1ex 0.25ex 1ex;
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
	}

table.pricelist th {
	padding: 0.25ex 1ex 0.25ex 1ex;
	color: #666666;

	background-color: #999999;
	color: #ffffff;
	}

table.pricelist input.qnty, table.dec input.qnty {
	text-align: right;

	padding: 1 5 1 0;
	height: 3.2ex;

	border: 1px solid #666666;

	height: 3ex;
	width: 6ex;

	padding: 0 1ex 0 0;

	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid gray;
	border-left: 0;

	background-image: url(img/order.gif);
	background-color: #618CCC;

	color: #000000;
	background-color: #ffffff;
	font-weight: bold;

	color: red; 

}
*/

.t100{width: 100%; border-collapse: collapse;}

table.pad0 td,
tr.pad0 td,
td.pad0{
	padding: 0;
	}

.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.nopad td, tr.nopad td, td.nopad{ padding: 0; }

div.price {
/*
	font-size: large;
	color: #BD4A31;
*/
	font-weight: bold;
	text-align: right;
	}

div.image {
	float: left;
	margin: 1ex 2ex 1ex 0;
	}

div.nofloat div.image{
	float: none;
}

div.image img, div.image_popup img, div.content p img {
	border: 1px solid #666666;
	}

div.image p, div.image_popup p {
	color: #666666;
	margin-top: 0.25ex;
	margin-bottom: 1ex;
 	padding-top: 2px;
 	text-align: left;
	}


.print {
	display: none;
	}

@media print{
	.print {
		display: block;
		}

	.noprint {
		display: none;
		}
	}

/*
demonic 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%;}
*/


b {
/*	background-color: #33FF33; */
	font-weight: normal;
}
