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

a
{
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a:active,
a:hover
{
	color: #666666;
	text-decoration: none;
}

body
{
	background-color: #FFF;
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}

form
{
	margin: 0;
	padding: 0;
}

input
{
	color: #666;
	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 #999;
	padding: 1px;
}

li
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

ol
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

option
{
	background-color: #F2F2F2;
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

p
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 5px 0;
}

td
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

ul
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

select
{
	background-color: #F2F2F2;
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}

textarea
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}


/*************/
/*  Button.  */
/*************/

a.button
{
	background-color: #FFF;
	background: url(/site/tmpl/img/btn.jpg) no-repeat 50% 50%;
	color: #000;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 4px;
	text-align:center;
	width:85px;
	height: 18px;
	margin: 0 auto;
	text-decoration: none;
}
a.button:active,
a.button:hover
{
	color: #666;
	text-decoration: none;
}


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

.contacts
{
	border: 1px #999 solid;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	height: 38px;
	background: url(/site/tmpl/img/fp_bar_back.jpg) repeat-x;
}
.contacts a,
.contacts a:hover
{
	color: #FFF;
	text-decoration: underline;
}
.contacts div {
	color: #FFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 14px 12px 0;
}

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

.copyright
{
	color: #1C4C94;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 13px 13px 0;
	text-decoration: none;
	float:left;
	vertical-align: middle;
}


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

.doc_body
{
	color: #006;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 14px 0 20px 0;
	text-align: left;
	vertical-align: top;
	line-height: 160%;
}
.fp_body {
	line-height: 160%;
}

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

.doc_title
{
	width: 100%;
	border-bottom: thin solid #CCC;
}
.doc_title td
{
	color: #00007D;
	font-family: "Trebuchet MS", Verdana;
	font-size: 22px;
	font-weight: bold;
	padding: 7px 0 2px 0;
	text-align: left;
	line-height: 100%;
}
.doc_title td#icon_print
{
	padding: 17px 0 2px 5px;
	width: 1%;
}

.contents .new .title
{
	font-size: 24px;
	font-family: "Trebuchet MS", Verdana;
	padding: 0 0 0 20px;
}
.contents .new .items
{
	padding: 5px 5px 0 20px;
	vertical-align: top;
}


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

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


/***********/
/*  Form.  */
/***********/

.form
{
	background-color: #FFF;
}
.form td
{
	background-color: #FFF;
}

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

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

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

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

/* - required fields */
#req,
span.req
{
	color: #C00;
}

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


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


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

.search_word
{
	background-color: #FFF;
	border: 1px #735010 solid;
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px 5px;
	width: 145px;
}
.search_btn
{
	background-color: #5E4002;
	border: 1px #FFF solid;
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 7px;
	padding: 2px 4px;
	width: 58px;
	text-align: center;
	text-decoration: none;
}
.search_btn:hover
{
	color: #DDD;
	text-decoration: none;
}


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

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

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

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

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

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


/***********************/
/*  Tables of layout.  */
/***********************/


.container {
	padding-bottom: 15px;
}
.t1 {
	width: 775px;
}
.t1  .limage{
	height: 392px;
	background:url(/site/tmpl/img/fp_img.jpg) no-repeat;
}
.t1 .limage_2{
	height: 166px;
	background:url(/site/tmpl/img/header.jpg) no-repeat;
}

.t1 .contents {
	height: 233px;
	background:#FFF;
}
.t1 .footer1 {
	height: 38px;
	background:#FFF;
}
.t1 .footer2 {
	height: 10px;
	padding:0;
}
.corner_bl {
	width: 10px;
	height: 10px;
	background: url(/site/tmpl/img/corner_bl.gif) no-repeat 0 100%;
}
.white {
	background-color: #FFF;
	width: 755px;
}
.corner_br {
	width: 10px;
	background: url(/site/tmpl/img/corner_br.gif) no-repeat 100% 100%;
}
.relative {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.relative .h1_menu {
	float:right;
}
.relative .search {
	clear:right;
	float:right;
	padding: 35px 20px 0;
}
.relative .search .title {
	font-weight: bold;
	padding: 4px 0;
	color: #666666;
}
.relative .h2_menu {
	position: absolute;
	top: 124px;
	left:14px;
	text-align: left;
}
.login {
	float:right;
	padding: 7px 14px 0 0;
}
.login .title {
	color:#1C4C94;
	font-weight:bold;
	padding: 2px 5px;
}
.login .field {
	padding: 2px;
}
.login .field input {
	height: 21px;
	color:#97A7B4;
	padding: 2px;
	width: 150px;
	background: #FFF;
	border: 1px solid #ABC9E7;
}
.login .btn {
	padding: 2px;
}
.login .btn a {
	text-align:center;
	width: 58px;
	background-color:#1D4E96;
	border:1px solid #6EA4D8;
	padding: 4px 6px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.contents .rand_img{
	width: 167px;
	padding: 14px 0px 0 20px;
}
.contents .fp_body{
	padding-top: 14px;
	width: 328px;
}
.contents .new{
	width: 268px;
	padding: 14px 0 10px 0;
}
.contents .rand_img img {
	margin: 5px 0;
}
.contents .v_menu {
	width: 180px;
	padding: 10px 10px 0px 20px;
}
.contents .body{
	padding: 0 20px 0 0;
}


.category {
	width: 170px;
	margin: 0 8px 8px 0;
	text-align: center;
}
.category .title {
	padding: 3px;
	color: #666666;
}
.category .title a {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5A863D;
}
.category .image {
	padding: 3px;
}

.category .image img {
	border: 1px solid #999;
}
#product .c01{
	paddind: 5px;
}
#product .c02{
	padding: 5px 5px 5px 20px;
}

#product .details {
	width: 100%;
	font-weight: bold;
}
#product .details td {
	padding: 2px;
}
#product .image {
	background: #F3F1F2;
	border: 1px solid #999;
}

#product .buttons {
	padding: 10px 0;
}
#product .featured {
	padding: 10px 0;
}
#product .image a {
	color: #666 ;
}

.prod_title {
	color: #990000;
	font-size:14px;
	font-weight:bold;
	padding: 0px 0  10px 0;
}
.prod_image {
	float:right;
}

.det_box {
	margin: 0px 0 10px;
}
.det_box .title {
	font-weight: bold;
	padding: 3px;
	border-bottom: thin solid #CCC;
	margin-bottom: 5px;
}
.det_box .item a {
	display:block;
	background:url(/site/tmpl/img/arrow_down.gif) no-repeat 0 50%;
	padding: 2px 0 0 20px;
	color: #990000;
	text-decoration: none;
}
.det_box .item a:hover {
	text-decoration: underline;
}
.news_item a {
	background:url(/site/tmpl/img/arrow_red.gif) no-repeat 0 50%;
	padding: 3px 0 3px 20px;
	display:block;
	text-transform:uppercase;
}

#copyright
{
	color: #fff;
	padding: 10px;
}
#copyright *
{
	color: #fff;
}


/**************************************/
/* horizontal menu at left-top corner */
/**************************************/

/*  - container */
.h1_menu_content
{
	padding: 8px;
}
.h1_menu_content .l1c,
.h1_menu_content .l1_ac {
	background: url(/site/tmpl/img/menu_h1.jpg) no-repeat 0 center;
}
/*  - 1.level */
.h1_menu_content .l1,
.h1_menu_content .l1_a
{
	color: #666666;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 0 12px 0 10px;
	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
{
	color: #666666;
	text-decoration: underline;
}


/*****************************/
/* horizontal menu at footer */
/*****************************/

/*  - container */
.h2_menu_content
{
}

/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a
{
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px 2px 14px ;
	margin-right: 4px;
	display:block;
	text-decoration: none;
	background: url(/site/tmpl/img/menu_h2.jpg) no-repeat 4px center;
}
.h2_menu_content .l1_a {
	background: #FF9900 url(/site/tmpl/img/menu_h2_a.jpg) no-repeat 4px center;
	text-decoration: none;
	color: #FFF;
}

.h2_menu_content .l1:active,
.h2_menu_content .l1:hover,
{
	color: #333;
	text-decoration: underline;
}


/***************************************/
/* horizontal menu at right-top corner */
/***************************************/

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

/*  - 1.level */
.h3_menu_content .l1,
.h3_menu_content .l1_a
{
	background: url(/site/tmpl/img/h3_l1.gif) no-repeat left center;
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 8px 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.h3_menu_content .l1_a,
.h3_menu_content .l1:active,
.h3_menu_content .l1:hover,
.h3_menu_content .l1_a:active,
.h3_menu_content .l1_a:hover
{
	color: #FFF;
	text-decoration: underline;
}


/**********************************/
/* vertical menu at left or right */
/**********************************/

/*  - container */

.v1_menu_content td {
	padding:0;
}
.v1_menu_content
{
	width: 100%;

}
.v1_menu_content .l1c,
.v1_menu_content .l1_ac {
	background: url(/site/tmpl/img/menu_v1.jpg) no-repeat 0px 50%;
}

/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a
{
	color: #555555;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px 3px 13px;
	text-decoration: none;
}
.v1_menu_content .l1_a ,
.v1_menu_content .l1:active,
.v1_menu_content .l1:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}


.v1_menu_content .l2c,
.v1_menu_content .l2_ac {
	background: url(/site/tmpl/img/menu_v1_2.jpg) no-repeat 7px 50%;
}
/*  - 2.level */
.v1_menu_content .l2,
.v1_menu_content .l2_a
{
	color: #666;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 20px;
	text-decoration: none;
}
.v1_menu_content .l2_a ,
.v1_menu_content .l2:active,
.v1_menu_content .l2:hover
{
	color: #666;
	text-decoration: underline;
}

/*  - 3.level */
.v1_menu_content .l3,
.v1_menu_content .l3_a {
	background: url(/site/tmpl/img/menu_v1_3.jpg) no-repeat 10px 50%;
}
.v1_menu_content .l3,
.v1_menu_content .l3_a
{
	color: #666;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}
.v1_menu_content .l3_a ,
.v1_menu_content .l3:active,
.v1_menu_content .l3:hover
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #666;
	text-decoration: none;
}


/**************************************/
/* vertical menu under document title */
/**************************************/

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

/*  - 1.level */
.v2_menu_content .l1,
.v2_menu_content .l1_a
{
	background: url(/site/tmpl/img/l1.gif) no-repeat 2% 50%;
	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 0 0 0;
}

/*  - 1.level */
.lang_menu_content .l1,
.lang_menu_content .l1_a
{
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 0 8px 0 0;
	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: #FFF;
	text-decoration: underline;
}


/****************/
/* location-bar */
/****************/

/*  - 1.level */
.location_bar {
	margin-top:10px;
	margin-bottom: 15px;
}

.location_bar .first {
	background: url(/site/tmpl/img/loc.jpg) no-repeat 0  center;
	padding: 0px 0 0 8px;
}
.location_bar td
{
	vertical-align: top;
}
.location_bar a
{
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 1px;
	text-decoration: none;
}
.location_bar a:active,
.location_bar a:hover
{
	color: #666;
	text-decoration: underline;
}

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


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

/*  - container */
.navi_menu_content
{
	border-top: 1px #F00 dotted;
	padding: 9px 0;
}

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

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


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

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

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

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

table.userinfo
{
	margin: 5px 0 2px 0;
	width: 100%;
}
table.userinfo .label
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 5px 0 0;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}
table.userinfo .field
{
	color: #000;
	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: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0 10px 7px 0;
	padding: 0 2px 0 2px;
	text-decoration: none;
}
a.login_form_button:active,
a.login_form_button:hover
{
	background-color: #FFF;
	border: 1px #2175C6 solid;
	color: #2175C6;
	text-decoration: none;
}

