/* support.css */

/* #subnavi */
#subnavi div {
	width: 982px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
}
#subnavi li {
	display: inline;
}
#subnavi li a {
	float: left;
	margin-left: 4px;
	height: 20px;
/* 	padding: 0 10px; */
/* 	padding: 0 6px; */
/* 	padding: 0 3px; */
	padding: 0 2px 0 2px;
	font-size: 8pt;
	font-style: italic;
	background-color: #dcdcdc;
}
#subnavi li#sn-receivers a {
	margin-left: 6px; /* for ie6 */
}
#subnavi li a:hover {
	color: white;
	background-color: #a9a9a9;
}
#subnavi li a:active,
#antenna #subnavi li#sn-antenna a,
#accessory #subnavi li#sn-accessory a,
#others #subnavi li#sn-others a,
.others #subnavi li#sn-others a,
#ard25 #subnavi li#sn-ard25 a,
#ard300 #subnavi li#sn-ard300 a,
#ard9000mk2 #subnavi li#sn-ard9000mk2 a,
#ard9800 #subnavi li#sn-ard9800 a,
#ard9900 #subnavi li#sn-ard9900 a,
#sr2200 #subnavi li#sn-sr2200 a,
#arstv #subnavi li#sn-arstv a,
#sdu5600 #subnavi li#sn-sdu5600 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 */

/*
#alpha {
	display: none;
}
#alpha-inner {
	width: 23%;
	float: left;
}
*/
/*
#beta div:before {
	clear: both;
}
*/
.others div.product-top {
	width: 984px;
	clear: both;
	display: block;
	background-color: #ffffff;
}
.others div.product-top-description-images {
	width: 765px;
	float: left;
}

.others div.product-top-description-images img {
	top: 0px;
	margin-left: 2px;
	width: 756px;
	height: auto;
/* 	height: 1070px; */
/* 	float: left; */
}

.others div.product-top-header {
	margin-left: 756px;
	padding-top: 40px;
	padding-left: 20px;
	font-size: 24px;
/* 	font-size: x-large; */
	text-align: left;
	font-family: "Arial Black", sans-serif;
	font-style: italic;
}

.others div.product-top-description {
	margin-left: 756px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

.others div.product-top-description-btn {
	margin-left:756px;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
	line-height:.6rem;
}

/*
.others .product-top-description li {
	margin-left: 20px;
}
*/


.others .entry-header {
	line-height: 105%;
}

.others .entry-body {
	clear: both;
	height: 220px;
}

.others .entry-image {
	height: 210px;
}

.others .entry-footer {
	clear: both;
	height: 10px;
}

.button {
	display:block;
	width:140px;
	height:40px;
	padding:3px 9px;
	font-size:12px;
	text-align:center;
	text-decoration:none;
/*   text-shadow: 0 -1px 3px rgba(0, 0, 0, .3); */
	line-height:40px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:0 3px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow:0 3px 5px 0 rgba(0,0,0,.3);
	border:1px solid #000;
}

.button2l {
	display:block;
	width:140px;
	height:40px;
	padding:3px 9px;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:0 3px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow:0 3px 5px 0 rgba(0,0,0,.3);
	border:1px solid #000;
}

.button2l span.uprshift {
	line-height:14pt;
}

.narrowspc {
	letter-spacing:-.04em;
}

.button:hover,.button2l:hover {
	box-shadow:0 1px 5px 0 rgba(0,0,0,.3);
	transform:translateY(2px);
}

span.sup {
	vertical-align:super;
	font-size:.5rem;
}