Subversion Repositories SmartDukaan

Rev

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