﻿/* CSS Document */

#ProductCateTitle {
width: 564px;
padding-bottom: 8px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #0072bc;
margin-bottom: 40px;
}
#ProductCateSubTitle {
width: 564px;
padding-bottom: 8px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #8DB7D2;
margin-bottom: 10px;
margin-top: 30px;
}



#products-list{
}

.products-list-box{
clear:both;
}
.products-list-box ul{
width:564px;
margin:0 0 30px 0;
padding:0;
}
.products-list-box li{
display:block;
list-style:none;
float:left;
font-size:12px;
line-height: 13px;
}
.products-list-box li div{
width:185px;
height: 220px;
position:relative;
}

.products-list-box li div span.products-list03{
display:block;
width:185px;
position:absolute;
text-align: center;
}
.products-list-box li div span.products-list04{
display:block;
width:185px;
text-align: center;
position:absolute;
/* left:22px; */
top:155px;
}
.ob-side {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e0e0e0;
font-size: 11px;
line-height: 13px;
margin: 0;
padding: 7px 0 7px 0;
}

