Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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