1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
a { text-decoration: none; }
.w40px { width: 40px; }
.w50px { width: 50px; }
.w60px { width: 60px; }
.w70px { width: 70px; }
.w80px { width: 80px; }
.w90px { width: 90px; }
.w100px { width: 100px; }
.w120px { width: 120px; }
.w123px { width: 123px; }
.w130px { width: 130px; }
.w140px { width: 140px; }
.w143px { width: 143px; }
.w150px { width: 150px; }
.w160px { width: 160px; }
.w180px { width: 180px; }
.w200px { width: 317px; }
.w240px { width: 240px; }
.w300px { width: 300px; }
.w340px { width: 340px; }
.w400px { width: 400px; }
.w500px { width: 500px; }
.w700px { width: 700px; }
.w600px { width: 600px; }
.w800px { width: 800px; }
.wmaxpx { width: 100%; }
.wautopx { width: auto; }
.hmaxpx { height: 100%; }
.hautopx { height: auto; }
.hide { display: none; }
.fl { float: left; }
.fr { float: right; }
.alignR { text-align: right; }
.alignL { text-align: left; }
.valign01 { vertical-align: top; }
.CP { cursor: pointer; }
.CB { clear: both; }
.red { color: #FF5500; }
.green { color: Green; }
.c999 { color: #999999; }
.bold { font-weight: bold; }
.yahei { font-family: @微软雅黑; }
.moneystyle { color: #FF5500; font-weight: bold; font-family: 微软雅黑; }
 
optgroup { font-family: "宋体"; font-style: normal; }
/*select { border: 1px solid #A2B3BD; background: url("../../libs/skins/blue/form/textinput_bg.jpg") repeat-x scroll left top #FFFFFF; }*/
select { border: 1px solid #ccc; margin-left: 0px; font-size:12px; line-height:22px;}
select option{height:22px; line-height:22px;}
select:hover { border: 1px solid #00CCFF; }
.ml5px { margin-left: 5px; }
input[type="text"] { border: 1px solid #ccc; }
input[type="text"]:hover { border: 1px solid #00CCFF; }
textarea { padding: 5px; line-height: 13px; border: 1px solid #ccc; }
textarea:hover { border: 1px solid #00CCFF; }
fieldset { border: 1px solid #aaa; margin: 10px; }
#scrollContent { float: left; width: 100%; }
 
/*自定义菜单1*/
.popupMenu_custom_demo1 { position: relative; width: 560px; }
.popupMenu_custom1 { position: absolute; top: 10px; right: 32px; width: 18px; display: none; }
.popupMenu_custom1_link a { background-image: url(../../libs/images/demo/dropmenu-button.png); background-repeat: no-repeat; width: 18px; height: 18px; display: block; text-indent: -1000px; }
.popupMenu_custom1_link a:hover { background-image: url(../../libs/images/demo/dropmenu-button2.png); }
.popupMenu_custom1_delete { position: absolute; top: 10px; right: 10px; display: none; }
.popupMenu_custom1_delete a { background-image: url(../../libs/images/demo/close-button.png); background-repeat: no-repeat; width: 18px; height: 18px; display: block; text-indent: -1000px; }
.popupMenu_custom1_delete a:hover { background-image: url(../../libs/images/demo/close-button2.png); }
.popupMenu_custom1_con { right: 0px !important; }
/*自定义菜单1*/
/*自定义菜单2*/
.popupMenu_custom2_link { background-image: url(../../libs/images/demo/arrow.jpg); background-repeat: no-repeat; background-position: 100% 0%; width: 195px !important; border: solid 1px #cccccc; }
.popupMenu_custom2_link_text { padding: 0 0 0 5px; height: 23px; line-height: 23px; width: 167px !important; overflow: hidden; }
.popupMenu_custom2_con { border: solid 1px #cccccc; background-color: white; padding: 6px; display: none; position: absolute; z-index: 88; }
.popupMenu_custom2_con select { width: 150px; }
/*自定义菜单2*/
/*收货地址*/
.ReceiptTable { }
.ReceiptTable tr { height: auto; line-height: 28px; }
.ReceiptTable input { padding: 5px; width: 115px; height: 13px; line-height: 13px; border: 1px solid #CCCCCC; }
.ReceiptTable select { width: 115px; border: 1px solid #CCCCCC; }
.ReceiptTable textarea { border: 1px solid #CCCCCC; }
/*收货地址*/
.ShowCustormDIV { background-color: white; border: 1px solid #CCCCCC; display: none; position: absolute; z-index: 88; }
.ShowCustormDIV li { height: 22px; line-height: 22px; padding: 3px 0px; cursor: pointer; }
.ShowCustormDIV li:hover { background-color: #E3E3E3; font-weight: bold; }
 
.a_under { color: #000; cursor: pointer; }
.a_under:hover { color: #FF5500; text-decoration: underline; }