<style type="text/css">

/******************/
/*  Common tags.  */
/******************/

body 
{ 
	background-color: #FFFFFF; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
li 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
ol 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
p 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
}
td, th
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
ul 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

form
{
	margin: 0px;
	padding: 0px;
}
input 
{ 
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
input.checkbox 
{
	height: 12px;
	width: 12px;
}
input.radio 
{
	height: 12px;
	width: 12px;
}
input.text 
{ 
	background-color: #F2F2F2;
	border: 1px solid #999999;
	padding: 1px 1px 1px 1px;
}
option 
{
	background-color: #F2F2F2;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
select 
{
	background-color: #F2F2F2; 
	color: #000000; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	margin:  0px 0px 0px 0px; 
	padding: 1px 1px 1px 1px;
}
textarea 
{ 
	background-color: #F2F2F2;
	border: 1px solid #999999; 
	color: #000000; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin:  0px 0px 0px 0px; 
	padding: 1px 1px 1px 1px;
	scrollbar-3dlight-color:#999999; 
	scrollbar-arrow-color:#999999; 
	scrollbar-base-color:#999999;
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#999999; 
	scrollbar-track-color: #FFFFFF;
}


/******************************/
/*  Common classes and id-s.  */
/******************************/

.normal, 
.b_normal,
.j_normal 
{ 
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
.b_normal 
{ 
	font-weight: bold; 
}
.j_normal 
{ 
	text-align: justify; 
}


/***************/
/*  Contacts.  */
/***************/

.contacts
{
	border-bottom: 1px #999999 solid;
	border-top: 1px #999999 solid;
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 0px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
.contacts a,
.contacts a:hover 
{
	color: #666666;
	text-decoration: underline;
}


/****************/
/*  Copyright.  */
/****************/

.copyright
{
	border-bottom: 1px #999999 solid;
	border-top: 1px #999999 solid;
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 0px;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
}


/********************/
/*  Document body.  */
/********************/

/* - container */
.doc_body 
{
	color: #343434;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 10px 4px 10px 4px;
	text-align: justify;
	vertical-align: top;
}

/* - default links */
.doc_body a { 
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	text-decoration: underline; 
}
.doc_body a:active, 
.doc_body a:hover { 
	color: #CC0000;
	text-decoration: none; 
}

/* - buttons of forms */
.doc_body .button
{ 
	background-color: #FFFFFF;
	border: 1px #AC2518 solid;
	color: #AC2518;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
	margin: 10px 0px 10px 173px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
.doc_body .button:active,
.doc_body .button:hover 
{ 
	background-color: #AC2518;
	border: 1px #AC2518 solid;
	color: #FFFFFF;
	text-decoration: none;
}

/* - forms */
.doc_body .form
{ 
	background-color: #FFFFFF;
}
.doc_body .form td
{ 
	background-color: #FFFFFF;
}

/* - form fields */
.doc_body .form_field
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

/* - form labels */
.doc_body .form_label
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

/*  - errors in form fields */
.err,
#err
{ 
	color: #CC0000; 
}
input.err
{
	background-color: #F2F2F2;
	border: 1px #CC0000 solid; 
	color: #000000;
	padding: 1px 1px 1px 1px;
}
select.err,
select.err option, 
textarea.err 
{ 
	border: 1px #CC0000 solid; 
	color: #000000;
}

/* - hints in forms */
#hint 
{
	color: #999999;
	font-size: 10px;	padding: 0px 5px;
}

/* - required fields */
#req 
{ 
	color: #CC0000;
}

/*  - titles of fieldgroups */
.doc_body .form .title
{
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}


/*********************/
/*  Document title.  */
/*********************/

.doc_title 
{
	background-color: #FFFFFF;
	color: #575757;
	font-family: Trebuchet MS, Verdana;
	font-size: 16px; 
	font-weight: bold;
	padding: 0px 6px;
	text-align: left;
}

.thin .doc_title
{
	/*background-color: #AC2518;*/
	padding: 0;
}

/********************/
/*  Error message.  */
/********************/

.error
{
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}


/****************/
/*  Find-fast.  */
/****************/

.ff
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	color: #000000;
	width: 140px; 
}


/************/
/*  Footer  */
/************/

.footer, 
.footer a { 
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 5px; 
	text-decoration: none;
}
.footer:active, 
.footer:hover { 
	color: #FFFFFF; 
	text-decoration: underline; 
}
.footer #title { 
	font-weight: bold; 
}


/***************/
/*  Frontpage  */
/***************/

/* - contacts */
.frontp_contacts
{
	border-bottom: 2px #CCCCCC solid;
	border-top: 1px #999999 solid;
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px 0px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.frontp_contacts a,
.frontp_contacts a:hover 
{
	color: #999999;
	text-decoration: underline;
}

/* - copyright */
.frontp_copyright
{
	background-image: url(/site/tmpl/img/frontp_bg1.gif);
	background-position: right top; 
	background-repeat: no-repeat;
	border-bottom: 1px #CCCCCC solid;
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	height: 17px;
	padding: 0px 340px 0px 0px;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
}


/***************/
/*  Headings.  */
/***************/

div.h1
{
	font-family: Verdana, Helvetica, Arial;	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h2
{
	font-family: Verdana, Helvetica, Arial;	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h3
{
	font-family: Verdana, Helvetica, Arial;	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h4
{
	font-family: Verdana, Helvetica, Arial;	font-size: 14px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h5
{
	font-family: Verdana, Helvetica, Arial;	font-size: 16px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h6
{
	font-family: Verdana, Helvetica, Arial;	font-size: 18px;
	font-weight: bold;
	padding: 1px 2px;
}


/****************/
/*  Languages.  */
/****************/

.lang
{
	display: block;
	padding: 7px 30px 0px 0px;
}


/*************/
/*  Search.  */
/*************/

.search_word
{ 
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	padding: 1px 5px;
	width: 95px;
}
.search_btn 
{ 
	background-color: #FF0000;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
	margin: 0px 0px 0px 7px;
	padding: 1px 4px;
	text-decoration: none;
}
.search_btn:hover 
{ 
	background-color: #FFFFFF;
	border: 1px #FF0000 solid;
	color: #FF0000;
	text-decoration: none;
}


/**************************************************/
/*  Layout (base class for Listing, Form, etc.).  */
/**************************************************/

/* - body */
table.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
}

/* - table of items at footer */
table.layout_footer #sep
{
	width: 6px;
}

/* - table of items at header */
table.layout_header #sep
{
	width: 6px;
}


/***************************/
/*  Containers of layout.  */
/***************************/

div.fp-t1
{
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 12px;
	width: 742px;
}
table.fp-t2
{
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}
table.fp-t2 td.c00
{
	background-image: url(/site/tmpl/img/bg_frontp_l.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 49%;
}
table.fp-t2 td.c01
{
	background-image: url(/site/tmpl/img/bg_frontp.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 2%;
}
table.fp-t2 td.c01 div
{
	height: 228px;
	vertical-align: top;
	width: 754px;
}
table.fp-t2 td.c02
{
	background-image: url(/site/tmpl/img/bg_frontp_r.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 49%;
}

table.fp-t3
{
	background-color: #000000;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}
table.fp-t3 td.c00
{
	width: 49%;
}
table.fp-t3 td.c01
{
	width: 2%;
}
table.fp-t3 td.c01 div
{
	padding: 0px 0px 0px 10px;
	width: 744px;
}
table.fp-t3 td.c02
{
	width: 49%;
}

div.fp-t4
{
	background-image: url(/site/tmpl/img/bg_frontp_b.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
}


div.t1
{
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 2px 0px 0px;
	text-align: right;
	width: 752px;
}
table.t2
{
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}
table.t2 td.c00
{
	background-image: url(/site/tmpl/img/bg_content_l.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 49%;
}
table.t2 td.c01
{
	background-image: url(/site/tmpl/img/bg_content.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 2%;
}
table.t2 td.c01 div
{
	height: 175px;
	vertical-align: top;
	width: 754px;
}
table.t2 td.c02
{
	background-image: url(/site/tmpl/img/bg_content_r.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 49%;
}

table.t3
{
	background-color: #000000;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}
table.t3 td.c00
{
	width: 49%;
}
table.fp-t3 td.c01
{
	width: 2%;
}
table.t3 td.c01 div
{
	padding: 0px 0px 0px 10px;
	width: 744px;
}
table.t3 td.c02
{
	width: 49%;
}

div.t4
{
	background-image: url(/site/tmpl/img/bg_frontp_b.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
}

table.t5
{
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: 715px;
}
table.t5 td.c00
{
	vertical-align: top;
	width: 180px;
}
table.t5 td.c01
{
	vertical-align: top;
	width: 535px;
}
table.t5 td.c11
{
	border-top: 1px solid #999999;
	padding: 8px 0px 0px 4px;
}

table.t6
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: 535px;
}
table.t6.thin
{
	width: 100%;
}
.thin td
{
	text-align: right;
}
table.t6 td.c00
{
	background-color: #AC2518;
	padding-left: 13px;
}
table.t6 td.c10
{
	border-bottom: 1px solid #999999;
}
table.t6 td.c10 div
{
	height: 4px;
	width: 1px;
}


/************/
/* siteEdit */
/************/

.testtemp {
	width: 18px;
	height: 18px;
	border: 1px solid #000000;
	position: absolute;
	visibility: visible;
	z-Index: 2;
	padding: 0px;
	margin: 0px;
}

.siteEditDotOver {
	width: 150px;
	height: 150px;
	position: absolute;
	visibility: visible;
	display: none;
	z-Index: 2500;
	background-color: #EFEFEF;
	border: 2px solid #336699;
	margin: 0px;	
}

.siteEditDotOver TABLE {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

.siteEditDotOver TABLE TD.odata {
	background-color: #FFFFFF;
	border-bottom: solid #bbbbbb 1px;
	padding: 0px 0px 0px 0px;
}

.siteEditDotOver TABLE TD.edata {
	background-color: #F6F6F6; 
	border-bottom: solid #bbbbbb 1px;
	padding: 0px 0px 0px 0px;
}

.siteEditDotOver A {
	display: block;
	color: #000099;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
}

.siteEditDotOver A:hover {
	text-decoration: underline;
}


p.popuptext
{
	margin: 10px;
}

p.popup_buttons a
{
	float: right;
	display: inline;
	margin-left: 5px;
}

h3.title
{
	color: #f60;
	font-size: 16px;
}

div.cart_summary
{
	color: #ac2518;
	border-bottom: 1px solid #ac2518;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 150%;
}

ul.sidebar_menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 15px;
	margin-left: 5px;
}

ul.sidebar_menu li
{
	display: inline;
}

ul.sidebar_menu li a
{
	display: block;
	padding: 5px 0 5px 25px;
	background: url("/site/tmpl/img/twoarrows_red.gif") no-repeat 0 50%;
	font-weight: bold;
	text-decoration: none;
	color: #ac2518;
}

ul.sidebar_menu li a:hover
{
	color: #f60;
}

.navbar
{
	border-bottom: 1px solid #ac2518;
	width: 100%;
	height: 38px;
}

.navbar a
{
	background: url("/site/tmpl/img/arrow_orange_reverse.gif") no-repeat 0 50%;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #ac2518;
	margin-right: 10px;
}

.navbar a.reverse
{
	margin-right: 10px;
	margin-left: 10px;
	background-image: url("/site/tmpl/img/arrow_orange.gif");
	background-position: 100% 50%;
	padding-left: 0;
	padding-right: 20px;
}

div.navbar
{
	border-bottom: none;
	margin-top: 20px;
	clear: both;
	height: auto;
	text-align: right;
}

#signup
{
	margin-top: 10px;
	border-top: 1px solid #ac2619;
	border-bottom: 1px solid #ac2619;
	background-color: #fef2eb;
	padding: 8px 10px;
	font-weight: bold;
	color: #ac2518;
	position: relative;
}

#signup p
{
	position: absolute;
	left: 10px !important;
	left: 0;
	top: 10px !important;
	top: 12px;
}

#signup form,
#signup fieldset
{
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

#signup fieldset
{
	margin-left: 150px;
}

#signup input
{
	border: 1px solid #ac2619;
}

#signup label
{
	padding-left: 10px;
	padding-right: 10px;
}

#signup a
{
	border: 1px solid #ac2619;
	background: #f2f2f2 url("/site/tmpl/img/arrow_red.gif") no-repeat 3px 50%;
	color: #ac2518;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 22px;
}

#signup a:hover
{
	background-color: #fff;
}


/****************************/
/* horizontal menu: 'menu1' */
/****************************/

/*  - container */
.h1_menu_content 
{
	padding: 0px;
}

/*  - 1.level */
.h1_menu_content .l1,
.h1_menu_content .l1_a 
{ 
	border: 1px solid #000000;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 1px;
	padding: 2px 9px;
	text-decoration: none;
	white-space: nowrap;
}
.h1_menu_content .l1_a,
.h1_menu_content .l1:active, 
.h1_menu_content .l1:hover,
.h1_menu_content .l1_a:active, 
.h1_menu_content .l1_a:hover
{ 
	border: 1px solid #ffffff;	
	background-color: #FF6000;
}


/****************************/
/* horizontal menu: 'menu2' */
/****************************/

/*  - container */
.h2_menu_content
{
	padding: 0px;
}
/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a 
{ 
	background-image: url(/site/tmpl/img/menu_h2_l1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #4f4f4f;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 9px 0px 14px;
	text-decoration: none;
}
.h2_menu_content .l1_a,
.h2_menu_content .l1:active, 
.h2_menu_content .l1:hover,
.h2_menu_content .l1_a:active, 
.h2_menu_content .l1_a:hover
{ 
	color: #4f4f4f;
	padding: 0px 9px 0px 14px;
	text-decoration: underline;
}
.h2_menu_content #h2_first
{
 	margin-left: 300px;
}


/****************************/
/* horizontal menu: 'menu3' */
/****************************/

/*  - container */
.h3_menu_content 
{
	background-image: url(/site/tmpl/img/bg_menu_h3.gif);
	background-position: center bottom; 
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}

/*  - 1.level */
.h3_menu_content .l1,
.h3_menu_content .l1_a
{
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 1px 0px;
	padding: 4px 4px;
	text-decoration: none;
	white-space: nowrap;
}
.h3_menu_content #first
{
	margin-left: 8px;
}
.h3_menu_content #last
{
	margin-right: 8px;
}

/* vertical menu at left or right */

/*  - container */
.v1_menu_content
{
	border-left: 1px #A5A5A5 dotted;
	border-right: 1px #A5A5A5 dotted;
	width: 205px
}

/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a 
{ 
	background-image: url(/site/tmpl/img/l1.gif);
	background-position: 8% 50%; 
	background-repeat: no-repeat;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px 2px 32px;
	text-decoration: none;
}
.v1_menu_content .l1:active, 
.v1_menu_content .l1:hover
{
	background-color: #F2F2F2;
	color: #5E5E5E;
	text-decoration: none;
}
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active, 
.v1_menu_content .l1_a:hover
{ 
	background-color: #E6E6E6;
	color: #5E5E5E;
	text-decoration: none;
}

/*  - 2.level */
.v1_menu_content .l2,
.v1_menu_content .l2_a 
{ 
	background-color: #FFFFFF;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px 2px 32px;
	text-decoration: none;
}
.v1_menu_content .l2:active, 
.v1_menu_content .l2:hover
{
	background-color: #F2F2F2;
	color: #5E5E5E;
	text-decoration: none;
}
.v1_menu_content .l2_a,
.v1_menu_content .l2_a:active, 
.v1_menu_content .l2_a:hover
{ 
	background-color: #E6E6E6;
	color: #5E5E5E;
	text-decoration: none;
}


/* vertical menu under document title */

/*  - container */
.v2_menu_content
{
	border-bottom: 1px #FF0000 dotted;
	padding: 5px 0px;
	width: 100%;
}
.v2_menu_content td
{
	padding: 0px 0px;
}

/*  - 1.level */
.v2_menu_content .l1,
.v2_menu_content .l1_a 
{ 
	background-image: url(/site/tmpl/img/l1.gif);
	background-position: 2% 50%; 
	background-repeat: no-repeat;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px 2px 32px;
	text-decoration: none;
}
.v2_menu_content .l1:active, 
.v2_menu_content .l1:hover,
.v2_menu_content .l1_a,
.v2_menu_content .l1_a:active, 
.v2_menu_content .l1_a:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}


/* language-switch */

/*  - container */
.lang_menu_content 
{
	padding: 7px 0px 0px 0px; 
}

/*  - 1.level */
.lang_menu_content .l1,
.lang_menu_content .l1_a 
{ 
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 0px 8px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
}
.lang_menu_content .l1_a,
.lang_menu_content .l1:active, 
.lang_menu_content .l1:hover,
.lang_menu_content .l1_a:active, 
.lang_menu_content .l1_a:hover
{ 
	color: #FFFFFF;
	text-decoration: underline;
}


/* location-bar */

/*  - 1.level */
.location_bar td
{
	vertical-align: top;
}
.location_bar a
{ 
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 1px;
	text-decoration: none;
}
.location_bar a:active, 
.location_bar a:hover
{ 
	color: #666666;
	text-decoration: underline; 
}

/*  - separator */
.location_bar .sep
{
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 4px 0px 1px;
}


/******************/
/* navigation-bar */
/******************/

.navi
{
	border: 1px solid #666666;
}
.navi a
{
	color: #CF0000;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px 2px 17px;
	text-decoration: none;
	white-space: nowrap;
}
.navi a:active,
.navi a:hover
{
	color: #CF0000;
	text-decoration: none;
}
.navi #back
{
	background-image: url(/site/tmpl/img/navi_back.gif);
	background-position: 4px 50%; 
	background-repeat: no-repeat;
	border-left: 1px solid #666666;
	padding-left: 18px;
}

.navi #top
{
	background-image: url(/site/tmpl/img/navi_top.gif);
	background-position: 4px 50%; 
	background-repeat: no-repeat;
}


/****************************/
/* login form for site user */
/****************************/

table.login_form
{
	margin: 5px 0px 2px 0px;
	width: 100%;
}

.login_form .form_label
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	padding: 2px 5px 2px 15px;
}

.login_form .form_field
{
	padding: 0px 5px 0px 5px;
}
.login_form .form_field INPUT.text
{
	border: 1px #CCCCCC solid;
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	width: 70px;
}

table.userinfo
{
	margin: 5px 0px 2px 0px;
	width: 100%;
}
table.userinfo .label
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
	margin: 2px 5px 0px 0px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}
table.userinfo .field
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: normal;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
}

a.login_form_button 
{
	background-color: #2175C6;
	border: 1px #2175C6 solid;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
 
	font-weight: bold;
	margin: 0px 10px 7px 0px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}
a.login_form_button:active,
a.login_form_button:hover 
{ 
	background-color: #FFFFFF;
	border: 1px #2175C6 solid;
	color: #2175C6;
	text-decoration: none;
}
/*********/
/* icons */
/*********/
/*
.icon
{
	color: #CF0000;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	white-space: nowrap;
}
.icon:active,
.icon:hover,
.icon:visited
{
	color: #CF0000;
	text-decoration: none;
}
.icon#back
{
	background-image: url(/site/tmpl/img/icon_back.jpg);
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left: 15px;
}

.icon#top
{
	background-image: url(/site/tmpl/img/icon_top.jpg);
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left: 15px;
}
*/
/*
.tab1 {
	margin: 10px 0px 10px 187px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	background-color: #FFFFFF;

}
.bgleft
{
	background-image: url(/site/tmpl/img/eskiis_07_sisuleht01_left.jpg); 
	background-repeat: repeat-x;
}

.bgright
{
	background-image: url(/site/tmpl/img/eskiis_07_sisuleht01_right.jpg); 
	background-repeat: repeat-x;
}
*/
/* listing of images */

/*  - container */
.mod_gal
{
	background-color: #FFFFFF;
}

/*  - even rows */
.mod_gal .edata
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	vertical-align: top;
	width: 50%;
}

/*  - odd rows */
.mod_gal .odata
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	vertical-align: top;
	width: 50%;
}

/*  - container of image data */
.mod_gal .img
{
	border: 1px #666666 solid;
	width: 100%;
}
.mod_gal .img td
{
	padding: 3px 7px 3px 3px;
}

/*  -- name of image */
.mod_gal .img #name
{
	font-weight: bold;
	padding: 3px 3px;
	vertical-align: top;
	width: 99%;
}

/*  -- creation date of image */
.mod_gal .img #c_date
{
	font-weight: normal;
	padding: 3px 3px;
	vertical-align: bottom;
}

/*  - groupsbar */
.groups { 
	background-color: #FFFFFF; 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	padding: 10px 0px 0px 0px;
	text-align: left;
}
.groups a 
{ 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	text-decoration: none; 
}
.groups a:active, 
.groups a:hover 
{ 
	color: #CC0000; 
	font-weight: normal; 
	text-decoration: underline;
}
.groups #sel 
{ 
	color: #CC0000;
	font-weight: bold; 
}
.groups #total 
{ 
	text-align: right;
	font-weight: bold; 
}

/*****************************/
/* Recent news at frontpage. */
/*****************************/

.fp_mod_news 
{ 
	padding: 0px 10px 0px 0px;
	width: 100%;
}

.fp_mod_news td#header 
{
	border-bottom: 1px dotted #C0C0C0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	height: 25px;
	color: #3398CC;
	padding: 30px 0px 3px 15px;
	font-weight: bold;
}

.fp_mod_news td#c_date 
{
	background-image: url(/site/tmpl/img/fp_mod_news.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 2px 15px;
	text-decoration: none;
	width: 1%;
}

.fp_mod_news a 
{
	color: #333333;
	display: block;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 5px 0px 2px 8px;
	text-decoration: none;
}
.fp_mod_news a:active,
.fp_mod_news a:hover 
{
	color: #333333;
	text-decoration: underline;
}


/**************************/
/*  News in inner pages.  */
/**************************/
/* my */
.newstext
{ 
width: 100%;
/*
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
*/	
}



/* container */
.mod_news
{
	width: 100%;
}

/* creation date of article (in list of fresh news and details of article) */
.mod_news .c_date
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
}
/* creation date of article (in list of archive) */
.mod_news .c_date_arc
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}

/* title of article (in list of fresh news) */
.mod_news .title_list
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CB0000;
}
/* title of article (in details of article) */
.mod_news .title 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	color: CB0000;
}
/* title of article (in list of archive) */
.mod_news .title a
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.mod_news .title a:active,
.mod_news .title a:hover
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* summary of article (in details of article) */
.mod_news .summary
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	width: 100%;
}

/* 'read more'-link (in list of fresh news) */
.mod_news .read_more a
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	text-decoration: underline;
	color: #676767;
}
.mod_news .read_more a:active,
.mod_news .read_more a:hover
{
	text-decoration: underline;
}

/* creator's name of article (in details of article) */
.mod_news .c_name 
{ 
	font-style: italic;
	padding: 10px 0px 0px 0px;
}

/* separator row (in list of fresh news and list of archive) */
.mod_news .separator
{ 
	height: 20px;
}

/* menu of available years in archive */
/*  - container */
.mod_news td.years
{
	text-align: right;
}
.years_menu_content
{
	margin-left: auto;
	margin-right: 0px;
}

.years_menu_content #title 
{ 
	color: #CB0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding-right: 5px;
}

/*  - 1.level */
.years_menu_content .l1,
.years_menu_content .l1_a 
{ 
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 1px;
	text-decoration: none;
}
.years_menu_content .l1_a,
.years_menu_content .l1:active, 
.years_menu_content .l1:hover,
.years_menu_content .l1_a:active, 
.years_menu_content .l1_a:hover
{ 
	color: #CC0000;
	text-decoration: underline; 
}

/*  - separator */
.years_menu_content .l1_sep
{
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 4px 0px 1px;
}

/* listing of search results */

/*  - container */
.mod_search
{
	background-color: #FFFFFF;
}

/*  - even rows */
.mod_search .edata
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

/*  - odd rows */
.mod_search .odata
{
	background-color: #F2F2F2;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

/*  - groupsbar */
.groups { 
	background-color: #FFFFFF; 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	text-align: left; 
}
.groups a 
{ 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: normal; 
	text-decoration: none; 
}
.groups a:active, 
.groups a:hover 
{ 
	color: #CC0000; 
	font-weight: normal; 
	text-decoration: underline;
}
.groups #sel 
{ 
	color: #CC0000;
	font-weight: bold; 
}
.groups #total 
{ 
	text-align: right;
	font-weight: bold; 
}

.sm_menu_content a
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

/*  - 1.level */
.sm_menu_content .l1_a
{
	display: block;
	font-weight: bold;
	padding: 10px 5px 2px 0px;
	text-decoration: none;
}
.sm_menu_content .l1_a:active, 
.sm_menu_content .l1_a:hover
{
	text-decoration: none;
}

/*  - 2.level */
.sm_menu_content .l2_a
{
	background-image: url(/site/tmpl/img/sm_l2.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	display: block;
	padding: 2px 5px 2px 12px;
	text-decoration: none;
}
.sm_menu_content .l2_a:active, 
.sm_menu_content .l2_a:hover
{
	text-decoration: none;
}

/*  - 3.level */
.sm_menu_content .l3_a
{ 
	background-image: url(/site/tmpl/img/sm_l3.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	display: block;
	padding: 2px 5px 2px 27px;
	text-decoration: none;
}
.sm_menu_content .l3_a:active, 
.sm_menu_content .l3_a:hover
{
	text-decoration: none;
}

/*  - 4.level */
.sm_menu_content .l4_a
{ 
	background-image: url(/site/tmpl/img/sm_l4.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	display: block;
	padding: 2px 5px 2px 47px;
	text-decoration: none;
}
.sm_menu_content .l4_a:active, 
.sm_menu_content .l4_a:hover
{
	text-decoration: none;
}

table.mod_prod
{
	width: 500px;
}

table.subcat
{
	width: 500px;
}

table.subcat img
{
	border: 1px solid #999;
}

table.subcat td
{
	border-top: 1px solid #999;
}

table.subcat tr.odd td
{
	background-color: #f8f8f8;
}

table.subcat tr.even td
{
	background-color: #fff;
}

table.subcat h3
{
	margin: 3px 0 8px 0;
	padding-left: 20px;
	padding-top: 0;
	background: url("/site/tmpl/img/small_greenarrow.gif") no-repeat 3px 40%;
}

table.subcat a
{
	color: #125794;
	text-decoration: none;
}

table.subcat a:hover
{
	color: #800;
}

table.subcat p.description
{
	color: #333;
}



table.mod_prod
{
	margin-top: 15px;
}

table.mod_prod a
{
	text-decoration: none;
	color: #ac2619;
}

table.mod_prod td
{
	F_ST	color: #333;
}

table.mod_prod td.edata
{
	background-color: #fff;
}

table.mod_prod td.odata
{
	background-color: #fff;/*#f9f9f9;*/
}

table.dl td
{
	vertical-align: top;
}

table.mod_prod td.clabel
{
	background-color: #fef2eb;
	border-top: 1px solid #ac2619;
	border-bottom: 1px solid #ac2619;
	font-weight: bold;
}

table.mod_prod td.odata,
table.mod_prod td.edata
{
	padding: 6px 3px;
	border-bottom: 1px solid #ccc;
}

table.mod_prod img
{
	border: none;
}

table.mod_prod td.groups
{
	padding-top: 5px;
	font-size: 10px;
	color: #666;
	/*border-top: 1px solid #999;*/
}

table.mod_prod input
{
	border: 1px solid #ac2619;
}

input.quantity
{
	width: 30px;
	padding: 2px;
}

table.mod_prod a.cart_btn
{
	/*border: 1px solid #2372b8;
	padding: 2px 5px 2px 20px;
	background: #eee url("/site/tmpl/img/bullet_lblue.gif") no-repeat 3px 40%;*/
	border: 1px solid #ff6700;
	background: #ffc url("/site/tmpl/img/arrow_orange.gif") no-repeat 3px 50%;
	color: #ac2518;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 22px;
}

table.mod_prod a.cart_btn:hover
{
	background-color: #fff;
}

table.mod_prod form
{
	margin: 0;
	padding: 0;
}

a.btn_add
{
	float: right;
	display: inline;
	margin-left: 2px;
}

div.product-sidebar
{
	float: left;
	display: inline;
	width: 190px;
	padding-bottom: 20px;
}

.product-sidebar a
{
	clear: both;
	text-decoration: none;
	display: block;
	color: #666;
}

.product-sidebar a.enlarge
{
	border-top: 1px solid #666;
	background: #f0f0f0 url("/site/tmpl/img/zoom.gif") no-repeat 3px 40%;
	font-size: 10px;
	padding: 3px 3px 3px 25px;
}

.product-sidebar a.enlarge:hover
{
	color: #333;
}

.product-sidebar a.sidelink
{
	color: #f60;
	display: block;
	margin: 5px 0;
}

.product-sidebar .product-image
{
	float: left;
	display: inline;
	margin-bottom: 15px;
	border: 1px solid #666;
}

.product-image img
{
	border: none;
}

div.is_featured
{
	margin-left: 188px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.product-infobox
{
	margin-left: 190px;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #ac2619;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #000;
}

.product-infobox h4
{
	margin: 0 0 10px 0;
	background-color: #fef2eb;
	/*border-bottom: 1px solid #eef0f2;*/
	padding: 3px 10px;
	font-size: 11px;
}

/*.product-infobox p
{
	margin: 0 10px !important;
	line-height: 150%;
	font-weight: bold;
}*/

.product-infobox table
{
	width: 300px;
}

.product-infobox
{
	font-weight: bold;
}

.product-infobox form
{
	margin: 0;
	padding: 0;
}

.product-infobox th
{
	padding-left: 10px;
	text-align: left;
}

.product-data th
{
	text-align: left;
}

.product-infobox th,
.product-infobox td
{
	font-weight: bold;
}

.product-infobox input
{
	font-weight: normal;
	border: 1px solid #666;
	width: 50px;
}

div.product-data
{
	margin-left: 195px;
}

span.hilite
{
	color: #c00;
}




table.prodlist
{
	width: 525px;
}

.prodlist td
{
	border-bottom: 1px solid #ff6000;
	padding-bottom: 5px;
	padding-top: 5px;
}

.prodlist td.prd_image
{
	width: 100px;
}

.prodlist td.prd_image img
{
	border: 1px solid #999;
}

.prodlist td.prd_data
{

}

td.prd_data p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

td.prd_data span.price
{
	color: #400;
}

td.prd_data a,
td.prd_image a
{
	color: #000;
	text-decoration: none;
}

td.prd_data a:hover
{
	text-decoration: underline;
}

.prodlist td.prd_button
{
	width: 120px;
	text-align: right;
}

a.btn_add
{
	float: right;
	display: block;
	border: 1px solid #ff6700;
	background: #ffc url("/site/tmpl/img/arrow_orange.gif") no-repeat 3px 50%;
	color: #ac2518;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 22px;
}

a.btn_add:hover
{
	border-color: #ac2518;
}

fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

input.quantity
{
	border-color: #ac2619;
}
div.buttonbar
{
	text-align: right;
	margin: 8px 3px;
}

a.empty_btn
{
	/*color: #369;
	text-decoration: none;
	border: 1px solid  #2372b8;
	padding: 2px 5px 2px 20px;
	background: #eee url("/site/tmpl/img/bullet_lblue.gif") no-repeat 3px 40%;
	margin-right: 10px;*/
	
	border: 1px solid #ff6700;
	background: #fef2eb url("/site/tmpl/img/arrow_red.gif") no-repeat 3px 50%;
	color: #ac2518;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 22px;
}

a.checkout_btn
{
	/*text-decoration: none;
	color: #c00;
	border: 1px solid #c30;
	padding: 2px 5px 2px 20px;
	margin-right: 10px;
	background: #eee url("/site/tmpl/img/arrow_red.gif") no-repeat 3px 40%;*/
	
	border: 1px solid #ff6700;
	background: #ffc url("/site/tmpl/img/arrow_orange.gif") no-repeat 3px 50%;
	color: #ac2518;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 22px;
	
	margin-right: 13px;
}

a.empty_btn:hover,
a.checkout_btn:hover
{
	background-color: #fff;
	text-decoration: none !important;
}



p.heading
{
	border-bottom: 1px solid #333;
	color: #333;
	font-weight: bold;
	width: 500px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
#hint
{
	font-size: 9px;
	margin-left: 10px;
	color: #666;
}

table.form_order,
table.form_contact
{
	padding-left: 15px;
}

table.layout_footer1
{
	border-top: 3px double #000;
	margin-bottom: 20px;
	padding: 3px;
}

table.layout_footer1 td
{
	color: #333;
	font-weight: bold;
}

table.layout_footer1 td strong
{
	color: #000;
	margin-left: 10px;
}

.clabel
{
	font-weight: bold;
	border-bottom: 1px solid #000;
	color: #333;
}

.odata, .edata
{
	color: #333;
	border-bottom: 1px solid #ccc;
}

table.layout_header1
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 3px;
	margin: 10px 0;
}

table.layout_header1 td
{
	font-weight: bold;
}

.form_label
{
	color: #333;
}

.form_field input
{
	border: 1px solid #999;
}

span.req
{
	color: #c00;
	padding: 3px;
	font-weight: bold;
}


.layout_footer2
{
	margin: 15px 0;
}

.layout_footer2 td
{
	padding: 3px 0;
}

.layout_footer2 a.button
{
	color: #369;
	text-decoration: none;
	border: 1px solid  #2372b8;
	padding: 2px 5px 2px 20px;
	background: #eee url("/site/tmpl/img/bullet_lblue.gif") no-repeat 3px 40%;
	margin-right: 10px;
	margin-left: 15px;
}

.layout_footer2 a.button:hover
{
	background-color: #fff;
}

span.err
{
	color: #c00;
}

input.err
{
	border-color: #c66;
}

p#err
{
	display: block;
	margin-top: 10px;
	border: 1px solid #c66;
	background-color: #fff;
	color: #c00;
	padding: 5px;
}
p.hint
{
	margin-bottom: 10px;

	border: 1px solid #c00;
	padding: 2px 5px;
	background-color: #ffffef;
}

</style>
