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

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

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

	
form
{
	margin: 0;
	padding: 0;
}

input 
{ 
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	border: 1px #CCC solid;
	width: 100px;
	margin:1px 0px;
}
select 
{ 
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	border: 1px #CCC solid;
}
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: 12px;
}

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

option 
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
}

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

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

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

textarea 
{ 
	background-color: #F2F2F2;
	border: 1px solid #999; 
	color: #000; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	margin: 0; 
	padding: 1px;
	scrollbar-3dlight-color: #999; 
	scrollbar-arrow-color: #999; 
	scrollbar-base-color: #999;
	scrollbar-darkshadow-color: #FFF; 
	scrollbar-face-color: #FFF; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-shadow-color: #999; 
	scrollbar-track-color: #FFF;
}


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

.button
{ 
	background-color: #FFF;
	border: 1px #F00 solid;
	color: #F00;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: bold;
	margin: 10px 0;
	padding: 1px 4px;
	text-decoration: none;
}
.button:active,
.button:hover
{ 
	text-decoration: none;
}


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

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


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

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


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

.doc_body 
{
	color: #333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 15px 5px 20px 5px;
	text-align: left;
	vertical-align: top;
	line-height:130%;
}


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

.doc_title
{
	color: #FFF;
	font-family: "Trebuchet MS", Verdana;
	font-size: 21px; 
	font-weight: bold; 
	padding-left:10px; 	
	text-align: left;
}


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

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


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

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

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

/* - form labels */
.form_label
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	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: 11px;	padding: 0 5px;
}

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

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


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

/* - contacts */
.frontp_contacts
{
	color: #0182D3;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight:bold;
}
.frontp_contacts .oran {
	color:#F60;
}

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

/* - copyright */
.frontp_copyright
{
	background: url(/site/tmpl/img/frontp_bg1.gif) no-repeat right top;
	border-bottom: 1px #CCC solid;
	color: #999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	height: 17px;
	padding: 0 340px 0 0;
	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;
}


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

.search_word
{ 
	background-color: #FFF;
	border: 1px #000 solid;
	color: #3FA2F3;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
 
	padding: 3px 5px;
	width: 125px;
	margin-top:5px;
	font-size:11px;
	height:21px;
}
.search_btn 
{ 
	background-color: #0B86C8;
	border: 1px #125794 solid;
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
 
	font-weight: bold;
	margin: 5 0 0 6px;
	padding: 3px 6px 4px;
	text-decoration: none;
}
.search_btn:hover 
{ 
	background-color: #125794;
	border: 1px #0B86C8 solid;
	color: #FFF;
	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.  */
/***********************/

.t1
{
	margin: 20px auto;
	width: 745px;
}

.t1-c01, .t1-c11 {
	padding:3px 3px 3px 6px;
}
.t1-c00, .t1-c40, .t1-c50 {
	padding: 3px 0px 3px 0px;
}
.t1-c10 {
	padding: 3px 0px 0px 0px;
} 

.t1-c30 {
	padding: 0px 0px 3px 0px;
} 

.t1-c20 {
	margin: 0px 3px 0px 3px;
} 




.t1-c00 {
	width:220px;
}
.t1-c01 {
	vertical-align:top;
}
.t1-c20 {
	border-left: 1px solid #3BA0F0;
	border-right: 1px solid #3BA0F0;
	padding-left:10px;
}

.t2-c00 {
	background:url(/site/tmpl/img/c_gray_tl.gif) no-repeat left top;
	width:8px;
	height:7px;
}
.t2-c01 {
	background:url(/site/tmpl/img/back_gray.gif) repeat-x left top;
}
.t2-c02 {
	background:url(/site/tmpl/img/c_gray_tr.gif) no-repeat right top;
	width:8px;
	height:7px;
}

.t2-c10 {
	background:url(/site/tmpl/img/back_gray.gif) repeat-y left top;
}
.t2-c12 {
	background:url(/site/tmpl/img/back_gray.gif) repeat-y right top;
}

.t2-r1{
	height:25px;
}
.t2-r2{
	background-color:#35A3F0;
}
.t2-c20 {
	background:url(/site/tmpl/img/c_lb_tl.gif) no-repeat left top;
	width:8px;
	height:7px;
}
.t2-c31 {
	padding-top:8px;
}
.t2-c22 {
	background:url(/site/tmpl/img/c_lb_tr.gif) no-repeat right top;
	width:8px;
	height:7px;
}

.t2-r3{
	background:#67C6F6 url(/site/tmpl/img/grad_lb.jpg) repeat-x top;
}
.t2-c30 div {
	background:url(/site/tmpl/img/back_lb.gif) repeat-y left;
	height:100%;
}
.t2-c32 div {
	background:url(/site/tmpl/img/back_lb.gif) repeat-y right;
	height:100%;
}


.t2-r4{
	background:#67C6F6;
}
.t2-c40 {
	background:url(/site/tmpl/img/c_lb_bl.gif) no-repeat left bottom;
	width:8px;
	height:7px;
}
.t2-c41 {
	background:#67C6F6 url(/site/tmpl/img/back_lb.gif) repeat-x bottom;
}
.t2-c42 {
	background:url(/site/tmpl/img/c_lb_br.gif) no-repeat right bottom;
	width:8px;
	height:7px;
}


.t3-c00 {
	background:url(/site/tmpl/img/c_gray_tl.gif) no-repeat left top;
	width:8px;
	height:7px;
}
.t3-c01 {
	background:url(/site/tmpl/img/back_gray.gif) repeat-x left top;
}
.t3-c02 {
	background:url(/site/tmpl/img/c_gray_tr.gif) no-repeat right top;
	width:8px;
	height:7px;
}

.t3-c10 {
	background:url(/site/tmpl/img/back_gray.gif) repeat-y left top;
}
.t3-c13 {
	background:url(/site/tmpl/img/back_gray.gif) repeat-y right top;
}
.t3-r1{
	height:25px;
}

.t3-c20 {
	background:url(/site/tmpl/img/grad_logo.jpg) repeat-y left top;
}
.t3-c30 {
	background:url(/site/tmpl/img/back_logo.jpg) repeat-y left top;
}


.t4 {
}
.t4-c00 {
	width:8px;
	height: 7px;
	background: #5BBA56 url(/site/tmpl/img/c_feat_tl.gif) no-repeat left top;
}
.t4-c01 {
	height: 27px;
	background: #5BBA56 url(/site/tmpl/img/back_feat.gif) repeat-x top;
}
.t4-c02 {
	background: #5BBA56 url(/site/tmpl/img/c_feat_tr.gif) no-repeat right top;
	width:8px;
}
.t4-c10 {
	height: 20px;
	background: #5BBA56 url(/site/tmpl/img/back_feat.gif) repeat-y left;
}
.t4-c12 {
	background: #5BBA56 url(/site/tmpl/img/back_feat.gif) repeat-y right;
}

.t4-c20 {
	background:  url(/site/tmpl/img/back_feat.gif) repeat-y left;
}
.t4-c22 {
	background:  url(/site/tmpl/img/back_feat.gif) repeat-y right;
}
.t4-c30 {
	height:7px;
	width:8px;
	background: url(/site/tmpl/img/c_prod_bl.gif) no-repeat left top;
}
.t4-c31 {
	width:187px;
	background: url(/site/tmpl/img/back_feat.gif) repeat-x bottom;
}
.t4-c32 {
	width:8px;
	background: url(/site/tmpl/img/c_prod_br.gif) no-repeat right top;
}

.t4-c40 {
	height:7px;
	width:8px;
	background: url(/site/tmpl/img/c_prod_tl.gif) no-repeat left top;
}
.t4-c41 {
	width:187px;
	background: url(/site/tmpl/img/back_feat.gif) repeat-x top;
}
.t4-c42 {
	width:8px;
	background: url(/site/tmpl/img/c_prod_tr.gif) no-repeat right top;
}





.t5 {
	background-color:#3FA2F3;
}
.t5-c00 {
	width:8px;
	height: 7px;
	background: url(/site/tmpl/img/c_search_tl.gif) no-repeat left top;	
}
.t5-c11 {
	padding: 6px 0;
}
.t5-c02 {
	width:8px;
	background: url(/site/tmpl/img/c_search_tr.gif) no-repeat right top;	
}
.t5-c20 {
	height: 7px;
	background: url(/site/tmpl/img/c_search_bl.gif) no-repeat left top;	
}
.t5-c22 {
	background: url(/site/tmpl/img/c_search_br.gif) no-repeat right top;	
}

.t6 {
}
.t6-c00 {
	width:8px;
	height: 7px;
	background: #125794 url(/site/tmpl/img/c_cust_tl.gif) no-repeat left top;
}
.t6-c01 {
	height: 27px;
	background: #125794 url(/site/tmpl/img/back_feat.gif) repeat-x top;
}
.t6-c02 {
	background: #125794 url(/site/tmpl/img/c_cust_tr.gif) no-repeat right top;
	width:8px;
}
.t6-c10 {
	height:20px;
	background: #125794 url(/site/tmpl/img/back_feat.gif) repeat-y left;
}
.t6-c12 {
	background: #125794 url(/site/tmpl/img/back_feat.gif) repeat-y right;
}

.t6-r2 {
	background: #E3F4FD url(/site/tmpl/img/grad_cust.jpg) repeat-x top;
}
.t6-c20 div {
	background:  url(/site/tmpl/img/back_feat.gif) repeat-y left;
	height: 100%;
}
.t6-c22 div {
	background:  url(/site/tmpl/img/back_feat.gif) repeat-y right;
	height: 100%;
}

.t6-r3 {
	height: 37px;
}
.t6-c30 {
	background: url(/site/tmpl/img/c_cust_bl.gif) no-repeat left bottom;
}
.t6-c31 {
	background: url(/site/tmpl/img/back_cust.gif) repeat-x bottom;
}
.t6-c32 {
	background: url(/site/tmpl/img/c_cust_br.gif) no-repeat right bottom;
}

.t7-c00{
	width:8px;
	height:48px;
	background: url(/site/tmpl/img/c_body_tl.gif) no-repeat left top;
}
.t7-c01{
	background: url(/site/tmpl/img/back_body_title.gif) repeat-x top;
}
.t7-c02{
	background: url(/site/tmpl/img/c_body_tr.gif) no-repeat right top;
	width:8px;
}
.t7-c10 {
	background: url(/site/tmpl/img/back_feat.gif) repeat-y left;
}
.t7-c12 {
	background: url(/site/tmpl/img/back_feat.gif) repeat-y right;
}
.t7-c20 {
	height:37px;
	background: url(/site/tmpl/img/c_body_bl.gif) no-repeat left top;
}
.t7-c21 {
	background: url(/site/tmpl/img/back_body.gif) repeat-x bottom;
}
.t7-c22 {
	background: url(/site/tmpl/img/c_body_br.gif) no-repeat right top;
}


.t8 {
	background-color:#3BA0F0;
}
.t8-c00{
	width:2px;
	height:24px;
	background: url(/site/tmpl/img/c_news_l.gif) no-repeat left top;
}
.t8-c02{
	width:2px;
	background: url(/site/tmpl/img/c_news_r.gif) no-repeat right top;
}

.t9-c00 img {
	margin:10px 0px;
}
.t9-c00  {
	width: 140px;
}
.t9-c01 {
	padding: 10px;
}
/************/
/* siteEdit */
/************/

.siteEditDotOver 
{
	background-color: #EFEFEF;
	border: 2px solid #369;
	display: none;
	height: 169px;
	margin: 0;
	position: absolute;
	visibility: visible;
	width: 150px;
	z-index: 2500;
}
.siteEditDotOver table 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
}
.siteEditDotOver table td.odata 
{
	background-color: #FFF;
	border-bottom: solid #BBB 1px;
	padding: 0;
}
.siteEditDotOver table td.edata 
{
	background-color: #F6F6F6; 
	border-bottom: solid #BBB 1px;
	padding:0;
}
.siteEditDotOver a 
{
	display: block;
	color: #009;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	text-decoration: none;
}
.siteEditDotOver a:hover 
{
	text-decoration: underline;
}

.terms {
	height: 220px;
	overflow:auto;
	padding: 5px;
	margin-bottom: 20px;
}

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



/*  - 1.level */
.h1_menu_content .l1,
.h1_menu_content .l1_a
{
	color: #0182D3;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0 7px 0;
	text-decoration: none;
	white-space: nowrap;
	border-left: 2px solid #0182D3;
}
.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: #0182D3;
	text-decoration: underline;
}

#h1_first {
	border-left:none;
}
/*****************************/
/* horizontal menu at footer */
/*****************************/

/*  - container */
.h2_menu_content
{
	padding: 10px 0 30px 0;
}

/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a
{
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 0 7px;
	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: #666;
	text-decoration: underline;
}


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

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

/*  - 1.level */
.nav_menu_content .l1,
.nav_menu_content .l1_a
{
	color: #666;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 4px;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px solid #666;
}
.nav_menu_content .l1:active,
.nav_menu_content .l1:hover{
	color: #666;
	text-decoration:none;
}

.nav_menu_content .l1_a,
.nav_menu_content .l1_a:active,
.nav_menu_content .l1_a:hover
{
	color: #F60;
	font-weight:bold;
}
#nav_last {
	border-right:none;
}


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

/*  - container */
.v1_menu_content
{
	padding:0px 0 0 3px;
	width:170px;
}

/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a
{
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 2px 19px;
	text-decoration: none;

	border-bottom: 1px solid #67C6F6;
	border-top: 1px solid #1597EE;
}
.v1_menu_content .l1:active,
.v1_menu_content .l1:hover
{
	text-decoration: underline;
	color: #FFF;
}
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active,
.v1_menu_content .l1_a:hover
{
	color: #FC0;
	text-decoration: none;
}
#v1_last{
	border-bottom:none;
}
#v1_first {
	border-top:none;
}
.v1_menu_content .l1_cell,
.v1_menu_content .l1_a_cell
{
	background: url(/site/tmpl/img/bul1.gif) no-repeat 9px 50%;
}


/*  - 2.level */
.v1_menu_content .l2,
.v1_menu_content .l2_a
{
	background-color: #FFF;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	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;
}



/*  - container */
.prod_menu_content
{
	padding:0px 13px 0 0px;
	width:180px;
}

/*  - 1.level */
.prod_menu_content .l1,
.prod_menu_content .l1_a
{
	color: #125794;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 5px 3px 15px;
	text-decoration: none;

	border-bottom: 1px solid #67C6F6;
}
.prod_menu_content .l1:active,
.prod_menu_content .l1:hover
{
	text-decoration: underline;
	color: #125794;
}
.prod_menu_content .l1_a,
.prod_menu_content .l1_a:active,
.prod_menu_content .l1_a:hover
{
	color: #125794;
	text-decoration: none;
}
.prod_menu_content .l1_cell,
.prod_menu_content .l1_a_cell
{
	background: url(/site/tmpl/img/bul2.gif) no-repeat 6px 50%;
}


.prod_menu_content .l1_cell #prod_first,
.prod_menu_content .l1_a_cell #prod_first {
	border-top: 1px solid #67C6F6;
}
.prod_menu_content .l2_cell #prod_last,
.prod_menu_content .l2_a_cell #prod_last {
	border-bottom: 1px solid #67C6F6;
}

#feat_first {
	border-top: none;
}

#feat_last {
	border-bottom: none;
	background-color:#FFF;
	font-weight:bold;
	color:#C30;
}

/*  - 2.level */
.prod_menu_content .l2,
.prod_menu_content .l2_a
{
	color: #125794;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 26px;
	text-decoration: none;

}
.prod_menu_content .l2:active,
.prod_menu_content .l2:hover
{
	color: #125794;
	text-decoration: underline;
}
.prod_menu_content .l2_a,
.prod_menu_content .l2_a:active,
.prod_menu_content .l2_a:hover
{
	color: #125794;
	text-decoration: none;
}
.prod_menu_content .l2_cell
{
	background: url(/site/tmpl/img/bul4.gif) no-repeat 15px 50%;
}





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

/*  - container */
.v2_menu_content
{
	padding: 5px 0;
}
.v2_menu_content td
{
	padding: 0 0;
}

/*  - 1.level */
.v2_menu_content .l1,
.v2_menu_content .l1_a
{
	background: url(/site/tmpl/img/bul3.gif) no-repeat 4px 50%;
	color:#166AB6;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-size:11px;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	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: #166AB6;
	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: 12px;
	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 */
/****************/
.location_bar{
	padding:7px 0 0 0;
}
/*  - 1.level */
.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: 12px;
	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: 12px;
	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: 12px;
	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: 11px;
	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: 11px;
	width: 70px;
}
.form_field select {
	background-color: #F2F2F2;
}
table.userinfo
{
	margin: 5px 0 2px 0;
	width: 100%;
}
table.userinfo .label
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	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: 11px;
	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: 11px;
	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;
}

.box_title {
	color:#FFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight:bold;
	padding-left:3px;
}

.fp_news_title {
	color:#FFF;
	font-family: "Trebuchet MS", Verdana;
	font-size:14px;
	font-weight:bold;
	padding-left: 10px;
}

.prod_gr_list {
	width: 100%;
	margin-left: -5px;
}

.prod_gr_list .cell {
	width: 33%;
	border: 1px solid #CCC;
	padding:10px;
	text-align: center;
	vertical-align:top;
	color: #0182D3;
}

.prod_gr_list .cell .image {
	padding:10px;
	vertical-align:bottom;
	display:block;
}
.prod_gr_list  a{
	font-size:11px;
	text-decoration:none;
}
.prod_gr_list  a:hover{
	text-decoration:underline;
}
.prod_gr_list .cell .name a{
	font-weight:bold;
}


.prod_gr_list .cell .image img {
	border: 1px solid #4F60B0;
}
.prod_list{
	width:510px;
}

.prod_list .cell {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding:5px 5px;
	border-bottom: 1px solid #AAA;
}

.prod_list td a {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight:bold;
	color:#125794;
	text-decoration:none;
}
.prod_list td a:hover {
	color:#125794;
	text-decoration:underline;
}
.prod_list .order
 {
	color:#F60;
}
.prod_list .order:HOVER{
	color:#F60;
}

.prod_nav  a {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight:bold;
	color: #666;
	list-style:none;
	text-decoration:none;
}

.prod_nav .position {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

.prod_detail .name {
	width: 100%;
	padding: 4px 4px;
	color: #125794;
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	border-bottom: 1px solid #CCC;
}

.prod_detail .featured {
	padding: 8px 4px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

.prod_detail .featured a {
	color: #125794;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	text-decoration:none;
}

.prod_detail .option a,
.prod_detail .option
 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px 4px;
}
.prod_detail .option input {
	height:20px;
	border: 1px solid #ccc;
	width:40px;
	text-align:center;
}
.prod_detail .order
 {
	color:#F60;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #F60;
	width: 60px;
	padding: 2px 0px;
}

.prod_detail .order:hover{
	color: #F60;
}


.layout_footer2 a.button,
.buttonbar a,
.prod_detail .nav,
.navi .nav,
a.nav
 {
	color:#125794;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #125794;
	padding: 3px 7px;
}
.prod_detail .descr
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 8px 4px;
	border-bottom: 1px solid #CCC;
}
.prod_detail .prod_detail_img{
	margin-top:10px;
	width:210px;
}
.prod_detail .prod_detail_img .c00 {
	border: 1px solid #ccc;
	padding: 7px 0px;
	text-align:center;
}
.prod_detail .prod_detail_img .c10 {
	border: 1px solid #ccc;
	background-color: #F0F0F0;
	border-top:none;
}
.prod_detail .prod_detail_img a
 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color:#666;
	text-decoration:none;
}
.prod_detail .moreinfo {
	padding-top:10px;
}
.prod_detail .moreinfo a {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #125794;
	text-decoration:none;
}
.suggested {
	width: 100%;
	padding: 15px 0px 8px;
	color: #666;
	font-family: "Trebuchet MS", Verdana;
	font-size: 17px;
	border-bottom: 1px solid #CCC;
}
.prod_sug_list .cell {
	padding: 5px;
}

.prod_sug_list td a {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight:bold;
	color:#125794;
	text-decoration:none;
}
.prod_sug_list td a:hover {
	color:#125794;
	text-decoration:underline;
}
.prod_sug_list .order
 {
	color:#F60;
}
.prod_sug_list .order:HOVER{
	color:#F60;
}


#prodtable {
	width: 505px;
	height: 50px;
}

#prodtable-c00 {
	width: 50px;
	vertical-align: middle;
	border-right:1px #A3A3A3 solid;
	padding: 0 10px 0 0;
}

#prodtable-c01,
#prodtable-c11,
#prodtable-c21 {
	padding: 0 0 0 10px;
}

#prodtable-c01 {
	width: 300px;
}

.prod_price {
	width:100px;
	float:left;
}
.prod_quantity {
	width:28px;
	float:left;
}
.prod_update {
	width:42px;
	float:left;
	padding: 4px 9px 0px;
}
.prod_total {
	width:130px;
	float:right;
	text-align:right;
}
.prod_remove {
	float:left;
	padding-top:4px;
}
.prodtable-row {
	padding:5px 0;
	border-top: #999 solid 1px;
}
.cart-total {
	font-weight:bold;
	text-align:right;
}

input.quantity
{
	border: 1px solid #999;
	color: #666;
}
#prodtable a {
	color: #125794;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

table.layout_header1
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px 5px;
	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;
}

.doc_checkout,
.layout_footer1
{
	width: 490px;
	margin-left: 10px;
}

.layout_footer2
{
	margin: 15px 0;
}

.layout_footer2 td
{
	padding: 3px 0;
}

.clabel
{
	font-weight: bold;
	color: #333;
}
.head {
	background-color: #B5DEFA;
	padding: 4px;
}
.disclaimer {
	font-size: 10px;
	padding: 1px 5px;
	color: #666;
}
.remedy {
	padding: 0 5px;
}
.remedy a,
.remedy a:hover
{
	font-size:10px;
	color: #125794;
	text-decoration: none;
}
.remedy a:hover
{
	text-decoration: underline;
}