/* CSS Document For Mobile-phone.asp */
h1{ font-size: 12px; line-height: 30px; margin: 0; padding: 0; margin-left: 10px; }

h1 a{ color: #536788; text-decoration: none; }

#menu{ width: 608px; border: 1px solid #536788; line-height: 20px; background: #E8EDF4; color: #000; margin-left: 10px;}

#menu a{ background: #E8EDF4; color: #000; text-decoration: none; }

.product{ margin-left: 10px; margin-top: 10px; border-bottom: 1px dotted #CCC; }

.product img.pimg{ float: left; border: 0; width: 100px; height: 100px; }

.product dl{ float: left; margin: 0px 0 0 10px; width: 408px; }

.clean{ clear: both; font-size: 0; height: 0; }

.product img.cart{ float: left; margin-top: 40px; margin-left: 20px; }

.pro-list{
display: inline;
position: relative;
float:left;	
border:1px solid #536788;
margin:10px 0 5px 10px;
padding:4px 4px 24px;
}
.pro-img{
position:relative;
}
.pro-img img{
width:186px;
}
.pro-img:hover{
left:-3px;
top:-3px;
border:none;
}
.pro-header{
width:186px;
position: absolute;
bottom:4px;
left:4px;
text-align: center;
line-height:20px;
background:url(../images/tbg.png) no-repeat center !important;
background-color:#536788;
text-decoration:none;
color: white;
filter:alpha(opacity=88);
}
.pro-header:hover{
color: #FFCC33;
}