﻿/* CSS Document */

#ProductCateTitle {
width: 664px;
padding-bottom: 8px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #0072bc;
font-size:14px;
font-weight:bold;
}
#ProductCateSubTitle {
width: 664px;
padding-bottom: 8px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #8DB7D2;
margin-bottom: 10px;
margin-top: 30px;
font-size:12px;
font-weight:bold;
}



#products-list{
}

.products-list-box{
clear:both;
}
.products-list-box ul{
width:514px;
margin:0 0 15px 0;
padding:0;
}
.products-list-box li{
display:block;
list-style:none;
float:left;
}
.products-list-box li div{
width:170px;
height: 200px;
position:relative;
}

.products-list-box li div span.products-list03{
display:block;
width:170px;
/* height:120px; */
position:absolute;
text-align: center;
}
.products-list-box li div span.products-list04{
display:block;
width:170px;
/* height:111px; */
text-align: center;
position:absolute;
/* left:22px; */
top:135px;
}


#products-detail{
}

.products-detail-box{
clear:both;
}
.products-detail-box ul{
width:614px;
margin:0 0 15px 0;
padding:0;
}
.products-detail-box li{
display:block;
list-style:none;
float:left;
}
.products-detail-box li div{
width:170px;
height:300px;
position:relative;
}

.products-detail-box li div span.products-detail03{
display:block;
width:170px;
height:271px;
position:absolute;
text-align: center;
}
.products-detail-box li div span.products-detail04{
display:block;
width:170px;
/* height:111px; */
text-align: center;
position:absolute;
/* left:22px; */
top:226px;
}
.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;
}

.ob-side ul {
  list-style: none;
  padding: 10px 0 0 13px;
  margin: 0;
}
.ob-side li {
  padding-top: 3px;
  padding-left: 8px;
  padding-bottom: 3px;
}
