Subversion Repositories SmartDukaan

Rev

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