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