@import url(base.css);
@import url(../../fixtable.css);
a{color: #7d793f;text-decoration: none;}
a:hover{color: #4a729f;text-decoration: underline;}
.top{
	text-align: right;
	font-size: 0.9em;
}
.txtMore a:link, .txtMore a:visited{
	background-image: url(../images/button_more.gif);
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	width: 43px;
	float: right;
	padding-left: 8px;
	font-weight: lighter;
	color: #53a51c;
	background-position: bottom;
	
}
.txtMore a:hover{
	color: #0b579e;
	text-decoration: none;
}
.grdtxt{
	width: 230px;
	padding-right: 5px;
	clear: right;
	padding-left: 5px;
	margin-top: 5px;

}
/* Header */
.Header .Logo{overflow:hidden;width: 680px;}
.Header .Logo h1 a{
	background-image: url(../stuff/logo_en.gif);
	background-repeat: no-repeat;background-position: left;
	overflow:hidden;
	float:left;
	height: 73px;
	width: 680px;
	text-indent:-9999px;
	}
.Header .Logo h1 a:hover{border-style: none;}
.Header .Lang{
	text-align: right;
	color: #cacaca;
	padding-top: 2px;
	width: 640px;*width:300px;
	margin-right: 7px;
	font-size: 1em;
	float: right;
}
.Header .Lang a{
	color: #e1d404;
	padding-right: 2px;
	padding-left: 2px;
}
.Header .Lang a:hover{
	color: #ffffff;
	padding-right: 2px;
	padding-left: 2px;
	}
.Header .Lang ul{	margin: 0px;padding: 0px;}
.Header .Lang li{
	display: inline;
	margin-right: 8px;
	background-image: url(../images/ico_arrow_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.Header .Lang li.rss{}
.flash, .subject{
	height: 210px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

/* Menu */
.Navi{
	background-image: url(../images/bg_navi.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 960px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:600;
	line-height:120%;
	padding-left: 15px;
	padding-top: 6px;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
}

/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0px;
	cursor:pointer;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 20px;background-color: transparent;
	background-image: url(../images/bg_navi_line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.dropdown li a, .dropdown li a:visited{
	color: #fefefe;
	text-decoration: none;
	_width: 80px;
	padding-right: 30px;
	_padding-right: 0px;
	
}
.dropdown li a:hover{color: #c3f026;text-decoration: none;border-style: none;}
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{text-decoration:none;color:#ffffff;}
.dropdown a:hover{	text-decoration:underline;}
/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #7ac035;
	border-top:0;
	margin-left:-1px;
	background-color: #4c8f0a;
	padding-right: 20px;
	padding-left: 8px;
	width: 80px;font-size:0.8em;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	padding-left:20px;
	padding-right: 5px;
	background-color: transparent;
	background-image: url(../images/bg_navi_line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	}
.dropdown li.submenu-down li{width: 200px;}
/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:#4c8f0a url('../images/expand_right.gif') center right no-repeat;
	padding-right:20px;
	padding-left: 8px;font-size: 1em;
}
.dropdown li.submenu-down li a{color:#ffffff;}
.dropdown li.submenu-down li a:hover{color:#c3f026;}
.Container .Content{
	margin-right: 240px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #92d003;
	background:#fff url(../images/bg.gif) repeat-x 0px -328px;
	*height:1%;
}
.Container .sidebar{
	float: right;
	width: 240px;
	background-color: #dbd9bc;
	position: relative;
}
.Content h2{
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:normal;
	font-size: 1.5em;
	margin-bottom: 0.8em;
	color: #504e4e;
	background-image: url(../images/ico_arrow_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.Profile h2, .HotProducts h2{background-image:none;padding-left: 0px;}
.Content h3, .Content p{
	font-size: 1em;
	line-height: 1.7em;
	font-weight: lighter;
	color: #4c4c4c;
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	padding-bottom: 0.5em;
}
.Content h4{
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #4c7903;
	line-height: 1.3em;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	padding: 0px;
	margin-top: 0px;
	}
.Content h5{
	font-size: 1.1em;
	color: #69a106;
	margin-bottom: 0.5em;
}
.Content h6{font-size: 1.2em;}
.Profile .imgAbout{
	float: left;
	width: 170px;
	margin-right: 1.5em;
	margin-bottom: 0.7em;
}
.PageContent, .txtPageFull{
	display: block;
	float: left;
	width: 700px;
}
.product-box{
	float: left;
	width: 97%;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.1em;
}
.boxProduct{
	float: left;
	width: 100%;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d5d5d5;
	padding-bottom: 8px;
	}
.PageContent .PRight ul{
	margin-top: 5px;
	
}
.PageContent .PRight li{
	margin-bottom: 0em;
	line-height: 0.7em;
}
.btnInquiry{
	background-image:url(../images/btn_long.gif);
	background-repeat:repeat-x;
	border:1px solid #607c12;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:3px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
}

.imgProduct {
	display:inline-block;
	zoom:1;
	padding:1px;
	border:1px solid #e8e8e8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #d3d3d3;
	float: left;
}
.imgProduct img a{
	padding:1px;
	background:#13151f;
	border:1px solid #999999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.checkbox{
	margin-right: 5px;
}
.PRight{
	display: block;
	margin-left: 115px;
	min-height:100px;
	-height:auto !important;
	-height:100px;
	-overflow:visible;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #cee87e;
	padding-left: 10px;
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #94ba20;
}
.PRight h4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 3px;
	background-image: url(../images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
.PRight h4 a, .PRightNoImg h4 a{
	color: #c97600;
	
}
.PRightNoImg{display: block;margin-left: 20px;}
.PRightNoImg ul{
	padding-left: 5px;
}
.PageContent .PRight strong a{
	color: #FFFFFF;
}

.PageContent .boxProductBlk{
	float: left;
	height: 180px;
	width: 150px;
	text-align: center;
	
	margin-top: 0.5em;
	margin-right: 0.7em;
	margin-bottom: 0.5em;
}

.PageContent .boxProductBlk img{
	display:inline-block;
	zoom:1;
	padding:1px;
	border:1px solid #e8e8e8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #d3d3d3;
	
}
.PageContent .boxProductBlk img a{
	padding:1px;
	background:#13151f;
	border:1px solid #999999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.boxProductBlk h4{
	font-size: 0.9em;
	font-weight: bold;
}
.barPInfo{
	background-image: url(../images/bg_product_select.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 5px;
	font-weight: bold;
	color: #3e5f12;
	margin-bottom: 1em;
	vertical-align: middle;
	padding-right: 5px;
	clear: both;
	background-color: #c3e05f;
	border: 1px solid #91b85f;
}
.barPInfo select{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
.NoticeSel{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4840;
}
.txtPageFull h4{
	font-size: 1.2em;
	background-image: url(../images/ico_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}
.txtPageFull h3{
	margin-bottom: 1em;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 1.1em;
}
/****** Pagination Links ******/
.PageCode{
	padding-top: 0.5em;
	padding-right: 2px;
	padding-bottom: 0.5em;
	padding-left: 2px;
	margin: 0px;
	font-size: 1.2em;
}
.PageCode ul{
	margin: 0px;
	padding: 0px;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 0.85em;
}
.PageCode li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	padding-left: -18px;
	margin-right: 2px;
}
.PageCode li a, .PageCode li a:visited{
	padding: 0 5px;
	border: 1px solid #ffffff;
	color: #4b8203;
	text-decoration: none;
}
.PageCode li a:hover, .PageCode li a:active{
	border: 1px solid #ffffff;
	color: #FFFFFF;
	background-color: #618e28;
}
.InquiryForm {
	border:1px solid #E3E2E2;
	margin-bottom:1em;
	margin-left:auto;
	margin-right:auto;
	width:620px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;	
}
.InquiryForm td{
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	line-height: 1.7em;
}
.InquiryForm .columnName{
	color: #6E691A;
	width: 150px;
}
.inquForm td input.text {
	width:300px;font-family:Arial,Helvetica,sans-serif;
	padding: 2px;
}
.inquForm img{	vertical-align: middle;}
.inquForm td input {margin-right:5px;}
.inquForm td select {

color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:1.1em;
margin-bottom:4px;
padding:3px;
}
.inquForm caption{
	background-color: #edf8c2;
	padding-top: 4px;
	padding-bottom: 4px;
}
.inquForm th{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #4d8a05;
	background-color: #f5faef;
}
.inquForm td textarea {
width:400px;
}
.inquForm td input.textss, .authnumx2 {
	width:60px;
	margin-bottom: 5px;
}
.btnLogin {
	background-image:url("../images/btn_long.gif");
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid #443B2C;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin-top: 8px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.InquiryForm .tbForm{
	border: none;
}
.InquiryForm .tbForm td{
	border: none;
}
.InquiryForm h3{
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #bbbbbb;
}
.checkbox{
	margin-right: 5px;
	margin-bottom: 1px;
}
.txtImportant{
	color: #FF0000;
}
.PageContent .imgAbout{
	margin-bottom: 1em;
}
.Profile, .HotProducts{
	padding-bottom: 1em;
}
.HotProducts{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 0.5em;
	display: block;
	clear: left;
	}
.HotProducts .HotProduct{
	float: left;
	width: 120px;margin-right: 0.5em;
	text-align: center;
	margin-left: 0.5em;
}
.HotProducts .HotProduct h4{
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.HotProducts .HotProduct img {border:#ddd 1px solid;}
.arrow{
	float: left;
	width: 15px;
	margin-top: 45px;
}
.Search{
	background-image: url(../images/bg_search.gif);
	margin-bottom: 0px;
	padding: 8px;
	background-color: #bcb98b;
	background-repeat: repeat-x;
	background-position: bottom;
}
.Search h2{color:#4093e9;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;font-weight:normal;
	font-size: 1.5em;
	margin-bottom: 0.1em;
	}
.Search input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding: 2px;
}
.Search .search-bg{
	float: left;
}
.Search .btnSearch {
	height:26px;
	margin-left:1px;
	width:31px;
	margin-top: -3px;	
}
.SideBox {
	width:240px;
	background-image: url(../images/bg_login.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #f9f3ea;
	margin-right: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.SideBox h2{
	color:#89471f;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:normal;
	font-size: 1.5em;
	margin-bottom: 0.1em;
	padding-left: 8px;
	padding-top: 5px;
}
.SideBox ul {
	padding:0;
	list-style:none;
	color:#978262;
	font-weight:bold;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.SideBox ul li {
	line-height: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0pt;
	padding-left: 10px;
	margin: 0;
}/* for News Box */
.SideBox ul li.VipLogin {
	padding:0;
	background:none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: both;	
}/* for VipLogin Box */
.SideBox ul li.VipLogin input {
	padding:2px;
	width: 140px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 3px;
	border: 1px solid #dbcbb3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #434343;
}
.btnBox {
	border:none;
	color:#fff;
	font-weight:bold;
	background-color: #3187e7;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 3px;
}

.info{
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 6px;
	color: #CCCCCC;
	font-size: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9f9c6d;
	margin-right: auto;
	margin-left: auto;
	width: 230px;
}
.SideBox a{color: #3f600a;}
.SideBox a:hover{color:#976802}
.News, .Newsin{
	background-color: #ecead5;
	background-image: url(../images/bg_news.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 10px;
	padding-left: 5px;
	overflow: auto;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;zoom: 1;/* for IE6 */
}
.News h2, .Newsin h2{
	color:#579105;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:normal;
	font-size: 1.5em;
	margin-bottom: 0.1em;
	padding-left: 8px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f5f4e8;
}
.News ul, .Newsin ul{
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
.News li, .Newsin li{
	background-image: url(../images/ico_point.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	list-style-type: none;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
.News li a{}
.News li a:hover{}
/* Path */
.TopNavi{
	padding-top: 2px;
	padding-bottom: 4px;
	color: #CC9966;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dadada;
}
.TopNavi span{
	color: #FF9900;
	font-weight: bold;
}
/** Contact Detail Box **/

.boxContentPage {
	word-break:break-all;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-right: 2em;
	margin-left: 0px;
	width: 95%;
	float: left;
}
.boxContentPage H6{
	background-image: url(../images/ico_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
	margin-bottom: 0.3em;
	color:#56b6b0;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding-bottom: 0.3em;
}
ul.listLight {
	padding:0;
	color:#4f4f4f;
	line-height:18px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 19px;
}

ul.listLight li {
	padding:0;
	font-weight: bold;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
ul.listLight li ul {
	padding:0;
	margin-top: -18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
	
}

ul.listLight li ul li {
	padding:0;
	font-weight: lighter;
	color: #656565;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;	
	}
/*** list for Product Deatail ***/
ul.listDark {
	padding:0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
}
ul.listDark li {
	padding:0;
	line-height:1.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
ul.listDark li ul {margin:5px 0 5px 10px; padding:0; }
ul.listDark li ul li {margin:0; padding:0;}
.listPDetail{
	font-weight: lighter;
	margin-top: 0.1em;
	margin-bottom: 0.5em;
	padding: 0px;
		
	
}
.listPDetail li{
	line-height: 1.4em;color: #4C4C4C;
	margin-bottom: 0.4em;margin-left: 25px;
}
.listSeries h3{
	line-height: 1.2em;
	font-size: 1em;
	margin-bottom: 0.5em;
}
.listSeries li{
	margin-bottom: -1em;
}
.SubNavi{
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
	width: 210px;
	}
.SubNavi ul{
	font-size: 1.1em;
	font-family:"Trebuchet MS",Arial,sans-serif;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
.SubNavi ul li{
	display: block;
	list-style-type: none;
	margin-bottom: 0.5em;
	padding-top: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #827e6e;
	background-image: url(../images/ico_yellow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 17px;
}
.SubNavi li.NavTitle{
	font-size: 1.5em;
	color: #498d07;
	padding-top: 0em;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #e6e5ce;
	padding-bottom: 0.3em;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;background-image:none;
	margin-bottom: 0.2em;	padding-left: 0px;
}
.SubNavi ul li a{
	color: #584c43;
}
.SubNavi ul li a:hover{
	color: #13538f;
	text-decoration: none;
}
.SubNavi li.NavSelected, .SubNavi li.NavSelected a{
	font-weight: bold;
	color: #9f5418;
	}
.SubNavi li span, .SubNavi li.NavSelected span{
	font-weight: lighter;
	font-size: 0.8em;
	color: #CC9900;
}

.SubNavi li ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.SubNavi li ul li a {
	font-size:0.9em;
	color: #e7dfc4;
}
.Content .imgIntro{
	float: right;
	margin-left: 1.5em;
	color: #b1a897;
	text-align: center;
	clear: both;
}
.Content .imgIntro p{
	padding-bottom: 1em;font-size:0.9em;
}
.Content .imgIntro img{
	margin-bottom: 0.5em;
	border: 1px solid #8c8074;
	width: 160px;
}
.boxAward{
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-bottom: 0.5em;
		}

.boxAward img{
	float: right;
	border: 1px solid #e5e5e5;
	
}
.imgAward{
	padding: 2px;margin-bottom: 2em;
}
.boxAwardIso{
	width: 300px;
}
.boxAwardIso th{
	background-color: #93846f;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.boxAwardIso td{
	background-color: #FFFFFF;
	padding: 2px;
	text-align: center;
	color: #666666;
}
.RightBox{
	float: right;
	width: 195px;
	text-align: center;
	margin-right: 8px;
	padding-right: 5px;
	margin-top: 20px;
}
/*product img*/

.ComImg{
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	padding: 2px;
	width: 210px;
	margin-top: 0px;
	margin-left: 0px;
	color: #5a5a5a;
	position: relative;
	left: 20px;
	top: 10px;

}
.ComImg img {border:#ccc 1px solid;}
.ComImglNoImg{

	display: none;

}

.RightBox .ComImg p{
	text-align: center;
	margin: 0px;
	padding: 0px;
	

}

.RightBox .ComImg p img{

	padding: 2px;

	border: 1px solid #2b2316;

	background-color: #e3e3e3;

	margin-bottom: 0.5em;

}

.PicZoom{

	background-image: url(../images/bg_pic_zoon.gif);

	background-repeat: no-repeat;

	background-position: left top;

	height: 27px;

	width: 151px;

	margin-right: auto;

	margin-left: auto;

	margin-bottom: 10px;

	margin-top: 5px;

}

.PicZoom a{

	color: #ffffff;

}

.PicZoom a:hover{

	color: #282828;

}
/* table */
.tbForm{
	border: 1px solid #c7db8d;
	margin-bottom: 8px;
}
.tbForm th{
	background-color: #82ab47;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ededed;
	padding: 4px;
}
.tbForm td{
	text-align: left;
	color: #6e691a;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ededed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7db8d;
}
.TableBox{
	width: 99%;
	overflow: scroll;
	margin-bottom: 1em;
	margin-top: 1em;	
}
table.tbContact{
	color:#4F4F4F;
	border:0;
	line-height: 1.4em;
}
th.tbContact{
	padding: 4px;
}
td.colContact{
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	vertical-align: top;
	font-weight: bold;
	width: 140px;
	margin-bottom: 3px;
}
/* Footer */
.Footer ul.navFooter{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #c3b19e;
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	float: left;
	width: 550px;
}
.Footer ul.navFooter li{
	display: inline;
	list-style-type: none;
	margin-right: 1.2em;
	margin-left: 0.1em;
}
.Footer ul.navFooter li a{color: #194e8a;}
.Footer ul.navFooter li a:hover{color: #8c8951;}
.Footer .Address{
	font-size: 0.9em;
	color: #5d5c5c;
	line-height: 1.3em;
	float: right;
	text-align: right;
	margin-bottom: 0.3em;
	margin-top: 0.2em;
	padding-right: 10px;
	width: 420px;
	margin-right: 0px;
	}
.Footer .Copyright{
	font-size: 0.8em;
	color: #a6a6a6;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 1em;
	clear: both;
	margin-top: 3px;
	text-align: right;
	padding-left: 20px;
}
.DetailDes{
	
	margin-bottom: 8px;
}
.boxProductBlkR{
	float: left;
	width: 110px;
	margin-right: 5px;
}
.boxProductBlkR img{
	border: 1px solid #d2d2d2;
}