﻿@charset "UTF-8";
/* CSS Document */


/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif,"微軟正黑體";
}

/*globe*/
html{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #adf3ff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #adf3ff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#adf3ff', endColorstr='#f6f6f6');
	-pie-background: linear-gradient(##adf3ff, #f6f6f6);
	background-color:#adf3ff;
	behavior: url(../PIE.htc);
	min-height: 100%;
	_height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif,"微軟正黑體";
	border-top: 4px solid #2c4ca0;
	background-image: url(../images/cloud_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100%;
	_height:100%;
	
}
/*自己補的字型*/
p
{
	font-family: "Hiragino Kaku Gothic Pro","微軟正黑體", Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	outline: none; /* for Firefox */
	/*hlbr:expression(this.onFocus=this.blur());*/ /* for IE */
	behavior:expression(this.onFocus=this.blur()); /* for IE */
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear{
	clear:both;
}
.float_left{
	margin:0 25px 25px 0;
	float:left;
}
.float_right{
	margin:0 0 25px 25px;
	float:right;
}
.center{
	text-align:center;
}
#wrap{
	width:960px;
	margin:0 auto;
	min-height: 100%;
	_height:100%;
}

/*header*/
#header{
	height:105px;
	position:relative;
	margin-bottom:5px;
}

#wrap_footer{
    position:relative;
}

#wrap_footer p{
	font-size:12px;
	color:#333;
	line-height:18px;
	text-shadow:0 1px 0 #fff;
	/*padding-left:55px;*/
}

#logo{
	/*width:234px;*//*2019-05-07*/
	width:130px;
	height:105px;
	text-indent:-9999px;
	/*starconn_logo.png 配合新增Type，去除右邊文字*//*2019-05-07*/
	background:url(../images/starconn_logo.png) no-repeat left top;
	position:absolute;
	top:5px;
	left:-10px;
}
#logo a{
	display:block;
	/*width:234px;*//*2019-05-07*/
	width:130px;
	height:105px;	
}
#globe_search{
	position:absolute;
	top:8px;
	right:425px;
	background-color:#fff;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	width:125px;
	padding-right:8px;
	padding-left:10px;
	height:22px;
	line-height:22px;
	padding-top:1px;
	behavior: url(../PIE.htc);
}
#globe_search input{
	border:none;
	font-size:12px;
	color:#333;
	padding:0;
	width:100px;
	height:22px;
	/*line-height:22px\9;*/
}
#globe_search img{
	float:right;
	margin-top:2px;
}
.top_nav{
	position:absolute;
	background-color:#fff;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	width:415px;
	/*width:405px\9;*/
	top:8px;
	right:0;
	height:23px;
	padding-left:5px;
	/*padding-left:10px\9;*/
	behavior: url(../PIE.htc);
}
.top_nav ul{
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	font-size:11px;
}
.top_nav ul li{
	float:left;
	font-size:11px;
	line-height:22px;
	background:url(../images/topnav_partition.gif) no-repeat right center;
	cursor:pointer;
	margin:0 6px 0 0;
	padding-right:6px;
	color:#376799;
	position:relative;
}
.top_nav ul li:last-child{
	background:none;
	font-weight:normal;
}
.top_nav ul li a{
	text-decoration:none;
	color:#376799;
}
.top_nav ul li a:hover{
	color: #ff7200;
}
.top_nav ul li ul{
	padding: 3px;
	position: absolute;
	background-color:#fff;
 	top: 18px;
	left: 0;
	width: 66px;
	display: none;
	z-index:200;
	opacity: 0;
	visibility: hidden;
}
.top_nav ul li:hover{
	color: #ff7200;
}
.top_nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(../PIE.htc);
}
.top_nav ul li ul li{
	background: #fff; 
	display: block;
	width:30px;
	margin:0;
	padding:3px;
	text-align:left;
	border-bottom:1px solid #ddd;
	width: 60px;
}
.top_nav ul li ul li:last-child{
	padding-bottom:0;
	border-bottom:none;
	/*background-color:#fff\9;*/
}


/*navigation*/
.navigation{
	/*width:710px;*//*2019-05-07*/
	width:820px;
	height:44px;
	position:absolute;
	/*top:40px;*//*2019-05-07*/
	top:50px;
	right:0px;
	/*navi_bg.png 配合新增Type，加長*//*2019-05-07*/
	background:url(../images/navi_bg.png) no-repeat left top;
	text-align: center;
}
/*2019-05-23 新增 ul#menu_ch 中文語系使用 */
ul#menu_ch {
	text-align: center;
	display: inline;
	left:25px;
	position:absolute;
	padding: 4px 4px 8px 4px;
	list-style: none;
}
ul#menu_ch li{
	/*font-size:13px;*//*改過*/
	font-size:15px;
	display: inline-block;
	position: relative;
	padding: 8px 10px 7px 10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor:pointer;
	color:#fff;
	/*margin:0 10px 0 10px;*//*2019-05-23 英文版面使用*/
	margin:0 15px 0 30px;
	letter-spacing:1px;
	font-family: "Hiragino Kaku Gothic Pro","微軟正黑體", Arial, Helvetica, sans-serif;
	/*background:url(../images/menu_partition.gif) no-repeat right center;
	margin:0 -5px 0 0;*/
}
ul#menu_ch li ul {
	padding: 5px;
	position: absolute;
	background-color:#fff;
 	top: 30px;
	left: 0;
	width: 170px;
	display: none;
	z-index:100;
	opacity: 0;
	visibility: hidden;
	-webkit-border-radus:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:0px 0px 6px #999;
	behavior: url(../PIE.htc);
}
ul#menu_ch li ul li{ 
	background: #fff; 
	display: block; 
	margin:0;
	width:135px;
	text-align:left;
	border-bottom:1px solid #ddd;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
 	border-radius:0 !important;
	padding-left:15px;
	letter-spacing:normal;
	font-family: "Hiragino Kaku Gothic Pro","微軟正黑體", Arial, Helvetica, sans-serif;
	/*font-weight:bold\9;*/
}
ul#menu_ch li ul li a{
	text-decoration:none;
	color: #333;
	width:135px;
	display:block;
}
ul#menu_ch li:hover{
	background: #fff;
	color: #ff7200;
	background: #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(../PIE.htc);
}
ul#menu_ch li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
ul#menu_ch li ul li a:hover{
	color: #333;
}
ul#menu_ch li ul li:hover {
	background: #f7f7f7;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
 	border-radius:0 !important;
	width:135px;
}

ul#menu {
	text-align: center;
	display: inline;
	/*left:50px;*//*改過*/
	left:25px;
	position:absolute;
	padding: 4px 4px 8px 4px;
	list-style: none;
}
ul#menu li{
	/*font-size:13px;*//*改過*/
	font-size:15px;
	display: inline-block;
	position: relative;
	/*padding: 8px 20px 7px 20px;*//*2019-05-07*/
	padding: 8px 10px 7px 10px;
	/*padding: 8px 20px\9;*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor:pointer;
	color:#fff;
	/*margin:0 12px 0 12px;*//*改過*/
	margin:0 10px 0 10px;
	letter-spacing:1px;
	font-family: "Hiragino Kaku Gothic Pro","微軟正黑體", Arial, Helvetica, sans-serif;
	/*background:url(../images/menu_partition.gif) no-repeat right center;
	margin:0 -5px 0 0;*/
	
}
ul#menu li#on{
	color: #ff7200;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(../PIE.htc);
}
ul#menu li:last-child{
	background:none;
}
ul#menu li a{
	text-decoration:none;
	color:#fff;
}
ul#menu li:hover{
	background: #fff;
	color: #ff7200;
	background: #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(../PIE.htc);
}
ul#menu li ul {
	padding: 5px;
	position: absolute;
	background-color:#fff;
 	top: 30px;
	left: 0;
	width: 170px;
	display: none;
	z-index:100;
	opacity: 0;
	visibility: hidden;
	-webkit-border-radus:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:0px 0px 6px #999;
	behavior: url(../PIE.htc);
}
ul#menu li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
ul#menu li ul li{ 
	background: #fff; 
	display: block; 
	margin:0;
	width:135px;
	text-align:left;
	border-bottom:1px solid #ddd;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
 	border-radius:0 !important;
	padding-left:15px;
	letter-spacing:normal;
	font-family: "Hiragino Kaku Gothic Pro","微軟正黑體", Arial, Helvetica, sans-serif;
	/*font-weight:bold\9;*/
}
ul#menu li ul li:last-child{
	border-bottom:none;
	font-weight:normal;
	/*background-color:#fff\9;*/
	/*font-weight:bold\9;*/
}
ul#menu li ul li a{
	text-decoration:none;
	color: #333;
	width:135px;
	display:block;
}
ul#menu li ul li a:hover{
	color: #333;
}
ul#menu li ul li:hover {
	background: #f7f7f7;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
 	border-radius:0 !important;
	width:135px;
}


/*content*/
#content{
	background-color:#fff;
	box-shadow:0px 1px 2px #999;
	margin-bottom:10px;
	overflow: hidden;
	position:relative;
	min-height:360px;
	behavior: url(../PIE.htc);
}
div#kvbg{
	background-color:#fff;
	opacity:0.5;
	position:absolute;
	height:358px;
	width:962px;
	top:0;
	left:-1px;
}
.column_left, .column_center, .column_right{
	width:290px;
	min-height:120px;
	position:absolute;
}
.column_left h3, .column_center h3, .column_right h3{
	background:url(../images/ico_h4.gif) no-repeat left;
	padding-left:18px;
	font-size:18px;
	margin:15px 0;
	line-height:22px;
	font-family: "Hiragino Kaku Gothic Pro","微軟正黑體", Arial, Helvetica, sans-serif;
	/*font-weight:bold\9;*/
}
.column_left{
	left:20px;
}
.column_center{
	left:334px;
}
.column_right{
	left:648px;
}
.column_right ul{
	margin:-10px 0 0 0;
	padding:0;
}
.column_right ul li{
	font-size:13px;
	color:#555;
	padding:7px 0;
	margin-bottom:3px;
	line-height:20px;
	border-bottom: 1px dashed #bbbbbb;
}
.column_right ul li a{
	color:#555;
}
.column_right ul li a:hover{
	color:#2c4098;
}
.column_right ul li span{
	font-size:11px;
	color:#999;
	display:block;
	padding-bottom:2px;
	
}
div.description{
	padding-top:30px;
}
div.description h6{
	font-size:15px;
	color:#333;
	margin:0 0 3px 0;
}
div.description p{
	font-size:12px;
	color:#555;
	line-height:18px;
}

div.more{
	width:39px;
	height:19px;
	float:right;
	margin-top:-37px;
}

.trail{
	clear:both;
	padding:8px 15px 8px 0;
	border-bottom:1px solid #d9dbe0;
	/*font-size:10px;*//*改過*/
	font-size:12px;
	color:#626262;
	letter-spacing:1px;
	text-align:right;
}
.trail a{
	color:#a0a0a0;
}
.trail a:hover{
	color:#21aee6;
	text-decoration:underline;
}
.trail a.home{
	padding-left:15px;
	background:url(../images/ico_home.gif) no-repeat left center
}
.r_content{
	float:right;
	padding-right:25px;
	padding-top:20px;
	width:695px;
	position:relative;
}
.r_content h1 span{
	font-size:15px;

}
.r_content h3{
	margin:0 0 20px 0;
}
.r_content h4{
	color:#333;
	font-size:22px;
	background:url(../images/ico_h4.gif) no-repeat left top;
	padding-left:22px;
	padding-top:2px;
	margin:0 0 20px 0;
	line-height:24px;
	font-family: "Hiragino Kaku Gothic Pro","微軟正黑體", Arial, Helvetica, sans-serif;
	/*font-weight:bold\9;*/
}
.r_content h4 span{
	font-size:15px;
	color:#b3b3b3;
	vertical-align:middle;
	float:left; 
	margin-bottom:20px;
	margin-right:5px;
}
.r_content h4 a{
	color:#333;
}
.r_content h4 a:hover, .r_content p a, .r_content p a:hover{
	color:#fe7201;
	text-decoration:underline;
}
.r_content h5{
	color:#fe7201;
	font-size:15px;
	margin:0 0 3px 0;
}
.r_content p{
	/*font-size:12px;*//*改過*/
	font-size:14px;
	color:#333;
	line-height:18px;
	margin:0 0 10px 0;
}
.border_r{
	border-right:1px solid #d9dbe0;
}
ul.location{
	margin:25px 0;
	padding:0;
}
ul.location li{
	display:block;
	margin:0 0 20px 0;
	list-style:none;
	border-bottom:1px solid #d9dbe0;
	overflow:auto;
}
ul.location li img{
	float:left;
	margin:0 20px 15px 0;
	padding:3px;
	background-color:#f2f2f2;
}
ul.location li h4{
	background:none;
	font-size:18px;
	margin-bottom:10px;
	color:#2d4198;
}
ul.location li ol{
	margin:0;
	padding:0;
}
ul.location li ol li{
	line-height:22px;
	margin:0;
	border:none;
	font-size:13px;
}
ul.location li:last-child{
	border-bottom:none;
}

ul.news{
	margin:10px 0;
	padding:0;
}
ul.news li{
	display:block;
	margin:0 0 25px 0;
	list-style:none;
	border-bottom:1px solid #d9dbe0;
	padding-bottom:15px;
}
ul.news li h4{
	padding-left:0;
	background:none;
}
ul.news li p{
	font-size:24px
	padding-left:0;
	background:none;
}
ul.news li:last-child{
	border-bottom:none;
}

.intro_top{
	border-bottom:1px solid #d9dbe0;
	margin-bottom:25px;
	padding-top:60px;
	padding-bottom:35px;
}
.product_grid{
	margin:0;
	padding:0 0 10px 0;
}
.product_grid ul{
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	list-style:none;
	border-bottom:1px solid #e6e6e6;
}
.product_grid ul li{
	width:206px;
	float:left;
	margin-right:37px;
	list-style:none;
}
.product_grid ul li:last-child{
	margin-right:0px;
}
.product_grid ul li img{
	margin-bottom:10px;
	border: 1px solid #fff;
}
.product_grid ul li:hover img{
	border: 1px solid #fe7201;
}
.product_grid ul li p{
	font-size:15px;
	line-height:22px;
	color:#333;
}
.product_grid ul li p span{
	width:13px;
	height:13px;
	background:url(../images/ico_more.gif) no-repeat left top;
	margin-left:8px;
	display:inline-block;
}
.product_table{
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	font-size:12px;
	color:#333;
	margin-bottom:20px;
}
.product_table tr:hover{
	background-color:#fdfdfd;
}
.product_table td{
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	padding:8px;
	line-height:18px;
	text-align:center;
}
.product_table th{
	font-size:13px;
	text-align:center;
	padding:8px 5px;
	background-color:#f3f3f3;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	text-shadow:0 1px 0 #fff;
}
.product_table th span{
	font-size:10px;
	color:#999;
}
.product_table td ul{
	margin:15px;
	padding:0;
	text-align:left;
}
.product_table td ul li{
	list-style:disc;
	padding-left:px;
}
.product_table td img{
	border:1px solid #fff;
}
.product_table td a img:hover{
	border:1px solid #fe7201;
}

/*pages*/
div.pages{
	display:block;
	text-align:center;
	margin:20px 0 30px 0;
}
div.pages a, div.pages p, div.pages div{
	display:inline-block;
	font-size:12px;
}
div.pages a{ 
	color:#888;
	padding:8px 14px;
	border:1px solid #d5d5d5;
	background:white;
	border-radius:4px;
	box-shadow:0 /*1px 2px rgba(0,0,0,0.2)*/; 
	margin-right:5px;/*針對List修改間隔*/
}
div.pages a:hover{
	color:#ff7200;
}
div.pages a.active{
	background:#f5f5f5; 
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
}

/*table basic*/
table.table-basic {
	margin-top:10px;
    border: solid 1px #e6e6e6;
    border-collapse: collapse;
	font-size:13px;
	margin-bottom:20px;
}
table.table-basic th, table.table-basic td {
    padding: 10px;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    border: solid 1px #e6e6e6;
}
table.table-basic th {
    background-color: #f8f8f8;
    vertical-align: middle;
	letter-spacing:1px;
}
table.table-basic th span{
	color: #ff7200;
}
table.table-basic td input, table.table-basic td textarea{
	background-color:#f8f8f8;
	border:1px solid #e6e6e6;
	border-radius:5px;
	padding:5px;
	line-height:22px;
	width:97%;
	box-shadow:0 1px 1px #e5e5e5 inset;
}
table.table-basic td select{
	font-size:13px;
}
.notice{
	width:160px;
	position:absolute;
	right:25px;
	top:240px;
}

table.table-story{
	margin:30px 0;
    border-collapse: collapse;
	font-size:13px;
	margin-bottom:20px;
}
table.table-story th{
    padding: 20px 10px 20px 0;
    vertical-align: top;
    border-right: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
	position:relative;
}
table.table-story th span{
	background-color:#23aee6;
	color:#fff;
	font-size:15px;
	padding:5px 10px;
	position:absolute;
	top:-13px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	behavior: url(../PIE.htc);
}
table.table-story td{
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 20px 10px;
}
table.table-story td.bg{
	background-color:#fcfcfc;
}
table.table-story td h4{
	font-size:15px;
	line-height:20px;
	margin-bottom:5px;
	color:#2c4098;
	padding-left:0;
	background:none;
}


/*sidebar*/
.sidebar{
	border-right:1px solid #d9dbe0;
	width:180px;
	padding-left:20px;
	float:left;
	min-height: 800px;
	background:url(../images/sidebar_bg.jpg) no-repeat right top;
	margin-bottom: -5000px; 
	padding-bottom: 5000px; 
}
.sidebar h2{
	background:url(../images/side_h2.gif) no-repeat left top;
	color:#fff;
	font-size:15px;
	margin:20px 0 10px 0;
	text-shadow:0 -1px 0 #000;
	line-height:32px;
	height:32px;
	padding-left:10px;
	font-family: "Hiragino Kaku Gothic Pro","微軟正黑體", Arial, Helvetica, sans-serif;

}
ul#side_nav{
	list-style:none;
	font-size:15px;
	margin:0 0 10px 0;
	padding:0 0 25px 0;
	border-bottom:1px solid #d9dbe0;
}
ul#side_nav li{
	color:#2d4198;
	line-height:28px;
	margin:5px 0;
	font-family: "Hiragino Kaku Gothic Pro","微軟正黑體", Arial, Helvetica, sans-serif;
}
ul#side_nav li#focus{
	color:#000;
	background:url(../images/sidebar_hover.png) no-repeat right top;
	text-shadow:0 1px 0 #fff;
}
ul#side_nav li#focus a{
	color:#000;
	background:url(../images/sidebar_hover.png) no-repeat right top;
	text-shadow:0 1px 0 #fff;
	transform:none;
	padding-left:10px;
	margin-right:-23px;
}
ul#side_nav li a{
	display:block;
	height:33px;
	color:#2d4198;
	padding-top:7px;
	padding-left:10px;
	margin-right:-30px;
	text-indent:10px;
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
}
ul#side_nav li a:hover{
	color:#000;
	background:url(../images/sidebar_hover.png) no-repeat right top;
	text-shadow:0 1px 0 #fff;
}
.fb-like-box{
	padding-bottom:20px;
}

/*text*/
.txt_orang{
	color: #ff7200 !important;
}
.txt_normal{
	letter-spacing:0 !important;
}

/*button*/
.cssbutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
	background-color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-indent:0px;
	border:1px solid #dddddd;
	display:inline-block;
	color:#2c4ca0;
	font-family:"微軟正黑體",arial;
	font-size:15px;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:170px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin:5px 0;
	behavior: url(../PIE.htc);
}
.cssbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ffffff');
	background-color:#dfdfdf;
	behavior: url(../PIE.htc);
}.cssbutton:active {
	position:relative;
	top:1px;
}

/*footer*/
#footer{
	clear:both;
	padding: 4px 0 20px 0;
	/*background:url(../images/footer_bg.gif) no-repeat left top;*/
}
#footer p{
	font-size:12px;
	color:#333;
	line-height:18px;
	text-shadow:0 1px 0 #fff;
	/*padding-left:55px;*/
}


#footer_herf
{
	cursor: pointer;

}

.product_table table tr td
{
	/*cursor:pointer;*/
}