body {
	font: 12px Arial,"ËÎÌå";
    text-align: center;
    color: #555;
}
* {
	margin: 0;
	padding: 0;
}

img {
    border: 0;
}
a {
    color: #06c;
    text-decoration: none;
}
a:hover {
    color: #f60;
    text-decoration: underline;
}
#warpper {
    margin: 0 auto;
    width: 950px;
    text-align: left;
}
#shop-header {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 3px;
    background-color: #da6271;
    border-bottom: 1px solid #be031a;
}
#ad-banner {
    height: 120px;
    background-color: #fff;
}

#user-adbox {
    
}
#shop-nav {
    position: absolute;
    margin-top: 95px;
    width: 100%;
    padding-bottom: 2px;    
}
#shop-nav ul {
    padding-left: 40px;
    height: 25px;
    border-bottom: 1px solid #be031a;
}
#shop-nav li {
    list-style: none;
    display: inline;
    float: left;
    margin-right: 2px;
    height: 25px;
    background: url(bg.gif) no-repeat 0 -50px;
}
#shop-nav li a {
    float: left;
    display: inline;
    margin-left: 5px;
    padding: 0 15px 0 10px;
    height: 25px;
    line-height: 25px;
    color: #555;
    background: url(bg.gif) no-repeat right -75px;    
}
#shop-nav li.chosen {
    background-position:0 0;
}
#shop-nav li.chosen a {
    color: #fff;
    font-weight:bold;
    background-position:right -25px;
}
#shop-side {
    float: left;
    width: 200px;
}
#shop-main {
    float: right;
    width: 740px;
}
.sidebox {
    margin-bottom: 10px;
    line-height: 20px;
    border: 1px solid #e27b87;
}
.sidebox h3 {
    padding-left: 10px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #fff;
    background: url(bg.gif) repeat-x 0 -100px;
    margin:0;padding:0;
    padding-left:12px;  
}
#user-panel p {
    margin: 6px;
    border-bottom: 1px dotted #ddd;
}
#shop-search p{
    margin: 6px;   
}
#shop-search input.text {
    width: 120px;
}
.sidebox ul {
    margin: 6px;
}
.sidebox li {
    list-style: none;
    padding: 3px 0 3px 20px;
    border-bottom: 1px dotted #ddd;
}
#shop-catalog li {
    background: url(bg.gif) no-repeat -138px -163px;
}
#shop-friend li {
    padding-left: 16px;
    background: url(bg.gif) no-repeat 6px -182px;
}

#user-adbox {
    margin-bottom: 10px;
}
.mainbox {
    margin-bottom: 20px;
    padding-top: 2px;
    border-top: 2px solid #c82020;
}
.mainbox h3 {
    padding-left: 10px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    color: #d82929;
    background: url(bg.gif) repeat-x 0 -123px;
}
.mainbox h3 span {
    padding-left: 14px;
    background: url(bg.gif) no-repeat -144px -150px;
}

.grid-view .item {
    float: left;
    padding: 10px 15px;
    width: 155px;
    text-align: center;
    color: #999;
}
.grid-view .item .pic {
    margin: 0 auto 10px;
    width: 100px;
    height: 68px;
    overflow: hidden;
}
.grid-view .item p {
    height: 32px;
    overflow: hidden;
}
.grid-view .item strong {
    color: #f60;
}
.list-bottom a {
    display: block;
    float: right;
    width: 82px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #555;
    background: url(bg.gif) no-repeat 0 -155px;
}
#footer {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
}

div.PageChanger {
font-size:12px;
height:20px;
line-height:20px;
text-align:right;
}

/* haker */

.clear {
    clear:both;
}