﻿.ListBg {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.SearchTextBg {
    background: url(/images/Shop/search.png) no-repeat left 50%;
    background-position: 5px;
    background-color: #fff;
    padding-left: 30px;
}

.ListMenuFont a {
    font-size: 14px;
  
}

.ListButton {
    width: 50%;
}

.ListPanel {
    width: 100%;
   
}

.ListFrame {
   text-align: center;  margin-top:5px;
}

.ListPanelAlign {
    text-align: left;
}
.ListA {
    color: #000000;
}

.ListLine1 {
    padding: 2px;
}
.ListLine2 {
    padding: 5px;
}
.ListLine3 {
   text-align: right;
}

.Progress1 {
    padding-bottom: 0px;
}

     /* 向上的箭头,类似于A,只有三个边，不能指定上边框 */ 
.arrow-up { 
border-top:1px solid #AFAFAF;
border-left:1px solid #AFAFAF;
  width:7px;
  height:7px;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);  
-ms-transform:rotate(45deg); 
transform:rotate(45deg);
    margin-top: 25px;
    margin-left: 10px;
} 
/* 向下的箭头 类似于 V */ 
.arrow-down { 
border-bottom:1px solid #AFAFAF;
border-right:1px solid #AFAFAF;
  width:7px;
  height:7px;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);  
-ms-transform:rotate(45deg); 
transform:rotate(45deg);
    margin-top: 20px;
    margin-left: 10px;
} 

#Menu1 {
    width: 42%; text-align: center;height: 50px;line-height: 50px;
}
#Menu2 {
   width: 42%; text-align: center; border-left: solid 1px #EFEFEF; height: 50px;line-height: 50px;
}
#Menu3 {
    width: 16%; text-align: center; border-left: solid 1px #EFEFEF; height: 50px;line-height: 50px;
}


.TopMenu {
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;
}