@charset 'utf-8';
@import url(ad.css);

section.contentBox {
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 100;
}
section.pageCt{
    max-width: 1160px;
    margin: 0 auto;
}

/*商品分類CSS*/
/*section.asideMain,94
section.asideMain2{
	width:200px;
	margin-bottom:22px;
}

div.asideTop{
	width:234px;
	height:64px;
	display:block;
	text-indent:-9999px;
	background:url(../images/index2/productList_smallSize_02.png) no-repeat left top;
}

div.asideBottom{
	width:234px;
	height:20px;
	display:block;
	background:url(../images/index2/productList_smallSize_04.png) no-repeat left top;
}

section.asideMain nav{
	background:url(../images/index2/productList_smallSize_03.png) repeat-y left top;
    width: 234px;
}

section.asideMain nav ul{
	width:172px;
	margin:0 10px;
}

section.asideMain nav ul li{
	width:215px;
	min-height:37px;
	display:block;
	line-height:37px;
	border-bottom:1px solid #FFFFFF;
}

section.asideMain nav ul li a{
	width:152px;
	display:block;
	line-height:24px;
	padding-left:35px;
	padding-top:7px;

	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	font-family: "微軟正黑體";
	font-size: 16px;
}

section.asideMain nav ul li a:hover{
	display:block;
	
}*/


/*商品分類CSS結束*/


div.PageInfo{
	clear:both;
	padding-top:15px;
}

div.PageInfo h3{
	border: 0;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Microsoft JhengHei';
    color: #000;
    line-height: 1;
    text-align: left
}

.pd-list li{
	margin: 0 10px 15px 0;
    float: left;
    vertical-align: top;
	width: calc((100% - 30px)/4);
}

.pd-list li.last{
	margin-right:0px;
}

div.hotProduct {
	//width:170px;
	//height:134px;	
	height: 0;
	text-align: center;
    font-size: 0px;
    overflow: hidden;
    margin: 15px 0 0;
	padding-bottom: 126%;
}

div.hotProduct * {
	vertical-align:middle;
}

div.hotProduct span {
	display:inline-block;
	height:100%;
}

div.hotInfo{
	margin-top:5px;
}

p.hotName{
	font-size:15px;
	font-family:'微軟正黑體', Arial;
	display:block;
	overflow:hidden;
	padding-bottom:8px;
	text-align: center;
}
p.hotName a {
    color: #333;
	font-weight: 600;
    text-decoration: none;
}
p.hotName a:hover {
	text-decoration: underline;
}
p.hotPrice{
	font-weight:bold;
	//color:#eb5b3e; 
	padding-bottom:8px;
	text-align: center;
}
.pd-list li:hover {
    color: #006;
    box-shadow: 0 0 0 1px #999
}
p.hotCheck a{
	margin:0 auto;
	width:72px;
	height:28px;
	display:block;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	behavior: url(PIE.htc);
	background-color:#ee938e;
	line-height:28px;
	text-decoration:none;
	color:#fff;
	font-family:'微軟正黑體';
	font-weight:bold;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
}

p.hotCheck a:hover{
	background-color:#f7bcbc;
	color:#c54646;
}

/*-------*/

.changePg  {
	text-align: center;
	padding: 20px 0 50px;
	clear: both;
}

.changePg .changeBox {
	display: inline-block;
}

.changePg .changeBox .prev ,
.changePg .changeBox .prev2 ,
.changePg .changeBox .next ,
.changePg .changeBox .next2 {
	background-image: url(../images/changePg.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	display: block;
	float: left;
}

.changePg .changeBox .prev {
	background-position: -21px top;
}

.changePg .changeBox .prev2{
	background-position: 0px top;
	margin-right: 8px;
}

.changePg .changeBox .next{
	background-position: 0px -21px;
}

.changePg .changeBox .next2{
	background-position: -21px -21px;
	margin-left: 8px;
}

.changePg ul  {
	overflow: hidden;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 21px;
}

.changePg ul li  {
	float: left;
	background-image: url(../images/page_line.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1px;
}

.changePg ul li.noLine  {
	background-image: none;
	padding-right: 0px;
}

.changePg ul li a ,
.changePg ul li a:visited {
	font-family: Verdana;
	font-size: 14px;
	line-height: 21px;
	color: #757575;
	text-align: center;
	display: block;
	height: 21px;
	width: 38px;
}

.changePg ul li a:hover{
	font-weight: bold;
}

.changePg ul li a.focus{
	font-weight: bold;
	color: #757575;	
	text-decoration: none;
}

.in_nav li li,.in_nav li li a {
	padding:0}


@media screen and (max-width: 480px) {
	.pd-list li {
		margin: 0 10px 15px 0;
		width: calc((100% - 10px)/2);
	}
	.pd-list li:nth-child(2n) {
		margin: 0 0 15px 0;
	}
}