/*
   ################
	#   <GLOBAL>   #
   ################
*/

body, td, p
{
	/*scrollbar-3dlight-color: #FDFEFF;
	scrollbar-arrow-color: #E5E4E2;
	scrollbar-face-color: #909495;
	scrollbar-highlight-color: #C5C5C7;
	scrollbar-darkshadow-color: #252B29;
	scrollbar-shadow-color: #5F758C;
	scrollbar-track-color: #EFEEEC;*/
	font: 12px Arial;
}
img {	border: 0px none; }

/* FONTS */
.times{	font-family: "Times New Roman"; }
.arial{	font-family: Arial; }
.bld {	font-weight: bold; }
.und {	text-decoration: underline; }
.up {	text-transform: uppercase;}
.no_und {	text-decoration: none; }
  /* sizes */
.s10 {	font-size: 10px; }
.s11 {	font-size: 11px; }
.s12 {	font-size: 12px; }
.s13 {	font-size: 13px; }
.s14 {	font-size: 14px; }
.s15 {	font-size: 15px; }
.s25 {	font-size: 25px; }

  /* colors */
.black {	color: #000000; }
.grey3 {	color: #333333; }
.grey6 {	color: #666666; }
.red {		color: #B22222; }
.green {	color: #228B22; }
.blue {		color: #0163AC; }
.gold {		color: #A49984; }
.gold2 {		color: #69604E; }


/* POSITIONING */
.pad5{ padding-left: 5px; }
.mrg5{ margin-left: 5px; }
.pad10{ padding-left: 10px; }
.mrg10{ margin-left: 10px; }

/* FORM CONTROLS */
.btn
{
	border-width: 1px;
	font-size: 11px;
	color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
}
.btn4select
{
/*	border: 2px outset #F0EDDF;*/
	background-color: #E3DDCC;
	font-size: 11px;
	color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
}
.input
{
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* URLS */
a.link:active, a.link:focus, a.link:link, a.link:visited {
	text-decoration: underline;
}
a.link:hover {	text-decoration: none; }

a.link_act:active, a.link_act:focus, a.link_act:link, a.link_act:visited {
	text-decoration: none; 
}
a.link_act:hover {	text-decoration: underline; }

/* SPECIAL */
.news_content
{
	text-align: justify;
	font: 12pt "Times New Roman";
}
.header_bg
{
	background-repeat: no-repeat;
	background-image: url(/images/header_bg.gif);
	background-position: right;
}

	/* page header span */
table.page_header td {	color: #69604E; }

	/* pages */
table.pages td {	width: 15px; height: 21px; text-align: center; }
table.pages a { color:#000000; text-decoration: none;  }
table.pages td.selected
{
	background-color: #F8F7EF;
	text-decoration: underline;
	color: #B22222;
	font: 13px Arial;
}

	/* text block */
	div.text_block p	{	text-align: justify; }

div.paragraph p, p.paragraph
{
	margin-top: 8px;
	margin-bottom: 5px;
}
/*
   #################
	#   </GLOBAL>   #
   #################
*/





/*
   ############
	#  <MENU>  #
   ############
*/

td.menu
{
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
td.menu a
{
	color: #FFFFFF;
	text-decoration: none;
}
table.menu_section td.header
{
	color: #69604E;
	padding-left: 33px;
	padding-top: 12px;
	padding-bottom: 10px;
}
table.menu_section td, table.menu_section input.submit
{
	color: #69604E; font: 11px Arial;
}
table.menu_section input.text
{
	color: #000000;
	font: 11px Arial;
	padding-left: 5px;
}
/*
   #############
	#  </MENU>  #
   #############
*/







/*
   ################
	#  <HOMEPAGE>  #
   ################
*/

/* NEWS AND PRODUCTS TABLES */
table.home table.date
{
	width: 70px;
	margin-top: 15px;
	margin-bottom: 10px;
}
table.home td.date
{
	font: 11px Tahoma;
	background-color: #0063AC;
	color: #FFFFFF;
	height: 12px;
}
table.home .header
{
	color: #999999;
	font: 12px Arial;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: left;
}
table.home .news
{
	color: #333333;
	font: 11px Arial;
	text-align: justify;
}
table.home .products
{
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	padding-top: 6px;
	padding-bottom: 8px;
}

/* search results */
table.search_results .header td
{
	color: #0163AC;
	text-transform: uppercase;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
table.search_results span.found
{
	background-color: Black;
	color: #FFFFFF;
}
/*
   #################
	#  </HOMEPAGE>  #
   #################
*/


/*
   #################
	#  <PRICELIST>  #
   #################
*/
table.categories .punkt
{
	background-color: #0163AC;
	color: #FFFFFF;
	width: 30px;
	padding-right: 7px;
	padding-left: 3px;
}
table.categories a
{
	color: #333333;
	text-decoration: none;
}
table.categories a:hover
{
	color: #000000;
	text-decoration: underline;
}
table.offers tr.header td
{
	background-color: #0163AC;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
table.offers td
{
	font-size: 12px;
}
table.offers td.name
{
	padding-left: 5px;
}
table.offers td.desc
{
	font-size: 12px;
}
table.offers td.price
{
	text-align: right;
	padding-right: 7px;
}
/*
   ##################
	#  </PRICELIST>  #
   ##################
*/

/*
   #############
	#  <ORDER>  #
   #############
*/
table.registration .header td
{
	
	color: #0163AC;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: bold;
}
table.registration td.field
{
	background-color: #FCFCF8;
	padding-right: 10px;
	text-align: right;
	width: 35%;
	vertical-align: top;
	padding-top: 6px;
}
table.registration td.value
{
	background-color: #F9F8F0;
	padding-left: 10px;
	text-align: left;
	width: 65%;
}
table.registration td input.value_red
{
	border: 2px solid #FF8282;
	width: 180px;
	font-size: 11px;
}
table.registration input.value
{
	width: 180px;
	font-size: 11px;
}


/*
   ##############
	#  </ORDER>  #
   ##############
*/
