@charset "utf-8";
/* CSS Document */

.spec {
	border-collapse:collapse;
	margin-bottom: 20px;
	width: 100%;
}
.spec:last-child {
	margin-bottom:0;
}
.spec th {
	padding: 5px 10px;
	border: 1px solid #808080;
}
.specTh1 {
	color: #FFF;
	background-color: #0075A9;
}
.specTh2 {
	background-color: #E0F2FF;
}
.spec td {
	padding: 4px;
	border: 1px solid #808080;
	text-align: center;
}

.spec2 {
	border-collapse:collapse;
}
.spec2 th {
	padding: 5px 10px;
	border: 1px solid #808080;
	text-align: left;
}
.spec2 td {
	padding: 5px 10px;
	border: 1px solid #808080;
	background-color: #FFF;
}

.maker ul {
	padding-right: 10px;
	margin-left:20px;
}
.maker li {
	list-style-position: outside;
	list-style-type: disc;
}
.price {
	border-collapse:collapse;
}
.price th {
	padding: 5px 10px;
	border-bottom: 1px dashed #808080;
	font-weight: bolder;
	color: #0075A9;
	text-align: left;
}
.price td {
	padding: 5px 10px;
	border-bottom: 1px dashed #808080;
}
#main .textBox .spec .specification {
	text-align: left;
}
.detail {
	text-align: right;
}
.detail a span {
	background-image: url(../../common/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.detailImg {
	margin-top: 30px;
	margin-right: -30px;
	clear: both;
}
.detailImg li {
	float: left;
	width: 143px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.video {
	background-image: url(../images/video.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
}
#back {
	text-align:center;
	font-size: 18px;
}
#back span {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#fixedBox {
	width: 208px;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;

}
#itemBox {
	float: right;
	width: 380px;
}
#fixedBox ul li {
	line-height: 2;
	list-style-position: outside;
	list-style-type: disc;
}
#fixedBox ul {
	margin-left: 1em;
	/* [disabled]margin-top: -10px; */
}
#fixedBox p {
	background-color: #E0F2FF;
	font-weight: bold;
	margin-top: -10px;
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 18px;
	color: #0075A9;
}
.itemDetail {
	background-color: #DDF4FF;
	padding-top: 20px;
	padding-bottom: 10px;
}
#main h2#itemName {
	background-image: url(../images/itemback.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 39px;
	height: 39px;
	padding-left: 20px;
}
