Subversion Repositories SmartDukaan

Rev

Rev 1082 | Details | Compare with Previous | Last modification | View Log | RSS feed

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