.pw{
    width: 1010px;
    margin: 0 auto;
}
.mw{
    min-width: 1010px;
}
/*-----*/
#top{
    margin-top: 20px;
}
#top a{
    text-decoration: none;
}
/*-----*/
#menu a,#menu span{
    font-size: 16px;
    color: black;
    line-height: 52px;
    text-decoration: none;
    font-weight:bold;
}
#menu span{
    margin: 0 15px;
}
#menu a.selected{
    color:#2383d9;
}
#menu a:hover{
    color:#2383d9;
}
/*-----*/
#opacity{
    position:relative;
    z-index:1;
    background-color:#000000;
    opacity:0.4;
    height:50px;
    margin-top:-50px;
}
/*-----*/
#homePictureTitle{
    position:relative;
    z-index:2;
    font-size:30px;
    text-align:center;
    margin:20px auto;
}
/*-----*/
#category{
    text-align: left;
}
#category a{
    background-color:#2383d9;
    font-size:14px;
    color:white;
    display:inline-block;
    padding:10px 23px;
    margin:20px 20px 0 0;
    text-decoration:none;
    border-radius: 10px;
}
#category a:hover,#category a.selected{
    background-color:#ff0000;
}
/*-----*/
#productList a{
    float:left;
    margin:15px 15px 0 0;
    text-align:center;
    font-size:14px;
    text-decoration: none;
}
/*-----*/
#footer{
    margin-top:200px;
    background-color: #2383d9;
    color:white;
}
#footer td{
    font-size:18px;
    line-height:30px;
}
/*-----*/
#commonBanner{
    margin-top:20px;
    background-position: center center;
}
/*-----*/
#aboutUs p{
    font-size:14px;
    line-height:25px;
    text-indent:28px;
}
/*-----*/
#contactUs td{
    font-size:14px;
    line-height:25px;
}
/*-----*/
.pagesize_box{
    margin-top:10px;
    margin-bottom:20px;
}
.pagesize_link,.pagesize_number,.pagesize_text{
    padding:5px 10px;
    color:white;
}
.pagesize_link{
    background-color:#2383d9;
}
.pagesize_link:hover{
    text-decoration:none;
    color:white;
    background-color:#ff0000;
}
.pagesize_number{
    background-color:#ff0000;
}
.pagesize_text{
    background-color:#DFDFDF;
}
/*-----*/
