/* CSS Document */

#company-header{
	width: 821px;
	margin-top: 87px;
	position: absolute;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 74px;
	background-image: url(../images/bg_company_head.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 10px;
	
}
#company-header h1{
	font-size: 1.7em;
	color: #515152;
	margin: 0px;
	padding: 0px;	
	
}
#company-header img{
	margin-right: 4px;
	border: 3px solid #a5c11b;
	float: left;
	
}
#main-area{
	padding-top: 170px;
}
#leftbox{
	width: 285px;
	margin-left: 30px;
	padding-left: 10px;
	font-size: 0.8em;
	padding-top: 20px;
}
#leftbox .profile{
	overflow: auto;
	height: 295px;
}
#rightbox{
	width: 540px;
	position: relative;
	padding-right: 0px;
	padding-top: 26px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 1px;
	float: right;
	margin-right: 50px;
	_margin-right: 25px;
}
#rightbox .companybg{
	float: right;
	width: 540px;
	position: relative;
	padding-right: 75px;
	background-image: url(../images/bg_company_product.gif);
	background-repeat: no-repeat;background-position: left top;
	padding-top: 26px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 1px;
	
}
#rightbox .main-box{
	overflow: auto;
	height: 530px;
}
#leftbox .contact-box{
	background-image: url(../images/bg_contact_down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 280px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #fbfbfb;
	padding-bottom: 10px;
	overflow: auto;
}
.contact-title{
	font-size: 1.3em;
	color: #5e7a09;
	background-image: url(../images/bg_contact.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 5px;
	padding-left: 45px;
	font-weight: bold;
}
.word-edit{
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.product-box{
	float: left;
	width: 110px;
	margin-bottom: 8px;
	margin-top: 15px;
	height: 130px;
	margin-left: 15px;
}
.check-box{
	float: left;
	width: 17px;
	margin-right: 2px;
}
.product-content{
	float: left;
	font-size: 0.7em;
	line-height: 1em;
	text-align: center;
	width: 90px;
}
.product-content a{
	text-decoration: none;
	color: #487597;
}
.product-content a:hover{
	text-decoration: none;
	color: #bed508;
}
.product-content a img{
	background-color: #f4f4f4;
	padding: 2px;
	border: 1px solid #f4f4f4;
	margin-bottom: 2px;
}
.product-content a:hover img{	
    background-color: #e8fc4d;
	padding: 2px;
	border: 1px solid #bed508;	margin-bottom: 2px;}
.search-product{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.search-product a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.search-product a:hover{
	color: #382f89;
	text-decoration: none;
}
#query-l {
	width: 210px;
	color: #696969;
	font-size: 0.9em;
	line-height: 200%;
	background-color: transparent;
	background-image: url(../images/bg_input_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: lighter;
	padding-left: 5px;
}
/* Product Detail */
.product-topbg{
	background-image: url(../images/bg_company_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	width: 520px;
	display: block;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
.product-downbg{
	background-image: url(../images/bg_company_product_down.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 60px;
	width: 520px;
	display: block;
	text-align: right;
	padding-right: 20px;
}
#product-detail{
	overflow: auto;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../images/bg_company_product_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 480px;
	padding-bottom: 0px;
	font-size: 0.8em;
	margin: 0px;
}
#product-detail h3{
	font-size: 1.4em;
	color: #99CC00;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
#product-detail .leftbox{
	float: right;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#product-detail .product-pic{
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
#product-detail .iconarea{
	float: left;
	width: 200px;
	text-align: center;
	font-size: 0.9em;
}
#product-detail .product-pic img{
	border: 2px solid #e8e8e8;
	padding: 3px;
	background-color: #f8f8f8;
}
#product-detail .description{
	font-size: 0.9em;
	line-height: 1.4em;
	float: left;
	width: 245px;
}
#product-detail .standard{
	font-size: 1em;
	line-height: 1.4em;
	float: left;
	margin-top: 10px;	
}
#other-products-area{
	width: 92%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.7em;
	margin-right: auto;
	margin-left: auto;
	
}
#other-products-area h2{
	font-size: 1.6em;
	margin-top: 0.1em;
	margin-bottom: 0.8em;
	color: #5e7a09;
	background-image: url(../images/bg_other_products.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#other-products-area .button-circle{
	float: left;
	width: 49px;
	padding-top: 20px;
}
#other-products-area .other-products{
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#other-products-area .other-products a{
	text-decoration: none;
	color: #487597;
}
#other-products-area .other-products a:hover{
	text-decoration: none;
	color: #99ac00;
}
#other-products-area .other-products a img{
	background-color: #f4f4f4;
	padding: 2px;
	border: 1px solid #f4f4f4;
	margin-bottom: 2px;
}
#other-products-area .other-products a:hover img{	
    background-color: #e8fc4d;
	padding: 2px;
	border: 1px solid #bed508;	margin-bottom: 2px;}
#link-product-area{
	margin-top: 5px;
	display: block;
	background-color: #ffffff;
	width: auto;
	overflow: hidden;
	padding: 3px;
	background-image: url(../images/bg_select_product.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	_height: 140px;
}
#link-product-area h2{
	font-size: 1.1em;
	margin-top: 0.1em;
	margin-bottom: 0.8em;
	color: #5e7a09;
	background-image: url(../images/bg_other_products.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 95%;
	margin-left: 7px;
}
#link-product-area .box{
	float: left;
	width: 70px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 10px;
}
#link-product-area .box-select{
	float: left;
	width: 100px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 10px;
	color: #7aa301;
}
#link-product-area .box-select img{background-color: #f3fcc4;
	padding: 2px;
	border: 1px solid #99cc00;
	margin-bottom: 2px;}
#link-product-area .button-circle{
	float: left;
	width: 29px;
	padding-top: 20px;
}
#link-product-area .box a{
	text-decoration: none;
	color: #5593c2;
}
#link-product-area .box a:hover{
	text-decoration: none;
	color: #99ac00;
}
#link-product-area .box a img{
	background-color: #f4f4f4;
	padding: 2px;
	border: 1px solid #f4f4f4;
	margin-bottom: 2px;
}
#link-product-area .box a:hover img{	
    background-color: #e8fc4d;
	padding: 2px;
	border: 1px solid #bed508;	margin-bottom: 2px;}
