/* home.css 2022/08/22 */
/* 2022/08/22 for receivers design */
/* 2022/07/27 exclusion LA400 */
/* 2021/04/15 add .ticker .left .footnote ,...etc */
/* 2021/01/08 reorganization items and cols */
/* 2020/02/17 add ticker  */
/* 2020/02/12 update for AR5700D and HPCOM receivers  */
/* 2019/09/10 add PROSIC to dealer banner  */
/* 2017/08/28 40th anniversary slide banner added. */
/* 2017/08/18 Instead of INPUT tag, it changed to innerHTML insertion by javascript. To avoid Chrome security warnings. */

/* slide-banner */
div#slidemask {
	width: 980px;
	height: 100px;
	margin: 0 2px;
	display: block;
	overflow: hidden;
    position: relative;
}
@-webkit-keyframes AutoSlideBanner {
	0% { left: 0px;}
	10% { left: 0px;}
	90% { left: -800px;}
	100% { left: -800px;}
}
@keyframes AutoSlideBanner {
	0% { left: 0px;}
	10% { left: 0px;}
	90% { left: -800px;}
	100% { left: -800px;}
}
img#slide-banner {
    width: 1800px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;  /* key point */

    -webkit-animation-name: AutoSlideBanner;
    -webkit-animation-duration: 20s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    
    animation-name: AutoSlideBanner;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
} 

/* ar-home */
span.page {
	font-size: 7pt;
}
span#showClass {
	font-family: monospace;
	font-size: 8pt;
}

h1#banner-header {
/* 	padding-left: 14px; */ /* for check 01-30 */
}
/* newproducts added 20130905 */
#newproducts {
	width: 980px;
	height: auto;
	margin: 2px 2px 10px 2px;
	padding: 10px 0px;
	font-family: "Arial Black", sans-serif;
	background-color: #dcdcdc;
	overflow: hidden;
}
#newproducts div.ticker {
	height: 30px;
	padding: 0 0;
	color: red;
}
@keyframes slidein {
	0% { margin-left: 40%;}
	5% { margin-left: 40%;}
	25% { margin-left: 3%;}
	75% { margin-left: 70%;}
	95% { margin-left: 40%;}	
	100% { margin-left: 40%;}	
}
@-webkit-keyframes slidein {
	0% { margin-left: 40%;}
	5% { margin-left: 40%;}
	25% { margin-left: 3%;}
	75% { margin-left: 70%;}
	95% { margin-left: 40%;}	
	100% { margin-left: 40%;}	
}

/* #subnavi */
#subnavi div,
#subnavi3 div {
	width: 982px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
}
#subnavi li,#subnavi2 li,#subnavi3 li {
	display: inline;
}
#subnavi li a,#subnavi2 li a,#subnavi3 li a {
	float: left;
	margin-left: 2px;
/* 	margin-left: 1px; */
	height: 20px;
/* 	padding: 0 10px; */
	padding: 0 5px;
/* 	padding: 0 2px; */
/* 	padding: 0 2px 0 1px; */
/* 	padding: 0 1px 0 1px; */
/* 	font-size: 7pt; */
/* 	font-size: 7.5pt; */
	font-size: 8pt;
/* 	font-size: 9pt; */
/* 	letter-spacing: -1pt; */
	font-style: italic;
	background-color: #dcdcdc;
}
#subnavi li#sn-receivers a {
	margin-left: 6px; /* for ie6 */
/* 	margin-left: 2px; */
}
div#subnavi3 {
	margin-left:79px;
	margin-top:6px;
}

#subnavi li a:hover,
#subnavi2 li a:hover,
#subnavi3 li a:hover {
	color:#fff;
	background-color:#a9a9a9;
}
/* #subnavi li#sn-receivers a, */
/*
#subnavi li#sn-rffe a,
#subnavi li#sn-antenna a,
#subnavi li#sn-accessory a,
#subnavi li#sn-others a,
#subnavi li#sn-digitaltv a,
#subnavi li#sn-crystal a,
#subnavi li#sn-service a {
	letter-spacing: -0.1em;
}
*/
#subnavi li a:active,
#receivers #subnavi li#sn-receivers a,
.receivers #subnavi li#sn-receivers a,
#ar2300 #subnavi li#sn-ar2300 a,
#ar8200mk3 #subnavi li#sn-ar8200mk3 a,
#ar8600mk2 #subnavi li#sn-ar8600mk2 a,
#sr2000a #subnavi li#sn-sr2000a a,
#sr2200 #subnavi li#sn-sr2200 a,
#ar-alpha #subnavi li#sn-ar-alpha a,
#ar-dv1 #subnavi li#sn-ar-dv1 a,
#ar-dv10 #subnavi li#sn-ar-dv10 a,
#ar-mini #subnavi li#sn-ar-mini a,
#ar-one #subnavi li#sn-ar-one a,
#ar-iq #subnavi li#sn-ar-iq a,
#antenna #subnavi li#sn-antenna a,
#accessory #subnavi li#sn-accessory a,
#others #subnavi li#sn-others a,
#crystal #subnavi li#sn-crystal a
 {
	color: white;
	background-color: #808080;
}
/*
div#sabnavi:after {
	content: "."; 
	display: block; 
	height: 10px; 
	float: none;
	visibility: hidden; 
}
*/
/* #subnavi end */
div#nulbar {
	width: 982px;
	height: 10px;
	display: box;
}

#newproducts div.tickerItem {
	overflow:hidden;
	text-align: left;
	margin: 0 0;
	padding: 0 0;
	height: 30px;
	width: 980px;
	font-size: 19pt;
	animation-duration: 20s;
	animation-name: slidein;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	
	-webkit-animation-duration: 20s;
	-webkit-animation-name: slidein;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
}
#newproducts .ticker div.left {
	font-size: 11pt;
	font-family: "Arial", sans-serif;
	padding: 8px 28px 8px 28px;
	font-weight: normal;
	text-align: left;
	color: black;
/* 	background-color: #f3f3f3; */
}
#newproducts .ticker .left span.red {
	font-size: 16pt;
}
#newproducts .ticker .footnote {
	font-size: 9pt;
}
#newproducts div.leftred {
	font-size: 11pt;
	padding-left: 28px;
	text-align: left;
	color: red;
}
#newproducts div.leftred a {
	color: red;
}
#newproducts .np-image a {
	padding: 0;
/* 	padding: 0px 4px; */
}

/* receivers list */
.receivers div.product-top {
	width: 426px;
	clear: both;
	display: block;
	background-color: #ffffff;
}
.receivers div.product-top-description-images {
	width: 735px;
	float: left;
}
.receivers div.product-top-description-images img {
	top: 0px;
	margin-left: 2px;
	width: 736px;
	height: auto;
/* 	height: 1070px; */
/* 	float: left; */
}
.receivers div.product-top-header {
/* 	margin-left: 756px; */
	padding-top: 40px;
	padding-left: 20px;
	font-size: x-large;
	text-align: left;
	font-family: "Arial Black", sans-serif;
	font-style: italic;
}
.receivers div.product-top-description {
/* 	margin-left: 756px; */
	width: 490px;
	margin-bottom: 10px;
	padding-top: 0px;
	text-align: left;
	display: block;
	float: left;
}
.receivers div.product-top-description.right {
	border-left: 1px solid #ececec;
}
.receivers div.product-top-description.left {
	border-right: 1px solid #ececec;
}
.receivers div.product-top-description table {
	width: 490px;
	margin-bottom: 20px;
}
.receivers div.product-top-description tr {
	margin: 0;
	padding: 0;
}
.receivers div.product-top-description td {
	margin: 0;
	padding: 0;
}
.receivers div.product-top-description td.description {
	padding-top: 20px;
	padding-bottom: 30px;
}
.receivers div.product-top-description td.description h4 {
	padding: 0 0 10px 0;
	font-size: 18px;
	font-family: "Arial Black", sans-serif;
	font-style: italic;
}
.receivers div.product-top-description td img {
	margin: 0px 0px 0px 4px;
	padding: 10px 10px 10px 0;
}
.receivers div.product-top-description ul {
	margin-left: 20px;
}
.receivers div.product-top-description li {
	list-style-type: disc;
}

#headline {
	margin-bottom: 4px;
/* 	width: 100%; */
	width: 101%;
	height: auto;
/* 	height: 6em; */
/* 	height: 84px; */
/* 	overflow: auto; */
	position: relative;
	padding: 10px 0 0 0;
	text-align: left;
	font-size: 12px;
	/* font-family: "Arial Black",	sans-serif; */
	clear: left;
	border-top: 1px solid #cccccc;
}

/* add 20220822 */
div#headline.scroll-y01 {
margin: 20px 0px;
overflow-y: scroll;
height: 900px;
/* width: 980px; */
}

#headline h3 {
	padding-left: 20px;
	font-weight: bold;
	width: 15em;
}
#headline li {
	display: inline;
	padding-left: 40px;
}
#headline td {
	padding-left: 40px;
	vertical-align: text-top;
}
#headline td.nudate {
	width: 65px;
}

#headline img.imglink:hover {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0000ff;
}
#headline img.magazine {
	padding: 0px 12px 0px 6px;
}

div#lastupdate {
	padding: 2px 0 2px 40px;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
}

/* ============== */
div#top-banner {
	width: 100%;
	height: 100px;
	margin: 10px 0 10px 0;
	position: relative;
	padding: 0 15px 0 15px;
	white-space: normal;
	text-align: left;
/* 	border-top: 1px solid #cccccc; */
	background-color: #ffffff;
/* 	overflow: hidden; */
}
div#top-banner.scroll-banner {
/* 	margin: 50px 0; */
/* 	overflow-y: scroll; */
	height: 100px;
	overflow: hidden;
/* 	width: 300px; */
}
.scroll-items {
	padding-top: 10%;
	padding-bottom: 10%;
	white-space: nowrap;
	animation: scrollAnime 30s linear infinite;
}
@keyframes scrollAnime {
	0% {transform: translateY(-50%)}
	19% {transform: translateY(-50%)}
	20% {transform: translateY(-101%)}
	39% {transform: translateY(-101%)}
	40% {transform: translateY(-151%)}
	59% {transform: translateY(-151%)}
	60% {transform: translateY(-202%)}
	79% {transform: translateY(-202%)}
	80% {transform: translateY(-253%)}
	100% {transform: translateY(-253%)}
}
/*
.scroll-banner {
	animation: scrollAnime 5s linear infite;
}
@keframes scrollAnime {
	0% {transform: transformY(100%)}
	100% {transform: transformY(0)}
}
*/

#top-banner hr {
	display: none;
}
#top-banner div.bn-cols {
	margin: 0;
	width: 314px;
	height: 100px;
	padding: 0 2px;
	float: left;
	overflow: hidden;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#top-banner div.bn-image {
	width: 314px;
	height: 80px;
/* 	height: 81px; */
	margin: 0;
	padding: 0;
}
#top-banner div.bn-image p {
	display: block;
	margin: 0;
	padding: 0;
	width: 314px;
	height: 100px;
	text-align: center;
	background-color: transparent;
}
#top-banner div.bn-image p a {
	display: block;
	margin: 0;
	width: 314px;
	height: 20px;
	padding: 80px 0 0 0;
	line-height: 1.2ex;
	text-align: center;
	vertical-align: bottom;
}
#top-banner div.bn-image p a:hover {
	text-decoration: none;
	color: #333333;
}
#top-banner div.bn-image p.t2-center a {
	padding: 68px 0 0 0;
	line-height: 1.2em;
}

#banner02 div.bn-image {
	background: url('../imgb/www_comcentre_co_nz_314x42.gif') no-repeat center;
}
div#banner03.bn-cols {
	background: url('../imgb/www_maximahk_com_314x100.jpg') no-repeat center;
}
#banner04 div.bn-image {
	background: url('../imgb/AOR__inradio_banner_314x80.jpg') no-repeat center;
}
/*
#banner05 div.bn-image {
	background: url('../imgb/deltron_228x80.gif') no-repeat center;
}
*/
div#banner06.bn-cols {
	background: url('../imgb/banner_well_314x100.jpg') no-repeat center top;
}
div#banner07.bn-cols {
	background: url('../imgb/elix_2_314x80.jpg') no-repeat center;
}
#banner08 div.bn-image {
	background: url('../imgb/GoldStar_Banner_314x80.gif') no-repeat center;
}
#banner09 div.bn-image {
	background: url('../imgb/banner-AOR_sicom_314x80.gif') no-repeat center;
}
#banner10 div.bn-image {
	background: url('../imgb/banner_gpscom_hu_314x80.gif') no-repeat center;
}
#banner11 div.bn-image {
	background: url('../imgb/banner_TeleTech_314x80.gif') no-repeat center;
}
div#banner12.bn-cols {
	background: url('../imgb/DMTBAN_314x100.gif') no-repeat center top;
}
div#banner14.bn-cols {
	background: url('../imgb/Freebytes_banner_314x100.jpg') no-repeat center top;
}
div#banner15.bn-cols {
	background: url('../imgb/logo_Prosic_314x100.jpg') no-repeat center top;
}
div#banner97.bn-cols {
	background: url('../imgb/logo-bg_314x100.png') no-repeat center;
}
div#banner98.bn-cols {
	background: url('../imgb/AR-DV1andAR-DV10_web_bannerL_314x100.gif') no-repeat center;
}
div#banner99.bn-cols {
	background: url('../imgb/AR-DV1andAR-DV10_web_bannerR_314x100.gif') no-repeat center;
}
div#bannerXX.bn-cols {
	background: url('#') no-repeat center top;
}
#bannerXX div.bn-image {
	background: url('#') no-repeat center;
}

.toolTip{ 
	position: relative; 
}
.toolTip span{
	display: block;
	border: solid 1px #333333;
	background-color: #f8f8ff;
	color: #333333;
	text-decoration: none;
	position: absolute;
	top: 14px;
	left: 100px;
	padding: 10px;
	visibility: hidden;
	width: 550px;
}
a.toolTip:hover,a.toolTip:hover span{
	visibility: visible;
	z-index: 100;
	text-decoration: none;
}
