Subversion Repositories SmartDukaan

Rev

Rev 539 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 539 Rev 794
Line 1... Line -...
1
/** 
-
 
2
  * Author 			: Raj Kumar Bharti
-
 
3
  * Creation Date 	: 22 Nov 2010
-
 
4
  * Project 		: Shop2020
-
 
5
  * Copyright 2010 Evon Technologies
-
 
6
*/
-
 
7
 
-
 
8
/*___ My Account ___*/
-
 
9
#myAccount {color:#333;}
-
 
10
#myAccount .top {background:url(../images/my-ac-content-corner-tc.jpg) repeat-x; margin:0 -2px;}
-
 
11
#myAccount .top .left{background:url(../images/my-ac-content-corner-tl.jpg) no-repeat;}
-
 
12
#myAccount .top .right{background:url(../images/my-ac-content-corner-tr.jpg) no-repeat top right; line-height:10px;}
-
 
13
 
-
 
14
#myAccount .middle {background:#fff; margin:0 -2px;}
-
 
15
#myAccount .middle .left{background:url(../images/my-ac-content-corner-ml.jpg) repeat-y;}
-
 
16
#myAccount .middle .right{background:url(../images/my-ac-content-corner-mr.jpg) repeat-y top right; min-height:800px;}
-
 
17
 
-
 
18
#myAccount .bottom {background:url(../images/my-ac-content-corner-bc.jpg) repeat-x; margin:0 -2px;}
-
 
19
#myAccount .bottom .left{background:url(../images/my-ac-content-corner-bl.jpg) no-repeat;}
-
 
20
#myAccount .bottom .right{background:url(../images/my-ac-content-corner-br.jpg) no-repeat top right;}
-
 
21
 
-
 
22
/*___ My Account Nav ___*/
-
 
23
#myAccountNav{
-
 
24
	float:left;
-
 
25
	width:163px;
-
 
26
	margin-left:2px;
-
 
27
	padding-top:10px;
-
 
28
	font-size:14px;
-
 
29
}
-
 
30
 
-
 
31
#myAccountNav ul{list-style:none;}
-
 
32
#myAccountNav h2{
-
 
33
	margin:0 0 4px 16px;
-
 
34
	color:#333;
-
 
35
	font-size:14px;
-
 
36
}
-
 
37
#myAccountNav a{
-
 
38
	display:block;
-
 
39
	padding:6px 16px;
-
 
40
	margin-bottom:-1px;
-
 
41
	border-top:1px solid #ccc;
-
 
42
	border-bottom:1px solid #ccc;
-
 
43
}
-
 
44
#myAccountNav a:hover, #myAccountNav a.active{
-
 
45
	color:#fff;
-
 
46
	text-decoration:none;
-
 
47
	background-color:#848484;	
-
 
48
}
-
 
49
 
-
 
50
#myAccountNav .spacing{margin:40px 0 12px 16px;}
-
 
51
 
-
 
52
/*___ Order History ___*/
-
 
53
#myAccount #goBack{
-
 
54
	float:right;
-
 
55
	width:557px;
-
 
56
	margin:-6px 2px 0 0;
-
 
57
	padding:0 0 2px 15px;
-
 
58
	border-bottom:1px solid #ccc;
-
 
59
}
-
 
60
#myAccount .content{
-
 
61
	float:right;
-
 
62
	width:538px;
-
 
63
	margin:13px 20px 0 0;
-
 
64
}
-
 
65
#myAccount .content h1{
-
 
66
	font-size:18px;
-
 
67
	color:#030303;
-
 
68
}
-
 
69
#myAccount .content .note{padding:10px 0 20px 0;}
-
 
70
 
-
 
71
#myAccount .content table{
-
 
72
	border-top:1px solid #ccc;
-
 
73
	border-left:1px solid #ccc;
-
 
74
}
-
 
75
#myAccount .content td{
-
 
76
	padding:7px 6px;
-
 
77
	border-right:1px solid #ccc;
-
 
78
	border-bottom:1px solid #ccc;
-
 
79
}
-
 
80
#myAccount .content th{
-
 
81
	padding:7px 6px;
-
 
82
	text-align:left;
-
 
83
	background:#daf0f8;
-
 
84
	border-bottom:1px solid #ccc;
-
 
85
}
-
 
86
#myAccount .content .pagination{
-
 
87
	padding:4px 10px 4px 0;
-
 
88
	text-align:right;
-
 
89
	font-size:11px;
-
 
90
	color:#666;
-
 
91
	border:1px solid #ccc;
-
 
92
	border-top:none;
-
 
93
}
-
 
94
#myAccount .content .pagination a{margin:0 10px;}
-
 
95
#myAccount .content .pagination a.inactive{color:#666;}
-
 
96
#myAccount .content .borderRight{border-right:1px solid #ccc;}
-
 
97
#myAccount .content .price{
-
 
98
	float:left;
-
 
99
	margin-right:8px;
-
 
100
}
-
 
101
#myAccount .content img.rupee{margin-top:4px;}
-
 
102
#myAccount .content .totalAmount{
-
 
103
	padding:6px;
-
 
104
	font-size:14px;
-
 
105
	font-weight:bold;
-
 
106
	text-align:right;
-
 
107
}
-
 
108
#myAccount #shipmentDetails{border:1px solid #ccc;}
-
 
109
#myAccount #shipmentDetails h3{font-size:12px;}
-
 
110
#myAccount #shipmentDetails .heading{
-
 
111
	font-weight:bold;
-
 
112
	padding:5px 20px 5px 10px;
-
 
113
	background:#daf0f8;
-
 
114
}
-
 
115
#myAccount #shipmentDetails .heading .title{
-
 
116
	float:left;
-
 
117
	width:400px;
-
 
118
}
-
 
119
#myAccount #shipmentDetails .heading .close{
-
 
120
	float:right;
-
 
121
	width:20px;
-
 
122
}
-
 
123
#myAccount #shipmentDetails .heading .close a:hover{text-decoration:none;}
-
 
124
#myAccount #shipmentDetails #orderShippingAddress{border-bottom:1px solid #ccc;}
-
 
125
 
-
 
126
#myAccount #shipmentDetails #orderShippingAddress,
-
 
127
#myAccount #shipmentDetails #orderShippingStatus{padding:8px 10px;}
-
 
128
 
-
 
129
#myAccount #shipmentDetails #orderShippingStatus table,
-
 
130
#myAccount #shipmentDetails #orderShippingStatus th,
-
 
131
#myAccount #shipmentDetails #orderShippingStatus td{border:none;}
-
 
132
 
-
 
133
#myAccount #shipmentDetails #orderShippingStatus table{margin:5px 0 6px 2px;}
-
 
134
#myAccount #shipmentDetails #orderShippingStatus th{
-
 
135
	color:#900;
-
 
136
	background:none;
-
 
137
}
-
 
138
#myAccount #shipmentDetails #orderShippingStatus th,
-
 
139
#myAccount #shipmentDetails #orderShippingStatus td{padding:1px 0 0 0;}
-
 
140
 
-
 
141
#myAccount #orderDetail,
-
 
142
#myAccount #courierAWB {margin:15px 0 18px 0;}
-
 
143
#myAccount #orderDetail dt, 
-
 
144
#myAccount #courierAWB dt{
-
 
145
	float:left;
-
 
146
	margin-right:5px;
-
 
147
}
-
 
148
#myAccount #orderDetail dd,
-
 
149
#myAccount #courierAWB dd{margin-bottom:5px;}
-
 
150
 
-
 
151
/*___ Account Settings ___*/
-
 
152
#myAccount #personalDetails, 
-
 
153
#myAccount #loginDetails{margin:30px -17px 0 -17px;}
-
 
154
 
-
 
155
#myAccount #personalDetails dt,
-
 
156
#myAccount #loginDetails dt{
-
 
157
	padding:0 0 2px 18px;
-
 
158
	color:#666;
-
 
159
	border-bottom:1px solid #ccc;
-
 
160
}
-
 
161
#myAccount #personalDetails dd,
-
 
162
#myAccount #loginDetails dd{margin:10px 0 30px 140px;}
-
 
163
 
-
 
164
#myAccount #loginDetails dd dl{margin-left:-140px;}
-
 
165
#myAccount #loginDetails dd dl dt{
-
 
166
	float:left;
-
 
167
	margin-top:2px;
-
 
168
	padding:0;
-
 
169
	width:135px;
-
 
170
	color:#333;
-
 
171
	text-align:right;
-
 
172
	border:none;
-
 
173
}
-
 
174
#myAccount #loginDetails dd dl dd{margin:0 0 10px 140px;}
-
 
175
 
-
 
176
#myAccount #loginDetails #registeredUserFacebook{margin-top:45px;}
-
 
177
#myAccount #loginDetails #registeredUserFacebook dt{
-
 
178
	float:left;
-
 
179
	width:115px;
-
 
180
	text-align:right;
-
 
181
	border:none;
-
 
182
}
-
 
183
#myAccount #loginDetails #registeredUserFacebook .style4{margin-top:-20px;}
-
 
184
#myAccount #personalDetails .noBorder,
-
 
185
#myAccount #loginDetails .noBorder{border:none;}
-
 
186
 
-
 
187
#myAccount #personalDetails select.selectWidth1{
-
 
188
	width:90px;
-
 
189
	height:19px;
-
 
190
	padding-bottom:1px;
-
 
191
	border:none;
-
 
192
	background:url(../images/month.png) no-repeat;
-
 
193
}
-
 
194
#myAccount #personalDetails select.selectWidth2{
-
 
195
	width:72px;
-
 
196
	height:19px;
-
 
197
	padding-bottom:1px;
-
 
198
	border:none;
-
 
199
	background:url(../images/yearanddate.png) no-repeat;
-
 
200
}
-
 
201
 
-
 
202
#myAccount #personalDetails .blockLeft,
-
 
203
#myAccount #loginDetails .blockLeft{
-
 
204
	float:left;
-
 
205
	width:230px;
-
 
206
}
-
 
207
#myAccount #personalDetails .blockRight,
-
 
208
#myAccount #loginDetails .blockRight{
-
 
209
	float:left;
-
 
210
	width:190px;
-
 
211
}
-
 
212
#myAccount #personalDetails .style1,
-
 
213
#myAccount #loginDetails .style1{
-
 
214
	margin-left:10px;
-
 
215
	font-size:11px;
-
 
216
	line-height:15px;
-
 
217
	color:#666;
-
 
218
}
-
 
219
#myAccount #personalDetails .style2,
-
 
220
#myAccount #loginDetails .style2{
-
 
221
	margin-left:5px;
-
 
222
	line-height:18px;
-
 
223
	color:#333;
-
 
224
}
-
 
225
#myAccount #personalDetails .style2 .spacing{height:18px;}
-
 
226
#myAccount #loginDetails .style3{padding-left:10px; font-size:11px;}
-
 
227
 
-
 
228
#myAccount #personalDetails .captcha,
-
 
229
#myAccount #loginDetails .captcha{
-
 
230
	width:225px;
-
 
231
	margin-bottom:10px;
-
 
232
	border:1px solid #ccc;
-
 
233
}
-
 
234
 
-
 
235
#myAccount #shippingAddress {margin:20px -15px 20px 0;}
-
 
236
#myAccount #shippingAddress h2{
-
 
237
	margin-bottom:5px;
-
 
238
	font-size:14px;
-
 
239
	color:#000;
-
 
240
}
-
 
241
#myAccount #shippingAddress h3{
-
 
242
	margin-bottom:5px;
-
 
243
	font-size:12px;
-
 
244
	color:#000;
-
 
245
}
-
 
246
 
-
 
247
#myAccount #shippingAddress .borderBottom1{
-
 
248
	margin:30px -2px -10px -17px;
-
 
249
	border-top:1px solid #ccc;
-
 
250
}
-
 
251
#myAccount #shippingAddress .borderBottom2{
-
 
252
	margin:5px -2px -10px -17px;
-
 
253
	border-top:1px solid #ccc;
-
 
254
}
-
 
255
 
-
 
256
#myAccount #shippingAddress .addressButton{margin-top:-25px;}
-
 
257
#myAccount #shippingAddress .addressWidth{float:right; width:120px;}
-
 
258
#myAccount #shippingAddress .priAddressWidth{float:right; width:187px;}
-
 
259
#myAccount #shippingAddress .deleteWidth{float:right; width:80px;}
-
 
260
#myAccount #shippingAddress .savePriAddressWidth{float:left; width:250px;}
-
 
261
#myAccount #shippingAddress .spacing{
-
 
262
	margin-bottom:35px;
-
 
263
	line-height:20px;
-
 
264
}
-
 
265
 
-
 
266
#myAccount #shippingAddress #addNewAddress dl{margin:25px 0;}
-
 
267
#myAccount #shippingAddress #addNewAddress dt{
-
 
268
	float:left;
-
 
269
	width:110px;
-
 
270
	margin-top:2px;
-
 
271
	text-align:right;
-
 
272
}
-
 
273
#myAccount #shippingAddress #addNewAddress dd{margin:0 0 8px 120px;}
-
 
274
#myAccount #shippingAddress #addNewAddress .spacing{
-
 
275
	height:10px;
-
 
276
	margin:0;
-
 
277
}
-
 
278
#myAccount #shippingAddress #addNewAddress .selectWidth{
-
 
279
	background:url(../images/c.png) no-repeat;
-
 
280
	width:132px;
-
 
281
	height:19px;
-
 
282
	border:none;
-
 
283
	padding-bottom:1px;
-
 
284
}
-
 
285
 
-
 
286
#myAccount .imgTextBox {
-
 
287
	height:27px;
-
 
288
	width:227px;
-
 
289
	background:url(../images/textbox2-hor-bar.jpg) repeat-x;
-
 
290
}
-
 
291
#myAccount .imgTextBox .left{background:url(../images/textbox2-left.jpg) no-repeat;}
-
 
292
#myAccount .imgTextBox .right{padding:0 5px; background:url(../images/textbox2-right.jpg) no-repeat top right; min-height:27px;}
-
 
293
#myAccount .imgTextBox .textbox{
-
 
294
	width:100%;
-
 
295
	padding:4px 0;
-
 
296
	font-size:14px;
-
 
297
	border:none;
-
 
298
	background:none;
-
 
299
}
-
 
300
 
-
 
301
#myAccount .imgEnableButton {
-
 
302
	height:24px;
-
 
303
	margin-right:10px;
-
 
304
	background:url(../images/enabledisable-button-hor-bar.jpg) repeat-x;
-
 
305
}
-
 
306
#myAccount .imgEnableButton .left{background:url(../images/enabledisable-button-left.jpg) no-repeat;}
-
 
307
#myAccount .imgEnableButton .right{background:url(../images/enabledisable-button-right.jpg) no-repeat top right; min-height:24px;}
-
 
308
 
-
 
309
#myAccount .imgDisableButton {
-
 
310
	height:24px;
-
 
311
	margin-right:10px;
-
 
312
	background:url(../images/enabledisable-button-hor-bar.jpg) repeat-x 0 -24px;
-
 
313
}
-
 
314
#myAccount .imgDisableButton .left{background:url(../images/enabledisable-button-left.jpg) no-repeat 0 -24px;}
-
 
315
#myAccount .imgDisableButton .right{background:url(../images/enabledisable-button-right.jpg) no-repeat 100% -24px; min-height:24px;}
-
 
316
 
-
 
317
#myAccount .imgDeleteButton {
-
 
318
	height:24px;
-
 
319
	margin-right:10px;
-
 
320
	background:url(../images/delete-button-hor-bar.jpg) repeat-x;
-
 
321
}
-
 
322
#myAccount .imgDeleteButton .left{background:url(../images/delete-button-left.jpg) no-repeat;}
-
 
323
#myAccount .imgDeleteButton .right{background:url(../images/delete-button-right.jpg) no-repeat top right; min-height:24px;}
-
 
324
 
-
 
325
#myAccount .imgEnableButton .button,
-
 
326
#myAccount .imgDisableButton .button,
-
 
327
#myAccount .imgDeleteButton .button{
-
 
328
	cursor:pointer;
-
 
329
	width:100%;
-
 
330
	margin-top:2px;
-
 
331
	font-weight:bold;
-
 
332
	text-align:center;
-
 
333
	border:none;
-
 
334
	background:none;
-
 
335
}
-
 
336
 
-
 
337
#myAccount .imgEnableButton .button,
-
 
338
#myAccount .imgDeleteButton .button {color:#000;}
-
 
339
 
-
 
340
#myAccount .imgDisableButton .button {color:#666; cursor:default;}
-
 
341
 
-
 
342
#myAccount .enableDisableBtnWidth1{float:left; width:64px;}
-
 
343
#myAccount .enableDisableBtnWidth2{float:left; width:75px;}
-
 
344
 
-
 
345
#myAccount .required{color:#f00;}
-
 
346
#myAccount .greyColor{color:#666;}
-
 
347
 
-
 
348
#myAccount .noAddress1{margin-bottom:-10px; padding-top:10px;}
-
 
349
#myAccount .noAddress2{padding:10px 0;}
-
 
350
1
/** 
-
 
2
  * Author 			: Raj Kumar Bharti
-
 
3
  * Creation Date 	: 22 Nov 2010
-
 
4
  * Project 		: Shop2020
-
 
5
  * Copyright 2010 Evon Technologies
-
 
6
*/
-
 
7
 
-
 
8
/*___ My Account ___*/
-
 
9
#myAccount {color:#333;}
-
 
10
#myAccount .top {
-
 
11
background:url(../images/my-ac-content-corner-tc.jpg) repeat-x; 
-
 
12
/* margin:0 -2px; */
-
 
13
  float:left; width:100%;/* add this line by ebizon */
-
 
14
}
-
 
15
#myAccount .top .left{background:url(../images/my-ac-content-corner-tl.jpg) no-repeat;}
-
 
16
#myAccount .top .right{background:url(../images/my-ac-content-corner-tr.jpg) no-repeat top right; line-height:10px;}
-
 
17
 
-
 
18
#myAccount .middle {
-
 
19
background:#fff; 
-
 
20
/*margin:0 -2px;*/
-
 
21
  float:left; width:100%;/* add this line by ebizon */
-
 
22
}
-
 
23
#myAccount .middle .left{background:url(../images/my-ac-content-corner-ml.jpg) repeat-y;}
-
 
24
#myAccount .middle .right{background:url(../images/my-ac-content-corner-mr.jpg) repeat-y top right; min-height:800px;}
-
 
25
 
-
 
26
#myAccount .bottom {
-
 
27
background:url(../images/my-ac-content-corner-bc.jpg) repeat-x; 
-
 
28
/* margin:0 -2px;*/
-
 
29
  float:left; width:100%;/* add this line by ebizon */
-
 
30
}
-
 
31
#myAccount .bottom .left{background:url(../images/my-ac-content-corner-bl.jpg) no-repeat;}
-
 
32
#myAccount .bottom .right{background:url(../images/my-ac-content-corner-br.jpg) no-repeat top right;}
-
 
33
 
-
 
34
/*___ My Account Nav ___*/
-
 
35
#myAccountNav{
-
 
36
	float:left;
-
 
37
	width:163px;
-
 
38
	margin-left:2px;
-
 
39
	padding-top:10px;
-
 
40
	font-size:14px;
-
 
41
}
-
 
42
 
-
 
43
#myAccountNav ul{list-style:none;}
-
 
44
#myAccountNav h2{
-
 
45
	margin:0 0 4px 16px;
-
 
46
	color:#333;
-
 
47
	font-size:14px;
-
 
48
}
-
 
49
#myAccountNav a{
-
 
50
	display:block;
-
 
51
	padding:6px 16px;
-
 
52
	margin-bottom:-1px;
-
 
53
	border-top:1px solid #ccc;
-
 
54
	border-bottom:1px solid #ccc;
-
 
55
}
-
 
56
#myAccountNav a:hover, #myAccountNav a.active{
-
 
57
	color:#fff;
-
 
58
	text-decoration:none;
-
 
59
	background-color:#848484;	
-
 
60
}
-
 
61
 
-
 
62
#myAccountNav .spacing{margin:40px 0 12px 16px;}
-
 
63
 
-
 
64
/*___ Order History ___*/
-
 
65
#myAccount #goBack{
-
 
66
	float:right;
-
 
67
	width:557px;
-
 
68
	/*margin:-6px 2px 0 0;*/
-
 
69
	padding:0 0 2px 15px;
-
 
70
	border-bottom:1px solid #ccc;
-
 
71
}
-
 
72
#myAccount .content{
-
 
73
	float:left;
-
 
74
  width:567px;
-
 
75
	/*margin:13px 20px 0 0; */
-
 
76
}
-
 
77
#myAccount .content h1{
-
 
78
	font-size:18px;
-
 
79
	color:#030303;
-
 
80
padding-left:10px;
-
 
81
}
-
 
82
#myAccount .content .note{padding:10px 0 20px 10px;} /*-- pading-left:10px bty ebizon --*/
-
 
83
 
-
 
84
#myAccount .content table{
-
 
85
	border-top:1px solid #ccc;
-
 
86
	border-left:1px solid #ccc;
-
 
87
}
-
 
88
#myAccount .content td{
-
 
89
	padding:7px 6px;
-
 
90
	border-right:1px solid #ccc;
-
 
91
	border-bottom:1px solid #ccc;
-
 
92
}
-
 
93
#myAccount .content th{
-
 
94
	padding:7px 6px;
-
 
95
	text-align:left;
-
 
96
	background:#daf0f8;
-
 
97
	border-bottom:1px solid #ccc;
-
 
98
}
-
 
99
#myAccount .content .pagination{
-
 
100
	padding:4px 10px 4px 0;
-
 
101
	text-align:right;
-
 
102
	font-size:11px;
-
 
103
	color:#666;
-
 
104
	border:1px solid #ccc;
-
 
105
	border-top:none;
-
 
106
}
-
 
107
#myAccount .content .pagination a{margin:0 10px;}
-
 
108
#myAccount .content .pagination a.inactive{color:#666;}
-
 
109
#myAccount .content .borderRight{border-right:1px solid #ccc;}
-
 
110
#myAccount .content .price{
-
 
111
	float:left;
-
 
112
	margin-right:8px;
-
 
113
}
-
 
114
#myAccount .content img.rupee{margin-top:4px;}
-
 
115
#myAccount .content .totalAmount{
-
 
116
	padding:6px;
-
 
117
	font-size:14px;
-
 
118
	font-weight:bold;
-
 
119
	text-align:right;
-
 
120
}
-
 
121
#myAccount #shipmentDetails{border:1px solid #ccc;}
-
 
122
#myAccount #shipmentDetails h3{font-size:12px;}
-
 
123
#myAccount #shipmentDetails .heading{
-
 
124
	font-weight:bold;
-
 
125
	padding:5px 20px 5px 10px;
-
 
126
	background:#daf0f8;
-
 
127
}
-
 
128
#myAccount #shipmentDetails .heading .title{
-
 
129
	float:left;
-
 
130
	width:400px;
-
 
131
}
-
 
132
#myAccount #shipmentDetails .heading .close{
-
 
133
	float:right;
-
 
134
	width:20px;
-
 
135
}
-
 
136
#myAccount #shipmentDetails .heading .close a:hover{text-decoration:none;}
-
 
137
#myAccount #shipmentDetails #orderShippingAddress{border-bottom:1px solid #ccc;}
-
 
138
 
-
 
139
#myAccount #shipmentDetails #orderShippingAddress,
-
 
140
#myAccount #shipmentDetails #orderShippingStatus{padding:8px 10px;}
-
 
141
 
-
 
142
#myAccount #shipmentDetails #orderShippingStatus table,
-
 
143
#myAccount #shipmentDetails #orderShippingStatus th,
-
 
144
#myAccount #shipmentDetails #orderShippingStatus td{border:none;}
-
 
145
 
-
 
146
#myAccount #shipmentDetails #orderShippingStatus table{margin:5px 0 6px 2px;}
-
 
147
#myAccount #shipmentDetails #orderShippingStatus th{
-
 
148
	color:#900;
-
 
149
	background:none;
-
 
150
}
-
 
151
#myAccount #shipmentDetails #orderShippingStatus th,
-
 
152
#myAccount #shipmentDetails #orderShippingStatus td{padding:1px 0 0 0;}
-
 
153
 
-
 
154
#myAccount #orderDetail,
-
 
155
#myAccount #courierAWB {margin:15px 0 18px 0;}
-
 
156
/*#myAccount #orderDetail dt, 
-
 
157
#myAccount #courierAWB dt{
-
 
158
	float:left;
-
 
159
	margin-right:5px;
-
 
160
}
-
 
161
#myAccount #orderDetail dd,
-
 
162
#myAccount #courierAWB dd{margin-bottom:5px;}
-
 
163
 
-
 
164
___ Account Settings ___
-
 
165
#myAccount #personalDetails, 
-
 
166
#myAccount #loginDetails{margin:30px -17px 0 -17px;}
-
 
167
 
-
 
168
#myAccount #personalDetails dt,
-
 
169
#myAccount #loginDetails dt{
-
 
170
	padding:0 0 2px 18px;
-
 
171
	color:#666;
-
 
172
	border-bottom:1px solid #ccc;
-
 
173
}
-
 
174
#myAccount #personalDetails dd,
-
 
175
#myAccount #loginDetails dd{margin:10px 0 30px 140px;}
-
 
176
 
-
 
177
#myAccount #loginDetails dd dl{margin-left:-140px;}
-
 
178
#myAccount #loginDetails dd dl dt{
-
 
179
	float:left;
-
 
180
	margin-top:2px;
-
 
181
	padding:0;
-
 
182
	width:135px;
-
 
183
	color:#333;
-
 
184
	text-align:right;
-
 
185
	border:none;
-
 
186
}
-
 
187
#myAccount #loginDetails dd dl dd{margin:0 0 10px 140px;}
-
 
188
*/
-
 
189
#myAccount #loginDetails #registeredUserFacebook{margin-top:45px;}
-
 
190
#myAccount #loginDetails #registeredUserFacebook dt{
-
 
191
	float:left;
-
 
192
	width:115px;
-
 
193
	text-align:right;
-
 
194
	border:none;
-
 
195
}
-
 
196
#myAccount #loginDetails #registeredUserFacebook .style4{/*margin-top:-20px;*/}
-
 
197
#myAccount #personalDetails .noBorder,
-
 
198
#myAccount #loginDetails .noBorder{border:none;}
-
 
199
 
-
 
200
#myAccount #personalDetails select.selectWidth1{
-
 
201
	width:90px;
-
 
202
	height:19px;
-
 
203
	padding-bottom:1px;
-
 
204
	border:none;
-
 
205
	background:url(../images/month.png) no-repeat;
-
 
206
}
-
 
207
#myAccount #personalDetails select.selectWidth2{
-
 
208
	width:72px;
-
 
209
	height:19px;
-
 
210
	padding-bottom:1px;
-
 
211
	border:none;
-
 
212
	background:url(../images/yearanddate.png) no-repeat;
-
 
213
}
-
 
214
 
-
 
215
#myAccount #personalDetails .blockLeft,
-
 
216
#myAccount #loginDetails .blockLeft{
-
 
217
	float:left;
-
 
218
	/*width:230px;*/
-
 
219
}
-
 
220
#myAccount #personalDetails .blockRight,
-
 
221
#myAccount #loginDetails .blockRight{
-
 
222
	float:left;
-
 
223
	width:170px;
-
 
224
}
-
 
225
#myAccount #personalDetails .style1,
-
 
226
#myAccount #loginDetails .style1{
-
 
227
	margin-left:10px;
-
 
228
	font-size:11px;
-
 
229
	line-height:15px;
-
 
230
	color:#666;
-
 
231
}
-
 
232
#myAccount #personalDetails .style2,
-
 
233
#myAccount #loginDetails .style2{
-
 
234
	margin-left:5px;
-
 
235
	line-height:18px;
-
 
236
	color:#333;
-
 
237
}
-
 
238
#myAccount #personalDetails .style2 .spacing{height:18px;}
-
 
239
#myAccount #loginDetails .style3{padding-left:10px; font-size:11px;}
-
 
240
 
-
 
241
#myAccount #personalDetails .captcha,
-
 
242
#myAccount #loginDetails .captcha{
-
 
243
	width:225px;
-
 
244
	margin-bottom:10px;
-
 
245
	border:1px solid #ccc;
-
 
246
}
-
 
247
 
-
 
248
#myAccount #shippingAddress {/*margin:20px -15px 20px 0;*/}
-
 
249
#myAccount #shippingAddress h2{
-
 
250
	margin-bottom:5px;
-
 
251
	font-size:14px;
-
 
252
	color:#000;
-
 
253
}
-
 
254
#myAccount #shippingAddress h3{
-
 
255
	margin-bottom:5px;
-
 
256
	font-size:12px;
-
 
257
	color:#000;
-
 
258
}
-
 
259
 
-
 
260
#myAccount #shippingAddress .borderBottom1{
-
 
261
	/*margin:30px -2px -10px -17px;*/
-
 
262
	border-top:1px solid #ccc;
-
 
263
}
-
 
264
#myAccount #shippingAddress .borderBottom2{
-
 
265
	/*margin:5px -2px -10px -17px;*/
-
 
266
	border-top:1px solid #ccc;
-
 
267
}
-
 
268
 
-
 
269
#myAccount #shippingAddress .addressButton{/*margin-top:-25px;*/}
-
 
270
#myAccount #shippingAddress .addressWidth{float:right; /*width:120px;*/}
-
 
271
#myAccount #shippingAddress .priAddressWidth{float:right; width:187px;}
-
 
272
#myAccount #shippingAddress .deleteWidth{float:right; width:80px;}
-
 
273
#myAccount #shippingAddress .savePriAddressWidth{float:left; width:250px;}
-
 
274
#myAccount #shippingAddress .spacing{
-
 
275
	margin-bottom:35px;
-
 
276
	line-height:20px;
-
 
277
}
-
 
278
 
-
 
279
#myAccount #shippingAddress #addNewAddress dl{margin:25px 0;}
-
 
280
#myAccount #shippingAddress #addNewAddress dt{
-
 
281
	float:left;
-
 
282
	width:110px;
-
 
283
	margin-top:2px;
-
 
284
	text-align:right;
-
 
285
}
-
 
286
#myAccount #shippingAddress #addNewAddress dd{margin:0 0 8px 120px;}
-
 
287
#myAccount #shippingAddress #addNewAddress .spacing{
-
 
288
	height:10px;
-
 
289
	margin:0;
-
 
290
}
-
 
291
#myAccount #shippingAddress #addNewAddress .selectWidth{
-
 
292
	background:url(../images/c.png) no-repeat;
-
 
293
	width:132px;
-
 
294
	height:19px;
-
 
295
	border:none;
-
 
296
	padding-bottom:1px;
-
 
297
}
-
 
298
 
-
 
299
/*#myAccount .imgTextBox {
-
 
300
	height:27px;
-
 
301
	width:227px;
-
 
302
	background:url(../images/textbox2-hor-bar.jpg) repeat-x;
-
 
303
}
-
 
304
#myAccount .imgTextBox .left{background:url(../images/textbox2-left.jpg) no-repeat;}
-
 
305
#myAccount .imgTextBox .right{padding:0 5px; background:url(../images/textbox2-right.jpg) no-repeat top right; min-height:27px;}
-
 
306
#myAccount .imgTextBox .textbox{
-
 
307
	width:100%;
-
 
308
	padding:4px 0;
-
 
309
	font-size:14px;
-
 
310
	border:none;
-
 
311
	background:none;
-
 
312
}
-
 
313
 
-
 
314
#myAccount .imgEnableButton {
-
 
315
	height:24px;
-
 
316
	margin-right:10px;
-
 
317
	background:url(../images/enabledisable-button-hor-bar.jpg) repeat-x;
-
 
318
}
-
 
319
#myAccount .imgEnableButton .left{background:url(../images/enabledisable-button-left.jpg) no-repeat;}
-
 
320
#myAccount .imgEnableButton .right{background:url(../images/enabledisable-button-right.jpg) no-repeat top right; min-height:24px;}
-
 
321
 
-
 
322
#myAccount .imgDisableButton {
-
 
323
	height:24px;
-
 
324
	margin-right:10px;
-
 
325
	background:url(../images/enabledisable-button-hor-bar.jpg) repeat-x 0 -24px;
-
 
326
}
-
 
327
#myAccount .imgDisableButton .left{background:url(../images/enabledisable-button-left.jpg) no-repeat 0 -24px;}
-
 
328
#myAccount .imgDisableButton .right{background:url(../images/enabledisable-button-right.jpg) no-repeat 100% -24px; min-height:24px;}
-
 
329
 
-
 
330
#myAccount .imgDeleteButton {
-
 
331
	height:24px;
-
 
332
	margin-right:10px;
-
 
333
	background:url(../images/delete-button-hor-bar.jpg) repeat-x;
-
 
334
}
-
 
335
#myAccount .imgDeleteButton .left{background:url(../images/delete-button-left.jpg) no-repeat;}
-
 
336
#myAccount .imgDeleteButton .right{background:url(../images/delete-button-right.jpg) no-repeat top right; min-height:24px;}
-
 
337
*/
-
 
338
/*#myAccount .imgEnableButton .button,
-
 
339
#myAccount .imgDisableButton .button,
-
 
340
#myAccount .imgDeleteButton .button{
-
 
341
	cursor:pointer;
-
 
342
	width:100%;
-
 
343
	margin-top:2px;
-
 
344
	font-weight:bold;
-
 
345
	text-align:center;
-
 
346
	border:none;
-
 
347
	background:none;
-
 
348
}
-
 
349
 
-
 
350
#myAccount .imgEnableButton .button,
-
 
351
#myAccount .imgDeleteButton .button {color:#000;}
-
 
352
 
-
 
353
#myAccount .imgDisableButton .button {color:#666; cursor:default;}
-
 
354
 
-
 
355
#myAccount .enableDisableBtnWidth1{float:left; width:64px;}
-
 
356
#myAccount .enableDisableBtnWidth2{float:left; width:75px;}
-
 
357
*/
-
 
358
/*.imgDisableButton .button {
-
 
359
 
-
 
360
}
-
 
361
#myAccount .required{color:#f00;}
-
 
362
#myAccount .greyColor{color:#666;}
-
 
363
 
-
 
364
#myAccount .noAddress1{margin-bottom:-10px; padding-top:10px;}
-
 
365
#myAccount .noAddress2{padding:10px 0;}
-
 
366
 
-
 
367
.form-item {
-
 
368
	margin-bottom: 1px solid #cccccc;
-
 
369
}*/
-
 
370
 
-
 
371
 
-
 
372
 
-
 
373