Subversion Repositories SmartDukaan

Rev

Details | 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;
808 rajveer 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
}
794 rajveer 172
/*#myAccount #orderDetail dt, 
173
#myAccount #courierAWB dt{
174
	float:left;
175
	margin-right:5px;
176
}
177
#myAccount #orderDetail dd,
178
#myAccount #courierAWB dd{margin-bottom:5px;}
179
 
180
___ Account Settings ___
181
#myAccount #personalDetails, 
182
#myAccount #loginDetails{margin:30px -17px 0 -17px;}
183
 
184
#myAccount #personalDetails dt,
185
#myAccount #loginDetails dt{
186
	padding:0 0 2px 18px;
187
	color:#666;
188
	border-bottom:1px solid #ccc;
189
}
190
#myAccount #personalDetails dd,
191
#myAccount #loginDetails dd{margin:10px 0 30px 140px;}
192
 
193
#myAccount #loginDetails dd dl{margin-left:-140px;}
194
#myAccount #loginDetails dd dl dt{
195
	float:left;
196
	margin-top:2px;
197
	padding:0;
198
	width:135px;
199
	color:#333;
200
	text-align:right;
201
	border:none;
202
}
203
#myAccount #loginDetails dd dl dd{margin:0 0 10px 140px;}
204
*/
205
#myAccount #loginDetails #registeredUserFacebook{margin-top:45px;}
206
#myAccount #loginDetails #registeredUserFacebook dt{
207
	float:left;
208
	width:115px;
209
	text-align:right;
210
	border:none;
211
}
212
#myAccount #loginDetails #registeredUserFacebook .style4{/*margin-top:-20px;*/}
213
#myAccount #personalDetails .noBorder,
214
#myAccount #loginDetails .noBorder{border:none;}
215
 
216
#myAccount #personalDetails select.selectWidth1{
217
	width:90px;
218
	height:19px;
219
	padding-bottom:1px;
220
	border:none;
221
	background:url(../images/month.png) no-repeat;
222
}
223
#myAccount #personalDetails select.selectWidth2{
224
	width:72px;
225
	height:19px;
226
	padding-bottom:1px;
227
	border:none;
228
	background:url(../images/yearanddate.png) no-repeat;
229
}
230
 
231
#myAccount #personalDetails .blockLeft,
232
#myAccount #loginDetails .blockLeft{
233
	float:left;
234
	/*width:230px;*/
235
}
236
#myAccount #personalDetails .blockRight,
237
#myAccount #loginDetails .blockRight{
238
	float:left;
239
	width:170px;
808 rajveer 240
  margin-top:5px;
794 rajveer 241
}
242
#myAccount #personalDetails .style1,
243
#myAccount #loginDetails .style1{
244
	margin-left:10px;
245
	font-size:11px;
246
	line-height:15px;
247
	color:#666;
248
}
249
#myAccount #personalDetails .style2,
250
#myAccount #loginDetails .style2{
251
	margin-left:5px;
252
	line-height:18px;
253
	color:#333;
254
}
255
#myAccount #personalDetails .style2 .spacing{height:18px;}
256
#myAccount #loginDetails .style3{padding-left:10px; font-size:11px;}
257
 
258
#myAccount #personalDetails .captcha,
259
#myAccount #loginDetails .captcha{
260
	width:225px;
261
	margin-bottom:10px;
262
	border:1px solid #ccc;
263
}
264
 
265
#myAccount #shippingAddress {/*margin:20px -15px 20px 0;*/}
266
#myAccount #shippingAddress h2{
267
	margin-bottom:5px;
268
	font-size:14px;
269
	color:#000;
808 rajveer 270
  padding-left:18px; /* add margin by ebizon*/
794 rajveer 271
}
272
#myAccount #shippingAddress h3{
273
	margin-bottom:5px;
274
	font-size:12px;
275
	color:#000;
808 rajveer 276
  padding-left:18px; /* add margin by ebizon*/
794 rajveer 277
}
278
 
279
#myAccount #shippingAddress .borderBottom1{
280
	/*margin:30px -2px -10px -17px;*/
808 rajveer 281
	/* border-top:1px solid #CCCCCC; */
282
	border-bottom:1px solid #CCCCCC;
283
float:left;
284
height:1px;
285
margin-bottom:10px;
286
margin-top:5px;
287
width:100%;
794 rajveer 288
}
289
#myAccount #shippingAddress .borderBottom2{
808 rajveer 290
	/*margin:5px -2px -10px -17px;
291
	border-top:1px solid #ccc; */
794 rajveer 292
}
293
 
808 rajveer 294
/* #myAccount #shippingAddress .form-button-outer{ margin-top:-25px; margin-right:10px; float:left;} */
295
#myAccount #shippingAddress .addressWidth{float:right; /*width:120px; margin-right:10px;*/  } /* add margin-right by ebizon*/
296
/* #myAccount #shippingAddress .priAddressWidth{float:right; width:187px; } */
297
#myAccount #shippingAddress .deleteWidth{float:right;  }
794 rajveer 298
#myAccount #shippingAddress .savePriAddressWidth{float:left; width:250px;}
299
#myAccount #shippingAddress .spacing{
300
	margin-bottom:35px;
301
	line-height:20px;
302
}
303
 
304
#myAccount #shippingAddress #addNewAddress dl{margin:25px 0;}
305
#myAccount #shippingAddress #addNewAddress dt{
306
	float:left;
307
	width:110px;
308
	margin-top:2px;
309
	text-align:right;
310
}
311
#myAccount #shippingAddress #addNewAddress dd{margin:0 0 8px 120px;}
312
#myAccount #shippingAddress #addNewAddress .spacing{
313
	height:10px;
314
	margin:0;
315
}
316
#myAccount #shippingAddress #addNewAddress .selectWidth{
808 rajveer 317
	/*background:url(../images/c.png) no-repeat; 
318
	width:132px; 
794 rajveer 319
	height:19px;
808 rajveer 320
	border:none;  by ebizon */
794 rajveer 321
	padding-bottom:1px;
322
}
808 rajveer 323
/* add by ebizon */
794 rajveer 324
 
808 rajveer 325
#frmShippingAddress .addressContainer {
326
float:left;
327
padding-left:18px;
328
width:549px;
329
}
330
#frmShippingAddress .address-container-inner {
331
position:relative;
332
margin-bottom:35px;
333
}
334
#orderShippingAddress {
335
float:left;
336
margin:0 18px;
337
width:531px;
338
}
339
.addressButton {
340
bottom:0;
341
position:absolute;
342
right:10px;
343
}
344
.primary-address-container-inner.address-container-inner{
345
margin-bottom:0px !important;
346
}
347
#orderDetail{
348
float:left;
349
width:531px;
350
margin-left:18px;
351
}
352
#orderDetail .orderDetail-left,
353
#courierAWB .orderDetail-left {
354
float:left;
355
clear:left;
356
margin-bottom:5px;
357
}
358
#orderDetail .orderDetail-right,
359
#courierAWB .orderDetail-right {
360
float:left;
361
margin-bottom:5px;
362
}
363
#myAccount .content table.myaccount-orders {
364
width:400px;
365
}
366
 
367
/* end  ebizon */
368
 
369
 
794 rajveer 370
/*#myAccount .imgTextBox {
371
	height:27px;
372
	width:227px;
373
	background:url(../images/textbox2-hor-bar.jpg) repeat-x;
374
}
375
#myAccount .imgTextBox .left{background:url(../images/textbox2-left.jpg) no-repeat;}
376
#myAccount .imgTextBox .right{padding:0 5px; background:url(../images/textbox2-right.jpg) no-repeat top right; min-height:27px;}
377
#myAccount .imgTextBox .textbox{
378
	width:100%;
379
	padding:4px 0;
380
	font-size:14px;
381
	border:none;
382
	background:none;
383
}
384
 
385
#myAccount .imgEnableButton {
386
	height:24px;
387
	margin-right:10px;
388
	background:url(../images/enabledisable-button-hor-bar.jpg) repeat-x;
389
}
390
#myAccount .imgEnableButton .left{background:url(../images/enabledisable-button-left.jpg) no-repeat;}
391
#myAccount .imgEnableButton .right{background:url(../images/enabledisable-button-right.jpg) no-repeat top right; min-height:24px;}
392
 
393
#myAccount .imgDisableButton {
394
	height:24px;
395
	margin-right:10px;
396
	background:url(../images/enabledisable-button-hor-bar.jpg) repeat-x 0 -24px;
397
}
398
#myAccount .imgDisableButton .left{background:url(../images/enabledisable-button-left.jpg) no-repeat 0 -24px;}
399
#myAccount .imgDisableButton .right{background:url(../images/enabledisable-button-right.jpg) no-repeat 100% -24px; min-height:24px;}
400
 
401
#myAccount .imgDeleteButton {
402
	height:24px;
403
	margin-right:10px;
404
	background:url(../images/delete-button-hor-bar.jpg) repeat-x;
405
}
406
#myAccount .imgDeleteButton .left{background:url(../images/delete-button-left.jpg) no-repeat;}
407
#myAccount .imgDeleteButton .right{background:url(../images/delete-button-right.jpg) no-repeat top right; min-height:24px;}
408
*/
409
/*#myAccount .imgEnableButton .button,
410
#myAccount .imgDisableButton .button,
411
#myAccount .imgDeleteButton .button{
412
	cursor:pointer;
413
	width:100%;
414
	margin-top:2px;
415
	font-weight:bold;
416
	text-align:center;
417
	border:none;
418
	background:none;
419
}
420
 
421
#myAccount .imgEnableButton .button,
422
#myAccount .imgDeleteButton .button {color:#000;}
423
 
424
#myAccount .imgDisableButton .button {color:#666; cursor:default;}
425
 
426
#myAccount .enableDisableBtnWidth1{float:left; width:64px;}
427
#myAccount .enableDisableBtnWidth2{float:left; width:75px;}
428
*/
429
/*.imgDisableButton .button {
430
 
431
}
432
#myAccount .required{color:#f00;}
433
#myAccount .greyColor{color:#666;}
434
 
435
#myAccount .noAddress1{margin-bottom:-10px; padding-top:10px;}
436
#myAccount .noAddress2{padding:10px 0;}
437
 
438
.form-item {
439
	margin-bottom: 1px solid #cccccc;
440
}*/
441
 
442
 
443