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