Subversion Repositories SmartDukaan

Rev

Rev 5004 | Rev 6848 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5004 Rev 5145
Line 10... Line 10...
10
 
10
 
11
body{
11
body{
12
	font-size:12px;
12
	font-size:12px;
13
	line-height:18px;
13
	line-height:18px;
14
	font-family: Lucida Grande, Open Sans;
14
	font-family: Lucida Grande, Open Sans;
15
	/*
-
 
16
	font-family:Verdana, Verdana, Geneva, sans-serif;
-
 
17
	color:#000;
-
 
18
	background:#555; 
-
 
19
	*/ 
-
 
20
}
15
}
21
 
16
 
22
 
17
 
23
h1{
18
h1{
24
	font-size:24px;
19
	font-size:24px;
Line 63... Line 58...
63
#signin_menu .bottom{width:272px;}
58
#signin_menu .bottom{width:272px;}
64
 
59
 
65
#signin_menu{
60
#signin_menu{
66
	position:absolute;
61
	position:absolute;
67
	z-index:9999;
62
	z-index:9999;
68
	/*margin:-2px 0 0 405px;*/
63
	margin:-2px 0 0 390px;
69
  margin:-2px 0 0 390px; /* by ebzon */
-
 
70
	padding:0;
64
	padding:0;
71
	font-weight:normal;
65
	font-weight:normal;
72
	border:none;
66
	border:none;
73
	display: none; /**** Ebizon changes for inline css ****/
67
	display: none;
74
}
68
}
75
#signin_menu .top{
69
#signin_menu .top{
76
	line-height:16px;
70
	line-height:16px;
77
	/*background:url(../images/notification-top.png) no-repeat;*/
-
 
78
	background: url("../images/login-sprite.png") repeat-y scroll 0px 0px transparent;
71
	background: url("../images/login-sprite.png") repeat-y scroll 0px 0px transparent;
79
}
72
}
80
 
73
 
81
#signin_menu .middle{
74
#signin_menu .middle{
82
	/*background:url(../images/notification-ver-bar.png) repeat-y;*/
-
 
83
	 background: url("../images/login-sprite.png") repeat-y scroll -272px 0 transparent;
75
	 background: url("../images/login-sprite.png") repeat-y scroll -272px 0 transparent;
84
}
76
}
85
 
77
 
86
#signin_menu .middle dl{padding:15px 0;}
78
#signin_menu .middle dl{padding:15px 0;}
87
#signin_menu .middle dt{
79
#signin_menu .middle dt{
Line 107... Line 99...
107
	font-size:11px;
99
	font-size:11px;
108
	background:#f8f8f8;
100
	background:#f8f8f8;
109
	border:1px solid #b5b5b5;
101
	border:1px solid #b5b5b5;
110
}
102
}
111
#signin_menu .middle .bigImgButton{float:right;}
103
#signin_menu .middle .bigImgButton{float:right;}
112
/** #signin_menu .middle .button{
-
 
113
	cursor:pointer;
-
 
114
	margin-top:5px;
-
 
115
	font-size:14px;
-
 
116
	font-weight:bold;
-
 
117
	border:none;
-
 
118
	background:none;      
-
 
119
}---commented by ebizon **/ 
-
 
120
#headerRight .signin, 
104
#headerRight .signin, 
121
#headerRight .signin1, 
105
#headerRight .signin1, 
122
#headerRight .menu-open{
106
#headerRight .menu-open{
123
	padding-right:18px;
107
	padding-right:18px;
124
    background:transparent url(../images/spriteme1.png) no-repeat scroll 40px -893px;
108
    background:transparent url(../images/spriteme1.png) no-repeat scroll 40px -893px;
125
}
109
}
126
#signin_menu .bottom{
110
#signin_menu .bottom{
127
	height:65px;
111
	height:65px;
128
	/*background:url(../images/signin-bottom.png) no-repeat bottom left;*/
-
 
129
	background: url("../images/login-sprite.png") repeat-y scroll -547px 0 transparent;
112
	background: url("../images/login-sprite.png") repeat-y scroll -547px 0 transparent;
130
}
113
}
131
#signin_menu .bottom a{
114
#signin_menu .bottom a{
132
	color:#fff;
115
	color:#fff;
133
	text-decoration:none;
116
	text-decoration:none;
Line 187... Line 170...
187
	border-bottom:1px solid #ccc;
170
	border-bottom:1px solid #ccc;
188
}
171
}
189
 
172
 
190
/*___ Search & Cart ___*/
173
/*___ Search & Cart ___*/
191
#searchCartArea{
174
#searchCartArea{
192
margin-bottom:4px;
175
	margin-bottom:4px;
193
         float: left;  /*** Ebizon   ***/
176
    float: left;
194
        width:100%;    /*** Ebizon   ***/
177
    width:100%;
195
}
178
}
196
#searchCartArea .left{background:url(../images/search-left.jpg) no-repeat;}
179
#searchCartArea .left{background:url(../images/search-left.jpg) no-repeat;}
197
#searchCartArea .right{background:url(../images/search-right.jpg) no-repeat top right;}
180
#searchCartArea .right{background:url(../images/search-right.jpg) no-repeat top right;}
198
#searchCartArea .center{
181
#searchCartArea .center{
199
	margin:0 4px;
182
	margin:0 4px;
200
	background:url(../images/search-hor-bar.jpg) repeat-x;
183
	background:url(../images/search-hor-bar.jpg) repeat-x;
201
}
184
}
202
 
185
 
203
#search{
186
#search{
204
padding:3px 0;
187
padding:3px 0;
205
/* padding:2px 0 0 0; */ /*** Ebizon   ***/
-
 
206
}
188
}
207
#search .textbox{
189
#search .textbox{
208
	float:left;
190
	float:left;
209
	width:366px;
191
	width:366px;
210
	margin-right:4px;
192
	margin-right:4px;
211
	padding:5px 4px;
193
	padding:5px 4px;
212
	border:1px solid #848484;
194
	border:1px solid #848484;
213
        height: 16px; /** Ebizon Changes to make search text box equal with select **/ 
195
    height: 16px;
214
}
196
}
215
#search .dropdown{
197
#search .dropdown{
216
	float:left;
198
	float:left;
217
	height:28px;
199
	height:28px;
218
	margin-right:5px;
200
	margin-right:5px;
219
	font-size:14px;
201
	font-size:14px;
220
	border:1px solid #848484;
202
	border:1px solid #848484;
221
	background:#fff;
203
	background:#fff;
222
	padding: 4px; /** Ebizon changes for make select text center **/
204
	padding: 4px;
223
}
205
}
224
 
206
 
225
#search, #cartValue,
207
#search, #cartValue,
226
#search .bigImgButton, #cartValue .bigImgButton {float:left;}
208
#search .bigImgButton, #cartValue .bigImgButton {float:left;}
227
 
209
 
Line 233... Line 215...
233
	float:left;
215
	float:left;
234
	margin-right:6px;
216
	margin-right:6px;
235
}
217
}
236
#cartValue .caption{
218
#cartValue .caption{
237
	float:left;
219
	float:left;
238
	/**margin-top:4px;  by ebizon**/
-
 
239
}
220
}
240
 
221
 
241
/*___ Sidebar ___*/
222
/*___ Sidebar ___*/
242
#sidebar{
223
#sidebar{
243
	width:240px;
224
	width:240px;
Line 303... Line 284...
303
	display:block;
284
	display:block;
304
	float:left;
285
	float:left;
305
	width:35px;
286
	width:35px;
306
	height:34px;
287
	height:34px;
307
}
288
}
308
/*
-
 
309
#messageError span{background:url(images/error_success_icon.png);}
-
 
310
#messageSuccess span{background:url(images/error_success_icon.png) 0 -34px;}
-
 
311
*/
289
 
312
#messageError h6,
290
#messageError h6,
313
#messageSuccess h6{
291
#messageSuccess h6{
314
	margin:0 0 5px 45px;
292
	margin:0 0 5px 45px;
315
	font-size:14px;
293
	font-size:14px;
316
}
294
}
Line 324... Line 302...
324
	line-height:18px;
302
	line-height:18px;
325
}
303
}
326
#messageError p{color:#b31941;}
304
#messageError p{color:#b31941;}
327
#messageSuccess p{color:#003300;}
305
#messageSuccess p{color:#003300;}
328
 
306
 
329
 
-
 
330
/*___ Yellow Buttons & Disable buttons ___*/
-
 
331
/**
-
 
332
#main .bigImgButton, 
-
 
333
#signin_menu .bigImgButton,
-
 
334
#colorbox .bigImgButton {
-
 
335
	color:#000;
-
 
336
	font-weight:bold;
-
 
337
}
-
 
338
 
-
 
339
#main .bigImgButton .left,
-
 
340
#signin_menu .bigImgButton .left,
-
 
341
#colorbox .bigImgButton .left{
-
 
342
background:url(../images/buttons/big-button-left.jpg) no-repeat;
-
 
343
}
-
 
344
 
-
 
345
#main .bigImgButton .right,
-
 
346
#signin_menu .bigImgButton .right,
-
 
347
#colorbox .bigImgButton .right{
-
 
348
background:url(../images/buttons/big-button-right.jpg) no-repeat top right;
-
 
349
}
-
 
350
 
-
 
351
#main .bigImgButton .center,
-
 
352
#signin_menu .bigImgButton .center,
-
 
353
#colorbox .bigImgButton .center{
-
 
354
	margin:0 5px; *** Ebizon changes Make align button text *****//**
-
 
355
	background:url(../images/buttons/big-button-hor-bar.jpg) repeat-x;
-
 
356
	height:28px;
-
 
357
     *margin:0 4px;  * by ebizon for ie7  
-
 
358
}
-
 
359
 
-
 
360
.center .button{   by ebizon class name change " #search .button " to ".center .button" 
-
 
361
	cursor:pointer;
-
 
362
	 width:80px;  by ebizon remove for all button in equal size 
-
 
363
	padding:4px;   by ebizon for valign all 
-
 
364
	font-weight:bold;
-
 
365
	background:none;
-
 
366
	border:none;
-
 
367
        font-size:13px;    by ebizon 
-
 
368
	 line-height: 20px;   by ebizon for chrome valign text
-
 
369
	padding-top:2px;    by ebizon for ie7 valign text 
-
 
370
}
-
 
371
#main .bigImgButton a,
-
 
372
#signin_menu .bigImgButton a,
-
 
373
#colorbox .bigImgButton a{
-
 
374
	color:#000;
-
 
375
	text-decoration:none;
-
 
376
}
-
 
377
 **/
-
 
378
/*___ end Yellow Buttons & Disable buttons ___ */  
-
 
379
 
-
 
380
#main .smallImgButton {
307
#main .smallImgButton {
381
	color:#000;
308
	color:#000;
382
	font-weight:bold;
309
	font-weight:bold;
383
}
310
}
384
#main .smallImgButton .left{background:url(../images/buttons/small-button-left.jpg) no-repeat;}
311
#main .smallImgButton .left{background:url(../images/buttons/small-button-left.jpg) no-repeat;}
Line 398... Line 325...
398
 
325
 
399
/*___ tab buttons ___*/
326
/*___ tab buttons ___*/
400
#tabButton{
327
#tabButton{
401
	margin-top:3px;
328
	margin-top:3px;
402
	height:24px;
329
	height:24px;
403
    width:100%; /* add this class by ebizon */
330
    width:100%;
404
}
331
}
405
#tabButton .tabButton1{	float:left;}
332
#tabButton .tabButton1{	float:left;}
406
#tabButton .tabButton2 {float:right;}
333
#tabButton .tabButton2 {float:right;}
407
 
334
 
408
#tabButton .tabButton1{margin:0 10px;}
335
#tabButton .tabButton1{margin:0 10px;}
Line 412... Line 339...
412
	color:#333;
339
	color:#333;
413
	text-decoration:none;
340
	text-decoration:none;
414
	cursor:pointer;
341
	cursor:pointer;
415
	padding:2px 18px 0 18px;
342
	padding:2px 18px 0 18px;
416
	height:20px;
343
	height:20px;
417
	/*
-
 
418
	background-color: #67ABD3;
-
 
419
	border: 1px solid #67ABD3;
-
 
420
	*/
-
 
421
	background-color: #F6F6F6;
344
	background-color: #F6F6F6;
422
	border: 1px solid #CCC;
345
	border: 1px solid #CCC;
423
}
346
}
424
 
347
 
425
	
348
	
Line 427... Line 350...
427
	color:#333;
350
	color:#333;
428
	text-decoration:none;
351
	text-decoration:none;
429
	background-color: #F6F6F6;
352
	background-color: #F6F6F6;
430
	border: 1px solid #CCC;
353
	border: 1px solid #CCC;
431
}
354
}
432
/*
-
 
433
,
355
 
434
#tabButton .tabButton1 a#activeTab,
-
 
435
#tabButton .tabButton1 a.activeTab
-
 
436
*/
-
 
437
#tabButton .tabButton1 a#activeTab,
356
#tabButton .tabButton1 a#activeTab,
438
#tabButton .tabButton2 a#activeTab,
357
#tabButton .tabButton2 a#activeTab,
439
#tabButton .tabButton1 a.activeTab,
358
#tabButton .tabButton1 a.activeTab,
440
#tabButton .tabButton2 a.activeTab{
359
#tabButton .tabButton2 a.activeTab{
441
	background-color: #67ABD3;
360
	background-color: #67ABD3;
Line 457... Line 376...
457
	height:20px;
376
	height:20px;
458
	background-color: #F6F6F6;
377
	background-color: #F6F6F6;
459
	border: 1px solid #CCC;
378
	border: 1px solid #CCC;
460
}
379
}
461
 
380
 
462
/*
-
 
463
,
-
 
464
#tabButton .tabButton2 a#activeTab,
-
 
465
#tabButton .tabButton2 a.activeTab
-
 
466
*/
-
 
467
#tabButton .tabButton2 a:hover{
381
#tabButton .tabButton2 a:hover{
468
	color:#333;
382
	color:#333;
469
	text-decoration:none;
383
	text-decoration:none;
470
	background-color: #67ABD3;
384
	background-color: #67ABD3;
471
	border: 1px solid #67ABD3;
385
	border: 1px solid #67ABD3;
Line 506... Line 420...
506
.padding_topbottom{
420
.padding_topbottom{
507
	padding: 19px 0 18px; 
421
	padding: 19px 0 18px; 
508
}
422
}
509
.noBold{font-weight:normal;}
423
.noBold{font-weight:normal;}
510
 
424
 
511
/*** Ebizon changes for list view of product on home page ****/
-
 
512
 
-
 
513
ul.deal-items,
425
ul.deal-items,
514
ul.deal-items ul {
426
ul.deal-items ul {
515
  list-style:none;
427
  list-style:none;
516
}
428
}
517
ul.deal-items li {
429
ul.deal-items li {
Line 524... Line 436...
524
ul.best-deals-page-items li,
436
ul.best-deals-page-items li,
525
ul.best-seller-page-items li {
437
ul.best-seller-page-items li {
526
  margin:0px;
438
  margin:0px;
527
}
439
}
528
#customerService .floatLeft img{
440
#customerService .floatLeft img{
529
  line-height:10px; /* for mozilla spacing */
441
  line-height:10px;
530
  left: 0;
442
  left: 0;
531
  clip: rect(0px 40px 42px 0px);
443
  clip: rect(0px 40px 42px 0px);
532
  top:28px;
444
  top:28px;
533
}
445
}
534
 
446
 
Line 537... Line 449...
537
#signin label{
449
#signin label{
538
float:left;
450
float:left;
539
width:70px;
451
width:70px;
540
margin-right:5px;
452
margin-right:5px;
541
}
453
}
542
/**#signin input.textbox{
-
 
543
float:left;
-
 
544
width:165px !important; 
-
 
545
}**/
454
 
546
#signin #edit-name-wrapper, #signin #edit-password-wrapper {
455
#signin #edit-name-wrapper, #signin #edit-password-wrapper {
547
float:left;
456
float:left;
548
/** width:90%;     -by ebizon for buttons  **/
-
 
549
margin-left: 10px;
457
margin-left: 10px;
550
margin-bottom:5px;
458
margin-bottom:5px;
551
margin-top:5px;
459
margin-top:5px;
552
}
460
}
553
#signin .form-button-outer {
461
#signin .form-button-outer {
554
float:right;
462
float:right;
555
margin:5px 20px 10px 0px;
463
margin:5px 20px 10px 0px;
556
}
464
}
557
/* #signin #edit-submit-wrapper {
-
 
558
float: right;
-
 
559
margin:5px 20px 10px 0px;
-
 
560
clear:none;*/
-
 
561
/*width:60px !important;*/
-
 
562
 
-
 
563
/** add by ebizon
-
 
564
width:75px;
-
 
565
background:transparent url(../images/button-bg.jpg) repeat-x scroll 0 0;
-
 
566
border:1px solid #BFA864;
-
 
567
color:#000000;
-
 
568
cursor:pointer;
-
 
569
font-size:14px;
-
 
570
font-weight:bold;
-
 
571
height:18px;
-
 
572
padding:4px 7px;
-
 
573
text-align:center;
-
 
574
 padding: 0;
-
 
575
width: 70px !important;    ----by ebizon for button **/
-
 
576
/***  #signin .center input#signin_submit{
-
 
577
float:left;
-
 
578
width: 60px !important;          
-
 
579
}  ---commented by ebizon **/ 
-
 
580
 
465
 
581
/*** Ebizon changes for pagination ****/
466
/*** Ebizon changes for pagination ****/
582
#winker0 {
467
#winker0 {
583
  margin:0;
468
  margin:0;
584
  width:100%;
469
  width:100%;
Line 614... Line 499...
614
  width: 100%;
499
  width: 100%;
615
  text-align: left;
500
  text-align: left;
616
}
501
}
617
 
502
 
618
/*** End of ebizon changes for registration page ****/	
503
/*** End of ebizon changes for registration page ****/	
619
	
-
 
620
 
-
 
621
/**  by ebizon for buttons backup 
-
 
622
 
-
 
623
#searchCartArea .left {
-
 
624
-moz-background-clip:border;
-
 
625
-moz-background-inline-policy:continuous;
-
 
626
-moz-background-origin:padding;
-
 
627
background:transparent url(../images/search-left.jpg) no-repeat scroll 0 0;
-
 
628
}
-
 
629
#searchCartArea .right {
-
 
630
-moz-background-clip:border;
-
 
631
-moz-background-inline-policy:continuous;
-
 
632
-moz-background-origin:padding;
-
 
633
background:transparent url(../images/search-right.jpg) no-repeat scroll right top;
-
 
634
}
-
 
635
#searchCartArea .center {
-
 
636
-moz-background-clip:border;
-
 
637
-moz-background-inline-policy:continuous;
-
 
638
-moz-background-origin:padding;
-
 
639
background:transparent url(../images/search-hor-bar.jpg) repeat-x scroll 0 0;
-
 
640
margin:0 4px;
-
 
641
}
-
 
642
 
-
 
643
#main .bigImgButton .left, #signin_menu .bigImgButton .left, #colorbox .bigImgButton .left {
-
 
644
-moz-background-clip:border;
-
 
645
-moz-background-inline-policy:continuous;
-
 
646
-moz-background-origin:padding;
-
 
647
background:transparent url(../images/buttons/big-button-left.jpg) no-repeat scroll 0 0;
-
 
648
}
-
 
649
 
-
 
650
#main .bigImgButton .right, #signin_menu .bigImgButton .right, #colorbox .bigImgButton .right {
-
 
651
-moz-background-clip:border;
-
 
652
-moz-background-inline-policy:continuous;
-
 
653
-moz-background-origin:padding;
-
 
654
background:transparent url(../images/buttons/big-button-right.jpg) no-repeat scroll right top;
-
 
655
}
-
 
656
 
-
 
657
#main .bigImgButton .center, #signin_menu .bigImgButton .center, #colorbox .bigImgButton .center {
-
 
658
-moz-background-clip:border;
-
 
659
-moz-background-inline-policy:continuous;
-
 
660
-moz-background-origin:padding;
-
 
661
background:transparent url(../images/buttons/big-button-hor-bar.jpg) repeat-x scroll 0 0;
-
 
662
height:28px;
-
 
663
margin:0 5px;
-
 
664
}
-
 
665
#main .bigImgButton a,
-
 
666
#signin_menu .bigImgButton a,
-
 
667
#colorbox .bigImgButton a{
-
 
668
	color:#000;
-
 
669
	text-decoration:none;
-
 
670
}
-
 
671
#registration .imgTextBox .left {
-
 
672
-moz-background-clip:border;
-
 
673
-moz-background-inline-policy:continuous;
-
 
674
-moz-background-origin:padding;
-
 
675
background:transparent url(../images/textbox-left.jpg) no-repeat scroll 0 0;
-
 
676
}
-
 
677
#registration .imgTextBox .right {
-
 
678
-moz-background-clip:border;
-
 
679
-moz-background-inline-policy:continuous;
-
 
680
-moz-background-origin:padding;
-
 
681
background:transparent url(../images/textbox-right.jpg) no-repeat scroll right top;
-
 
682
}
-
 
683
#registration .imgTextBox .center {
-
 
684
-moz-background-clip:border;
-
 
685
-moz-background-inline-policy:continuous;
-
 
686
-moz-background-origin:padding;
-
 
687
background:transparent url(../images/textbox-hor-bar.jpg) repeat-x scroll 0 0;
-
 
688
margin:0 5px;
-
 
689
padding:0;
-
 
690
}
-
 
691
#registration .imgTextBox .textbox {
-
 
692
-moz-background-clip:border;
-
 
693
-moz-background-inline-policy:continuous;
-
 
694
-moz-background-origin:padding;
-
 
695
background:transparent none repeat scroll 0 0;
-
 
696
border:0 none;
-
 
697
color:#666666;
-
 
698
font-size:11px;
-
 
699
height:20px;
-
 
700
padding:5px 0 0;
-
 
701
width:210px;
-
 
702
}
-
 
703
.center .button {
-
 
704
-moz-background-clip:border;
-
 
705
-moz-background-inline-policy:continuous;
-
 
706
-moz-background-origin:padding;
-
 
707
background:transparent none repeat scroll 0 0;
-
 
708
border:medium none;
-
 
709
cursor:pointer;
-
 
710
font-size:13px;
-
 
711
font-weight:bold;
-
 
712
padding:4px;
-
 
713
}
-
 
714
 **/
-
 
715
 
-
 
716
 
504
 
717
/**  by ebizon for buttons new  **/
505
/**  by ebizon for buttons new  **/
718
 
506
 
719
.grey-left {
507
.grey-left {
720
	background:transparent url(../images/search-sprite.jpg) no-repeat scroll 0 0;
508
	background:transparent url(../images/search-sprite.jpg) no-repeat scroll 0 0;
721
}
509
}
722
.grey-right {
510
.grey-right {
723
	background:transparent url(../images/search-sprite.jpg) no-repeat scroll right top;
511
	background:transparent url(../images/search-sprite.jpg) no-repeat scroll right top;
724
}
512
}
725
.grey-center {
513
.grey-center {
726
	/*background:transparent url(../images/search-hor-bar.jpg) repeat-x scroll 0 0;*/
-
 
727
  background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -619px;
514
	background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -619px;
728
	margin:0 4px;
515
	margin:0 4px;
729
}
516
}
730
.yellow-left {
517
.yellow-left {
731
	  background: url("../images/buttons/big-button-sprite.png") no-repeat scroll 0 -29px transparent;
518
	  background: url("../images/buttons/big-button-sprite.png") no-repeat scroll 0 -29px transparent;
732
}
519
}
Line 736... Line 523...
736
.yellow-center {
523
.yellow-center {
737
	background: url("../images/buttons/big-button-sprite.png") repeat-x scroll 0 0 transparent;
524
	background: url("../images/buttons/big-button-sprite.png") repeat-x scroll 0 0 transparent;
738
	height:28px !important;
525
	height:28px !important;
739
	margin:0 7px;
526
	margin:0 7px;
740
}
527
}
741
/* .yellow-center .button {
-
 
742
	background:transparent none repeat scroll 0 0;
-
 
743
	border:medium none;
-
 
744
	cursor:pointer;
-
 
745
	padding:0px 4px;
-
 
746
	margin: 4px;
-
 
747
	float: left;
-
 
748
}*/
528
 
749
.yellow-image {
529
.yellow-image {
750
	/*background:transparent url(../images/buttons/big-button-hor-bar.jpg) repeat-x scroll 0 0;
-
 
751
	background:transparent url(../images/button-bg.jpg) repeat-x scroll 0 0;*/
-
 
752
  background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -750px;
530
	background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -750px;
753
	cursor:pointer;
531
	cursor:pointer;
754
	font-size:13px;
532
	font-size:13px;
755
	font-weight:bold;
533
	font-weight:bold;
756
	padding:4px 7px 4px 7px;
534
	padding:4px 7px 4px 7px;
757
  border:1px solid #bfa864;
535
  border:1px solid #bfa864;
Line 815... Line 593...
815
  text-align: left;
593
  text-align: left;
816
  height:16px;
594
  height:16px;
817
  padding:4px;
595
  padding:4px;
818
  
596
  
819
}
597
}
820
.textbox-image .textbox {
-
 
821
   /* background: none repeat scroll 0 0 transparent;
-
 
822
    border: 0 none;
-
 
823
    color: #666666;
-
 
824
    font-size: 11px;
-
 
825
    height: 24px;
-
 
826
    padding: 0;
-
 
827
    text-align: left;
-
 
828
    width: 210px;*/
-
 
829
}
-
 
830
 
-
 
831
 
598
 
832
/* Header of tables date picker */
599
/* Header of tables date picker */
833
 
600
 
834
table.ui-datepicker-calendar thead th,
601
table.ui-datepicker-calendar thead th,
835
table.ui-datepicker-calendar th {
602
table.ui-datepicker-calendar th {
836
 font-weight: normal;
603
 font-weight: normal;
837
 text-align: center;
604
 text-align: center;
838
 border:none;
605
 border:none;
839
 font-size:12px;
606
 font-size:12px;
840
  /*border-bottom: 3px solid #ccc;*/
-
 
841
}
607
}
842
table.ui-datepicker-calendar tbody {
608
table.ui-datepicker-calendar tbody {
843
  border:1px solid #CCCCCC;
609
  border:1px solid #CCCCCC;
844
  padding:5px;
610
  padding:5px;
845
}
611
}
846
table.ui-datepicker-calendar tbody th {
612
table.ui-datepicker-calendar tbody th {
847
 border:none;
613
 border:none;
848
 /* border-bottom: 1px solid #ccc;*/
-
 
849
}
614
}
850
 
615
 
851
/* Alternating row background styles */
616
/* Alternating row background styles */
852
table.ui-datepicker-calendar tr,
617
table.ui-datepicker-calendar tr,
853
table.ui-datepicker-calendar tr td {
618
table.ui-datepicker-calendar tr td {
Line 965... Line 730...
965
.content h1{
730
.content h1{
966
	font-size:18px;
731
	font-size:18px;
967
	color:#030303;
732
	color:#030303;
968
}
733
}
969
.left-grey-top {
734
.left-grey-top {
970
	/*
-
 
971
background:url(../images/my-ac-content-corner-tc.jpg) repeat-x;
-
 
972
*/ 
-
 
973
float:left; width:100%;/* add this line by ebizon */
735
float:left; width:100%;
974
}
736
}
975
/*
-
 
976
.left-grey-top .left-grey-left{background:url(../images/my-ac-content-corner-tl.jpg) no-repeat;}
-
 
977
*/
737
 
978
.left-grey-top .left-white-right{
738
.left-grey-top .left-white-right{
979
	/*
-
 
980
	background:url(../images/my-ac-content-corner-tr.jpg) no-repeat top right;
-
 
981
	*/
-
 
982
	line-height:10px;}
739
	line-height:10px;}
983
 
740
 
984
/*
-
 
985
.bottom .bottom-grey-left{background:url(../images/my-ac-content-corner-bl.jpg) no-repeat;}
-
 
986
*/
-
 
987
.bottom .bottom-white-right{background:url(../images/my-ac-content-corner-br.jpg) no-repeat top right;}
741
.bottom .bottom-white-right{background:url(../images/my-ac-content-corner-br.jpg) no-repeat top right;}
988
 
742
 
989
/*
-
 
990
.middle .middle-grey-left{background:url(../images/my-ac-content-corner-ml.jpg) repeat-y;}
-
 
991
*/
-
 
992
.middle .middle-white-right{
743
.middle .middle-white-right{
993
	/*background:url(../images/my-ac-content-corner-mr.jpg) repeat-y top right;
-
 
994
	*/
-
 
995
	 min-height:800px;}
744
	min-height:800px;}
996
 
745
 
997
#frmPersonalDetails .form-item label , #frmRegisUser .form-item label {
746
#frmPersonalDetails .form-item label , #frmRegisUser .form-item label {
998
border-bottom:1px solid #CCCCCC;
747
border-bottom:1px solid #CCCCCC;
999
width:530px;
748
width:530px;
1000
padding-left:18px;
749
padding-left:18px;
Line 1138... Line 887...
1138
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -104px 0px transparent;
887
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -104px 0px transparent;
1139
	min-height: 42px;
888
	min-height: 42px;
1140
}
889
}
1141
/*==== End img src sprite images css ====*/
890
/*==== End img src sprite images css ====*/
1142
 
891
 
1143
/* 23 march */
-
 
1144
 
-
 
1145
.registration-form #messageError{
892
.registration-form #messageError{
1146
	 width: 650px;
893
	 width: 650px;
1147
}
894
}
1148
 
895
 
1149
#forgetPass .middle .content  {
896
#forgetPass .middle .content  {
Line 1179... Line 926...
1179
 
926
 
1180
#productIndex div	{
927
#productIndex div	{
1181
	width: 280px;
928
	width: 280px;
1182
	float: left;
929
	float: left;
1183
	margin-left: 10px;
930
	margin-left: 10px;
-
 
931
}
-
 
932
 
-
 
933
.rupeeimage {
-
 
934
	background: url(/images/rupee-symbol.png) no-repeat scroll 0 0 transparent; 
-
 
935
	height:14px;
-
 
936
	width:10px;
-
 
937
	margin:0px 5px;
1184
}
938
}
1185
939