@charset "utf-8";
/* CSS Document */

.support_list{
	margin:0 auto;
	margin-bottom:40px;
	width:950px;
	border-collapse:collapse;
	color:#fff;
	font:normal 12px verdana, arial, helvetica, sans-serif;
}
.support_list td, th {
	color:#363636;
	padding:.4em;
}
.support_list tr {
	border-bottom:1px dotted gray;
}
.support_list thead , tfoot th {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	background-color:#CCCCCC;
	color:#000000;
	padding:3px 10px 3px 10px;
	text-align:center;
}
/*
.support_list tbody td a {
	color:#363636;
	text-decoration:none;
}
.support_list tbody td a:visited {
	color:gray;
	text-decoration:line-through;
}
*/
.thCenter{
	text-align:center;
	vertical-align:middle;
}
/*
.support_list tbody td a:hover {
	text-decoration:underline;
}
*/
.support_list tbody th a {
	color:#363636;
	font-weight:normal;
	text-decoration:none;
}
.support_list tbody th a:hover {
	color:#363636;
}
.support_list tbody td+td+td+td a {
	background-position:left center;
	background-repeat:no-repeat;
	color:#03476F;
	background-position:
}
.support_list tbody td+td+td+td a:visited {
	background-position:left center;
	background-repeat:no-repeat;
}
.support_list tbody th, tbody td {
	text-align:left;

}
.support_list tfoot td {
	background:#5C443A;
	color:#FFFFFF;
	padding-top:3px;
}
.odd {
	background:#fff;
}




/* ****************************************************************************** */
/* ********************************產品頁面文字搜尋說明*************************** */
/* ****************************************************************************** */
.searchDriverMenu{
	width:800px;
	margin:0 auto;
	margin-top:10px;
}
.searchDriverMenu h2{
	font-size:20px;
	line-height:30px;
	margin-top:30px;
}
.searchDriverMenu p{
	font-size:12px;
	font-weight:200;
	line-height:18px;
}
.supportSearch{
	margin-left:150px;
}
.softwareSearchTop{
	width:940px;
	margin:0 auto;
	margin-bottom:10px; 
}
.resultsImg{
	margin:20px 0 20px 30px;
}
.softwareSearchTop h2{
	margin-top:10px;
	text-shadow: 3px 3px 5px #b8b8b8;
	filter: dropshadow(color=#b8b8b8, offx=3, offy=3);
	text-shadow:none\9;
	filter:none\9; 
	
}
.softwareSearchTop h4{
	font-size:12px;
	font-weight:200;
	color:#666;
	display:block;
	margin:20px 0 10px 0;
}
.searchFrom{
	display:block;
}
#helpBtn{
	background-color:#999;
	padding:3px 5px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:15px;
	display:inline-block;
}
#helpBtn:hover{
	background-color:#C00;	
}
.helpImg{
	height:100px;
	font-size:11px;
	line-height:20px;
	top:0px;
}
.helpImg img{
	position:relative;
}
.helpImg h3{
	position:absolute;
	margin-top:0px;
	font-size:20px;
	font-style:italic;
	margin-left:200px;
	color:#F00;
}
.helpImg p{
	position:absolute;
	margin-left:200px;
}

/* ****************************************************************************** */
/* ******************************搜尋後出現的產品樣式清單*************************** */
/* ****************************************************************************** */
.searchDriverMenu a{
	display:block;
	float:left;
	width:200px;
	height:125px;
	font-size:12px;
	text-align:center;
	margin:20px;
	padding:10px;
	border:#EBEBEB 1px solid;
}
.searchDriverMenu a:hover{
	border:#666 1px solid;
}
.searchDriverMenu a:hover h3{
	color:#03C;
}
.searchDriverMenu a h6{
	font-size:14px;
	display:none;
	font-weight:bold;
}
.searchDriverMenu a:hover h6{
	display:inherit;
}

/* ****************************************************************************** */
/* ********************************產品頁面的驅動程式下載*************************** */
/* ****************************************************************************** */

.supportTable{
	margin-top:20px;
	margin-bottom:20px;
	width:720px;
	border-collapse:collapse;
	color:#fff;
	font:normal 12px verdana, arial, helvetica, sans-serif;
}
.supportTable td, th {
	color:#000000;
	padding:.4em;
}
.supportTable tr {
	border-bottom:1px solid #CCCCCC;
}
.supportTable thead , tfoot th {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	padding:3px 10px 3px 10px;
	text-align:center;
}
/*
.supportTable tbody td a {
	color:#363636;
	text-decoration:none;
}
.support tbody td a:visited {
	color:gray;
	text-decoration:line-through;
}
*/
.thCenter{
	text-align:center;
}
.thHightCenter{
	vertical-align:middle;
}
.supportVersion{
	text-decoration:underline;
}
.support tbody td a:hover {
	color:#C00;
}
.supportTable tbody th a {
	
	font-weight:normal;
	text-decoration:none;
}
.supportTable tbody td+td+td+td a {
	background-position:left center;
	background-repeat:no-repeat;
	color:#03476F;
	background-position:
}
.supportTable tbody td+td+td+td a:visited {
	background-position:left center;
	background-repeat:no-repeat;
}
.supportTable tbody th, tbody td {
	text-align:left;

}
.supportTable tfoot td {
	background:#5C443A;
	color:#FFFFFF;
	padding-top:3px;
}
.odd {
	background:#fff;
}
.supportTable tbody tr:hover a{
	color:#CC0000;
}




