/*
 * Copyright (c) 2021 Oyhm
 */
table.imagetable {
	width:930px;
    font-family: Microsoft Yahei;
    font-size:14px;
    color:#333333;
    /*border-width: 1px;*/
    border-left: 3px solid #2891e5;
    border-right: 3px solid #2891e5;
    border-top: 3px solid #2891e5;
    border-bottom: 3px solid #2891e5;
    /*border-color: #999999;*/
    border-collapse: collapse;
}
table.imagetable th {
    background:#2891e5;
    border-width: 1px;
    padding: 8px;
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    border-style: solid;
    border-color: #999999;
}
table.imagetable td {
    background:#f2f2f2 url('cell-grey.jpg');
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999999;
}

button.page_btn{
	border:1px solid #2891e5;
	border-radius: 10px;
	width:75px;
	height:30px; 
	color:#ffffff;
	background-color: #2891e5;
	margin: 0px 5px 0px 5px;
}

button.page_btn:hover{
     /*font-size: 15px;*/
     font-weight:bold;
     cursor: pointer;
}

input.page_text{
	border:1px solid #2891e5;
	border-radius: 5px;
	width:80px;
	height:30px;
	text-align:center;
}


.productA{
    width:60px;
    height:60px;
    display: block;
}

.productImg{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
	width:60px;
	height:60px;
}

.productImg2{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
	width:600px;
	height:500px;
}

a.productImageHover:hover img{
	-webkit-transform:scale(12.8);
	-moz-transform:scale(12.8); 
	-o-transform:scale(12.8);
	border-radius:1px;
	width:auto;
	position:absolute;
	z-index:10;
}
