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