div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
address,caption,cite,code,dfn,em,strong,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
html {
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	background-image: url(../images/body_03.jpg);
	background-repeat: repeat;
}

img {
	border: 0px;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #333;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	letter-spacing:0;
}

a {
	color: #FAB661;
	text-decoration: none;

	blr:expression(this.onFocus=this.blur());
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:focus { -moz-outline-style: none; }

strong {
	color: #C03;
	font-weight: bold;
}

.lefter{ float:left}
.righter{ float:right}

h3{
	font-size:16px;
	margin-bottom: 10px;
	color: #C00;
}

h5{
	font-size:14px;
	margin: 1px 0 10px 0;
	color:#666;
}

.pngbg {
}
#body_bg {
	background-attachment: fixed;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#body_about_bg {
	background-attachment: fixed;
	background-image: url(../images/body_about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#body_map_bg {
	background-attachment: fixed;
	background-image: url(../images/body_map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 176px;
	width: 100%;
	position: relative;
}
#logo {
	float: left;
	padding: 23px 0 0 10px;
}
#serch_box {
	float: right;
	padding-top: 15px;
}
#serch_box .search{
	clear:both;
	padding-right: 10px;
}
#serch_box .top_sub{
	float: right;
	padding-top: 10px;
	padding-bottom:10px;
	color: #fff;
	padding-right: 20px;
	clear: both;
	width: 200px;
}
.serch_bttn {
	background-image: url(../images/button_serch.png);
	height: 26px;
	width: 53px;
	border: 0;
	float: left;
	margin-left: 4px;
}
.serch_txt {
	line-height: 25px;
	color: #FFF;
	background-color: #000;
	height: 25px;
	width: 170px;
	border: 1px solid #505050;
	float: left;
	padding: 0 5px;
}


#nav {
	background-image: url(../images/nav_bg.png);
	position: absolute;
	width: 1080px;
	top: 120px;
	right: 0px;
}
#nav .nav_01{
	text-align: center;
	float: left;
	height: 56px;
	width: 108px;
	color: #CCC;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
}
#nav li {
	text-align: center;
	float: left;
	height: 56px;
	width: 125px;
	color: #CCC;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 56px;
	display: block;
}

#nav li a{ color:#fff; z-index: 10;}

#nav li.selected a{ color:#FC0}
#nav li .sub {
	position: absolute;
	top: 56px;
	left: 0;
	padding: 0 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-color: #FFF;
	border-bottom: 5px solid #333;
	border-top: 5px solid #ccc;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 500;
}


#nav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-image: url(../images/nav_rowline.png);
	background-repeat: repeat-y;
	background-position: 137px 0px;
	border-bottom: 1px solid #eee;
}
#nav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
}
#nav .sub ul li {
	width: 100%;
	color: #666;
	text-align:left;
	height:auto;
	line-height:normal;
}
#nav .sub div   {
	padding: 0;
	margin: 0;
	/* [disabled]text-align: center; */
	/* [disabled]width: 140px; */
}
#nav .sub div .nav_titlepic   {
	padding: 5px 0;
	margin: 0 auto;
	width: 120px;
}
#nav .sub div .nav_title   {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 0 0 5px 10px;
	width: 140px;
	text-align: left;
}
#nav .sub div .nav_title:hover   {
	color: #333;

}
#nav .sub div .nav_txt_only   {
	padding: 5px 0;

}
#nav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 0 0 5px 10px;
	display: block;
	text-decoration: none;
	/* [disabled]background-image: none; */
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	font-size: 12px;
	color: #666;
}
#nav .sub ul li a:hover {
	color: #333;
}

#content {
	overflow: hidden;
	border-top: 1px solid #ddd;

}

.whites{background-color:#fff}

#wide{ margin:20px;}
#main{
	width:1080px;background-color:#fff
}
#wide .box-heading{
	background: url("../images/heading.png") repeat-x scroll center bottom transparent;
	font-size: 20px;
	line-height: 30px;
	margin:0 0 10px 0;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 737px;
}
#main .box-heading{
	background: url("../images/heading.png") repeat-x scroll center bottom transparent;
	font-size: 20px;
	line-height: 30px;
	margin:0 0 10px 30px;
	overflow: auto;
	padding-top: 560px;
	padding-bottom: 30px;
	width: 1027px;
}
#main .box-heading h2, #wide .box-heading h2{ float:left}

#main .text{
	clear:both;
	padding:0px 25px 10px 25px;
	font-size: 13px;
	line-height: 2;
	color: #666;
	position: relative;
}
.contact-font{ font-size:12px;}
.contact-font a:hover{ color:#333}
.about_big{ background:url(../images/about.jpg) 25px 25px no-repeat #fff; padding-bottom:530px;}
.contact_bg{ background:url(../images/contact.jpg) right top no-repeat #fff; }
#home-primary {
	width: 827px;
}

#primary {
	width: 847px;
}

#third {
	width: 575px;
}
#third ul{
	width: 575px;
	list-style:none;
}
#third ul li{ float:left; margin:10px 0; padding:0;width: 575px;}
#third ul li h3{
	font-size:22px;
	color:#333;
	margin: 2px 0;
	padding: 0;
	line-height:1;
}
#third ul li h3 a{
	font-size:18px;
	color:#333;
	padding: 0 5px 0 0;
}

#third ul li .newsdate{
	font-size:12px;
	color:#ccc;
	line-height:1.3;
	margin: 3px 0;
	padding-bottom:5px;
}
#point .newsmore{ float:left}
.newsmore{
	font-size:12px;
	color:#ccc;
	background:url(../images/more_arrow.jpg) right 4px no-repeat;
	line-height:1.3;
	margin: 8px 0;
	width:54px;
	padding:3px 20px 0 0 ;
}
.newsmore a{ color:#000}
.newsmore a:hover{ color:#990033; text-decoration:none}

#third ul li .newscontent{
	font-size:12px;
	color:#666;
	line-height:1.5;
	margin: 10px 0 20px 0;
	padding-bottom:20px;
	border-bottom:1px dashed #ccc;
}
#fourth {
	width: 200px;
}

#primary .list{


}
.bot-span{ margin-bottom:30px;}
#primary .box-heading
{
	background: url("../images/heading.png") repeat-x scroll center bottom transparent;
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0 10px 25px;
	overflow: auto;
	padding-bottom: 30px;
	width: 797px;
}
#primary .box-heading h2{ float:left}
#primary .text, #wide .text{
	clear:both;
	padding: 25px;
	font-size: 13px;
	line-height: 2;
	color: #666;
}
#primary .texts{clear:both;padding:0 25px 25px 25px;font-size: 13px;color: #666;}
#primary .texts .description{
	padding:25px 5px 5px 5px;
	line-height: 1.5;
}
#primary .sound{
	float:right;
	margin:25px 10px;
}
#primary .text-on{
	padding-top: 0;
}
#point{ clear:both}
#point ul{ list-style:none;}
#point ul li{
	float:left;
	width:390px;
	color:#666;
	margin: 5px 5px 5px 0;
	line-height: 1.35;
	height: 140px;
}
#point ul li img{
	margin-bottom:10px;
	float: left;
	margin: 0 10px 10px 0;
}
#point ul li h3, #point ul li h3 a{
	font-size:16px;
	color:#960;
	margin: 2px 0;
}
.boxer1{
	float:right;
	width:450px;
	margin:15px 0 0 0
}
.boxer2{
	top:404px;
	position:absolute;
	left:2px;
	margin-right:50px;
	width:300px;
	margin:10px 0 0 0
}

.box-heading .post{ float:right; font-size:12px;color:#444}
.box-heading .post a{ color:#444}
.box-heading .post a:hover{ color:#666; text-decoration:none}
.banner {
	display: block;
	height: 420px;
	width: 827px;
}
.banner_bottom {
	display: block;
	height: 140px;
	width: 827px;
}

#home-secondary {
	width: 253px;
}

#secondary {
	width: 233px;
}

#pd {
	height: 379px;
	width: 1080px;
	clear: both;
	background-color: #FFF;
	overflow: hidden;
}

#pd .list{
	margin:10px 30px
}
#pd .title{
	background:url(../images/home/prod_title.gif) 0 0 no-repeat;
	height:42px;
	margin:20px auto;
	width: 996px;
}
#pd h4, #primary h4{
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-align: center;
}
#pd .item, #primary .item{
	width:161px;
	height:220px;
	margin:10px 6px;
	padding:15px;
	float: left;
}
.item:hover{	
    -moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.detailbut, .pdetailbut, .inquirybut{
	margin:10px 0;
	border:none;
	font-size:12px;
	font-family:"微軟正黑體",Verdana, Geneva, sans-serif;
	display:inline-block;
	color:#fff;
	background-color: #000;
	text-align:center;
	text-transform:none;
	height: 26px;
	width:106px;
	line-height:26px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float:left
}
.pdetailbut{margin:10px 5px 10px 0;}
.inquirybut{margin:10px 0 10px 5px;width:46px;}
.detailbut a, .pdetailbut a{
	padding:0 20px;
	color:#fff;
	text-decoration:none
}
.inquirybut a{padding:0 8px;color:#fff;text-decoration:none}
.detailbut:hover, .pdetailbut:hover, .inquirybut:hover{
	background-color:#333;
	color:#fff;
	border:none;
	text-decoration:none
}
.detailbut a:hover, .pdetailbut a:hover, .inquirybut a:hover{color:#fff;}

#footer {
	height: 253px;
	background-color: #FFF;
	padding-bottom: 25px;
	clear: both;
}
#footer_aboutus  {
	background-image: url(../images/footer_aboutus_bg.jpg);
	float: left;
	height: 228px;
	width: 158px;
	color: #999;
	font-size: 13px;
	padding: 25px 50px 0 50px;
	background-repeat: no-repeat;
	font-weight: bold;
}

#footer_aboutus h2{
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
}
#footer_manu {
	background-color: #343434;
	float: right;
	height: 253px;
	width: 782px;
	padding: 0 20px;
}
#footer_manu ul {
	height: 157px;
	width: 782px;
	display: block;
	padding: 30px 0 20px 0;
}
#footer_manu ul li {
	display: block;
	float: left;
	width: 219px;
	padding: 0 20px;
	border-right: solid #444 1px;
	height: 100%;
}
#footer_manu ul li dl{
	float: left;
	width: 100%;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
#footer_manu ul li dl dt , dd{
	display: block;
	float: left;
	width: 50%;
	padding-top: 20px;
	padding: 20px 0 0 0;
	font-weight: normal;
}

#footer_manu ul li a {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	display: block;
	width: 100%;
	line-height: 22px;
}

#copyright {
	line-height: 45px;
	height: 44px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	border-top: solid #000 1px;
}


.box 
{
    clear: both;
    margin-bottom: 20px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.box .box-heading, #tab-review .box-heading, .box-heading-search 
{
    background: url("../images/heading.png") repeat-x scroll center center transparent;
    margin: 0 10px;
    overflow: auto;
    width: 940px;
}
.box .box-heading h2, #tab-review .box-heading h2, .box-heading-search h2 
{
    background: none repeat scroll 0 0 white;
    float: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 0;
    padding-right: 20px;
}

.box .box-content 
{
	clear: both;
	margin: 0 0 0 25px;
	font-size: 12px;
}

.box .ad-content 
{
	clear: both;
	margin: 15px 0 0 25px;
	font-size: 12px;
}
.box .ad-content img{ margin:7px 0}
.box-product 
{
    width: 100%;
}
.box-category 
{
    margin-top: -5px;
}

.box-category ul 
{
    list-style: disc outside url("../images/arrow-column.png");
    margin: 0 0 0 22px;
    padding: 0;
}

.box-category > ul > li 
{
    padding: 8px 8px 8px 0;
}

.box-category > ul > li > a 
{
    position: relative;
}

.box-category > ul > li + li 
{
    border-top: 1px solid #EEEEEE;
}

.box-category > ul > li > a 
{
    text-decoration: none;
	color:#333;
}

.box-category > ul > li ul 
{
    display: none;
    list-style: disc outside url("../images/arrow-column-active.png");
    margin-left: 28px;
}

.box-category > ul > li a.active 
{
    font-weight: bold;
}

.box-category > ul > li a.active + ul 
{
    display: block;
}

.box-category > ul > li ul > li 
{
    padding: 5px 5px 0 0;
}

.box-category > ul > li ul > li > a 
{
	display: block;
	text-decoration: none;
	font-size: 11px;
}
.box-category > ul > li ul > li a{ color:#F60}
.box-category > ul > li ul > li > a.active 
{
    font-weight: bold;
}

#secondary ul, .content ul 
{
	list-style: disc outside url("../images/arrow-column.png");
	margin: 10px 0 0 22px;
	padding: 0;
}

#secondary ul li, .content ul li 
{
    padding-bottom: 3px;
}

#secondary .box .box-heading, #secondary .box .box-headings
{
	background: url("../images/heading.png") repeat-x scroll center bottom transparent;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 10px 25px;
	overflow: auto;
	padding-bottom: 30px;
	width: 202px;
}

#secondary .box .box-headings{ color:#fff;}

#fourth .box .box-heading{
	background: url("../images/heading.png") repeat-x scroll center bottom transparent;
	font-size: 16px;
	line-height: 30px;
	margin: 12px 0 10px 0;
	overflow: auto;
	padding-bottom: 30px;
	width: 200px;
}
#fourth .box .alubmn{
	float:left;
	margin:0 0 20px 0;
	padding:0 0 0 -1px;
	width:201px;
}
#fourth .box .alubmn img{margin:1px; float:left}
.buttons .right 
{
	float: right;
	text-align: right;
}
.prolist {
	overflow: hidden;
	padding-left: 7px;
}
.prolist_title {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.prolist li{
	float: left;
	width: 410px;
	margin: 10px 10px 0 0;
}
.prolist_cont {
	overflow: hidden;
	/* [disabled]height: 230px; */

}
.prolist_table {
	float: right;
	width: 220px;

}
.prolist_table th{
	text-align: left;
	width: 180px;
}
.prolist_table td{
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
.prolist_table td a{
	color: #f60;
}

.prolist_table td input {
	margin-right: 5px;

}
.prolist_compare_btn {
	background-image: url(../images/compare_btn_ch.png);
	height: 30px;
	margin-top: 5px;
	display: block;
	width: 220px;
}
.prolist_compare_btn:hover {
	background-image: url(../images/compare_btn_ch.png);
	background-position: left bottom;
}









.product_outside_border 
{
    border: 1px solid #E5E5E5;
	float:left;
}
.prolist_table a{
	text-decoration: underline;
}



.product_outside 
{
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid white;
    padding: 8px;
    position: relative;
	float:left;
}

.product_outside:hover 
{
    background: none repeat scroll 0 0 #E5F4F9;
	float:left;
}

.product_inside 
{
    background: none repeat scroll 0 0 #FFFFFF;
	position:relative;
	float:left;
}

.product-list .product_inside 
{
    padding: 20px 0;
	position:relative;
	float:left;
}

/*
 * >Product Info
 */

.product-info 
{
	margin-bottom: 20px;
	position: relative;
}

.product-info > .moreleft 
{
	float: left;
	width:800px;
	margin: 20px 0 15px 25px;
	position: relative;
}
.product-info > .moreleft .boxer{
	float:left;
	margin:5px 0 30px 0
}
.info{ padding:5px; border-bottom:1px dotted #ccc}
ul.lister{
	margin:0 0 10px 40px;
}
ul.lister li{
	line-height:1.2;
	padding:3px 0;
	list-style:disc;
}
.product-info > .left 
{
	float: left;
	width:400px;
	margin: 20px 0 15px 25px;
	position: relative;
}


.product-info > .right .pbox
{
	background-color: #F7F7F7;
	padding: 10px;
	float: right;
    margin-right: 0;
	width: 350px;
	border: 1px solid #E5E5E5;
}

.product-info .right
{
	float: right;
	padding: 10px;
	width: 370px;
	margin-right:20px;
	margin-top:25px;
}


/* main image */

.product-info > .left > .image 
{
	background: url('../images/product-shadow.png') no-repeat -3px bottom;
	display: inline-block;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 0;
	vertical-align: top;
	width: 400px;
}

.product-info  .left  .image  .product_inside 
{
	overflow: auto;
    padding-bottom: 0px;
    height:auto;
}

.product-info .image 
{
	float: left;
	padding: 5px;
	text-align: center;
}

.image-additional .image 
{
	background: url('../images/additional-shadow.png') no-repeat 11px 76px;
}


.product-info .image-additional 
{
	margin-left: -6px;
	clear: both;
	overflow: hidden;
	padding-top:8px;
}

.product-info .image-additional img 
{
}

.product-info .image-additional a 
{
	float: left;
	padding:3px 10px;
	display: block;
}

.product-info .right h1 
{
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:2px;
	margin-top: 6px;
}

.right .top 
{
    width: 100%;
    overflow: auto;
}


.description 
{
	background: url('../images/heading.png') repeat-x center top;
	padding: 25px 0 10px;
	font-weight:bold;
}

.description span 
{
	font-weight:normal;
	padding-right:10px;
}

.description a 
{
	text-decoration: none;
}

.product-info .price 
{
	background: url('../images/heading.png') repeat-x center top;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 20px;
}

.size{
	margin:0 5px 4px 0;
	float: left;
}
.options input[type="text"], input[type="password"], textarea 
{
    margin-top: 8px;
}

.product-info .options 
{
    background: url('../images/heading.png') repeat-x center top ;
    padding-top: 18px;
}

.product-info .cart 
{
    background: url('../images/heading.png') repeat-x center top ;
    margin-bottom: 5px;
    overflow: auto;
    padding: 30px 5px 10px;
}

.product-info .cart div 
{
	float: left;
	vertical-align: middle;
}

.product-info .cart div > span 
{
	padding-top: 7px;
	display: block;
}

.product-info .cart .minimum 
{
	padding-top: 5px;
	font-size: 11px;
	clear: both;
}

.product-info .review 
{
    background: url('../images/heading.png') repeat-x center top;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 30px;
}

.product-info .share div 
{
    /*float: left;*/
    padding: 0;
    width: 100%;
}

.fb_edge_widget_with_comment 
{
    margin-right: 40px;
    vertical-align:top;
}

.connect_widget div.connect_confirmation_cell_no_like 
{
    display: none !important;
}

.product-info .share > div > span 
{
	color: #38B0E3;
}

.product-info .share div 
{
    float: left;
}

.product-info .share 
{
    background: url('../images/heading.png') repeat-x scroll center top transparent;
    line-height: normal;
    overflow: auto;
    padding-top: 30px;
}

.product-info .review > div > img 
{
    vertical-align: bottom;
}

.product-info .cart #options a 
{
    font-size: 11px;
}

.product-info .share a 
{
	text-decoration: none;
}


/*
 * Page Container
 */

#tabs 
{
    clear: both;
}

.htabs 
{
    border-bottom: 10px solid #F7F7F7;
    height: 46px;
    line-height: 16px;
    margin-top: 40px;
}

.htabs a 
{
    background: none repeat scroll 0 0 #E4E4E4;
    display: none;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
}

.htabs a.selected 
{
    background: none repeat scroll 0 0 #F7F7F7;
    border: 0 none;
}

#tab-description{
	clear:both;
	margin: 5px 5px 25px 0;
}
.tab-content 
{
    border-bottom: 10px solid #F7F7F7;
    border-top: 10px solid #F7F7F7;
    border-left: 10px solid #F7F7F7;
    border-right: 10px solid #F7F7F7;
    margin-bottom: 40px;
    /*overflow: auto;*/
    padding: 10px;
    z-index: 2;
}

.tab-content > div
{
	line-height: 160%;
}


/* PAGINATOR */
a.readmore{
	float:right;
	text-align:center;
	height:23px;
	margin:8px 0;
	padding:1px 5px;
	font-size: 12px;
	overflow:hidden;
	width:60px;
	display:inline-block;
	border:1px dashed #CCC;
	color:#45494B;
	background:#ebe7e7;
}

.pag{
	width:90%;
	height:23px;
	margin:0 0 5px 0;
	padding:10px 25px;
	overflow:hidden;
	font-size: 12px;
	clear: both;
}
.pag a,
.pag span{
	float:left;
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:4px;
	line-height:20px;
	border:1px solid #CCC;
	text-align:center;
	color:#45494B;
	background:#ebe7e7;
}
.pag span{
	border:1px dashed #CCC;
}
.pag a:hover,
.pag span.emm-current, .readmore:hover, ul.new li a.readmore:hover{
	border:1px solid #333;
	background:#000;
	color: #fff;
	text-decoration:none
}
.pag a.button{
	float:right;
	margin-top:-3px;
	margin-left:5px;
	margin-right:0;
	width:auto;
	padding:3px 5px;
	border:none;
}

.table_compare th{
	width: 20%;
	/* padding: 25px 0; */

}
.btn_icon   {
	background-image: url(../images/btn_icon.png);
	display: block;
	background-repeat: no-repeat;
	margin-left: 65px;
	height: 25px;
}
.btn_area {
	height: 30px;
	padding-top: 5px;
}


#contact{
	float:left;
	color:#666;
	line-height:160%;
	margin: 20px 0 20px 0;
	width: 1000px;
	border-top: 1px dashed #ccc;
	padding-top: 30px;
}
#contact td{
	margin:4px 0;
	padding: 3px;
}
#contact input{ padding:1px 4px 2px 4px; margin:3px 0}


.btn_area a {
	float: right;
	width: 85px;
}

.table_compare th{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;


}
.btn_icon   {
	background-image: url(../images/btn_icon.png);
	display: block;
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
	line-height: 25px;
	width: 85px;
	margin-left: 65px;
	color: #FFF;
}

.table_compare td {
	text-align: center;
	padding: 15px 20px;
	border-r
}
