Subversion Repositories SmartDukaan

Rev

Rev 793 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 793 Rev 794
Line 1... Line -...
1
/** 
-
 
2
  * Author 			: Raj Kumar Bharti
-
 
3
  * Creation Date 	: 31 Dec 2010
-
 
4
  * Project 		: Shop2020
-
 
5
  * Copyright 2010 Evon Technologies
-
 
6
*/
-
 
7
 
-
 
8
html, body, h1, h2, h3, h4, h5, h6, div, span, p, ol, ul, li, dl, dt, dd, table, th, tr, td, form, label, input, select, textarea {margin:0; padding:0;}
-
 
9
 
-
 
10
body{
-
 
11
	font-family:Verdana, Verdana, Geneva, sans-serif;
-
 
12
	font-size:12px;
-
 
13
	color:#000;
-
 
14
	line-height:20px;
-
 
15
	background:#555;
-
 
16
}
-
 
17
 
-
 
18
h1{
-
 
19
	font-size:24px;
-
 
20
	font-weight:bold;
-
 
21
}
-
 
22
h2{
-
 
23
	font-size:20px;
-
 
24
	font-weight:bold;
-
 
25
}
-
 
26
h3{
-
 
27
	font-size:14px;
-
 
28
	font-weight:bold;
-
 
29
}
-
 
30
a{
-
 
31
	outline:none;
-
 
32
	color:#0066CC;
-
 
33
	text-decoration:none;
-
 
34
}
-
 
35
a:hover{
-
 
36
	color:#0066CC;
-
 
37
	text-decoration:underline;
-
 
38
}
-
 
39
 
-
 
40
a img {border:0;}
-
 
41
 
-
 
42
input, select, textarea{outline:none;}
-
 
43
 
-
 
44
/*___ Header ___*/
-
 
45
#header{background:#fdfdfd;}
-
 
46
#header .content{
-
 
47
	width:980px;
-
 
48
	margin:0 auto;
-
 
49
	padding:10px 0 7px 0;
-
 
50
}
-
 
51
 
-
 
52
#logo{
-
 
53
	float:left;
-
 
54
	/*
-
 
55
	margin-left:15px;
-
 
56
	*/
-
 
57
}
-
 
58
 
-
 
59
#headerRight{
-
 
60
	float:right;
-
 
61
	width:650px;
-
 
62
	margin-top:25px;
-
 
63
	font-weight:bold;
-
 
64
	font-size:11px;
-
 
65
	color:#999;
-
 
66
}
-
 
67
#welcome_msg{
-
 
68
	float:right;
-
 
69
	width:250px;
-
 
70
	margin-right:10px;
-
 
71
	text-align:right;
-
 
72
	color:#010101;
-
 
73
}
-
 
74
#headerRight #login_span{
-
 
75
	float:right;
-
 
76
	color:#0066cc;
-
 
77
}
-
 
78
.facebook{
-
 
79
	padding:3px 25px 5px 0;
-
 
80
	/*background:url(../images/buttons/facebook-header.jpg) no-repeat 68px 0px;*/
-
 
81
	background:url(../images/buttons/facebook-header.jpg) no-repeat top right;
-
 
82
}
-
 
83
#subscribe{
-
 
84
	float:left;
-
 
85
	margin:5px 0 0 107px;
-
 
86
	padding:2px 0;
-
 
87
	color:#666;
-
 
88
	border-right:1px solid #848484;
-
 
89
}
-
 
90
#subscribe span{margin-right:6px;}
-
 
91
#subscribe input, #subscribe span{float:left;}
-
 
92
#subscribe .textbox{
-
 
93
	width:205px;
-
 
94
	margin-right:3px;
-
 
95
	padding:3px;
-
 
96
	height:14px;
-
 
97
	color:#999;
-
 
98
	font-size:11px;
-
 
99
	border:1px solid #848484;
-
 
100
}
-
 
101
#subscribe .button{
-
 
102
	background:url(../images/buttons/go.jpg) no-repeat;
-
 
103
	border:none;
-
 
104
	width:31px;
-
 
105
	height:21px;
-
 
106
	margin:1px 6px 0 0;
-
 
107
}
-
 
108
 
-
 
109
#facebookFindUsOn{
-
 
110
	float:right;
-
 
111
	margin-top:5px;
-
 
112
	width:104px;
-
 
113
}
-
 
114
 
-
 
115
/*___ Main ___*/
-
 
116
#main{
-
 
117
	width:980px;
-
 
118
	margin:0 auto;
-
 
119
}
-
 
120
 
-
 
121
/*___ Sign In ___*/
-
 
122
#signin_menu,
-
 
123
#signin_menu .top,
-
 
124
#signin_menu .middle,
-
 
125
#signin_menu .bottom{width:272px;}
-
 
126
 
-
 
127
#signin_menu{
-
 
128
	position:absolute;
-
 
129
	z-index:9999;
-
 
130
	margin:-2px 0 0 405px;
-
 
131
	padding:0;
-
 
132
	font-weight:normal;
-
 
133
	border:none;
-
 
134
}
-
 
135
#signin_menu .top{
-
 
136
	line-height:16px;
-
 
137
	background:url(../images/notification-top.png) no-repeat;
-
 
138
}
-
 
139
 
-
 
140
#signin_menu .middle{
-
 
141
	background:url(../images/notification-ver-bar.png) repeat-y;
-
 
142
}
-
 
143
 
-
 
144
#signin_menu .middle dl{padding:15px 0;}
-
 
145
#signin_menu .middle dt{
-
 
146
	float:left;
-
 
147
	width:80px;
-
 
148
	margin:3px 8px 12px 0;
-
 
149
	color:#333333;
-
 
150
	text-align:right;
-
 
151
	font-weight:normal;
-
 
152
}
-
 
153
#signin_menu .middle dd{
-
 
154
	float:left;
-
 
155
	width:160px;
-
 
156
	margin-bottom:12px;
-
 
157
	text-align:right;
-
 
158
}
-
 
159
#signin_menu .middle label.floatRight{color:#06c;}
-
 
160
#signin_menu .middle input.floatRight{margin:3px 5px 0 0;}
-
 
161
#signin_menu .middle .textbox{
-
 
162
	padding:5px 0;
-
 
163
	width:100%;
-
 
164
	text-align:left;
-
 
165
	font-size:11px;
-
 
166
	background:#f8f8f8;
-
 
167
	border:1px solid #b5b5b5;
-
 
168
}
-
 
169
#signin_menu .middle .bigImgButton{float:right;}
-
 
170
#signin_menu .middle .button{
-
 
171
	cursor:pointer;
-
 
172
	margin-top:5px;
-
 
173
	font-size:14px;
-
 
174
	font-weight:bold;
-
 
175
	border:none;
-
 
176
	background:none;
-
 
177
}
-
 
178
#headerRight .signin, 
-
 
179
#headerRight .signin1, 
-
 
180
#headerRight .menu-open{
-
 
181
	padding-right:18px;
-
 
182
	/*background:url(../images/down-arrow-blue.jpg) no-repeat 50px 3px;*/
-
 
183
	background:url(../images/down-arrow-blue.jpg) no-repeat 100% 3px;
-
 
184
}
-
 
185
#signin_menu .bottom{
-
 
186
	height:65px;
-
 
187
	background:url(../images/signin-bottom.png) no-repeat bottom left;
-
 
188
}
-
 
189
#signin_menu .bottom a{
-
 
190
	color:#fff;
-
 
191
	text-decoration:none;
-
 
192
}
-
 
193
#signin_menu .bottom a:hover{
-
 
194
	color:#fff;
-
 
195
	text-decoration:underline;
-
 
196
}
-
 
197
#signin_menu .bottom #resend_password_link{padding:15px 0 0 12px; float:left;}
-
 
198
#signin_menu .bottom #forgot_username_link{padding:15px 18px 0 0; float:right;}
-
 
199
 
-
 
200
/*___ Notification ___*/
-
 
201
#notification{
-
 
202
	position:absolute;
-
 
203
	margin:-4px 0 0 340px;
-
 
204
	z-index:1000;
-
 
205
}
-
 
206
 
-
 
207
#notification,
-
 
208
#notification .top,
-
 
209
#notification .middle,
-
 
210
#notification .bottom{
-
 
211
	width:272px;
-
 
212
}
-
 
213
#notification .top{
-
 
214
	line-height:16px;
-
 
215
	background:url(../images/notification-top.png) no-repeat;
-
 
216
}
-
 
217
#notification .bottom{
-
 
218
	line-height:16px;
-
 
219
	background:url(../images/notification-bottom.png) no-repeat bottom left;
-
 
220
}
-
 
221
#notification .middle{
-
 
222
	background:url(../images/notification-ver-bar.png) repeat-y;
-
 
223
}
-
 
224
#notification .colLeft{
-
 
225
	float:left;
-
 
226
	width:215px;
-
 
227
	margin:0 0 3px 15px;
-
 
228
	
-
 
229
	font-size:11px;
-
 
230
	font-weight:normal;
-
 
231
	color:#333;
-
 
232
	line-height:18px;	
-
 
233
}
-
 
234
#notification .link{
-
 
235
	margin-top:2px;
-
 
236
	font-weight:bold;
-
 
237
}
-
 
238
#notification a#notficationClose{
-
 
239
	float:right;
-
 
240
	width:18px;
-
 
241
	margin-right:18px;
-
 
242
}
-
 
243
#notification .borderBottom{
-
 
244
	margin:-15px 0 5px 0;
-
 
245
	border-bottom:1px solid #ccc;
-
 
246
}
-
 
247
 
-
 
248
/*___ Search & Cart ___*/
-
 
249
#searchCartArea{margin-bottom:4px;}
-
 
250
#searchCartArea .left{background:url(../images/search-left.jpg) no-repeat;}
-
 
251
#searchCartArea .right{background:url(../images/search-right.jpg) no-repeat top right;}
-
 
252
#searchCartArea .center{
-
 
253
	margin:0 4px;
-
 
254
	background:url(../images/search-hor-bar.jpg) repeat-x;
-
 
255
}
-
 
256
 
-
 
257
#search{padding:3px 0;}
-
 
258
#search .textbox{
-
 
259
	float:left;
-
 
260
	width:366px;
-
 
261
	margin-right:4px;
-
 
262
	padding:5px 4px;
-
 
263
	border:1px solid #848484;
-
 
264
}
-
 
265
#search .dropdown{
-
 
266
	float:left;
-
 
267
	height:28px;
-
 
268
	margin-right:5px;
-
 
269
	font-size:14px;
-
 
270
	border:1px solid #848484;
-
 
271
	background:#fff;
-
 
272
}
-
 
273
#search .button{
-
 
274
	cursor:pointer;
-
 
275
	width:80px;
-
 
276
	padding:4px 0 2px 0;
-
 
277
	font-weight:bold;
-
 
278
	background:none;
-
 
279
	border:none;
-
 
280
}
-
 
281
 
-
 
282
#search, #cartValue,
-
 
283
#search .bigImgButton, #cartValue .bigImgButton {float:left;}
-
 
284
 
-
 
285
#cartValue{
-
 
286
	float:right;
-
 
287
	margin-top:3px;
-
 
288
}
-
 
289
#cartValue img{
-
 
290
	float:left;
-
 
291
	margin-right:6px;
-
 
292
}
-
 
293
#cartValue .caption{
-
 
294
	float:left;
-
 
295
	margin-top:4px;
-
 
296
}
-
 
297
 
-
 
298
/*___ Sidebar ___*/
-
 
299
#sidebar{
-
 
300
	width:240px;
-
 
301
	float:right;
-
 
302
	color:#333;
-
 
303
}
-
 
304
#sidebarBanner{
-
 
305
	width:240px;
-
 
306
	margin-bottom:3px;
-
 
307
}
-
 
308
#sidebar h1{
-
 
309
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
-
 
310
	font-size:16px;
-
 
311
}
-
 
312
#customerService{
-
 
313
	background:#f5f5f5;
-
 
314
	border:1px solid #ccc;
-
 
315
}
-
 
316
#customerService h2{
-
 
317
	padding:2px 0 0 5px;
-
 
318
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
-
 
319
	font-size:14px;
-
 
320
	height: 26px;
-
 
321
	background:url(../images/customer-service-hor-bar.jpg) repeat-x;
-
 
322
}
-
 
323
#customerService #customerPhone,
-
 
324
#customerService #customerPhone img,
-
 
325
#customerService #customerPhone span{float:left;}
-
 
326
#customerService #customerPhone span{margin-top:10px;}
-
 
327
 
-
 
328
/*___ Error & Success Message ___*/
-
 
329
#messageError,
-
 
330
#messageSuccess{
-
 
331
	margin:5px 0 15px 0;
-
 
332
	padding:10px;
-
 
333
}
-
 
334
#messageError{
-
 
335
	background:#ffffdd;
-
 
336
	border:1px solid #cc0000;		
-
 
337
}
-
 
338
#messageSuccess{
-
 
339
	background:#ffffdd;
-
 
340
	border:1px solid #006600;		
-
 
341
}
-
 
342
 
-
 
343
#messageError span,
-
 
344
#messageSuccess span{
-
 
345
	display:block;
-
 
346
	float:left;
-
 
347
	width:35px;
-
 
348
	height:34px;
-
 
349
}
-
 
350
/*
-
 
351
#messageError span{background:url(images/error_success_icon.png);}
-
 
352
#messageSuccess span{background:url(images/error_success_icon.png) 0 -34px;}
-
 
353
*/
-
 
354
#messageError h6,
-
 
355
#messageSuccess h6{
-
 
356
	margin:0 0 5px 45px;
-
 
357
	font-size:14px;
-
 
358
}
-
 
359
#messageError h6{color:#e47911;}
-
 
360
#messageSuccess h6{color:#009900;}
-
 
361
 
-
 
362
#messageError p,
-
 
363
#messageSuccess p{
-
 
364
	margin-left:45px;
-
 
365
	font-size:12px;
-
 
366
	line-height:18px;
-
 
367
}
-
 
368
#messageError p{color:#b31941;}
-
 
369
#messageSuccess p{color:#003300;}
-
 
370
 
-
 
371
 
-
 
372
/*___ Footer ___*/
-
 
373
#footer{
-
 
374
	background:#fff;
-
 
375
	padding:10px 0;
-
 
376
}
-
 
377
#footer .content {
-
 
378
	width:980px;
-
 
379
	margin:0 auto;
-
 
380
}
-
 
381
#footer ul{
-
 
382
	float:left;
-
 
383
	list-style-type:none;
-
 
384
	color:#0066cc;
-
 
385
}
-
 
386
#footer li{
-
 
387
	float:left;
-
 
388
	margin-right:10px;
-
 
389
}
-
 
390
#footer #copyright{
-
 
391
	float:right;
-
 
392
	color:#666;
-
 
393
	font-size:10px;
-
 
394
}
-
 
395
 
-
 
396
/*___ Yellow Buttons & Disable buttons ___*/
-
 
397
#main .bigImgButton, 
-
 
398
#signin_menu .bigImgButton,
-
 
399
#colorbox .bigImgButton {
-
 
400
	color:#000;
-
 
401
	font-weight:bold;
-
 
402
}
-
 
403
 
-
 
404
#main .bigImgButton .left,
-
 
405
#signin_menu .bigImgButton .left,
-
 
406
#colorbox .bigImgButton .left{background:url(../images/buttons/big-button-left.jpg) no-repeat;}
-
 
407
 
-
 
408
#main .bigImgButton .right,
-
 
409
#signin_menu .bigImgButton .right,
-
 
410
#colorbox .bigImgButton .right{background:url(../images/buttons/big-button-right.jpg) no-repeat top right;}
-
 
411
 
-
 
412
#main .bigImgButton .center,
-
 
413
#signin_menu .bigImgButton .center,
-
 
414
#colorbox .bigImgButton .center{
-
 
415
	margin:0 10px;
-
 
416
	background:url(../images/buttons/big-button-hor-bar.jpg) repeat-x;
-
 
417
	height:28px;
-
 
418
}
-
 
419
#main .bigImgButton a,
-
 
420
#signin_menu .bigImgButton a,
-
 
421
#colorbox .bigImgButton a{
-
 
422
	color:#000;
-
 
423
	text-decoration:none;
-
 
424
}
-
 
425
 
-
 
426
#main .smallImgButton {
-
 
427
	color:#000;
-
 
428
	font-weight:bold;
-
 
429
}
-
 
430
#main .smallImgButton .left{background:url(../images/buttons/small-button-left.jpg) no-repeat;}
-
 
431
#main .smallImgButton .right{background:url(../images/buttons/small-button-right.jpg) no-repeat top right;}
-
 
432
#main .smallImgButton .center{
-
 
433
	margin:0 10px;
-
 
434
	background:url(../images/buttons/small-button-hor-bar.jpg) repeat-x;
-
 
435
	height:21px;
-
 
436
}
-
 
437
#main .smallImgButton a{
-
 
438
	font-size:11px;
-
 
439
	color:#000;
-
 
440
	text-decoration:none;
-
 
441
}
-
 
442
 
-
 
443
/*___ tab buttons ___*/
-
 
444
#tabButton{
-
 
445
	margin-top:3px;
-
 
446
	height:24px;
-
 
447
}
-
 
448
#tabButton .tabButton1{	float:left;}
-
 
449
#tabButton .tabButton2 {float:right;}
-
 
450
 
-
 
451
#tabButton .spacing{
-
 
452
	float:right;
-
 
453
	width:12px; 
-
 
454
}
-
 
455
#tabButton .spacing2{
-
 
456
	float:right;
-
 
457
	width:3px; 
-
 
458
}
-
 
459
#tabButton .tabButton1{margin:0 10px;}
-
 
460
#tabButton .tabButton1 a,
-
 
461
#tabButton .tabButton1 span{display:block;}
-
 
462
 
-
 
463
#tabButton .tabButton1 a{
-
 
464
	color:#333;
-
 
465
	text-decoration:none;
-
 
466
	
-
 
467
	cursor:pointer;
-
 
468
	background:url(../images/tab1-btn-hor-bar.png) repeat-x;
-
 
469
}
-
 
470
 
-
 
471
#tabButton .tabButton1 a span{
-
 
472
	margin-left:-10px;
-
 
473
	background:url(../images/tab1-btn-left.png) no-repeat;
-
 
474
}
-
 
475
 
-
 
476
#tabButton .tabButton1 a span span{
-
 
477
	margin-right:-10px;
-
 
478
	background:url(../images/tab1-btn-right.png) no-repeat top right;	
-
 
479
	
-
 
480
	padding:2px 18px 0 28px;
-
 
481
	height:22px;
-
 
482
}
-
 
483
 
-
 
484
#tabButton .tabButton1 a:hover,
-
 
485
#tabButton .tabButton1 a#activeTab{
-
 
486
	color:#333;
-
 
487
	text-decoration:none;
-
 
488
	background:url(../images/tab1-btn-hor-bar.png) repeat-x 0 -24px;
-
 
489
}
-
 
490
#tabButton .tabButton1 a:hover span,
-
 
491
#tabButton .tabButton1 a#activeTab span{
-
 
492
	background:url(../images/tab1-btn-left.png) no-repeat 0 -24px;
-
 
493
}
-
 
494
#tabButton .tabButton1 a:hover span span,
-
 
495
#tabButton .tabButton1 a#activeTab span span{
-
 
496
	background:url(../images/tab1-btn-right.png) no-repeat 100% -24px;
-
 
497
}
-
 
498
 
-
 
499
#tabButton .tabButton2{margin:0 10px;}
-
 
500
#tabButton .tabButton2 a,
-
 
501
#tabButton .tabButton2 span{display:block;}
-
 
502
 
-
 
503
#tabButton .tabButton2 a{
-
 
504
	color:#333;
-
 
505
	text-decoration:none;
-
 
506
	
-
 
507
	cursor:pointer;
-
 
508
	background:url(../images/tab2-btn-hor-bar.png) repeat-x;
-
 
509
}
-
 
510
 
-
 
511
#tabButton .tabButton2 a span{
-
 
512
	margin-left:-10px;
-
 
513
	background:url(../images/tab2-btn-left.png) no-repeat;
-
 
514
}
-
 
515
 
-
 
516
#tabButton .tabButton2 a span span{
-
 
517
	margin-right:-10px;
-
 
518
	background:url(../images/tab2-btn-right.png) no-repeat top right;	
-
 
519
	
-
 
520
	padding:2px 18px 0 28px;
-
 
521
	height:22px;
-
 
522
}
-
 
523
 
-
 
524
#tabButton .tabButton2 a:hover,
-
 
525
#tabButton .tabButton2 a#activeTab{
-
 
526
	color:#333;
-
 
527
	text-decoration:none;
-
 
528
	background:url(../images/tab2-btn-hor-bar.png) repeat-x 0 -24px;
-
 
529
}
-
 
530
#tabButton .tabButton2 a:hover span,
-
 
531
#tabButton .tabButton2 a#activeTab span{
-
 
532
	background:url(../images/tab2-btn-left.png) no-repeat 0 -24px;
-
 
533
}
-
 
534
#tabButton .tabButton2 a:hover span span,
-
 
535
#tabButton .tabButton2 a#activeTab span span{
-
 
536
	background:url(../images/tab2-btn-right.png) no-repeat 100% -24px;
-
 
537
}
-
 
538
 
-
 
539
/*___ Common Classes ___*/
-
 
540
.clearBoth{clear:both;}
-
 
541
.floatLeft{float:left;}
-
 
542
.floatRight{float:right;}
-
 
543
.bold{font-weight:bold;}
-
 
544
.lineHeight_10px{line-height:4px;}
-
 
545
.noBorder{border:none;}
-
 
546
 
-
 
547
#noScript{
-
 
548
	width:940px;
-
 
549
	margin:20px auto;
-
 
550
	padding:30px 20px;
-
 
551
	font-size:18px;
-
 
552
	color:#cc0000;
-
 
553
	text-align:center;
-
 
554
	background:#FDFCDC;
-
 
555
	border:2px solid #F1EDC2;
-
 
556
}
-
 
557
 
-
 
558
.padding_topbottom{
-
 
559
	padding: 19px 0 18px; 
-
 
560
}
-
 
561
.noBold{font-weight:normal;}
-
 
562
1
/** 
-
 
2
  * Author 			: Raj Kumar Bharti
-
 
3
  * Creation Date 	: 31 Dec 2010
-
 
4
  * Project 		: Shop2020
-
 
5
  * Copyright 2010 Evon Technologies
-
 
6
*/
-
 
7
 
-
 
8
html, body, h1, h2, h3, h4, h5, h6, div, span, p, ol, ul, li, dl, dt, dd, table, th, tr, td, form, label, input, select, textarea {margin:0; padding:0;}
-
 
9
 
-
 
10
body{
-
 
11
	font-family:Verdana, Verdana, Geneva, sans-serif;
-
 
12
	font-size:12px;
-
 
13
	color:#000;
-
 
14
	line-height:20px;
-
 
15
	background:#555;
-
 
16
}
-
 
17
 
-
 
18
h1{
-
 
19
	font-size:24px;
-
 
20
	font-weight:bold;
-
 
21
}
-
 
22
h2{
-
 
23
	font-size:20px;
-
 
24
	font-weight:bold;
-
 
25
}
-
 
26
h3{
-
 
27
	font-size:14px;
-
 
28
	font-weight:bold;
-
 
29
}
-
 
30
a{
-
 
31
	outline:none;
-
 
32
	color:#0066CC;
-
 
33
	text-decoration:none;
-
 
34
}
-
 
35
a:hover{
-
 
36
	color:#0066CC;
-
 
37
	text-decoration:underline;
-
 
38
}
-
 
39
 
-
 
40
a img {border:0;}
-
 
41
 
-
 
42
input, select, textarea{outline:none;}
-
 
43
 
-
 
44
/*___ Header ___*/
-
 
45
#header{background:#fdfdfd;}
-
 
46
#header .content{
-
 
47
	width:980px;
-
 
48
	margin:0 auto;
-
 
49
	padding:10px 0 7px 0;
-
 
50
}
-
 
51
 
-
 
52
#logo{
-
 
53
	float:left;
-
 
54
	/*
-
 
55
	margin-left:15px;
-
 
56
	*/
-
 
57
}
-
 
58
 
-
 
59
#headerRight{
-
 
60
	float:right;
-
 
61
	width:650px;
-
 
62
	margin-top:25px;
-
 
63
	font-weight:bold;
-
 
64
	font-size:11px;
-
 
65
	color:#999;
-
 
66
}
-
 
67
#welcome_msg{
-
 
68
	float:right;
-
 
69
	width:250px;
-
 
70
	margin-right:10px;
-
 
71
	text-align:right;
-
 
72
	color:#010101;
-
 
73
}
-
 
74
#headerRight #login_span{
-
 
75
	float:right;
-
 
76
	color:#0066cc;
-
 
77
}
-
 
78
.facebook{
-
 
79
	padding:3px 25px 5px 0;
-
 
80
	/*background:url(../images/buttons/facebook-header.jpg) no-repeat 68px 0px;*/
-
 
81
	background:url(../images/buttons/facebook-header.jpg) no-repeat top right;
-
 
82
}
-
 
83
#subscribe{
-
 
84
	float:left;
-
 
85
	margin:5px 0 0 107px;
-
 
86
	padding:2px 0;
-
 
87
	color:#666;
-
 
88
	border-right:1px solid #848484;
-
 
89
}
-
 
90
#subscribe span{margin-right:6px;}
-
 
91
#subscribe input, #subscribe span{float:left;}
-
 
92
#subscribe .textbox{
-
 
93
	width:205px;
-
 
94
	margin-right:3px;
-
 
95
	padding:3px;
-
 
96
	height:14px;
-
 
97
	color:#999;
-
 
98
	font-size:11px;
-
 
99
	border:1px solid #848484;
-
 
100
}
-
 
101
#subscribe .button{
-
 
102
	background:url(../images/buttons/go.jpg) no-repeat;
-
 
103
	border:none;
-
 
104
	width:31px;
-
 
105
	height:21px;
-
 
106
	margin:1px 6px 0 0;
-
 
107
}
-
 
108
 
-
 
109
#facebookFindUsOn{
-
 
110
	float:right;
-
 
111
	margin-top:5px;
-
 
112
	width:104px;
-
 
113
}
-
 
114
 
-
 
115
/*___ Main ___*/
-
 
116
#main{
-
 
117
	width:980px;
-
 
118
	margin:0 auto;
-
 
119
}
-
 
120
 
-
 
121
/*___ Sign In ___*/
-
 
122
#signin_menu,
-
 
123
#signin_menu .top,
-
 
124
#signin_menu .middle,
-
 
125
#signin_menu .bottom{width:272px;}
-
 
126
 
-
 
127
#signin_menu{
-
 
128
	position:absolute;
-
 
129
	z-index:9999;
-
 
130
	margin:-2px 0 0 405px;
-
 
131
	padding:0;
-
 
132
	font-weight:normal;
-
 
133
	border:none;
-
 
134
	display: none; /**** Ebizon changes for inline css ****/
-
 
135
}
-
 
136
#signin_menu .top{
-
 
137
	line-height:16px;
-
 
138
	background:url(../images/notification-top.png) no-repeat;
-
 
139
}
-
 
140
 
-
 
141
#signin_menu .middle{
-
 
142
	background:url(../images/notification-ver-bar.png) repeat-y;
-
 
143
}
-
 
144
 
-
 
145
#signin_menu .middle dl{padding:15px 0;}
-
 
146
#signin_menu .middle dt{
-
 
147
	float:left;
-
 
148
	width:80px;
-
 
149
	margin:3px 8px 12px 0;
-
 
150
	color:#333333;
-
 
151
	text-align:right;
-
 
152
	font-weight:normal;
-
 
153
}
-
 
154
#signin_menu .middle dd{
-
 
155
	float:left;
-
 
156
	width:160px;
-
 
157
	margin-bottom:12px;
-
 
158
	text-align:right;
-
 
159
}
-
 
160
#signin_menu .middle label.floatRight{color:#06c;}
-
 
161
#signin_menu .middle input.floatRight{margin:3px 5px 0 0;}
-
 
162
#signin_menu .middle input.textbox{
-
 
163
	padding:5px 0;
-
 
164
  width:155px !important; 
-
 
165
	text-align:left;
-
 
166
	font-size:11px;
-
 
167
	background:#f8f8f8;
-
 
168
	border:1px solid #b5b5b5;
-
 
169
}
-
 
170
#signin_menu .middle .bigImgButton{float:right;}
-
 
171
/** #signin_menu .middle .button{
-
 
172
	cursor:pointer;
-
 
173
	margin-top:5px;
-
 
174
	font-size:14px;
-
 
175
	font-weight:bold;
-
 
176
	border:none;
-
 
177
	background:none;      ---commented by ebizon **/ 
-
 
178
}
-
 
179
#headerRight .signin, 
-
 
180
#headerRight .signin1, 
-
 
181
#headerRight .menu-open{
-
 
182
	padding-right:18px;
-
 
183
	/*background:url(../images/down-arrow-blue.jpg) no-repeat 50px 3px;*/
-
 
184
	background:url(../images/down-arrow-blue.jpg) no-repeat 100% 3px;
-
 
185
}
-
 
186
#signin_menu .bottom{
-
 
187
	height:65px;
-
 
188
	background:url(../images/signin-bottom.png) no-repeat bottom left;
-
 
189
}
-
 
190
#signin_menu .bottom a{
-
 
191
	color:#fff;
-
 
192
	text-decoration:none;
-
 
193
}
-
 
194
#signin_menu .bottom a:hover{
-
 
195
	color:#fff;
-
 
196
	text-decoration:underline;
-
 
197
}
-
 
198
#signin_menu .bottom #resend_password_link{padding:15px 0 0 12px; float:left;}
-
 
199
#signin_menu .bottom #forgot_username_link{padding:15px 18px 0 0; float:right;}
-
 
200
 
-
 
201
/*___ Notification ___*/
-
 
202
#notification{
-
 
203
	position:absolute;
-
 
204
	margin:-4px 0 0 340px;
-
 
205
	z-index:1000;
-
 
206
}
-
 
207
 
-
 
208
#notification,
-
 
209
#notification .top,
-
 
210
#notification .middle,
-
 
211
#notification .bottom{
-
 
212
	width:272px;
-
 
213
}
-
 
214
#notification .top{
-
 
215
	line-height:16px;
-
 
216
	background:url(../images/notification-top.png) no-repeat;
-
 
217
}
-
 
218
#notification .bottom{
-
 
219
	line-height:16px;
-
 
220
	background:url(../images/notification-bottom.png) no-repeat bottom left;
-
 
221
}
-
 
222
#notification .middle{
-
 
223
	background:url(../images/notification-ver-bar.png) repeat-y;
-
 
224
}
-
 
225
#notification .colLeft{
-
 
226
	float:left;
-
 
227
	width:215px;
-
 
228
	margin:0 0 3px 15px;
-
 
229
	
-
 
230
	font-size:11px;
-
 
231
	font-weight:normal;
-
 
232
	color:#333;
-
 
233
	line-height:18px;	
-
 
234
}
-
 
235
#notification .link{
-
 
236
	margin-top:2px;
-
 
237
	font-weight:bold;
-
 
238
}
-
 
239
#notification a#notficationClose{
-
 
240
	float:right;
-
 
241
	width:18px;
-
 
242
	margin-right:18px;
-
 
243
}
-
 
244
#notification .borderBottom{
-
 
245
	margin:-15px 0 5px 0;
-
 
246
	border-bottom:1px solid #ccc;
-
 
247
}
-
 
248
 
-
 
249
/*___ Search & Cart ___*/
-
 
250
#searchCartArea{
-
 
251
margin-bottom:4px;
-
 
252
         float: left;  /*** Ebizon   ***/
-
 
253
        width:100%;    /*** Ebizon   ***/
-
 
254
}
-
 
255
#searchCartArea .left{background:url(../images/search-left.jpg) no-repeat;}
-
 
256
#searchCartArea .right{background:url(../images/search-right.jpg) no-repeat top right;}
-
 
257
#searchCartArea .center{
-
 
258
	margin:0 4px;
-
 
259
	background:url(../images/search-hor-bar.jpg) repeat-x;
-
 
260
}
-
 
261
 
-
 
262
#search{
-
 
263
padding:3px 0;
-
 
264
/* padding:2px 0 0 0; */ /*** Ebizon   ***/
-
 
265
}
-
 
266
#search .textbox{
-
 
267
	float:left;
-
 
268
	width:366px;
-
 
269
	margin-right:4px;
-
 
270
	padding:5px 4px;
-
 
271
	border:1px solid #848484;
-
 
272
        height: 16px; /*** Ebizon Changes to make search text box equal with select ****/ 
-
 
273
}
-
 
274
#search .dropdown{
-
 
275
	float:left;
-
 
276
	height:28px;
-
 
277
	margin-right:5px;
-
 
278
	font-size:14px;
-
 
279
	border:1px solid #848484;
-
 
280
	background:#fff;
-
 
281
	padding: 4px; /**** Ebizon changes for make select text center ******/
-
 
282
	*font-size:18px; /**** Ebizon changes for ie7 dropdown  ******/
-
 
283
}
-
 
284
 
-
 
285
#search, #cartValue,
-
 
286
#search .bigImgButton, #cartValue .bigImgButton {float:left;}
-
 
287
 
-
 
288
#cartValue{
-
 
289
	float:right;
-
 
290
	margin-top:3px;
-
 
291
}
-
 
292
#cartValue img{
-
 
293
	float:left;
-
 
294
	margin-right:6px;
-
 
295
}
-
 
296
#cartValue .caption{
-
 
297
	float:left;
-
 
298
	/**margin-top:4px;  by ebizon**/
-
 
299
}
-
 
300
 
-
 
301
/*___ Sidebar ___*/
-
 
302
#sidebar{
-
 
303
	width:240px;
-
 
304
	float:right;
-
 
305
	color:#333;
-
 
306
}
-
 
307
#sidebarBanner{
-
 
308
	width:240px;
-
 
309
	margin-bottom:3px;
-
 
310
}
-
 
311
#sidebar h1{
-
 
312
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
-
 
313
	font-size:16px;
-
 
314
}
-
 
315
#customerService{
-
 
316
	background:#f5f5f5;
-
 
317
	border:1px solid #ccc;
-
 
318
}
-
 
319
#customerService h2{
-
 
320
	padding:2px 0 0 5px;
-
 
321
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
-
 
322
	font-size:14px;
-
 
323
	height: 26px;
-
 
324
	background:url(../images/customer-service-hor-bar.jpg) repeat-x;
-
 
325
}
-
 
326
#customerService #customerPhone,
-
 
327
#customerService #customerPhone img,
-
 
328
#customerService #customerPhone span{float:left;}
-
 
329
#customerService #customerPhone span{margin-top:10px;}
-
 
330
 
-
 
331
/*___ Error & Success Message ___*/
-
 
332
#messageError,
-
 
333
#messageSuccess{
-
 
334
	margin:5px 0 15px 0;
-
 
335
	padding:10px;
-
 
336
}
-
 
337
#messageError{
-
 
338
	background:#ffffdd;
-
 
339
	border:1px solid #cc0000;		
-
 
340
}
-
 
341
#messageSuccess{
-
 
342
	background:#ffffdd;
-
 
343
	border:1px solid #006600;		
-
 
344
}
-
 
345
 
-
 
346
#messageError span,
-
 
347
#messageSuccess span{
-
 
348
	display:block;
-
 
349
	float:left;
-
 
350
	width:35px;
-
 
351
	height:34px;
-
 
352
}
-
 
353
/*
-
 
354
#messageError span{background:url(images/error_success_icon.png);}
-
 
355
#messageSuccess span{background:url(images/error_success_icon.png) 0 -34px;}
-
 
356
*/
-
 
357
#messageError h6,
-
 
358
#messageSuccess h6{
-
 
359
	margin:0 0 5px 45px;
-
 
360
	font-size:14px;
-
 
361
}
-
 
362
#messageError h6{color:#e47911;}
-
 
363
#messageSuccess h6{color:#009900;}
-
 
364
 
-
 
365
#messageError p,
-
 
366
#messageSuccess p{
-
 
367
	margin-left:45px;
-
 
368
	font-size:12px;
-
 
369
	line-height:18px;
-
 
370
}
-
 
371
#messageError p{color:#b31941;}
-
 
372
#messageSuccess p{color:#003300;}
-
 
373
 
-
 
374
 
-
 
375
/*___ Footer ___*/
-
 
376
#footer{
-
 
377
	background:#fff;
-
 
378
	padding:10px 0;
-
 
379
  margin-top:5px; /* by ebizon for gapping to footer and wrapper */
-
 
380
}
-
 
381
#footer .content {
-
 
382
	width:980px;
-
 
383
	margin:0 auto;
-
 
384
}
-
 
385
#footer ul{
-
 
386
	float:left;
-
 
387
	list-style-type:none;
-
 
388
	color:#0066cc;
-
 
389
}
-
 
390
#footer li{
-
 
391
	float:left;
-
 
392
	margin-right:10px;
-
 
393
}
-
 
394
#footer #copyright{
-
 
395
	float:right;
-
 
396
	color:#666;
-
 
397
	font-size:10px;
-
 
398
}
-
 
399
 
-
 
400
 
-
 
401
 
-
 
402
/*___ Yellow Buttons & Disable buttons ___*/
-
 
403
/**
-
 
404
#main .bigImgButton, 
-
 
405
#signin_menu .bigImgButton,
-
 
406
#colorbox .bigImgButton {
-
 
407
	color:#000;
-
 
408
	font-weight:bold;
-
 
409
}
-
 
410
 
-
 
411
#main .bigImgButton .left,
-
 
412
#signin_menu .bigImgButton .left,
-
 
413
#colorbox .bigImgButton .left{
-
 
414
background:url(../images/buttons/big-button-left.jpg) no-repeat;
-
 
415
}
-
 
416
 
-
 
417
#main .bigImgButton .right,
-
 
418
#signin_menu .bigImgButton .right,
-
 
419
#colorbox .bigImgButton .right{
-
 
420
background:url(../images/buttons/big-button-right.jpg) no-repeat top right;
-
 
421
}
-
 
422
 
-
 
423
#main .bigImgButton .center,
-
 
424
#signin_menu .bigImgButton .center,
-
 
425
#colorbox .bigImgButton .center{
-
 
426
	margin:0 5px; *** Ebizon changes Make align button text *****//**
-
 
427
	background:url(../images/buttons/big-button-hor-bar.jpg) repeat-x;
-
 
428
	height:28px;
-
 
429
     *margin:0 4px;  * by ebizon for ie7  
-
 
430
}
-
 
431
 
-
 
432
.center .button{   by ebizon class name change " #search .button " to ".center .button" 
-
 
433
	cursor:pointer;
-
 
434
	 width:80px;  by ebizon remove for all button in equal size 
-
 
435
	padding:4px;   by ebizon for valign all 
-
 
436
	font-weight:bold;
-
 
437
	background:none;
-
 
438
	border:none;
-
 
439
        font-size:13px;    by ebizon 
-
 
440
	 line-height: 20px;   by ebizon for chrome valign text
-
 
441
	padding-top:2px;    by ebizon for ie7 valign text 
-
 
442
}
-
 
443
#main .bigImgButton a,
-
 
444
#signin_menu .bigImgButton a,
-
 
445
#colorbox .bigImgButton a{
-
 
446
	color:#000;
-
 
447
	text-decoration:none;
-
 
448
}
-
 
449
 **/
-
 
450
/*___ end Yellow Buttons & Disable buttons ___ */  
-
 
451
 
-
 
452
#main .smallImgButton {
-
 
453
	color:#000;
-
 
454
	font-weight:bold;
-
 
455
}
-
 
456
#main .smallImgButton .left{background:url(../images/buttons/small-button-left.jpg) no-repeat;}
-
 
457
#main .smallImgButton .right{background:url(../images/buttons/small-button-right.jpg) no-repeat top right;}
-
 
458
#main .smallImgButton .center{
-
 
459
	margin:0 10px;
-
 
460
	background:url(../images/buttons/small-button-hor-bar.jpg) repeat-x;
-
 
461
	height:21px;
-
 
462
}
-
 
463
#main .smallImgButton a{
-
 
464
	font-size:11px;
-
 
465
	color:#000;
-
 
466
	text-decoration:none;
-
 
467
}
-
 
468
 
-
 
469
/*___ tab buttons ___*/
-
 
470
#tabButton{
-
 
471
	margin-top:3px;
-
 
472
	height:24px;
-
 
473
  width:100%; /* add this class by ebizon */
-
 
474
}
-
 
475
#tabButton .tabButton1{	float:left;}
-
 
476
#tabButton .tabButton2 {float:right;}
-
 
477
 
-
 
478
#tabButton .spacing{
-
 
479
	float:right;
-
 
480
	width:12px; 
-
 
481
}
-
 
482
#tabButton .spacing2{
-
 
483
	float:right;
-
 
484
	width:3px; 
-
 
485
}
-
 
486
#tabButton .tabButton1{margin:0 10px;}
-
 
487
#tabButton .tabButton1 a,
-
 
488
#tabButton .tabButton1 span{display:block;}
-
 
489
 
-
 
490
#tabButton .tabButton1 a{
-
 
491
	color:#333;
-
 
492
	text-decoration:none;
-
 
493
	
-
 
494
	cursor:pointer;
-
 
495
	background:url(../images/tab1-btn-hor-bar.png) repeat-x;
-
 
496
}
-
 
497
 
-
 
498
#tabButton .tabButton1 a span{
-
 
499
	margin-left:-10px;
-
 
500
	background:url(../images/tab1-btn-left.png) no-repeat;
-
 
501
}
-
 
502
 
-
 
503
#tabButton .tabButton1 a span span{
-
 
504
	margin-right:-10px;
-
 
505
	background:url(../images/tab1-btn-right.png) no-repeat top right;	
-
 
506
	
-
 
507
	padding:2px 18px 0 28px;
-
 
508
	height:22px;
-
 
509
}
-
 
510
 
-
 
511
#tabButton .tabButton1 a:hover,
-
 
512
#tabButton .tabButton1 a#activeTab{
-
 
513
	color:#333;
-
 
514
	text-decoration:none;
-
 
515
	background:url(../images/tab1-btn-hor-bar.png) repeat-x 0 -24px;
-
 
516
}
-
 
517
#tabButton .tabButton1 a:hover span,
-
 
518
#tabButton .tabButton1 a#activeTab span{
-
 
519
	background:url(../images/tab1-btn-left.png) no-repeat 0 -24px;
-
 
520
}
-
 
521
#tabButton .tabButton1 a:hover span span,
-
 
522
#tabButton .tabButton1 a#activeTab span span{
-
 
523
	background:url(../images/tab1-btn-right.png) no-repeat 100% -24px;
-
 
524
}
-
 
525
#tabButton li {
-
 
526
  list-style:none;
-
 
527
}
-
 
528
#tabButton .tabButton2{margin:0px 5px; padding:0px 10px;}
-
 
529
#tabButton .tabButton2 a,
-
 
530
#tabButton .tabButton2 span{display:block;}
-
 
531
 
-
 
532
#tabButton .tabButton2 a{
-
 
533
	color:#333;
-
 
534
	text-decoration:none;
-
 
535
	
-
 
536
	cursor:pointer;
-
 
537
	background:url(../images/tab2-btn-hor-bar.png) repeat-x;
-
 
538
}
-
 
539
 
-
 
540
#tabButton .tabButton2 a span{
-
 
541
	margin-left:-10px;
-
 
542
	background:url(../images/tab2-btn-left.png) no-repeat;
-
 
543
}
-
 
544
 
-
 
545
#tabButton .tabButton2 a span span{
-
 
546
	margin-right:-10px;
-
 
547
	background:url(../images/tab2-btn-right.png) no-repeat top right;	
-
 
548
	
-
 
549
	padding:2px 18px 0 28px;
-
 
550
	height:22px;
-
 
551
}
-
 
552
 
-
 
553
#tabButton .tabButton2 a:hover,
-
 
554
#tabButton .tabButton2 a#activeTab{
-
 
555
	color:#333;
-
 
556
	text-decoration:none;
-
 
557
	background:url(../images/tab2-btn-hor-bar.png) repeat-x 0 -24px;
-
 
558
}
-
 
559
#tabButton .tabButton2 a:hover span,
-
 
560
#tabButton .tabButton2 a#activeTab span{
-
 
561
	background:url(../images/tab2-btn-left.png) no-repeat 0 -24px;
-
 
562
}
-
 
563
#tabButton .tabButton2 a:hover span span,
-
 
564
#tabButton .tabButton2 a#activeTab span span{
-
 
565
	background:url(../images/tab2-btn-right.png) no-repeat 100% -24px;
-
 
566
}
-
 
567
 
-
 
568
/*___ Common Classes ___*/
-
 
569
.clearBoth{clear:both;}
-
 
570
.floatLeft{float:left;}
-
 
571
.floatRight{float:right;}
-
 
572
.bold{font-weight:bold;}
-
 
573
.lineHeight_10px{line-height:4px;}
-
 
574
.noBorder{border:none;}
-
 
575
 
-
 
576
#noScript{
-
 
577
	width:940px;
-
 
578
	margin:20px auto;
-
 
579
	padding:30px 20px;
-
 
580
	font-size:18px;
-
 
581
	color:#cc0000;
-
 
582
	text-align:center;
-
 
583
	background:#FDFCDC;
-
 
584
	border:2px solid #F1EDC2;
-
 
585
}
-
 
586
 
-
 
587
.padding_topbottom{
-
 
588
	padding: 19px 0 18px; 
-
 
589
}
-
 
590
.noBold{font-weight:normal;}
-
 
591
 
-
 
592
/*** Ebizon changes for list view of product on home page ****/
-
 
593
 
-
 
594
ul.deal-items,
-
 
595
ul.deal-items ul {
-
 
596
  list-style:none;
-
 
597
}
-
 
598
ul.deal-items li {
-
 
599
  margin-left: 10px;
-
 
600
  margin-right: 15px;
-
 
601
}
-
 
602
ul.deal-items ul li,
-
 
603
ul.category-page-items li,
-
 
604
ul.best-deals-page-items li {
-
 
605
  margin:0px;
-
 
606
}
-
 
607
#customerService .floatLeft{
-
 
608
line-height:10px; /* for mozilla spacing */
-
 
609
}
-
 
610
 
-
 
611
/**  for sign in  **/
-
 
612
 
-
 
613
#signin label{
-
 
614
float:left;
-
 
615
width:70px;
-
 
616
margin-right:5px;
-
 
617
}
-
 
618
/**#signin input.textbox{
-
 
619
float:left;
-
 
620
width:165px !important; 
-
 
621
}**/
-
 
622
#signin #edit-name-wrapper, #signin #edit-password-wrapper , #signin #edit-submit-wrapper{
-
 
623
float:left;
-
 
624
/** width:90%;     -by ebizon for buttons  **/
-
 
625
margin-left: 10px;
-
 
626
margin-bottom:5px;
-
 
627
margin-top:5px;
-
 
628
}
-
 
629
#signin #edit-submit-wrapper {
-
 
630
float: left;
-
 
631
margin:5px 20px 10px 160px;
-
 
632
/** add by ebizon**/ 
-
 
633
width:75px;
-
 
634
background:transparent url(../images/button-bg.jpg) repeat-x scroll 0 0;
-
 
635
border:1px solid #BFA864;
-
 
636
color:#000000;
-
 
637
cursor:pointer;
-
 
638
font-size:14px;
-
 
639
font-weight:bold;
-
 
640
height:18px;
-
 
641
padding:4px 7px;
-
 
642
text-align:center;
-
 
643
/** padding: 0;
-
 
644
width: 70px !important;    ----by ebizon for button **/
-
 
645
}
-
 
646
/***  #signin .center input#signin_submit{
-
 
647
float:left;
-
 
648
width: 60px !important;          --- Ebizon commented for all buttons*******/
-
 
649
}
-
 
650
 
-
 
651
/*** Ebizon changes for pagination ****/
-
 
652
#winker0 {
-
 
653
  margin:0;
-
 
654
  width:100%;
-
 
655
}
-
 
656
.scroll-pane.tabwrap.makeScroll {
-
 
657
  width:240px;
-
 
658
}
-
 
659
#research_delete {
-
 
660
  cursor:pointer;
-
 
661
}
-
 
662
ul.pagination,
-
 
663
ul.deals-item {
-
 
664
    list-style: none outside none;
-
 
665
}
-
 
666
ul.pagination li {
-
 
667
    display: inline;
-
 
668
}
-
 
669
ul.deals-item li.search-deals-items {
-
 
670
   background: url("../images/search-result-border.jpg") no-repeat scroll center bottom transparent;
-
 
671
   float: left;
-
 
672
   margin-bottom: 10px;
-
 
673
}
-
 
674
/** Ebizon changes Registration page ***/
-
 
675
#frmRegister .error,
-
 
676
#frmLogin .error {
-
 
677
	float:none !important;
-
 
678
	display:block;
-
 
679
	color:#f00;
-
 
680
}
-
 
681
#registration .register-row label.error {
-
 
682
  width: 100%;
-
 
683
  text-align: left;
-
 
684
}	
-
 
685
/*** End of ebizon changes for registration page ****/	
-
 
686
	
-
 
687
 
-
 
688
/**  by ebizon for buttons backup 
-
 
689
 
-
 
690
#searchCartArea .left {
-
 
691
-moz-background-clip:border;
-
 
692
-moz-background-inline-policy:continuous;
-
 
693
-moz-background-origin:padding;
-
 
694
background:transparent url(../images/search-left.jpg) no-repeat scroll 0 0;
-
 
695
}
-
 
696
#searchCartArea .right {
-
 
697
-moz-background-clip:border;
-
 
698
-moz-background-inline-policy:continuous;
-
 
699
-moz-background-origin:padding;
-
 
700
background:transparent url(../images/search-right.jpg) no-repeat scroll right top;
-
 
701
}
-
 
702
#searchCartArea .center {
-
 
703
-moz-background-clip:border;
-
 
704
-moz-background-inline-policy:continuous;
-
 
705
-moz-background-origin:padding;
-
 
706
background:transparent url(../images/search-hor-bar.jpg) repeat-x scroll 0 0;
-
 
707
margin:0 4px;
-
 
708
}
-
 
709
 
-
 
710
#main .bigImgButton .left, #signin_menu .bigImgButton .left, #colorbox .bigImgButton .left {
-
 
711
-moz-background-clip:border;
-
 
712
-moz-background-inline-policy:continuous;
-
 
713
-moz-background-origin:padding;
-
 
714
background:transparent url(../images/buttons/big-button-left.jpg) no-repeat scroll 0 0;
-
 
715
}
-
 
716
 
-
 
717
#main .bigImgButton .right, #signin_menu .bigImgButton .right, #colorbox .bigImgButton .right {
-
 
718
-moz-background-clip:border;
-
 
719
-moz-background-inline-policy:continuous;
-
 
720
-moz-background-origin:padding;
-
 
721
background:transparent url(../images/buttons/big-button-right.jpg) no-repeat scroll right top;
-
 
722
}
-
 
723
 
-
 
724
#main .bigImgButton .center, #signin_menu .bigImgButton .center, #colorbox .bigImgButton .center {
-
 
725
-moz-background-clip:border;
-
 
726
-moz-background-inline-policy:continuous;
-
 
727
-moz-background-origin:padding;
-
 
728
background:transparent url(../images/buttons/big-button-hor-bar.jpg) repeat-x scroll 0 0;
-
 
729
height:28px;
-
 
730
margin:0 5px;
-
 
731
}
-
 
732
#main .bigImgButton a,
-
 
733
#signin_menu .bigImgButton a,
-
 
734
#colorbox .bigImgButton a{
-
 
735
	color:#000;
-
 
736
	text-decoration:none;
-
 
737
}
-
 
738
#registration .imgTextBox .left {
-
 
739
-moz-background-clip:border;
-
 
740
-moz-background-inline-policy:continuous;
-
 
741
-moz-background-origin:padding;
-
 
742
background:transparent url(../images/textbox-left.jpg) no-repeat scroll 0 0;
-
 
743
}
-
 
744
#registration .imgTextBox .right {
-
 
745
-moz-background-clip:border;
-
 
746
-moz-background-inline-policy:continuous;
-
 
747
-moz-background-origin:padding;
-
 
748
background:transparent url(../images/textbox-right.jpg) no-repeat scroll right top;
-
 
749
}
-
 
750
#registration .imgTextBox .center {
-
 
751
-moz-background-clip:border;
-
 
752
-moz-background-inline-policy:continuous;
-
 
753
-moz-background-origin:padding;
-
 
754
background:transparent url(../images/textbox-hor-bar.jpg) repeat-x scroll 0 0;
-
 
755
margin:0 5px;
-
 
756
padding:0;
-
 
757
}
-
 
758
#registration .imgTextBox .textbox {
-
 
759
-moz-background-clip:border;
-
 
760
-moz-background-inline-policy:continuous;
-
 
761
-moz-background-origin:padding;
-
 
762
background:transparent none repeat scroll 0 0;
-
 
763
border:0 none;
-
 
764
color:#666666;
-
 
765
font-size:11px;
-
 
766
height:20px;
-
 
767
padding:5px 0 0;
-
 
768
width:210px;
-
 
769
}
-
 
770
.center .button {
-
 
771
-moz-background-clip:border;
-
 
772
-moz-background-inline-policy:continuous;
-
 
773
-moz-background-origin:padding;
-
 
774
background:transparent none repeat scroll 0 0;
-
 
775
border:medium none;
-
 
776
cursor:pointer;
-
 
777
font-size:13px;
-
 
778
font-weight:bold;
-
 
779
padding:4px;
-
 
780
}
-
 
781
 **/
-
 
782
 
-
 
783
 
-
 
784
/**  by ebizon for buttons new  **/
-
 
785
 
-
 
786
.grey-left {
-
 
787
	background:transparent url(../images/search-left.jpg) no-repeat scroll 0 0;
-
 
788
}
-
 
789
.grey-right {
-
 
790
	background:transparent url(../images/search-right.jpg) no-repeat scroll right top;
-
 
791
}
-
 
792
.grey-center {
-
 
793
	background:transparent url(../images/search-hor-bar.jpg) repeat-x scroll 0 0;
-
 
794
	margin:0 4px;
-
 
795
}
-
 
796
.yellow-left {
-
 
797
	background:transparent url(../images/buttons/big-button-left.jpg) no-repeat scroll 0 0;
-
 
798
}
-
 
799
.yellow-right {
-
 
800
	background:transparent url(../images/buttons/big-button-right.jpg) no-repeat scroll right top;
-
 
801
}
-
 
802
.yellow-center {
-
 
803
	background:transparent url(../images/buttons/big-button-hor-bar.jpg) repeat-x scroll 0 0;
-
 
804
	height:28px !important;
-
 
805
	margin:0 5px;
-
 
806
}
-
 
807
.yellow-center .button {
-
 
808
	background:transparent none repeat scroll 0 0;
-
 
809
	border:medium none;
-
 
810
	cursor:pointer;
-
 
811
	font-size:13px;
-
 
812
	font-weight:bold;
-
 
813
	padding:0px 4px;
-
 
814
	margin: 4px;
-
 
815
	float: left;
-
 
816
}
-
 
817
.yellow-image {
-
 
818
	/*background:transparent url(../images/buttons/big-button-hor-bar.jpg) repeat-x scroll 0 0;*/
-
 
819
	background:transparent url(../images/button-bg.jpg) repeat-x scroll 0 0;
-
 
820
	cursor:pointer;
-
 
821
	font-size:14px;
-
 
822
	font-weight:bold;
-
 
823
	padding:4px 7px 4px 7px;
-
 
824
  border:1px solid #bfa864;
-
 
825
  text-align:center;
-
 
826
	color:#000000;
-
 
827
  height:18px;
-
 
828
}
-
 
829
.yellow-image input.button {
-
 
830
background:none;
-
 
831
border:none;
-
 
832
font-weight:bold;
-
 
833
font-size:13px;
-
 
834
}
-
 
835
 
-
 
836
 
-
 
837
 
-
 
838
.yellow-image a {
-
 
839
	color:#000;
-
 
840
	text-decoration:none;
-
 
841
        line-height:25px;
-
 
842
        font-weight:bold;
-
 
843
}
-
 
844
.yellow-center .caption a{
-
 
845
	color:#000;
-
 
846
	text-decoration:none;
-
 
847
        line-height:28px;
-
 
848
        font-weight:bold;
-
 
849
}
-
 
850
.textbox-left {
-
 
851
	background:transparent url(../images/textbox-left.jpg) no-repeat scroll 0 0;
-
 
852
	float: left;
-
 
853
}
-
 
854
.textbox-right {
-
 
855
	background:transparent url(../images/textbox-right.jpg) no-repeat scroll right top;
-
 
856
	float: left;
-
 
857
}
-
 
858
.textbox-center {
-
 
859
	background:transparent url(../images/textbox-hor-bar.jpg) repeat-x scroll 0 0;
-
 
860
	margin:0 5px;
-
 
861
	padding:0;
-
 
862
	float: left;
-
 
863
}
-
 
864
.textbox-center .textbox {
-
 
865
    background: none repeat scroll 0 0 transparent;
-
 
866
    border: 0 none;
-
 
867
    color: #666666;
-
 
868
    font-size: 11px;
-
 
869
    height: 24px;
-
 
870
    padding: 0;
-
 
871
    text-align: left;
-
 
872
    width: 210px;
-
 
873
}
-
 
874
.textbox-image .textbox {
-
 
875
	background:transparent url(../images/textbox-hor-bar.jpg) repeat-x scroll 0 0;
-
 
876
	padding:0;
-
 
877
	float: left;
-
 
878
	border-left: 1px solid #CCCCCC;
-
 
879
  border-right: 1px solid #CCCCCC;
-
 
880
  border-bottom: none;
-
 
881
  border-top: none;
-
 
882
  width:210px;
-
 
883
  text-align: left;
-
 
884
  height:16px;
-
 
885
  padding:4px;
-
 
886
  
-
 
887
}
-
 
888
.textbox-image .textbox {
-
 
889
   /* background: none repeat scroll 0 0 transparent;
-
 
890
    border: 0 none;
-
 
891
    color: #666666;
-
 
892
    font-size: 11px;
-
 
893
    height: 24px;
-
 
894
    padding: 0;
-
 
895
    text-align: left;
-
 
896
    width: 210px;*/
-
 
897
}
-
 
898
 
-
 
899
 
-
 
900
/* Header of tables date picker */
-
 
901
 
-
 
902
table.ui-datepicker-calendar thead th,
-
 
903
table.ui-datepicker-calendar th {
-
 
904
 font-weight: normal;
-
 
905
 text-align: center;
-
 
906
 border:none;
-
 
907
 font-size:12px;
-
 
908
  /*border-bottom: 3px solid #ccc;*/
-
 
909
}
-
 
910
table.ui-datepicker-calendar tbody {
-
 
911
  border:1px solid #CCCCCC;
-
 
912
  padding:5px;
-
 
913
}
-
 
914
table.ui-datepicker-calendar tbody th {
-
 
915
 border:none;
-
 
916
 /* border-bottom: 1px solid #ccc;*/
-
 
917
}
-
 
918
 
-
 
919
/* Alternating row background styles */
-
 
920
table.ui-datepicker-calendar tr,
-
 
921
table.ui-datepicker-calendar tr td {
-
 
922
  background-color: #eee;
-
 
923
  border-bottom: 1px solid #ccc;
-
 
924
  text-align: center;
-
 
925
}
-
 
926
 
-
 
927
.ui-datepicker-calendar {
-
 
928
  float:left;
-
 
929
  width:100%;
-
 
930
}
-
 
931
#ui-datepicker-div {
-
 
932
    background: none repeat scroll 0 0 #CCCCCC;
-
 
933
    float: left;
-
 
934
    padding: 0px;
-
 
935
    width: 220px;
-
 
936
}
-
 
937
#ui-datepicker-div .ui-datepicker-header {
-
 
938
  padding:0px 3px;
-
 
939
}
-
 
940
#ui-datepicker-div a.ui-datepicker-next {
-
 
941
  float: right;
-
 
942
}
-
 
943
a.ui-datepicker-prev {
-
 
944
  float:left;
-
 
945
}
-
 
946
div.ui-datepicker-title {
-
 
947
    float: left;
-
 
948
    text-align: center;
-
 
949
    width: 155px;
-
 
950
    font-weight: bold;
-
 
951
}
-
 
952
a span.ui-icon {
-
 
953
  cursor: pointer;
-
 
954
}
-
 
955
/*** Date picker end ***/
-
 
956
 
-
 
957
.register-button{
-
 
958
	margin-top:5px;
-
 
959
}
-
 
960
/*** Ebizon changes for all Forms ***/
-
 
961
.form-item label {
-
 
962
	float:left;
-
 
963
padding-left:10px;
-
 
964
width:140px;
-
 
965
}
-
 
966
.form-item input.textbox {
-
 
967
	float:left;
-
 
968
	width:170px;
-
 
969
}
-
 
970
.form-item .radio-buttons {
-
 
971
	float:left;
-
 
972
}
-
 
973
 .form-item  {
-
 
974
	float:left;
-
 
975
	clear:both;
-
 
976
	margin: 10px 0px;
-
 
977
  padding-bottom:10px;
-
 
978
  width:100%;
-
 
979
}
-
 
980
#formButtons , .form-buttons{
-
 
981
float:left;
-
 
982
margin-left:150px;
-
 
983
clear:both;
-
 
984
width:200px;
-
 
985
}
-
 
986
.imgDisableButton{
-
 
987
float:left;
-
 
988
background:transparent url(../images/gray-button-bg.jpg) repeat-x scroll 0 0;
-
 
989
border:1px solid #bdbdbd;
-
 
990
color:#000000;
-
 
991
cursor:pointer;
-
 
992
font-size:14px;
-
 
993
font-weight:bold;
-
 
994
height:18px;
-
 
995
padding:4px 7px;
-
 
996
text-align:center;
-
 
997
margin-right:10px;
-
 
998
}
-
 
999
.imgEnableButton {
-
 
1000
float:left;
-
 
1001
margin-right:10px;
-
 
1002
}
-
 
1003
label.label-title {
-
 
1004
padding-left:10px;
-
 
1005
}
-
 
1006
#loginDetails{
-
 
1007
margin-top:20px;
-
 
1008
}
-
 
1009
 
-
 
1010
 
-
 
1011
/*** End of form theming **/
-
 
1012
 
-
 
1013
@media screen and (-webkit-min-device-pixel-ratio:0) {
-
 
1014
.yellow-image input.button{margin-top:1px;}
-
 
1015
} 
-
 
1016
 
-
 
1017
/** by ebizon from myaccount **/
-
 
1018
 
-
 
1019
#signin .form-item {
-
 
1020
	border-bottom:none;
-
 
1021
  padding-bottom:0px;
-
 
1022
  margin:0px;
-
 
1023
}
-
 
1024
 
-
 
1025
#personalDetails{
-
 
1026
	float:left;
-
 
1027
	margin-top:20px;
-
 
1028
}
-
 
1029
 
-
 
1030
.content h1{
-
 
1031
	font-size:18px;
-
 
1032
	color:#030303;
-
 
1033
  padding-left:10px;
-
 
1034
}
-
 
1035
.left-grey-top {
-
 
1036
background:url(../images/my-ac-content-corner-tc.jpg) repeat-x; 
-
 
1037
float:left; width:100%;/* add this line by ebizon */
-
 
1038
}
-
 
1039
.left-grey-top .left-grey-left{background:url(../images/my-ac-content-corner-tl.jpg) no-repeat;}
-
 
1040
.left-grey-top .left-white-right{background:url(../images/my-ac-content-corner-tr.jpg) no-repeat top right; line-height:10px;}
-
 
1041
 
-
 
1042
.bottom .bottom-grey-left{background:url(../images/my-ac-content-corner-bl.jpg) no-repeat;}
-
 
1043
.bottom .bottom-white-right{background:url(../images/my-ac-content-corner-br.jpg) no-repeat top right;}
-
 
1044
 
-
 
1045
.middle .middle-grey-left{background:url(../images/my-ac-content-corner-ml.jpg) repeat-y;}
-
 
1046
.middle .middle-white-right{background:url(../images/my-ac-content-corner-mr.jpg) repeat-y top right; min-height:800px;}
-
 
1047
 
-
 
1048
 
-
 
1049
/** by ebizon end  **/
-
 
1050
 
-
 
1051
 
-
 
1052