Subversion Repositories SmartDukaan

Rev

Rev 4815 | Rev 6152 | 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 {
5145 phani.kuma 11
background:url(../images/my-ac-content-corner-tc.jpg) repeat-x;
12
  float:left; width:100%;
794 rajveer 13
}
14
#myAccount .top .left{background:url(../images/my-ac-content-corner-tl.jpg) no-repeat;}
15
#myAccount .top .right{background:url(../images/my-ac-content-corner-tr.jpg) no-repeat top right; line-height:10px;}
16
 
17
#myAccount .middle {
18
background:#fff; 
5145 phani.kuma 19
float:left; width:100%;
794 rajveer 20
}
21
#myAccount .middle .left{background:url(../images/my-ac-content-corner-ml.jpg) repeat-y;}
22
#myAccount .middle .right{background:url(../images/my-ac-content-corner-mr.jpg) repeat-y top right; min-height:800px;}
23
 
24
#myAccount .bottom {
25
background:url(../images/my-ac-content-corner-bc.jpg) repeat-x; 
5145 phani.kuma 26
float:left; width:100%;
794 rajveer 27
}
28
#myAccount .bottom .left{background:url(../images/my-ac-content-corner-bl.jpg) no-repeat;}
29
#myAccount .bottom .right{background:url(../images/my-ac-content-corner-br.jpg) no-repeat top right;}
30
 
31
/*___ My Account Nav ___*/
32
#myAccountNav{
33
	float:left;
34
	width:163px;
3830 chandransh 35
	background-color: #E9F3F9;
794 rajveer 36
	padding-top:10px;
37
	font-size:14px;
38
}
39
 
40
#myAccountNav ul{list-style:none;}
41
#myAccountNav h2{
42
	margin:0 0 4px 16px;
43
	color:#333;
44
	font-size:14px;
45
}
46
#myAccountNav a{
47
	display:block;
48
	padding:6px 16px;
49
	margin-bottom:-1px;
50
	border-top:1px solid #ccc;
51
	border-bottom:1px solid #ccc;
52
}
53
#myAccountNav a:hover, #myAccountNav a.active{
54
	color:#fff;
55
	text-decoration:none;
56
	background-color:#848484;	
57
}
58
 
59
#myAccountNav .spacing{margin:40px 0 12px 16px;}
60
 
61
/*___ Order History ___*/
808 rajveer 62
 
794 rajveer 63
#myAccount #goBack{
808 rajveer 64
border-bottom:1px solid #CCCCCC;
65
float:left;
66
padding:0 0 2px 18px;
3830 chandransh 67
width:505px;
808 rajveer 68
margin-bottom:10px;
794 rajveer 69
}
70
#myAccount .content{
5145 phani.kuma 71
  float:left;
4017 rajveer 72
  width:537px;
794 rajveer 73
}
74
#myAccount .content h1{
75
	font-size:18px;
76
	color:#030303;
3830 chandransh 77
	padding-left:18px;
794 rajveer 78
}
5145 phani.kuma 79
#myAccount .content .note{padding:10px 0 20px 18px;}
794 rajveer 80
 
81
#myAccount .content table{
82
	border-top:1px solid #ccc;
83
	border-left:1px solid #ccc;
4017 rajveer 84
	margin-left:5px;
794 rajveer 85
}
4325 mandeep.dh 86
 
794 rajveer 87
#myAccount .content td{
88
	padding:7px 6px;
89
	border-right:1px solid #ccc;
90
	border-bottom:1px solid #ccc;
91
}
92
#myAccount .content th{
93
	padding:7px 6px;
94
	text-align:left;
95
	background:#daf0f8;
96
	border-bottom:1px solid #ccc;
97
}
98
#myAccount .content .pagination{
99
	padding:4px 10px 4px 0;
100
	text-align:right;
101
	font-size:11px;
102
	color:#666;
103
	border:1px solid #ccc;
104
	border-top:none;
105
}
106
#myAccount .content .pagination a{margin:0 10px;}
107
#myAccount .content .pagination a.inactive{color:#666;}
108
#myAccount .content .borderRight{border-right:1px solid #ccc;}
109
#myAccount .content .price{
110
	float:left;
111
	margin-right:8px;
112
}
113
#myAccount .content img.rupee{margin-top:4px;}
114
#myAccount .content .totalAmount{
115
	padding:6px;
116
	font-size:14px;
117
	font-weight:bold;
118
	text-align:right;
119
}
120
#myAccount #shipmentDetails{border:1px solid #ccc;}
121
#myAccount #shipmentDetails h3{font-size:12px;}
122
#myAccount #shipmentDetails .heading{
123
	font-weight:bold;
124
	padding:5px 20px 5px 10px;
125
	background:#daf0f8;
126
}
127
#myAccount #shipmentDetails .heading .title{
128
	float:left;
129
	width:400px;
130
}
131
#myAccount #shipmentDetails .heading .close{
132
	float:right;
133
	width:20px;
134
}
135
#myAccount #shipmentDetails .heading .close a:hover{text-decoration:none;}
136
#myAccount #shipmentDetails #orderShippingAddress{border-bottom:1px solid #ccc;}
137
 
138
#myAccount #shipmentDetails #orderShippingAddress,
139
#myAccount #shipmentDetails #orderShippingStatus{padding:8px 10px;}
140
 
141
#myAccount #shipmentDetails #orderShippingStatus table,
142
#myAccount #shipmentDetails #orderShippingStatus th,
143
#myAccount #shipmentDetails #orderShippingStatus td{border:none;}
144
 
145
#myAccount #shipmentDetails #orderShippingStatus table{margin:5px 0 6px 2px;}
146
#myAccount #shipmentDetails #orderShippingStatus th{
147
	color:#900;
148
	background:none;
149
}
150
#myAccount #shipmentDetails #orderShippingStatus th,
151
#myAccount #shipmentDetails #orderShippingStatus td{padding:1px 0 0 0;}
152
 
153
#myAccount #orderDetail,
808 rajveer 154
#myAccount #courierAWB {
155
float:left;
156
margin:18px;
157
}
158
 
159
#myAccount #orderDetail dt{
160
float:left;
161
}
1162 varun.gupt 162
 
4325 mandeep.dh 163
#myAccount div.content #paySuccess {
1162 varun.gupt 164
	margin-left: 100px;
165
}
4325 mandeep.dh 166
 
167
div#orderShippingAddress {
168
	width: 440px;
169
}
170
 
171
div#changeAddress {
172
	float: right;
173
}
174
 
175
#myAccount .new-button {
176
	padding: 3px 4px;
177
}
178
 
179
div.saveCancelDiv {
180
	width: 200px;
181
	margin-bottom: 10px;
182
}
183
 
184
#myAccount form#frmShippingAddress td {
185
    border-bottom: none !important; 
186
    border-right: none !important;
187
}
188
 
189
#myAccount table#addresses td {
190
    border-right: none !important;
191
}
192
 
193
div.saveCancelDiv #changeAddressCancel {
194
	float: right;
195
	text-align: right;
196
}
197
 
794 rajveer 198
#myAccount #loginDetails #registeredUserFacebook{margin-top:45px;}
199
#myAccount #loginDetails #registeredUserFacebook dt{
200
	float:left;
201
	width:115px;
202
	text-align:right;
203
	border:none;
204
}
5145 phani.kuma 205
#myAccount #loginDetails #registeredUserFacebook .style4{}
794 rajveer 206
#myAccount #personalDetails .noBorder,
207
#myAccount #loginDetails .noBorder{border:none;}
208
 
209
#myAccount #personalDetails select.selectWidth1{
210
	width:90px;
211
	height:19px;
212
	padding-bottom:1px;
213
	border:none;
214
	background:url(../images/month.png) no-repeat;
215
}
216
#myAccount #personalDetails select.selectWidth2{
217
	width:72px;
218
	height:19px;
219
	padding-bottom:1px;
220
	border:none;
221
	background:url(../images/yearanddate.png) no-repeat;
222
}
223
 
224
#myAccount #personalDetails .blockLeft,
225
#myAccount #loginDetails .blockLeft{
226
	float:left;
227
}
228
#myAccount #personalDetails .blockRight,
229
#myAccount #loginDetails .blockRight{
230
	float:left;
231
	width:170px;
808 rajveer 232
  margin-top:5px;
794 rajveer 233
}
234
#myAccount #personalDetails .style1,
235
#myAccount #loginDetails .style1{
236
	margin-left:10px;
237
	font-size:11px;
238
	line-height:15px;
239
	color:#666;
240
}
241
#myAccount #personalDetails .style2,
242
#myAccount #loginDetails .style2{
243
	margin-left:5px;
244
	line-height:18px;
245
	color:#333;
246
}
247
#myAccount #personalDetails .style2 .spacing{height:18px;}
248
#myAccount #loginDetails .style3{padding-left:10px; font-size:11px;}
249
 
250
#myAccount #personalDetails .captcha,
251
#myAccount #loginDetails .captcha{
252
	width:225px;
253
	margin-bottom:10px;
254
	border:1px solid #ccc;
255
}
256
 
5145 phani.kuma 257
#myAccount #shippingAddress {}
794 rajveer 258
#myAccount #shippingAddress h2{
259
	margin-bottom:5px;
260
	font-size:14px;
261
	color:#000;
5145 phani.kuma 262
  padding-left:18px;
794 rajveer 263
}
264
#myAccount #shippingAddress h3{
265
	margin-bottom:5px;
266
	font-size:12px;
267
	color:#000;
5145 phani.kuma 268
  padding-left:18px;
794 rajveer 269
}
270
 
271
#myAccount #shippingAddress .borderBottom1{
808 rajveer 272
	border-bottom:1px solid #CCCCCC;
273
float:left;
274
height:1px;
275
margin-bottom:10px;
276
margin-top:5px;
277
width:100%;
794 rajveer 278
}
279
#myAccount #shippingAddress .borderBottom2{
280
}
281
 
5145 phani.kuma 282
#myAccount #shippingAddress .addressWidth{float:right; }
808 rajveer 283
#myAccount #shippingAddress .deleteWidth{float:right;  }
794 rajveer 284
#myAccount #shippingAddress .savePriAddressWidth{float:left; width:250px;}
285
#myAccount #shippingAddress .spacing{
286
	margin-bottom:35px;
287
	line-height:20px;
288
}
289
 
290
#myAccount #shippingAddress #addNewAddress dl{margin:25px 0;}
291
#myAccount #shippingAddress #addNewAddress dt{
292
	float:left;
293
	width:110px;
294
	margin-top:2px;
295
	text-align:right;
296
}
297
#myAccount #shippingAddress #addNewAddress dd{margin:0 0 8px 120px;}
298
#myAccount #shippingAddress #addNewAddress .spacing{
299
	height:10px;
300
	margin:0;
301
}
302
#myAccount #shippingAddress #addNewAddress .selectWidth{
303
	padding-bottom:1px;
304
}
305
 
3862 rajveer 306
#myaccountFormShippingAddress .addressContainer {
808 rajveer 307
float:left;
308
padding-left:18px;
3830 chandransh 309
width:510px;
808 rajveer 310
}
3862 rajveer 311
#myaccountFormShippingAddress .address-container-inner {
808 rajveer 312
position:relative;
313
margin-bottom:35px;
314
}
315
#orderShippingAddress {
316
float:left;
317
margin:0 18px;
318
width:531px;
319
}
320
.addressButton {
321
bottom:0;
322
position:absolute;
323
right:10px;
324
}
325
.primary-address-container-inner.address-container-inner{
326
margin-bottom:0px !important;
327
}
328
#orderDetail{
329
float:left;
4815 phani.kuma 330
width:250px;
808 rajveer 331
margin-left:18px;
332
}
333
#orderDetail .orderDetail-left,
334
#courierAWB .orderDetail-left {
335
float:left;
336
clear:left;
337
margin-bottom:5px;
338
}
339
#orderDetail .orderDetail-right,
340
#courierAWB .orderDetail-right {
341
float:left;
342
margin-bottom:5px;
343
}
4325 mandeep.dh 344
 
345
#myAccount .addNewAddressRight {
346
    float: right;
347
}
348
 
808 rajveer 349
#myAccount .content table.myaccount-orders {
350
width:400px;
351
}
352
 
4136 rajveer 353
#myAccount .required{color:#f00;}
354
 
4815 phani.kuma 355
#frmCancelOrder	{
356
	padding-top:10px;
357
	padding-bottom:30px;
358
	padding-left: 40px;
359
	width: 400px;
360
	float: left;
361
	display: none;
362
}
794 rajveer 363
 
4815 phani.kuma 364
#frmCancelOrder label.error {
365
	float:right !important;
366
	display:block;
367
	color:#f00;
368
	font-size:11px;
369
	text-align:right !important;
370
	width: 80%;
371
}
794 rajveer 372
 
4815 phani.kuma 373
#frmCancelOrder label {
374
	width: 120px;
375
	float: left;
376
	font-weight: bold;
377
}
378
 
379
#frmCancelOrder .textbox-image {
380
	margin-top: 10px;
381
}
382
 
383
#frmCancelOrder input[type="text"] {
384
	width: 200px;
385
}
386
 
387
#frmCancelOrder textarea {
388
    height: 100px;
389
    width: 250px;
390
}
391
 
392
#frmCancelOrder .contact-form-button {
393
	margin-left: 50px;
394
}