Subversion Repositories SmartDukaan

Rev

Rev 3830 | Rev 4017 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
794 rajveer 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;
3830 chandransh 38
	/*
794 rajveer 39
	margin-left:2px;
3830 chandransh 40
	*/
41
	background-color: #E9F3F9;
794 rajveer 42
	padding-top:10px;
43
	font-size:14px;
44
}
45
 
46
#myAccountNav ul{list-style:none;}
47
#myAccountNav h2{
48
	margin:0 0 4px 16px;
49
	color:#333;
50
	font-size:14px;
51
}
52
#myAccountNav a{
53
	display:block;
54
	padding:6px 16px;
55
	margin-bottom:-1px;
56
	border-top:1px solid #ccc;
57
	border-bottom:1px solid #ccc;
58
}
59
#myAccountNav a:hover, #myAccountNav a.active{
60
	color:#fff;
61
	text-decoration:none;
62
	background-color:#848484;	
63
}
64
 
65
#myAccountNav .spacing{margin:40px 0 12px 16px;}
66
 
67
/*___ Order History ___*/
808 rajveer 68
 
794 rajveer 69
#myAccount #goBack{
808 rajveer 70
border-bottom:1px solid #CCCCCC;
71
float:left;
72
padding:0 0 2px 18px;
3830 chandransh 73
width:505px;
808 rajveer 74
margin-bottom:10px;
75
/*	float:right;
794 rajveer 76
	width:557px;
808 rajveer 77
	margin:-6px 2px 0 0;
794 rajveer 78
	padding:0 0 2px 15px;
808 rajveer 79
	border-bottom:1px solid #ccc;*/
794 rajveer 80
}
81
#myAccount .content{
82
	float:left;
3830 chandransh 83
  width:517px;
794 rajveer 84
	/*margin:13px 20px 0 0; */
85
}
86
#myAccount .content h1{
87
	font-size:18px;
88
	color:#030303;
3830 chandransh 89
	padding-left:18px;
794 rajveer 90
}
808 rajveer 91
#myAccount .content .note{padding:10px 0 20px 18px;} /*-- pading-left:10px bty ebizon --*/
794 rajveer 92
 
93
#myAccount .content table{
94
	border-top:1px solid #ccc;
95
	border-left:1px solid #ccc;
3830 chandransh 96
	margin-left:2px;
97
	width:515px;
794 rajveer 98
}
99
#myAccount .content td{
100
	padding:7px 6px;
101
	border-right:1px solid #ccc;
102
	border-bottom:1px solid #ccc;
103
}
104
#myAccount .content th{
105
	padding:7px 6px;
106
	text-align:left;
107
	background:#daf0f8;
108
	border-bottom:1px solid #ccc;
109
}
110
#myAccount .content .pagination{
111
	padding:4px 10px 4px 0;
112
	text-align:right;
113
	font-size:11px;
114
	color:#666;
115
	border:1px solid #ccc;
116
	border-top:none;
117
}
118
#myAccount .content .pagination a{margin:0 10px;}
119
#myAccount .content .pagination a.inactive{color:#666;}
120
#myAccount .content .borderRight{border-right:1px solid #ccc;}
121
#myAccount .content .price{
122
	float:left;
123
	margin-right:8px;
124
}
125
#myAccount .content img.rupee{margin-top:4px;}
126
#myAccount .content .totalAmount{
127
	padding:6px;
128
	font-size:14px;
129
	font-weight:bold;
130
	text-align:right;
131
}
132
#myAccount #shipmentDetails{border:1px solid #ccc;}
133
#myAccount #shipmentDetails h3{font-size:12px;}
134
#myAccount #shipmentDetails .heading{
135
	font-weight:bold;
136
	padding:5px 20px 5px 10px;
137
	background:#daf0f8;
138
}
139
#myAccount #shipmentDetails .heading .title{
140
	float:left;
141
	width:400px;
142
}
143
#myAccount #shipmentDetails .heading .close{
144
	float:right;
145
	width:20px;
146
}
147
#myAccount #shipmentDetails .heading .close a:hover{text-decoration:none;}
148
#myAccount #shipmentDetails #orderShippingAddress{border-bottom:1px solid #ccc;}
149
 
150
#myAccount #shipmentDetails #orderShippingAddress,
151
#myAccount #shipmentDetails #orderShippingStatus{padding:8px 10px;}
152
 
153
#myAccount #shipmentDetails #orderShippingStatus table,
154
#myAccount #shipmentDetails #orderShippingStatus th,
155
#myAccount #shipmentDetails #orderShippingStatus td{border:none;}
156
 
157
#myAccount #shipmentDetails #orderShippingStatus table{margin:5px 0 6px 2px;}
158
#myAccount #shipmentDetails #orderShippingStatus th{
159
	color:#900;
160
	background:none;
161
}
162
#myAccount #shipmentDetails #orderShippingStatus th,
163
#myAccount #shipmentDetails #orderShippingStatus td{padding:1px 0 0 0;}
164
 
165
#myAccount #orderDetail,
808 rajveer 166
#myAccount #courierAWB {
167
/*margin:15px 0 18px 0;*/ /* commented by add by ebizon */
168
float:left;
169
margin:18px;
170
}
171
 
172
#myAccount #orderDetail dt{
173
float:left;
174
}
1162 varun.gupt 175
 
176
#myAccount div.content #paySuccess	{
177
	margin-left: 100px;
178
}
794 rajveer 179
/*#myAccount #orderDetail dt, 
180
#myAccount #courierAWB dt{
181
	float:left;
182
	margin-right:5px;
183
}
184
#myAccount #orderDetail dd,
185
#myAccount #courierAWB dd{margin-bottom:5px;}
186
 
187
___ Account Settings ___
188
#myAccount #personalDetails, 
189
#myAccount #loginDetails{margin:30px -17px 0 -17px;}
190
 
191
#myAccount #personalDetails dt,
192
#myAccount #loginDetails dt{
193
	padding:0 0 2px 18px;
194
	color:#666;
195
	border-bottom:1px solid #ccc;
196
}
197
#myAccount #personalDetails dd,
198
#myAccount #loginDetails dd{margin:10px 0 30px 140px;}
199
 
200
#myAccount #loginDetails dd dl{margin-left:-140px;}
201
#myAccount #loginDetails dd dl dt{
202
	float:left;
203
	margin-top:2px;
204
	padding:0;
205
	width:135px;
206
	color:#333;
207
	text-align:right;
208
	border:none;
209
}
210
#myAccount #loginDetails dd dl dd{margin:0 0 10px 140px;}
211
*/
212
#myAccount #loginDetails #registeredUserFacebook{margin-top:45px;}
213
#myAccount #loginDetails #registeredUserFacebook dt{
214
	float:left;
215
	width:115px;
216
	text-align:right;
217
	border:none;
218
}
219
#myAccount #loginDetails #registeredUserFacebook .style4{/*margin-top:-20px;*/}
220
#myAccount #personalDetails .noBorder,
221
#myAccount #loginDetails .noBorder{border:none;}
222
 
223
#myAccount #personalDetails select.selectWidth1{
224
	width:90px;
225
	height:19px;
226
	padding-bottom:1px;
227
	border:none;
228
	background:url(../images/month.png) no-repeat;
229
}
230
#myAccount #personalDetails select.selectWidth2{
231
	width:72px;
232
	height:19px;
233
	padding-bottom:1px;
234
	border:none;
235
	background:url(../images/yearanddate.png) no-repeat;
236
}
237
 
238
#myAccount #personalDetails .blockLeft,
239
#myAccount #loginDetails .blockLeft{
240
	float:left;
241
	/*width:230px;*/
242
}
243
#myAccount #personalDetails .blockRight,
244
#myAccount #loginDetails .blockRight{
245
	float:left;
246
	width:170px;
808 rajveer 247
  margin-top:5px;
794 rajveer 248
}
249
#myAccount #personalDetails .style1,
250
#myAccount #loginDetails .style1{
251
	margin-left:10px;
252
	font-size:11px;
253
	line-height:15px;
254
	color:#666;
255
}
256
#myAccount #personalDetails .style2,
257
#myAccount #loginDetails .style2{
258
	margin-left:5px;
259
	line-height:18px;
260
	color:#333;
261
}
262
#myAccount #personalDetails .style2 .spacing{height:18px;}
263
#myAccount #loginDetails .style3{padding-left:10px; font-size:11px;}
264
 
265
#myAccount #personalDetails .captcha,
266
#myAccount #loginDetails .captcha{
267
	width:225px;
268
	margin-bottom:10px;
269
	border:1px solid #ccc;
270
}
271
 
272
#myAccount #shippingAddress {/*margin:20px -15px 20px 0;*/}
273
#myAccount #shippingAddress h2{
274
	margin-bottom:5px;
275
	font-size:14px;
276
	color:#000;
808 rajveer 277
  padding-left:18px; /* add margin by ebizon*/
794 rajveer 278
}
279
#myAccount #shippingAddress h3{
280
	margin-bottom:5px;
281
	font-size:12px;
282
	color:#000;
808 rajveer 283
  padding-left:18px; /* add margin by ebizon*/
794 rajveer 284
}
285
 
286
#myAccount #shippingAddress .borderBottom1{
287
	/*margin:30px -2px -10px -17px;*/
808 rajveer 288
	/* border-top:1px solid #CCCCCC; */
289
	border-bottom:1px solid #CCCCCC;
290
float:left;
291
height:1px;
292
margin-bottom:10px;
293
margin-top:5px;
294
width:100%;
794 rajveer 295
}
296
#myAccount #shippingAddress .borderBottom2{
808 rajveer 297
	/*margin:5px -2px -10px -17px;
298
	border-top:1px solid #ccc; */
794 rajveer 299
}
300
 
808 rajveer 301
/* #myAccount #shippingAddress .form-button-outer{ margin-top:-25px; margin-right:10px; float:left;} */
302
#myAccount #shippingAddress .addressWidth{float:right; /*width:120px; margin-right:10px;*/  } /* add margin-right by ebizon*/
303
/* #myAccount #shippingAddress .priAddressWidth{float:right; width:187px; } */
304
#myAccount #shippingAddress .deleteWidth{float:right;  }
794 rajveer 305
#myAccount #shippingAddress .savePriAddressWidth{float:left; width:250px;}
306
#myAccount #shippingAddress .spacing{
307
	margin-bottom:35px;
308
	line-height:20px;
309
}
310
 
311
#myAccount #shippingAddress #addNewAddress dl{margin:25px 0;}
312
#myAccount #shippingAddress #addNewAddress dt{
313
	float:left;
314
	width:110px;
315
	margin-top:2px;
316
	text-align:right;
317
}
318
#myAccount #shippingAddress #addNewAddress dd{margin:0 0 8px 120px;}
319
#myAccount #shippingAddress #addNewAddress .spacing{
320
	height:10px;
321
	margin:0;
322
}
323
#myAccount #shippingAddress #addNewAddress .selectWidth{
808 rajveer 324
	/*background:url(../images/c.png) no-repeat; 
325
	width:132px; 
794 rajveer 326
	height:19px;
808 rajveer 327
	border:none;  by ebizon */
794 rajveer 328
	padding-bottom:1px;
329
}
808 rajveer 330
/* add by ebizon */
794 rajveer 331
 
3862 rajveer 332
#myaccountFormShippingAddress .addressContainer {
808 rajveer 333
float:left;
334
padding-left:18px;
3830 chandransh 335
width:510px;
808 rajveer 336
}
3862 rajveer 337
#myaccountFormShippingAddress .address-container-inner {
808 rajveer 338
position:relative;
339
margin-bottom:35px;
340
}
341
#orderShippingAddress {
342
float:left;
343
margin:0 18px;
344
width:531px;
345
}
346
.addressButton {
347
bottom:0;
348
position:absolute;
349
right:10px;
350
}
351
.primary-address-container-inner.address-container-inner{
352
margin-bottom:0px !important;
353
}
354
#orderDetail{
355
float:left;
356
width:531px;
357
margin-left:18px;
358
}
359
#orderDetail .orderDetail-left,
360
#courierAWB .orderDetail-left {
361
float:left;
362
clear:left;
363
margin-bottom:5px;
364
}
365
#orderDetail .orderDetail-right,
366
#courierAWB .orderDetail-right {
367
float:left;
368
margin-bottom:5px;
369
}
370
#myAccount .content table.myaccount-orders {
371
width:400px;
372
}
373
 
374
/* end  ebizon */
375
 
376
 
794 rajveer 377
/*#myAccount .imgTextBox {
378
	height:27px;
379
	width:227px;
380
	background:url(../images/textbox2-hor-bar.jpg) repeat-x;
381
}
382
#myAccount .imgTextBox .left{background:url(../images/textbox2-left.jpg) no-repeat;}
383
#myAccount .imgTextBox .right{padding:0 5px; background:url(../images/textbox2-right.jpg) no-repeat top right; min-height:27px;}
384
#myAccount .imgTextBox .textbox{
385
	width:100%;
386
	padding:4px 0;
387
	font-size:14px;
388
	border:none;
389
	background:none;
390
}
391
 
392
#myAccount .imgEnableButton {
393
	height:24px;
394
	margin-right:10px;
395
	background:url(../images/enabledisable-button-hor-bar.jpg) repeat-x;
396
}
397
#myAccount .imgEnableButton .left{background:url(../images/enabledisable-button-left.jpg) no-repeat;}
398
#myAccount .imgEnableButton .right{background:url(../images/enabledisable-button-right.jpg) no-repeat top right; min-height:24px;}
399
 
400
#myAccount .imgDisableButton {
401
	height:24px;
402
	margin-right:10px;
403
	background:url(../images/enabledisable-button-hor-bar.jpg) repeat-x 0 -24px;
404
}
405
#myAccount .imgDisableButton .left{background:url(../images/enabledisable-button-left.jpg) no-repeat 0 -24px;}
406
#myAccount .imgDisableButton .right{background:url(../images/enabledisable-button-right.jpg) no-repeat 100% -24px; min-height:24px;}
407
 
408
#myAccount .imgDeleteButton {
409
	height:24px;
410
	margin-right:10px;
411
	background:url(../images/delete-button-hor-bar.jpg) repeat-x;
412
}
413
#myAccount .imgDeleteButton .left{background:url(../images/delete-button-left.jpg) no-repeat;}
414
#myAccount .imgDeleteButton .right{background:url(../images/delete-button-right.jpg) no-repeat top right; min-height:24px;}
415
*/
416
/*#myAccount .imgEnableButton .button,
417
#myAccount .imgDisableButton .button,
418
#myAccount .imgDeleteButton .button{
419
	cursor:pointer;
420
	width:100%;
421
	margin-top:2px;
422
	font-weight:bold;
423
	text-align:center;
424
	border:none;
425
	background:none;
426
}
427
 
428
#myAccount .imgEnableButton .button,
429
#myAccount .imgDeleteButton .button {color:#000;}
430
 
431
#myAccount .imgDisableButton .button {color:#666; cursor:default;}
432
 
433
#myAccount .enableDisableBtnWidth1{float:left; width:64px;}
434
#myAccount .enableDisableBtnWidth2{float:left; width:75px;}
435
*/
436
/*.imgDisableButton .button {
437
 
438
}
439
#myAccount .required{color:#f00;}
440
#myAccount .greyColor{color:#666;}
441
 
442
#myAccount .noAddress1{margin-bottom:-10px; padding-top:10px;}
443
#myAccount .noAddress2{padding:10px 0;}
444
 
445
.form-item {
446
	margin-bottom: 1px solid #cccccc;
447
}*/
448
 
449
 
450