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