Subversion Repositories SmartDukaan

Rev

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