@charset "utf-8";
/* CSS Document */

BODY {
	background: #016BB5;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	font: 12px/18px Arial, "宋体";
	color: #333333;
	margin-top: 10px;
}
H1 {
	display: none;
}
H2 {
	color: #0190bf;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
H3 {
	margin: 0px;
	padding: 0px;
	color: #00548e;
	font-weight: bold;
	font-size: 12px;
}
H4 {
	display: none;
}
h5 {
	color: #426FB6;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

a {
	color: #00548e;
	text-decoration: none;
}
a:hover {
	color: #0190bf;
	text-decoration: none;
}
a:visited {
	border-style: none;
}
a:active {
	border-style: none;
}


Strong {
}
.slide-hide {
	DISPLAY: none
}
.slide-show {
	DISPLAY: block
}
#head {
	width: 100%;
	height: 40px;
	background: url(../images/logo.gif) no-repeat;
}
#headright {
	float: right;
	height: 40px;
	background: url(../images/bg-fields.gif) no-repeat;
	width: 280px;
}
#headright label {
	display: none;
}
#headright input {
	width: 134px;
	float: left;
	border-style: none;
	margin: 13px 12px 0px 16px;
	border-width: 0px;
}
#headright button {
	background: url(../images/btn-search.gif) no-repeat;
	font-size: 12px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 100px;
	border-style: none;
	font-weight: bold;
	float: right;
}

#Navigation {
	background: url(../images/bg-navigation.gif) no-repeat center top;
	height: 43px;
	position: relative;
	z-index: 50;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	text-align: center;
	height: 30px;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 30px;
}
#Navigation ul li {
	float: left;
	padding-right: 29px;
	padding-left: 29px;
	position: relative;
	z-index: 20;
}
#Navigation ul li a {
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#Navigation ul li a:hover {
	text-decoration: none;
	display: block;
	color: #005189;
}
#Navigation ul li .select {
	color: #005189;
	text-decoration: none;
}
/* Get rid of any default table style */
table {border-collapse:collapse;margin:0; padding:0;}

/* make the dropdown ul invisible */
#Navigation ul li ul {
	display:none;
	position:absolute;
	top:30px;
	text-align:center;
	z-index:100;
	padding: 0px;
	left: -10px;
	bottom: 0px;
}
#Navigation ul li ul li {
	display: block;
	clear: left;
}
/* set the foreground color of the main menu li on hover and the border to trigger IE */
#Navigation ul li:hover a, 
#Navigation ul li a:hover
{border:0;}

/* make the sub menu ul visible and position it beneath the first list item */
#Navigation ul li:hover ul, 
#Navigation ul li a:hover ul
{
	display:block;
	z-index: 100;
}
/* hack the widht for IE5.5 */
* html #Navigation ul li a:hover ul li {}

/* style the background and foreground color of the submenu links */
#Navigation ul li:hover ul li a, 
#Navigation ul li a:hover ul li a
{
	display:block;
	width:80px;
	text-decoration:none;
	border:0;
	background-color: #119ADC;
	color: #FFFFFF;
}

/* style the background and forground colors of the links on hover */
#Navigation ul li:hover ul li a:hover,
#Navigation ul li a:hover ul li a:hover
{color:#005189;}

#flash {
	border: 7px solid #016BB5;
}

#trail {
	PADDING-LEFT: 110px;
	BACKGROUND: url(../images/bg-trail.gif) no-repeat;
	LINE-HEIGHT: 30px;
	HEIGHT: 31px;
	color: #FFFFFF;
}#trail a {
	color: #60CBFC;
	text-decoration: none;
}
#trail a:hover {
	color: #FFFFFF;
}
#subnavigation {
	width: 207px;
	float: left;
	background: #FFFFFF;
	border: 7px solid #016BB5;
}
#subnavigation ul {
	list-style: none;
	margin: 0px 23px;
	padding: 60px 0px 0px;
}
#subnavigation li {
	line-height: 30px;

}
#subnavigation ul li a {
	line-height: 30px;
	display: block;
	background: url(../images/bg-subnavigation-links.gif) no-repeat 0px 0px;
	padding-left: 23px;
	height: 30px;
	text-decoration: none;
}
#subnavigation ul li a:hover{
	background: url(../images/bg-subnavigation-links.gif) no-repeat 0px -30px;
}
#subnavigation ul li .select {
	background: url(../images/bg-subnavigation-links.gif) no-repeat 0px -30px;
}
#subnavigation ul li ul {
	margin: 0px;
	padding: 0px;
}
#subnavigation ul li ul li {
	height: 30px;
}
#subnavigation ul li ul li a, #subnavigation ul li ul li a:hover {
	background: url(../images/bg-subnavigation-links2.gif) no-repeat 8px 0px;
}
#subnavigation ul li ul li a.last, #subnavigation ul li ul li a.last:hover {
	background: url(../images/bg-subnavigation-links2-down.gif) no-repeat 8px -7px;
}


#subnavigationbottom {
	BACKGROUND: url(../images/bg-subnavigation-bottom.gif) no-repeat -7px bottom;
	HEIGHT: 26px;
	padding-top: 60px;
	clear: both;
}
#content {
	background: #FFFFFF;
	width: 676px;
	float: left;
	border: 7px solid #016BB5;
}
#contenttop {
	background: url(../images/bg-topright.gif) no-repeat right;
	height: 19px;
	clear: both;
}
#contenttitle {
	height: 36px;
	padding-left: 55px;
	color: #226B9D;
	font: bold 16px/34px Arial, "宋体";
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: 15px 3px;
}
#contentbottom {
	background: url(../images/bg-bottomleft.gif) no-repeat left;
	height: 19px;
	clear: both;
}
#body {
	margin: 0px 30px;
	padding: 0px;
}
#footer {
	padding-top: 7px;
	background: url(../images/bg-footer.gif);
	margin-top: 12px;
	clear: both;
	line-height: 20px;
	height: 50px;
	color: #FFFFFF;
}
#footer A {
	COLOR: #60cbfc
}
#footer A:hover {
	COLOR: #fff
}
#footerleft {
	padding: 10px 0px 0px 7px;
	width: 55%;
	float: left;
}
#footerright {
	padding: 10px 21px 0px 0px;
	float: right;
	width: 40%;
	text-align: right;
}
#language {
	height: 20px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#language select {
	height: 20px;
	overflow: hidden;
}


#footer UL {
	padding: 0px;
	margin: 0px;
	text-align: right;
	float: right;
}
#footer UL LI {
	LIST-STYLE-TYPE: none;
	float: left;
	margin-left: 14px;
	width: 50px;
}
#home {
	border: 7px solid #016BB5;
	width: 628px;
	background: #FFFFFF;
	float: left;
}
#hometop {
	height: 19px;
	background: url(../images/bg-topright.gif) no-repeat right;
}
#homebottom {
	background: url(../images/bg-bottomright.gif) no-repeat right;
	height: 19px;
}
#homeright {
	border: 7px solid #016BB5;
	height: 333px;
	width: 256px;
	float: right;


	filter:progid:DXImageTransform.Microsoft.RadialWipe(duration=1,wipeStyle=RADIAL );
	z-index: 20;
	position: relative;
}
#homeright_img1 {
	position:absolute;
	z-index:30;
	visibility: visible;
}
#homeright_img2 {
	position:absolute;
	z-index:40;
	visibility:hidden;
}

#homenews {
	width: 256px;
	float: right;
	border: 7px solid #016BB5;
	background: #FFFFFF;
}
#homenewstop {
	background: url(../images/bg-newstop.gif) no-repeat;
	height: 19px;
}
#homenewsbottom {
	background: url(../images/bg-bottomleft.gif) no-repeat left;
	height: 19px;
}
#home-product {
	height: 180px;
	background: url(../images/bd-ad.gif) repeat-x 10px;
	list-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
}
#home-product li {
	float: left;
	width: 240px;
	padding-left: 20px;
}
#home-product li img {
	float: left;
	padding-right: 28px;
}
#home-product #ad-title {
	margin-top: 40px;
	font: 18px "Arial Black";
	color: #333333;
	background: url(none);
	padding: 0px;
}
#home-product #ad-title span {
	font-size: 32px;
	color: #FE4D00;
	padding-left: 5px;
}
#home-product div {
	font-weight: bold;
	color: #696969;
	background: url(../images/icon_price.gif) no-repeat 3px 3px;
	padding-left: 12px;
	margin-left: 65px;
	margin-top: 3px;
}
#pro-intro {
	height: 315px;
	padding-top: 35px;
	padding-left: 250px;
	padding-right: 50px;
	word-spacing: 1px;
	background: no-repeat 15px;
}
#pro-intro p {
	margin-bottom: 7px;
	margin-top: 7px;
}




#productlist {
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#productlist li {
	margin-bottom: 20px;
	position: relative;
}
#productlist a.product_img {
	float: left;
	padding: 3px;
	border: 1px solid #CCCCCC;
	height: 96px;
	width: 96px;
	top: -30px;
	position: relative;
}
#productlist a.product_img:hover {
	border: 2px solid #0033CC;
	padding: 2px;
}
#productlist .productname {
	height: 20px;
	margin-bottom: 10px;
	background-image: url(../images/bg_productname.gif);
	background-repeat: no-repeat;
}
#productlist .productname a {
	color: #FFFFFF;
	font-size: 14px;
	font-style: oblique;
	line-height: 20px;
	font-weight: bold;
	height: 20px;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}
#productlist .productnew {
	background: url(../images/icon_productnew.gif) no-repeat right;
}


#productlist .position {
	margin-left: 142px;
	width: 401px;
}
#productlist .device {
	background: url(../images/icon_price.gif) no-repeat 3px 3px;
	padding-left: 12px;
}
#productlist .function {
	background: url(../images/icon_price.gif) no-repeat 3px 3px;
	padding-left: 12px;
}
#productlist .price {
	padding-left: 12px;
	background: url(../images/icon_price.gif) no-repeat 3px 3px;
	width: 386px;
}
#productlist .price span {
	font-weight: bold;
	color: #FE5900;
}

#productlist .quicklink {
	padding-left: 12px;
	background: url(../images/icon_price.gif) no-repeat 3px 3px;
	width: 386px;
}
#productlist strong {
	margin: 0px;
	padding: 0px;
}

#product_info {
	height: 420px;
	width: 318px;
	float: left;
}
#product_info .introduct {
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 90px;
}
#product_info .product_info {
	color: #333333;
	position: relative;
	height: 342px;
	width: 318px;
	border-top: 3px solid #016BB5;
}
#product_info .thumbs {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 316px;
	height: 380px;
}
#spec p strong {
	padding-right: 15px;
}

ul.tab {
	WIDTH: 318px;
	LIST-STYLE-TYPE: none;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #016BB5;
	margin-top: 322px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.tab LI {
	FLOAT: left
}

ul.tab LI a.s_on {
	BACKGROUND: #016BB5;
	WIDTH: 106px;
	LINE-HEIGHT: 25px;
	HEIGHT: 25px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	color: #fff;
	float: left;
	font-weight: bold;
}
ul.tab LI a.s_of {
	BACKGROUND: #EBEBEB;
	WIDTH: 106px;
	LINE-HEIGHT: 25px;
	HEIGHT: 25px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	color: #666666;
	float: left;
	font-weight: bold;
}
ul.tab LI a.m_on {
	BACKGROUND: #ddd;
	WIDTH: 106px;
	LINE-HEIGHT: 25px;
	HEIGHT: 25px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	color: #666666;
	float: left;
	font-weight: bold;
}
ul.tab LI span {
	LEFT: 0px;
	VISIBILITY: hidden;
	POSITION: absolute;
	color: #333333;
	text-align: left;
	width: 308px;
	top: 0px;
	height: 300px;
	padding-top: 20px;
	padding-left: 10px;
}

ul.tab #supp a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.tab #func {
	VISIBILITY: visible;
}


#product_image {
	border: 1px solid #DADADA;
	width: 276px;
	float: right;
	padding: 2px;
	height: 441px;
}
#product_image .image_title {
	background: #EFEFEF;
	font-family: "Arial Black";
	color: #999999;
	padding-left: 10px;
	height: 20px;
}
#product_image .image {
	height: 380px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 276px;
}

#product_image .image_other {
	padding-left: 10px;
	border-top: 1px solid #DADADA;
	height: 20px;
	line-height: 20px;
	padding-top: 3px;
}

#news {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#news li {
	padding-top: 10px;
	padding-bottom: 10px;
}
#newsarchive {
	MARGIN-TOP: 10px; LINE-HEIGHT: 23px; HEIGHT: 23px
}
#newsarchive A {
	DISPLAY: block;
	BACKGROUND: url(../images/bg-news-links.gif) no-repeat 0px 0px;
	FLOAT: right;
	WIDTH: 60px;
	COLOR: #00548e;
	HEIGHT: 23px;
	padding-left: 30px;
}
#newsarchive A:hover {
	BACKGROUND-POSITION: 0px -23px; COLOR: #0190bf
}
#jobs {
	margin: 0px;
	padding: 20px 0px 20px 20px;
	list-style: disc;
}
#jobs LI {
	MIN-HEIGHT: 16px;
	margin-bottom: 5px;
}
#jobs LI UL {
	list-style: none;

}
#jobs li ul li {
}

#result{
	border: 1px solid #D2D2D2;
}
#result .category {
	font-weight: bold;
	background: #E1F4FD;
}
#result .category td {
	border-bottom: 1px solid #DBDDD3;
	padding: 4px;
}
#result .row {
width: 100%;
border: none;
background: #FFFFFF;
empty-cells: show;
}
#result .row td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
#result .row1 {
width: 100%;
border: none;
background: #F5FBFF;
empty-cells: show;
}
#result .row1 td {
padding: 4px;
border-bottom: 1px solid #BBE9FF;
}
#city {
	font-weight: bold;
	background: #EEEEEE;
	display: block;
	padding: 5px 10px;
}
#city_sales {
	padding-right: 50px;
	padding-left: 50px;
}


ul.supp {
	margin: 0px;
	padding: 0px 0px 20px 20px;
}
#supp_img {
	float: right;
}
#search2{
	border: 1px solid #D2D2D2;
	clear: both;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	text-align: center;
	padding-bottom: 10px;
}
#download {
	border: 1px solid #999999;
	margin-top: 20px;
	padding: 0px;
	clear: both;
	height: 126px;
	overflow: hidden;
	margin-bottom: 20px;
}
.download_title {
	margin-right: 30px;
	margin-left: 30px;
	border-bottom: 1px solid #999999;
	padding-right: 10px;
	padding-left: 10px;
}


.download_info {
	line-height: 30px;
	padding-left: 60px;
	height: 30px;
	background: url(../images/bg-bullet.gif) no-repeat 50px center;
}
.download_link {
	border-left: 1px solid #999999;
	padding-left: 50px;
	width: 250px;
	height: 30px;
	float: right;
	vertical-align: bottom;
	top: -60px;
	position: relative;
	background: url(../images/icon_download.gif) no-repeat 20px center;
	line-height: 30px;
}
#pdf_link {
	padding: 10px;
	clear: both;
}
#faqs_info {
	margin-top: 20px;
	margin-bottom: 20px;
}
#message {

}
#update {
	background: url(../images/bg-update.gif) repeat;
	height: 446px;
	width: 590px;
}
#update a {
	margin-top: 0px;
	margin-left: 142px;
	background: url(../images/bg_update_link.gif) repeat;
	height: 49px;
	width: 308px;
	display: block;
	text-indent: -50px;
}
#update a:hover {
	background: url(../images/bg_update_link2.gif) repeat;
}
#search_content {
	background: #FFFFFF;
	border: 7px solid #016BB5;
}
#searchtop {
	background: url(../images/bg-searchtop.gif) no-repeat right;
	height: 19px;
	clear: both;
}
#searchbottom {
	background: url(../images/bg-searchbottom.gif) no-repeat left;
	height: 19px;
	clear: both;
}
#advanced_search {
	border: 1px solid #D2D2D2;
	clear: both;
	margin-top: 10px;
	padding: 10px 10%;
}
#globalLink2  {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 22px;
}
#globalLink2 a {
	padding: 5px 10px;
	background: #EBEBEB;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	display: block;
	float: left;
}
#globalLink2 a:hover {
	background: #016BB5;
	color: #FFFFFF;
}
ul.howitwork {
	line-height: 20px;
	list-style: decimal;
}
#switch_demo {
	height: 500px;
	padding-left: 50px;
	padding-top: 20px;
}
#divisional_demo {
	padding-top: 20px;
	padding-left: 50px;
}

#imap {display:block; width:117px; height:450px; background:url(../images/divisional.jpg) no-repeat; position:relative;}

#imap a#painting {display:block; width:117px; height:0; padding-top:450px; overflow:hidden; position:absolute; left:0; top:0; background:transparent url(../images/divisional_small.jpg) no-repeat 117px 450px; cursor:default;}
* html #imap a#painting {height:210px; he\ight:0;}

#imap a#painting:hover {background-position: 0 0; z-index:10;}

#imap dd {position:absolute; padding:0; margin:0;}
#imap #tv {left:11px; top:46px; z-index:20;}
#imap #cbl {left:11px; top:85px; z-index:20;}
#imap #dvd {left:11px; top:249px; z-index:20;}
#imap #amp {left:11px; top:339px; z-index:20;}

#imap a#link_tv {display:block; width:95px; height:35px; text-decoration:none; z-index:20;}
#imap a#link_cbl {display:block; width:95px; height:158px; text-decoration:none; z-index:20;}
#imap a#link_dvd {display:block; width:95px; height:84px; text-decoration:none; z-index:20;}
#imap a#link_amp {display:block; width:95px; height:29px; text-decoration:none; z-index:20;}

#imap a em {display:none;}

#imap a span, #imap a:visited span {display:none;}

#imap a#link_tv:hover, #imap a#link_cbl:hover, #imap a#link_dvd:hover, #imap a#link_amp:hover {border:1px solid #fc0;}

#imap a:hover span {position:absolute; display:block; color:#000; width:330px; height:270px; line-height:1.8em; font-size:0.9em; text-align:justify;}

#imap a#link_tv:hover span {left:197px; top:-35px;}
#imap a#link_tv:hover em {position:absolute; display:block; left:97px; top:17px; width:100px; height:1px; overflow:hidden; font-size:1px; background:#f00;}
#imap a#link_cbl:hover span {left:197px; top:-80px;}
#imap a#link_cbl:hover em {position:absolute; display:block; left:97px; top:79px; width:100px; height:1px; overflow:hidden; font-size:1px; background:#f00;}
#imap a#link_dvd:hover span {left:197px; top:-20px;}
#imap a#link_dvd:hover em {position:absolute; display:block; left:97px; top:42px; width:100px; height:1px; overflow:hidden; font-size:1px; background:#f00;}
#imap a#link_amp:hover span {left:197px; top:-40px;}
#imap a#link_amp:hover em {position:absolute; display:block; left:97px; top:15px; width:100px; height:1px; overflow:hidden; font-size:1px; background:#f00;}
#imap a:hover span img {float:left; margin-right:1em; margin-bottom:0.5em; border:1px solid #000;}
#info h3 {margin:0 0 0 75px; font-size:1.2em; font-weight:normal; font-family:georgia, "times new roman", serif; letter-spacing:0.1em; padding-bottom:5px; border-bottom:1px solid #aaa; width:650px;}
#switch_demo #switch1 {
	height: 450px;
	width: 117px;
	float: left;
}
#switch_demo #switch2 {
	height: 97px;
	width: 165px;
	visibility: hidden;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
}
#switch_demo .type {
	height: 400px;
	width: 150px;
	float: left;
	margin-left: 50px;
	position: absolute;
	visibility: hidden;
}
#flash2 {
	float: left;
	border: 7px solid #016BB5;
	height: 333px;
	width: 628px;
}
#productlist .ad {
	cursor: e-resize;
	filter: Alpha(StartX=20);
}
.holder {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 1em; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 1em; FLOAT: left; PADDING-BOTTOM: 1em; MARGIN: 5px; BORDER-LEFT: #ddd 1px solid; WIDTH: 210px; PADDING-TOP: 1em; BORDER-BOTTOM: #ddd 1px solid
}
.holder H2 {
	TEXT-ALIGN: left
}
A.hid {
	COLOR: #000; TEXT-DECORATION: none; outline-style: none
}
A.hid EM {
	DISPLAY: none
}
A.hid:hover {
	TEXT-DECORATION: none
}
A.hid:active {
	BACKGROUND: #fff
}
A.hid:unknown {
	BACKGROUND: #fff
}
A.hid:active SPAN {
	DISPLAY: none
}
A.hid:unknown SPAN {
	DISPLAY: none
}
A.hid:active EM {
	DISPLAY: block; WIDTH: 100%; CURSOR: default; COLOR: #555; FONT-STYLE: normal
}
A.hid:unknown EM {
	DISPLAY: block; WIDTH: 100%; CURSOR: default; COLOR: #555; FONT-STYLE: normal
}
.clear {
	CLEAR: both;
}
.etsat{

}
.product_doc {
	margin-bottom: 50px;
	display: block;
}
