/* Site-wide styles */
html {
     overflow: -moz-scrollbars-vertical;
}

BODY {
	background: #097eca url(../pub_images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
}

FIELDSET {
	border: 0;	
	margin: 0;
	padding: 0;
}

INPUT[type="submit"],
INPUT[type="button"],
INPUT[type="reset"],
INPUT.button {
	font-size: 12px;
	font-weight: bold;
  color: #ffffff;
	border: 1px solid #0481C4;
  background: #0481C4;	
height: 20px;
	padding: 0px 4px 2px 4px;
}

INPUT[type="text"],
INPUT[type="password"],
INPUT.text {
	border: 1px solid #D1D1D1;
	background: #fff;
	height: 16px;
	line-height: 16px;
	padding: 1px;
	font-size: 100%;
}

H1 {
	color: #007dc5;
	margin: 0px 0px 14px 0px;
}

H2, H3, H4 {
	color: #007dc5;
	margin: 0px;
}

H5, H6 {
	margin: 0px;
	color: #303030;
	line-height: 100%;
}

H6 {
	font-style: italic;	
}

H1 { font-size: 200%; font-weight: normal; }
H2 { font-size: 100%; color: #e37222; }
H3 { font-size: 100%; color: #e37222; margin-bottom:1px;}
H4,H5, H6 { font-size: 80%; }

LABEL {
	color: #808080;
}

A IMG {
	border: 0;
}

a:link, a:visited {
  color: #007dc5;
  text-decoration: none;
}
a:hover, a:active{
  color: #007dc5;
  text-decoration: underline;
}

ul {
  list-style-type: none;
}

ul.bullet {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

ul.bullet li {
  background-image: url(../pub_images/link.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 2px 0px 2px 15px;
  margin: 0px;
}


#subcontent ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

#subcontent li, #sub_col_1 li, #sub_col_2 li {
  background-image: url(../pub_images/link.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 2px 0px 2px 15px;
  margin: 0px;
}

/* Main elements */


#container {
	width: 964px;
	height: auto;
}

#header {
	width: 964px;
	height: 105px;
	background-image: url(../pub_images/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#logo {
	position: relative;
	left: 25px;
	top: 28px;
	width: 202px;
	height: 31px;
}


#headnavi {
	float: right;
	margin-top: 12px;
	position: relative;
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#headnavi a:link, #headnavi a:visited {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../pub_images/headnavi_separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#search {
	float: right;
	width: 160px;
	margin: 9px 20px 0px 0px;
	background-color: none;
	background-image: url(../pub_images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#middle {
	height: 245px;
	width: 964px;
	background-image: url(../pub_images/fiilis.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#triangle {
	width: 164px;
	height: 164px;
	position: relative;
	z-index: 1;
	left: 800px;
	top: 0px;
}

#content {
	width: 948px;
	background-image: url(../pub_images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ececec;
	padding: 25px 8px 25px 8px;
}

.col_frontpage {
	float: left;
	width: 237px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5753;
}

#cn .col_frontpage a {
	font-size: 15px;
}

.col_frontpage a:link, .col_frontpage a:visited {
  color: #007dc5;
  text-decoration: none;
  font-size: 10px;
}

.col_frontpage a:hover, .col_frontpage a:active {
  color: #007dc5;
  text-decoration: underline;
  font-size: 10px;
}

.col_front_img img {
	/* width: 216px;
	height: 105px; */
	padding: 2px 11px 10px 10px;
	background-image: url(../pub_images/front_img_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#bottom {
	height: 40px;
	width: 964px;
	padding-top: 10px;
	background-image: url(../pub_images/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#search input.search_field {
	float: left;
	width: 120px;
	height: 18px;
	border: solid 0px #fff;
	background: transparent url(../pub_images/search_bg.gif) no-repeat;
  padding: 2px 0px 1px 4px;  
  font-family: 'Arial', sans-serif;
  font-size: 12px;
	color:#5a5753;
}

#search .search_button {
	background-color: none;
	background-image: url(../pub_images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 30px;
	height: 21px;
	border: none;
}

#topnavi {
  position: relative;
  top: 38px;
  left: 3px;
  height: 21px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#topnavi-short {
  position: relative;
  top: 38px;
  left: 70px;
  height: 21px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#topnavi li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
         float: left;
}
#topnavi li.last {
	background-image: none;
}

#topnavi li:hover, #topnavi li.selected {
  z-index: 10;
}

#middle_sub {
	width: 964px;
min-height: 344px;
	background-image: url(../pub_images/subpage_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
        background-color: #ffffff;
}
#middle_sub_nonavi {
	width: 964px;
min-height: 344px;
	background-image: url(../pub_images/subpage_bg_no_navi.gif);
	background-repeat: no-repeat;
	background-position: left top;
        background-color: #ffffff;
}
#subnavi {
	float: left;
	width: 192px;
	padding: 40px 16px 20px 22px;
}

#subnavi ul {
	margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#subnavi li {
	width: 183px;
	margin: 0px;
	padding: 6px 0px 6px 9px;
	background-image: url(../pub_images/subnavi_separator1.gif);
	background-repeat: no-repeat;
	background-position: 3px bottom;
}

#subnavi a:link, #subnavi a:visited {
	padding-left: 10px;
	display: block;
	color: #e37222;
	text-decoration: none;
}
#subnavi a:active, #subnavi a:hover {
	padding-left: 10px;
	display: block;
	color: #007dc5;
	text-decoration: none;
}

#subnavi a.selected {
	background-image: url(../pub_images/subnavi_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #007dc5;
}

#subnavi a.subselected {
	color: #007dc5;
}

#subnavi li.subnavi2 {
	background-image: url(../pub_images/subnavi_separator2.gif);
	background-repeat: no-repeat;
	background-position: 6px bottom;
	padding: 5px 0px 5px 19px;
width: 173px;	
font-size: 11px;
}

#subnavi li.subnavi3 {
	background-image: url(../pub_images/subnavi_separator2.gif);
	background-repeat: no-repeat;
	background-position: 6px bottom;
	padding: 5px 0px 5px 32px;
width: 173px;	
font-size: 11px;
}

#subnavi li.subnavi0 {
        font-weight: bold;
        color: #e37222;
}

#subnavi li.subnavi2 a:link, #subnavi li.subnavi2 a:visited {
	color: #7d7d7d;
}
#subnavi li.subnavi3 a:link, #subnavi li.subnavi3 a:visited {
	color: #7d7d7d;
}
#subnavi li.subnavi2 a:active, #subnavi li.subnavi2 a:hover, #subnavi li.subnavi2 a.selected {
	color: #007dc5;
}


#subcontent {
	float: right;
	width: 694px;
	padding: 25px 20px 25px 20px;
         position: relative;

}


#bottom_sub {
	height: 40px;
	width: 964px;
	padding-top: 10px;
	background-image: url(../pub_images/subpage_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sub_col_1 {
	float: left;
	width: 325px;
	padding-right: 12px;
	background-image: url(../pub_images/subpage_column_separator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#sub_col_2 {
	float: left;
	width: 337px;
	padding-left: 12px;
}

#sub_col_1_3 {
	float: left;
	width: 210px;
	padding-right: 12px;
	background-image: url(../pub_images/subpage_column_separator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#sub_col_2_3 {
	float: left;
	width: 210px;
	padding-left: 12px;
	background-image: url(../pub_images/subpage_column_separator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#sub_col_3_3 {
	float: left;
	width: 210px;
	padding-left: 12px;
}

#tabs {
	border-bottom: 1px solid #9ebace;
  margin: 0px;
  padding: 0px;
  height: 26px;
}
#tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#tabs li {
	float: left;
	margin: 0px 5px -1px 0px;
	padding: 0px;
         background: none;
}
#tabs li a {
	display: block;
	float: left;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#tabs li a:link, #tabs li a:visited {
	color: #7d7d7d;
	padding: 6px 12px 0px 12px;
	background-color: #d6e2ea;
	border: 0px solid #d6e2ea;
	border-bottom: 1px solid #9ebace;
	text-decoration: none;
	background-image: url(../pub_images/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#tabs li a:hover, #tabs li a:active, #tabs li a.tabselected {
	color: #007dc5;
	padding: 5px 11px 0px 11px;
	background-color: #f3f8fc;
	border-top: 1px solid #9ebace;
	border-right: 1px solid #9ebace;
	border-bottom: 1px solid #9ebace;
	border-left: 1px solid #9ebace;
	text-decoration: none;
	background-image: none;
}

#tabs li a.tabselected:link, #tabs li a.tabselected:visited, #tabs li a.tabselected:hover, #tabs li a.tabselected:active {
	color: #007dc5;
	padding: 5px 11px 0px 11px;
	background-color: #f3f8fc;
	border-top: 1px solid #9ebace;
	border-right: 1px solid #9ebace;
	border-left: 1px solid #9ebace;
	border-bottom: 1px solid #f3f8fc;
	background-image: none;
}


.product {
	float: left;
	width: 230px;
	height: 220px;
	margin-bottom: 10px;
	background-image: url(../pub_images/product_text_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.product a, .producton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #5a5753;
}

.producton {
	float: left;
	width: 230px;
	height: 220px;
	margin-bottom: 10px;
	background-image: url(../pub_images/product_text_bg_on.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.productimage {
	width: 216px;
	height: 105px;
	padding: 2px 12px 2px 2px;
	background-image: url(../pub_images/product_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.productimage_big {
  width: 273px;
  height: 182px;
  margin-left: 10px;
  /*padding: 2px 14px 16px 2px; */
  background-image: url(../pub_images/product_big_bg.png);
}

.product_text {
	padding: 0px 18px 8px 8px;
}
.product_text b {
	color: #007dc5;

}

.prod_name {
	font-weight: bold;
	color: #007dc5;
}

.producton .prod_name {
	color: #e37222;
}


/* Generic helpers */

.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

.bold {
	font-weight: bold;	
}

.clearer {
	clear: both;	
}

#middle_sub .clearer
{
margin-top: -1px;
height: 1px;
}

#middle_sub_nonavi .clearer
{
margin-top: -1px;
height: 1px;
}


.no_bg {
	background-color: transparent;
	background-image: none;	
}

TABLE.vertical_header TH {
	text-align: right;
}

#pictureholder {
 position: absolute;
 top: 20px;
 right: 60px;
 width: 100px;
 height: 50px;
}

#news_carousel {
	position: relative;
	height: 117px;
}

#news_carousel IMG {
	position: absolute;
}

/** Login    **/

#login_box {
width: 515px;
height: 54px;
background: url(../images/login_box_bg.gif) top no-repeat;
}

#login_box_text {
padding: 14px 0px 14px 16px;
font-size: 10px;
font-weight: bold;
}

#login_box_text form{
 margin: 0px;
}
 
input.login_input {
width: 141px;
height: 18px;
border: 1px solid #898989;
}


input.order_short {
margin: 0px 5px;
width: 50px;
}
 
input.order_long, textarea.apply_area, select.order_long {
background: #f3f3f3;
border: 1px solid #000;
width: 222px;
margin-left: 15px;
}
 
.check {
background: #f3f3f3;
border: 1px solid #000;
margin-left: 15px;
}

.bsm_field {
	border: 1px solid #D1D1D1;
	background: #fff;
	line-height: 16px;
	padding: 1px;
	font-size: 100%;
        width: 200px;
}

.bsm_field_noborder {
    border: 0;
    background: #fff;
    line-height: 16px;
    padding: 1px;
    font-size: 100%;
    width: 200px;
}


table.MsoNormalTable td {
  background: white; 
  width: 29.8%; 
  border: windowtext 1pt dotted;
  padding: 3pt;
  font-size: 7.5pt; 
  color: #000000; 
  font-family: Arial;
}



a.rss {
  margin-left: 8px;
  color: #e8690b;
  text-decoration: none;
}
a.rss img {
  vertical-align: bottom;
  margin-right: 2px;
}

.ngformError input {
	background: rgb(227, 114, 34);
}


/* Chinese templates */

#cn #middle {
	height: 245px;
	width: 964px;
	background-image: url(../pub_images/fiilis-trad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#cn.hk #middle {
	height: 245px;
	width: 964px;
	background-image: url(../pub_images/fiilis-simp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}


#topnavi {
  position: relative;
  top: 33px;
  left: 3px;
  height: 21px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#cn #topnavi li {
	margin: 0px;
	padding: 0px 10px 0px 10px;
         float: left;
         border-right: 1px solid #7eb2e4;
}

#cn #topnavi li a {
	padding: 4px 10px 2px 10px;
	color: #fff;
	display: block;
}

#cn #topnavi li a.selected{
	display: block;
	padding: 4px 10px 2px 10px;
	color: #3a7ec7;
	background: #fff;
}

#cn #topnavi li a:hover{
	/*background: #7eb2e4;*/
	text-decoration: none;
}

#cn #topnavi li.last {
	background-image: none;
}

#cn #topnavi li:hover, #topnavi li.selected {
  z-index: 10;
}


#cn #search {
	visibility: hidden;
}

#country_select {
 display: none;
}

#productpage table {
	  background: rgb(137, 178, 209);
}

#productpage thead td {
  background: rgb(215, 232, 244);
  border: windowtext 1pt dotted; 
  padding: 3pt;
  font-size: 7.5pt; 
  color: #000000; 
  font-family: Arial;
  margin: 0px;
}

#productpage tbody td {
  background: white; 
  border: windowtext 1pt dotted;
  font-size: 7.5pt; 
  color: #000000; 
  font-family: Arial;
  margin: 0px;
}

#cn h1 {
	font-size:170%;
	font-weight: bold;
}

form.basic td { border: 0; background:none; }
table.basic {background-color: transparent }

.cellclass-1 {text-align:left;}



/* Language NAV */

#language-nav {position: absolute; width: 129px; float: left; margin-top:10px;}

.language-option-1 {float: left; width:33px; height:23px; margin-right:2px; background-image: url(../images/0-flag-en.png);}
.language-option-1:hover {background-image: url(../images/1-flag-en.png);}

.language-option-2 {float: left; width:33px; height:23px; margin-right:2px; background-image: url(../images/0-flag-hk.png);}
.language-option-2:hover {background-image: url(../images/1-flag-hk.png);}

.language-option-3 {float: left; width:33px; height:23px; margin-right:2px; background-image: url(../images/0-flag-ch.png);}
.language-option-3:hover {background-image: url(../images/1-flag-ch.png);}


hr {
 clear: both;
 border: 0px solid #dde;
 height: 1px;
 background: #dde;
 margin-right: 12px;
}