@charset "UTF-8";

.products ul {
	*zoom:1;
	margin-left:4px;
}
.products ul:after {
	content:".";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
.products ul li {
	float:left;
	margin:0 0 4px 4px;
	padding:4px;
	border:1px solid #dddddd;
	border:1px solid #FFFFFF;
	text-align:center;
}

.products ul li table tbody tr td {
	width:120px;
	height:120px;
	background:transparent url(/image/products/products_photo_default.jpg) no-repeat scroll center center;
}
.products ul li table tbody tr td img {
	width:120px;
	height:120px;
}

.products ul li table tfoot tr td {
	width:120px;
	font-size:80%;
}
.products ul li table tfoot tr td .sale {
	color:#ff3333;
	font-weight:bold;
}

.products ul li.soldout table tbody tr td img {
	background:transparent url(/image/soldout.gif) no-repeat scroll center center;
/*
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
*/
}

.products h3 {
	display:block;
	margin:0 8px 4px;
	padding:2px 0 2px 8px;
	background-color:#efefef;
	border:1px solid #ccCCcc;
	color:#666666;
	font-weight:bold;
	font-size:85%;
}

.productDetail {
	margin:0 8px 8px 8px;
}

.productDetail .photo {
	float:left;
	margin-bottom:8px;
	width:348px;
}
.productDetail .photo table {
	border:1px solid #dddddd;
	margin-bottom:8px;
}

.productDetail .photo table tbody tr td {
	width:336px;
	height:336px;
}
.productDetail .photo table tbody tr td img {
	margin:8px;
}

.productDetail .photoImage {
	float:left;
	margin-bottom:8px;
	width:120px;
}
.productDetail .photoName {
	font-weight:bold;
	font-size:120%;
	margin-bottom:8px;
	margin-left:128px;
}

.productDetail .sellerProfile {
	border:1px solid #dddddd;
	padding:8px;
	margin-bottom:8px;
}
.productDetail .sellerProfile .sellerInfo {
	border:1px solid transparent;
	height:54px;
}

.productDetail .sellerProfile .sellerInfo .sellerName {
	font-weight:bold;
	font-size:85%;
}
.productDetail .sellerProfile .sellerInfo .sellerFunction {
	font-size:75%;
}

.productDetail .sellerProfile .sellerDetail {
	font-size:75%;
}
.productDetail .sellerProfile .sellerDetail dl {
	margin:0;
}
.productDetail .sellerProfile .sellerDetail dt {
	float:left;
	width:40%;
	padding:0 0 4px 8px;
}
.productDetail .sellerProfile .sellerDetail dd {
	margin:0;
	padding:0 0 4px 60px;
}

.productDetail .detail {
	width:auto;
	margin-left:350px;
	margin-bottom:8px;
}

.productDetail .name,
.productDetail .photo .name,
.productDetail .detail .name {
	font-weight:bold;
	font-size:120%;
	margin-bottom:4px;
}
.productDetail .category {
	font-size:80%;
	margin-bottom:4px;
}

.productDetail .detail .price {
	text-align:right;
	margin-bottom:8px;
	font-weight:bold;
	font-size:120%;
}
.productDetail .detail .discount {
	text-decoration:line-through;
	font-size:70%;
}
.productDetail .detail .sale {
	text-align:right;
	font-weight:bold;
	color:#ff0000;
}

.productDetail .comments {
	font-size:90%;
	margin-bottom:8px;
}
.productDetail .comments p {
	margin-bottom:8px;
}

.productDetail .detail .spec {
	font-size:90%;
	margin-bottom:8px;
}
.productDetail .detail .spec  dt {
	padding:0;
	margin-bottom:2px;
	font-size:80%;
}
.productDetail .detail .spec  dd {
	padding:0 4px 4px 8px;
	margin-left:0;
	margin-bottom:4px;
}

.productDetail .otherInfo {
	font-size:90%;
	margin-bottom:8px;
}
.productDetail .otherInfo dt {
	float:left;
	padding:0 0 4px 4px;
	font-size:80%;
	width:60px;
}
.productDetail .otherInfo dd {
	padding:0 4px 4px 72px;
	margin-left:0;
	margin-bottom:4px;
	border-bottom:1px dotted #cccccc;
	font-size:95%;
}

.productDetail .detail .orderBox {
	border:1px solid #dddddd;
	background-color:#efefef;
	background-color:#fff;
	padding:8px;
	margin-bottom:8px;
}

.productDetail .detail .orderBox .soldout {
	font-weight:bold;
	color:#cc0000;
	font-size:150%;
	text-align:center;
}

.productDetail .detail .orderBox table tbody tr td {
	padding:2px 0 2px 0;
}

.productDetail .otherPhoto {
	margin-bottom:8px;
}
.productDetail .otherPhoto .thumbnail {
	padding-right:4px;
	display:inline;
}

.productDetail .otherPhoto .thumbnail img {
	border:1px solid #cccccc;
	width:40px;
	height:40px;
}

.pager {
	text-align:center;
	margin-bottom:4px;
	*zoom:1;
	padding-top:1px;
	padding-bottom:2px;
	margin-bottom:4px;
	font-size:80%;
}
.pager .sorter {
	margin-right:8px;
}
.pager span {
}
.pager span strong, 
.pager span a {
	border:1px solid #cccccc;
	padding:2px 4px;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}
.pager strong {
	color:#ccCCcc;
}
.pager strong.current {
	color:#000000;
}

.share {
	margin-bottom:8px;
	border:1px solid #ccCCcc;
	padding:4px 8px;
	font-size:80%;
}
.share a {
	padding-left:20px;
	height:16px;
	display:inline-block;
}
.share a.email {
	background:transparent url(/image/icon/email.gif) no-repeat scroll left center;
}
.share a.twitter {
	background:transparent url(http://twitter-badges.s3.amazonaws.com/t_mini-a.png) no-repeat scroll left center;
}
.share a.facebook {
	background:transparent url(http://www.facebook.com/images/connect_favicon.png) no-repeat scroll left center;
}
.share ul li {
	margin-bottom:2px;
}
