

/*---------------------------------------------------------------------------
TESTING!!!!!!!!
----------------------------------------------------------------------------*/
div { border:0px #00FF00 solid; }



/*---------------------------------------------------------------------------
MAIN
----------------------------------------------------------------------------*/
table { 
	border-spacing:0px;
	border-collapse:collapse;
}
td { padding:0px; }
td.3spaces { padding:5px; }
body { margin-top:0; z-index:0; }
form { margin:0; padding:0; }


/*---------------------------------------------------------------------------
WIDTH's, BORDER's, SPACER's, ALIGN's
----------------------------------------------------------------------------*/
.w750 { 
	width: 750px;
	text-align:left;
	margin:0 auto;
	z-index:0;
	clear:both;
}

.clear {  font-size:0; line-height:0; width:0; height:0; clear:both; }
.spacer_5 { font-size: 0; line-height: 0; width: 5px; height: 5px; clear: both;	}
.spacer_10 { font-size: 0; line-height: 0; width: 10px; height: 10px; clear: both;	}
.spacer_20 { font-size: 0; line-height: 0; width: 20px; height: 20px; clear: both;	}
.spacer_30 { font-size: 0; line-height: 0; width: 30px; height: 30px; clear: both;	}
.spacer_40 { font-size: 0; line-height: 0; width: 40px; height: 40px; clear: both;	}
.left { float:left; }



/*---------------------------------------------------------------------------
TEXT
----------------------------------------------------------------------------*/
body, td, span, ul, li, input, textarea, select, .t { 
	font-family:<? echo $font_family_standard ; ?>; 
	font-size: 8pt;
	color: <? echo $font_color_standard ?>; 
}

#listing .price {
	font-size:<? echo $font_size_huge ?>;
}
.green {
	color:<? echo $font_color_green ?>;	
}
.red { color:<? echo $font_color_red ?>;	}
.red_large { color:<? echo BLUE_DARK ?>; font-size:<? echo $font_size_large ?>;	}

h2.headline {
	font-size:<? echo $font_size_huge ?>;
	color:<? echo $font_color_dark_red ?>;
	margin:20px 0 20px 0;
}

/*---------------------------------------------------------------------------
LINKS
---------------------------------------------------------------------------*/
a {
      font-family=<?echo $font_family_standard ; ?> ;
     color: <? echo $link_color_standard ?>;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}

a.general {
	font-family=  Cordia UPC, Arial, Verdana;
	font-size=8pt;
	color: rgb(0,0,0);
 	text-decoration:underline;
}

a.general:visited {
	font-family= Cordia UPC, Arial,Verdana;
	font-size=8pt;
	color: rgb(0,0,0);
 	text-decoration:underline;
}

a.general:hover{
	font-family=Arial ;
	font-size=8pt;
	color: rgb(0,0,0);
 	text-decoration:none;
}



a.sub_main_menu {
	font-family=<? echo $font_family_standard ?>;
	font-size=7.5pt;
 	font-weight : bold ;
	color: rgb(255,255,255);
 	text-decoration:none;
}

a.sub_main_menu:visited {
	font-family=<? echo $font_family_standard ?>;
	font-size=7.5pt;
 	font-weight : bold ;
	color: rgb(255,255,255);
 	text-decoration:none;
}

a.sub_main_menu:hover{
	font-family=<? echo $font_family_standard ?>;
	font-size=7.5pt;
 	font-weight : bold ;
	color: rgb(255,255,255);
 	text-decoration:underline;
}





a.left_menu {
	font-family=<? echo $font_family_standard ?>;
	font-size=8.5pt;
 	font-weight : bold ;
	color: rgb(0,0,0);
 	text-decoration:none;
}

a.left_menu:visited {
	font-family=<? echo $font_family_standard ?>;
	font-size=8.5pt;
 	font-weight : bold ;
	color: rgb(0,0,0);
 	text-decoration:none;
}

a.left_menu:hover{
	font-family=<? echo $font_family_standard ?>;
	font-size=8.5pt;
 	font-weight : bold ;
	color: rgb(0,0,0);
 	text-decoration:underline;
}





/*---------------------------------------------------------------------------
HEADER
----------------------------------------------------------------------------*/
#header {
	width:750px;
	vertical-align:bottom;
}
#header .logo { float:left; } 
#header .navi { 
	float:right; 
	background-color:<? echo GREY_LIGHT_2 ?>;
	padding:4px;
	border-bottom:1px <? echo GREY_LIGHT_1 ?> solid;
	color:<? echo $font_color_grey ?>;
	font-size:<? echo $font_size_standard ?>;
}
#header .slogan { 
	float:left;
	height:45px;
	vertical-align:bottom;
	font-size:<? echo $font_size_small ?>; color:<? echo BLUE_MEDIUM ?>; font-weight:normal; 
}



/*---------------------------------------------------------------------------
MENU HEADER
----------------------------------------------------------------------------*/
#main { 
	width:100%;
}

#main em { 
	font-style:normal; font-weight:normal; 
	color:<? echo BLUE_DARK ?>;
	font-size:<? echo $font_size_small ?>;
}

#main_nav { padding-top:2px; }
#main_nav .sep { display:none; }

#main_nav a { 
	background-color: <? echo BLUE_LIGHT ?>; 
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='<? echo WHITE ?>',endColorStr='<? echo BLUE_LIGHT ?>',gradientType='0'); 
	margin:0 2px 0 0; 
}
#main_nav a:hover { 
	background-color:<? echo BLUE_LIGHT_2 ?>; 
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='<? echo BLUE_LIGHT ?>',endColorStr='<? echo BLUE_LIGHT_2 ?>',gradientType='0'); 
	text-decoration:underline; 
}

#main_nav a.selected:hover { background-color:#FFFFFF; text-decoration:none; }
#main_nav a.high {
	background-color:<? echo BLUE_LIGHT_2 ?>; 
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='<? echo BLUE_LIGHT ?>',endColorStr='<? echo BLUE_LIGHT_2 ?>',gradientType='0');
}
#main_nav a.high:hover { 
	background-color:<? echo BLUE_LIGHT_2 ?>; 
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='<? echo BLUE_LIGHT ?>',endColorStr='<? echo BLUE_LIGHT_2 ?>',gradientType='0');
	text-decoration:underline;
}
#main_nav em.high { color:<? echo BLACK ?>; }
#main_nav span { background:url(<? echo IMAGES_PATH ?>backgrounds/main_menu_corner_l.gif) no-repeat left top; }

#main_nav a, #main_nav span, #main_nav em {
	display:inline-block;
	float:left;
	cursor:hand;
}

#main_nav em {
	background:url(<? echo IMAGES_PATH ?>backgrounds/main_menu_corner_r.gif) no-repeat right top;
	cursor:hand; cursor:pointer; 
	padding:4px 9px;
}



/*---------------------------------------------------------------------------
SUB MENU HEADER
---------------------------------------------------------------------------*/
.tab_menu {
  position:absolute; visibility:hidden; text-align:left;
  z-index:100; font-size:<? echo $font_size_small ?>; background-color:<? echo BLUE_LIGHT ?>;
}
.tab_menu ul { list-style-type:none; padding:0 0 1px 0; margin:0; background-color:#ffffff; border:1px solid <? echo BLUE_MEDIUM ?>; display:block; z-index:100; }
* html .tab_menu ul { padding:0; }
.tab_menu ul ul { margin:0 0 0 10px; padding:5px 0px 5px 5px; border:none; width:auto; display:block; }
.tab_menu ul li { list-style-type:none; padding:0; margin:0; display:block; background-color:<? echo BLUE_LIGHT ?>; }
.tab_menu ul li a {
  cursor:hand; cursor:pointer; 
  font-size: <? echo $font_size_small ?>; text-decoration:none; color:<? echo BLUE_DARK ?>;
  padding:3px; margin:0; display:block; border-top:1px dotted <? echo BLUE_MEDIUM ?>; width:16em;
}
.tab_menu ul li a.first { border-top:0; }
.tab_menu ul li a:hover { background-color:<? echo WHITE ?>; }



/*---------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------*/
#footer {
	width:750px;
	border-top:1px <? echo GREY_LIGHT_1 ?> solid;
	color: <? echo $font_color_grey ?>;
	margin-top:50px;
	font-size:<? echo $font_size_small ?>;
	padding:2px 0 10px 0;
	text-align:left;
}



/*---------------------------------------------------------------------------
CATEGORY PROMOTIONS
---------------------------------------------------------------------------*/
#cat_promo {
	font-size:<? echo $font_size_big ?>;
	padding:5px;
	background-color:<? echo BLUE_MEDIUM ?>;
	color:<? echo WHITE ?>;
	border-top:1px <? echo WHITE ?> solid;
}
#cat_promo a {
	color:<? echo WHITE ?>;
	font-size:<? echo $font_size_small ?>;
}
#cat_promo i { color:<? echo WHITE ?>; }
#cat_promo_foot .bx_cor_bl, #cat_promo_foot .bx_cor_br {
	background-color:<? echo BLUE_MEDIUM ?>;
}

#empty_promo {
	padding:2px;
	background-color:<? echo BLUE_MEDIUM ?>;
	border-top:1px <? echo WHITE ?> solid;
}



/*---------------------------------------------------------------------------
AD's
---------------------------------------------------------------------------*/
.ad_fs {
	padding: 10px 0 10px 0;	
}



/*---------------------------------------------------------------------------
BOXES
---------------------------------------------------------------------------*/
.bx_body { padding:10px; position:relative; }
.bx_top_line { width:100%; position:relative; z-index:100; }
.bx_bottom_line { width:100%; position:relative; }
.bx_cor_tl { position:absolute; width:2px; height:2px; top:0; left:0; font-size:0; background:<? echo BLUE_MEDIUM ?> url(<? echo IMAGES_PATH ?>backgrounds/bx_topl.gif); }
.bx_cor_tr { position:absolute; width:2px; height:2px; top:0; right:0; font-size:0; background:<? echo BLUE_MEDIUM ?> url(<? echo IMAGES_PATH ?>backgrounds/bx_topr.gif); }
.bx_cor_bl { position:absolute; width:2px; height:2px; bottom:0; left:0; font-size:0; background:<? echo BLUE_MEDIUM ?> url(<? echo IMAGES_PATH ?>backgrounds/bx_bottoml.gif); }
.bx_cor_br { position:absolute; width:2px; height:2px; bottom:0; right:0; font-size:0; background:<? echo BLUE_MEDIUM ?> url(<? echo IMAGES_PATH ?>backgrounds/bx_bottomr.gif); }


/* -----------------------------------*/
/* special boxes design */


/* -----------------------------------*/
/* content box */

#bx_content .bx_cor_bl, #bx_content .bx_cor_br { 
	background-color:<? echo BLUE_LIGHT ?>; 
}
#bx_content .bx_body {
	font-size:<? echo $font_size_standard ?>;
	border:1px <? echo GREY_LIGHT_3 ?> solid;
	border-top:0;
	padding:20px;
}
#bx_content .bx_body td {
	padding:4px;
	text-align:center;
	font-size:<? echo $font_size_standard ?>;
	color:<? echo BLUE_DARK ?>;
}



/* -----------------------------------*/
/* search-box */
#bx_search { 
	background-color:<? echo BLUE_MEDIUM ?>; 
	width:750px; 
	margin-top:7px; 
}
#bx_search .bx_body { 
	font-size:<? echo $font_size_large ?>; color:<? echo WHITE ?>; font-weight:bold;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='<? echo BLUE_MEDIUM ?>',endColorStr='<? echo BLUE_LIGHT_2 ?>',gradientType='0'); 
	background-color:<? BLUE_MEDIUM ?>; 
	border:1px <? echo BLUE_MEDIUM ?> solid;
	padding:5px;
	height:30px;
}
#bx_search .bx_cor_tl, #bx_search .bx_cor_tr, #bx_search .bx_cor_bl, #bx_search .bx_cor_br { 
	background-color:<? echo BLUE_MEDIUM ?>;
}
#bx_search .form_cont {
	width:600;
	float:left;
}
#bx_search .search_more {
	float:left;
	text-align:left;
	width:120px;
	font-size: <? echo $font_size_tiny ?>;
	color:#FFFFFF;
	font-weight:normal;
}
#bx_search a { color:#FFFFFF;  }


/* -----------------------------------*/
/* left navigation */

#bx_nav_left .bx_body {
	font-size:<? echo $font_size_big ?>;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='<? echo BLUE_LIGHT_2 ?>',endColorStr='<? echo WHITE ?>',gradientType='0'); 
	background-color:<? echo BLUE_LIGHT ?>;
	border:1px <? echo BLUE_MEDIUM ?> solid;
	height:100%;
}
#bx_nav_left .header {
	font-size:<? echo $font_size_huge ?>;
	color:<? echo BLACK ?>;
	padding:0px; margin:0px;
	font-weight:bold;
	width:100%;
}

#bx_nav_left .small { font-size:<? echo $font_size_tiny ?>; }

#bx_nav_left em, #bx_navi em { 
	font-weight:bold;
	font-style:normal;
	color:<? echo BLACK ?>;
	font-size:<? echo $font_size_standard ?>;
}

#bx_nav_left select { 
	width:148; 
	font-size:<? echo $font_size_small; ?>;
	margin-bottom:10px;
}

#bx_nav_left option.selected {
	color:<? echo $font_color_red ?>;
}

#bx_nav_left .bx_cor_tl, #bx_nav_left .bx_cor_tr, #bx_nav_left .bx_cor_bl, #bx_nav_left .bx_cor_br { 
	background-color:<? echo BLUE_MEDIUM ?>; 
}


/* -----------------------------------*/
/* sort */
#bx_navi { background-color:<? echo BLUE_LIGHT ?>; }
#bx_navi .bx_cor_tl, #bx_navi .bx_cor_tr, #bx_navi .bx_cor_bl, #bx_navi .bx_cor_br { 
	background-color:<? echo BLUE_MEDIUM ?>; 
}
#bx_navi .bx_body {
	font-size:<? echo $font_size_big ?>;
	background-color:<? echo BLUE_LIGHT ?>;
	border:1px <? echo BLUE_MEDIUM ?> solid;
	text-align:center;
}



/*---------------------------------------------------------------------------
CAT's n PROD's
---------------------------------------------------------------------------*/
#cat_head {
	color:<? echo $font_color_grey ?>;
	font-size:<? echo $font_size_small ?>;
	margin:0;
	vertical-align:bottom;
}
#cat_head h2 {
	color:<? echo BLUE_DARK ?>;
	font-size:<? echo $font_size_huge ?>;
	padding:0; margin:0;
	float:left;
}
#cat_head a {
	color:<? echo BLUE_DARK ?>;
}


ul.cat_list { list-style-type:none; padding:0; margin: 0 0 20px 0; }
ul.cat_list li.main_item { margin:0;	}
ul.cat_list li { 
	margin-left:10px; 
	margin-top:3px;
}



#sub_box_header { background: url(<? echo IMAGES_PATH ?>backgrounds/sub_box_header_top.gif) no-repeat left top; padding-top:1px; }
#sub_box_header .body, #sub_box_header td { color:<? echo WHITE ?>; font-size:<? echo $font_size_small ?>; }
#sub_box_header .body select { font-size:<? echo $font_size_small ?>; }
#sub_box_header .body {
	background: url(<? echo IMAGES_PATH ?>backgrounds/sub_box_header_body.gif);
	padding: 3px 10px 3px 40px;
}
#sub_box_header em {
	font-size:<? echo $font_size_large ?>;
	font-style:normal;
	font-weight:bold;
}
#sub_box_header .bottom {
	background: url(<? echo IMAGES_PATH ?>backgrounds/sub_box_header_bottom.gif) no-repeat left top;
	height:4px;
	font-size:0;
}



/*---------------------------------------------------------------------------
BUTTONS
---------------------------------------------------------------------------*/

.btt_red {
	color:<? echo WHITE ?>; 
	font-size:<? echo $font_size_small ?>;
	font-weight:bold;
	text-decoration:none; white-space:nowrap; 
	background-color: #EE7C24; 
	border-top: solid 1px #FFB680; border-right: solid 1px #C6671D;
	border-left: solid 1px #FFB680; border-bottom: solid 1px #C6671D; 
	cursor:pointer; cursor:hand;
	padding:1px 5px 1px 5px;
	margin-top:7px;
	height:14px;
}



/*---------------------------------------------------------------------------
STANDARD ELEMENTS
---------------------------------------------------------------------------*/
#u_r_here {
	padding: 5px 0 0 0;
	color:<? echo $font_color_grey ?>;
	font-size: <? echo $font_size_big ?>;
}
#u_r_here a {
	color:<? echo $font_color_grey ?>;
}







.black_8 { font-size:8pt ;  font-family:<? echo $font_family_standard ; ?>;  COLOR:rgb(0, 0, 0)  }
.black_10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0, 0, 0)  }
.black_12 { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0, 0, 0)  }
.black_14 { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0, 0, 0)  }
.black_16 { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0, 0, 0)  }
.black_8b { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0, 0, 0)  ; font-weight:bold }
.black_10b { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0, 0, 0)   ; font-weight:bold}
.black_12b { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0, 0, 0)   ; font-weight:bold}
.black_14b { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0, 0, 0)   ; font-weight:bold}
.black_16b { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0, 0, 0)   ; font-weight:bold}

.red_8 { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13) }
.red_10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13) }
.red_12 { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13) }
.red_14 { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13) }
.red_16 { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13) }
.red_8b { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13)  ;  font-weight:bold ;}
.red_10b { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13)  ;  font-weight:bold ;}
.red_12b { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13)  ;  font-weight:bold ;}
.red_14b { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13)  ;  font-weight:bold ;}
.red_16b { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(214,13,13)  ;  font-weight:bold ;}

.white_8 { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) }
.white_10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) }
.white_12 { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) }
.white_14 { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) }
.white_16 { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) }
.white_8b { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255)  ; font-weight:bold }
.white_10b { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) ; font-weight:bold }
.white_12b { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) ; font-weight:bold }
.white_14b { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) ; font-weight:bold  }
.white_16b { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) ; font-weight:bold }

.orange_8 { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#C36D19 }
.orange_10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#C36D19  }
.orange_12 { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#C36D19  }
.orange_14 { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#C36D19  }
.orange_16 { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#C36D19 }
.orange_8b { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#C36D19   ; font-weight:bold }
.orange_10b { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#C36D19  ; font-weight:bold }
.orange_12b { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#C36D19  ; font-weight:bold }
.orange_14b { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR: #C36D19   ; font-weight:bold  }
.orange_16b { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#C36D19 ; font-weight:bold }


.green_8 { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#1B8F04 }
.green_10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#1B8F04  }
.green_12 { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#1B8F04  }
.green_14 { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#1B8F04  }
.green_16 { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#1B8F04 }
.green_8b { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#1B8F04   ; font-weight:bold }
.green_10b { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#96B007  ; font-weight:bold }
.green_12b { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#1B8F04  ; font-weight:bold }
.green_14b { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR: #1B8F04   ; font-weight:bold  }
.green_16b { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#1B8F04 ; font-weight:bold }


.blue_8 { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF }
.blue_10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF }
.blue_12 { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF }
.blue_14 { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF }
.blue_16 { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF }
.blue_8b { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF   ; font-weight:bold }
.blue_10b { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF   ; font-weight:bold }
.blue_12b { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF   ; font-weight:bold }
.blue_14b { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF   ; font-weight:bold }
.blue_16b { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#4750FF   ; font-weight:bold }


.yellow_8 { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#EBBC4A }
.yellow_10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#EBBC4A }
.yellow_12 { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#B78100 }
.yellow_14 { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#EBBC4A }
.yellow_16 { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#EBBC4A }
.yellow_8b { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#EBBC4A   ; font-weight:bold }
.yellow_10b { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#EBBC4A   ; font-weight:bold }
.yellow_12b { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#B78100   ; font-weight:bold }
.yellow_14b { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#EBBC4A   ; font-weight:bold }
.yellow_16b { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#EBBC4A   ; font-weight:bold }

.darkred_8 { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000 }
.darkred_10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000 }
.darkred_12 { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000 }
.darkred_14 { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000 }
.darkred_16 { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000 }
.darkred_8b { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000   ; font-weight:bold }
.darkred_10b { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000   ; font-weight:bold }
.darkred_12b { font-size:12pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000   ; font-weight:bold }
.darkred_14b { font-size:14pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000   ; font-weight:bold }
.darkred_16b { font-size:16pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#790000   ; font-weight:bold }

.number1 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#6C68AB ; font-weight:bold}
.number2 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#90316B ; font-weight:bold}
.number3 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#5A9153 ; font-weight:bold}
.number4 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:#116D98 ; font-weight:bold}




.search_found { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) ;  font-weight:bold ; background:green; border-width:1px ;border-color:black;}

.head { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255) ;  font-weight:bold ;}
.info { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0,0,0)  ;  font-weight:bold ;}
.side { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(255,255,255)  ;  font-weight:bold ;}
.text { font-size:8pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0,0,0)  ;  }
.textb10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0,0,0)  ; font-weight:bold }
.text10 { font-size:10pt ;  font-family: <? echo $font_family_standard ; ?>;    COLOR:rgb(0,0,0)  ; font-weight:bold }


.back {border-style:groove ;border-color:black  ;border-Width:1px}
.side { background-color:rgb(239,238,254);}
.header {background-color:rgb(212,209,255);}


.a1 {background-color:rgb(240,240,240) ; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ; }
.a2 {background-color:rgb(232,232,232) ; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ; }



.sub_a {background-color:rgb(239,238,255) ;}
.sub_b {background-color:rgb(212,209,255) ;}
.sub_top {background-color:rgb(210,210,210) ; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ; font-weight:bold ;}
.sub_bottom {background-color:rgb(215,215,215);  font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ; }


.head {background-color:yellow }
.infob {; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ; font-weight:bold ;text-align:center }
.infobl {; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ; font-weight:bold ;text-align:left ; background-color:rgb(230,230,230); }
.infoblg {; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ; font-weight:bold ;text-align:left ; background-color:rgb(255,255,255); }
.infonb {; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ;text-align:center }
.infonbl {; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ;text-align:left }
.aa {; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ;text-align:left ; background-color:rgb(230,230,230);border-style:groove ;border-color:black  ;border-Width:0.5px}

.form_a {border-style :groove ; border-color:#cccccc ; border-width:1px ; font-weight:bold; font-size:8pt ; font-family:Arial, <? echo $font_family_standard ; ?>,verdana ; background-color:#F5F4F4 ;}
.form_dash {background: #F5F4F4 ; border-style :dashed ; border-color:black ; border-width:1px ; font-size:8pt ; font-family:<? echo $font_family_standard ; ?>;}

.ninfob {; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt  ;}
.infoblc {; font-family: <? echo $font_family_standard ; ?>; color:black ; font-size:10pt ; font-weight:bold ;text-align:left ;  }

.H {background-color:#AADFFD}
.D {}

