Subversion Repositories SmartDukaan

Rev

Rev 4017 | Rev 5004 | 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
 
3830 chandransh 10
 
794 rajveer 11
body{
3830 chandransh 12
	font-size:12px;
13
	line-height:18px;
14
	font-family: Lucida Grande, Open Sans;
15
	/*
794 rajveer 16
	font-family:Verdana, Verdana, Geneva, sans-serif;
17
	color:#000;
3830 chandransh 18
	background:#555; 
19
	*/ 
794 rajveer 20
}
21
 
3830 chandransh 22
 
794 rajveer 23
h1{
24
	font-size:24px;
25
	font-weight:bold;
26
}
27
h2{
28
	font-size:20px;
29
	font-weight:bold;
30
}
31
h3{
32
	font-size:14px;
33
	font-weight:bold;
34
}
35
a{
36
	outline:none;
3830 chandransh 37
	color:#006699;
794 rajveer 38
	text-decoration:none;
39
}
40
a:hover{
41
	color:#0066CC;
42
	text-decoration:underline;
43
}
44
 
45
a img {border:0;}
46
 
47
input, select, textarea{outline:none;}
48
 
49
/*___ Main ___*/
1198 varun.gupt 50
#registration div.middle	{
51
	min-height: 550px;
52
}
53
 
794 rajveer 54
#main{
55
	width:980px;
56
	margin:0 auto;
57
}
58
 
59
/*___ Sign In ___*/
60
#signin_menu,
61
#signin_menu .top,
62
#signin_menu .middle,
63
#signin_menu .bottom{width:272px;}
64
 
65
#signin_menu{
66
	position:absolute;
67
	z-index:9999;
808 rajveer 68
	/*margin:-2px 0 0 405px;*/
69
  margin:-2px 0 0 390px; /* by ebzon */
794 rajveer 70
	padding:0;
71
	font-weight:normal;
72
	border:none;
73
	display: none; /**** Ebizon changes for inline css ****/
74
}
75
#signin_menu .top{
76
	line-height:16px;
1102 rajveer 77
	/*background:url(../images/notification-top.png) no-repeat;*/
78
	background: url("../images/login-sprite.png") repeat-y scroll 0px 0px transparent;
794 rajveer 79
}
80
 
81
#signin_menu .middle{
1102 rajveer 82
	/*background:url(../images/notification-ver-bar.png) repeat-y;*/
83
	 background: url("../images/login-sprite.png") repeat-y scroll -272px 0 transparent;
794 rajveer 84
}
85
 
86
#signin_menu .middle dl{padding:15px 0;}
87
#signin_menu .middle dt{
88
	float:left;
89
	width:80px;
90
	margin:3px 8px 12px 0;
91
	color:#333333;
92
	text-align:right;
93
	font-weight:normal;
94
}
95
#signin_menu .middle dd{
96
	float:left;
97
	width:160px;
98
	margin-bottom:12px;
99
	text-align:right;
100
}
101
#signin_menu .middle label.floatRight{color:#06c;}
102
#signin_menu .middle input.floatRight{margin:3px 5px 0 0;}
103
#signin_menu .middle input.textbox{
104
	padding:5px 0;
105
  width:155px !important; 
106
	text-align:left;
107
	font-size:11px;
108
	background:#f8f8f8;
109
	border:1px solid #b5b5b5;
110
}
111
#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;
808 rajveer 118
	background:none;      
119
}---commented by ebizon **/ 
794 rajveer 120
#headerRight .signin, 
121
#headerRight .signin1, 
122
#headerRight .menu-open{
123
	padding-right:18px;
951 vikas 124
    background:transparent url(../images/spriteme1.png) no-repeat scroll 40px -893px;
794 rajveer 125
}
126
#signin_menu .bottom{
127
	height:65px;
1102 rajveer 128
	/*background:url(../images/signin-bottom.png) no-repeat bottom left;*/
129
	background: url("../images/login-sprite.png") repeat-y scroll -547px 0 transparent;
794 rajveer 130
}
131
#signin_menu .bottom a{
132
	color:#fff;
133
	text-decoration:none;
134
}
135
#signin_menu .bottom a:hover{
136
	color:#fff;
137
	text-decoration:underline;
138
}
139
#signin_menu .bottom #resend_password_link{padding:15px 0 0 12px; float:left;}
140
#signin_menu .bottom #forgot_username_link{padding:15px 18px 0 0; float:right;}
141
 
142
/*___ Notification ___*/
143
#notification{
144
	position:absolute;
145
	margin:-4px 0 0 340px;
146
	z-index:1000;
147
}
148
 
149
#notification,
150
#notification .top,
151
#notification .middle,
152
#notification .bottom{
153
	width:272px;
154
}
155
#notification .top{
156
	line-height:16px;
157
	background:url(../images/notification-top.png) no-repeat;
158
}
159
#notification .bottom{
160
	line-height:16px;
161
	background:url(../images/notification-bottom.png) no-repeat bottom left;
162
}
163
#notification .middle{
164
	background:url(../images/notification-ver-bar.png) repeat-y;
165
}
166
#notification .colLeft{
167
	float:left;
168
	width:215px;
169
	margin:0 0 3px 15px;
170
 
171
	font-size:11px;
172
	font-weight:normal;
173
	color:#333;
174
	line-height:18px;	
175
}
176
#notification .link{
177
	margin-top:2px;
178
	font-weight:bold;
179
}
180
#notification a#notficationClose{
181
	float:right;
182
	width:18px;
183
	margin-right:18px;
184
}
185
#notification .borderBottom{
186
	margin:-15px 0 5px 0;
187
	border-bottom:1px solid #ccc;
188
}
189
 
190
/*___ Search & Cart ___*/
191
#searchCartArea{
192
margin-bottom:4px;
193
         float: left;  /*** Ebizon   ***/
194
        width:100%;    /*** Ebizon   ***/
195
}
196
#searchCartArea .left{background:url(../images/search-left.jpg) no-repeat;}
197
#searchCartArea .right{background:url(../images/search-right.jpg) no-repeat top right;}
198
#searchCartArea .center{
199
	margin:0 4px;
200
	background:url(../images/search-hor-bar.jpg) repeat-x;
201
}
202
 
203
#search{
204
padding:3px 0;
205
/* padding:2px 0 0 0; */ /*** Ebizon   ***/
206
}
207
#search .textbox{
208
	float:left;
209
	width:366px;
210
	margin-right:4px;
211
	padding:5px 4px;
212
	border:1px solid #848484;
808 rajveer 213
        height: 16px; /** Ebizon Changes to make search text box equal with select **/ 
794 rajveer 214
}
215
#search .dropdown{
216
	float:left;
217
	height:28px;
218
	margin-right:5px;
219
	font-size:14px;
220
	border:1px solid #848484;
221
	background:#fff;
808 rajveer 222
	padding: 4px; /** Ebizon changes for make select text center **/
794 rajveer 223
}
224
 
225
#search, #cartValue,
226
#search .bigImgButton, #cartValue .bigImgButton {float:left;}
227
 
228
#cartValue{
229
	float:right;
230
	margin-top:3px;
231
}
232
#cartValue img{
233
	float:left;
234
	margin-right:6px;
235
}
236
#cartValue .caption{
237
	float:left;
238
	/**margin-top:4px;  by ebizon**/
239
}
240
 
241
/*___ Sidebar ___*/
242
#sidebar{
243
	width:240px;
244
	float:right;
245
	color:#333;
246
}
247
#sidebarBanner{
248
	width:240px;
249
	margin-bottom:3px;
250
}
251
#sidebar h1{
252
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
253
	font-size:16px;
254
}
255
#customerService{
256
	background:#f5f5f5;
257
	border:1px solid #ccc;
950 rajveer 258
	height:70px;
259
	position:relative;
1143 rajveer 260
	width:238px;
794 rajveer 261
}
950 rajveer 262
#customerService img {
263
	position: absolute;
264
	top: 0;
265
}
266
 
794 rajveer 267
#customerService h2{
268
	padding:2px 0 0 5px;
269
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
270
	font-size:14px;
271
	height: 26px;
951 vikas 272
    background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -625px;
794 rajveer 273
}
274
#customerService #customerPhone,
275
#customerService #customerPhone img,
276
#customerService #customerPhone span{float:left;}
1102 rajveer 277
#customerService #customerPhone span{margin-top:10px; margin-left:52px;}
794 rajveer 278
 
950 rajveer 279
#customerService #customerPhone img{
280
clip:rect(0px, 44px, 42px, 0px);
281
left:40px;
282
line-height:10px;
283
top:28px;
284
}
285
 
794 rajveer 286
/*___ Error & Success Message ___*/
287
#messageError,
288
#messageSuccess{
289
	margin:5px 0 15px 0;
290
	padding:10px;
291
}
292
#messageError{
293
	background:#ffffdd;
1143 rajveer 294
	border:1px solid #cc0000;
794 rajveer 295
}
296
#messageSuccess{
297
	background:#ffffdd;
298
	border:1px solid #006600;		
299
}
300
 
301
#messageError span,
302
#messageSuccess span{
303
	display:block;
304
	float:left;
305
	width:35px;
306
	height:34px;
307
}
308
/*
309
#messageError span{background:url(images/error_success_icon.png);}
310
#messageSuccess span{background:url(images/error_success_icon.png) 0 -34px;}
311
*/
312
#messageError h6,
313
#messageSuccess h6{
314
	margin:0 0 5px 45px;
315
	font-size:14px;
316
}
317
#messageError h6{color:#e47911;}
318
#messageSuccess h6{color:#009900;}
319
 
320
#messageError p,
321
#messageSuccess p{
322
	margin-left:45px;
323
	font-size:12px;
324
	line-height:18px;
325
}
326
#messageError p{color:#b31941;}
327
#messageSuccess p{color:#003300;}
328
 
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 {
381
	color:#000;
382
	font-weight:bold;
383
}
384
#main .smallImgButton .left{background:url(../images/buttons/small-button-left.jpg) no-repeat;}
385
#main .smallImgButton .right{background:url(../images/buttons/small-button-right.jpg) no-repeat top right;}
386
#main .smallImgButton .center{
387
	margin:0 10px;
388
	background:url(../images/buttons/small-button-hor-bar.jpg) repeat-x;
389
	height:21px;
390
}
391
#main .smallImgButton a{
392
	font-size:11px;
393
	color:#000;
394
	text-decoration:none;
395
}
396
 
3830 chandransh 397
 
398
 
794 rajveer 399
/*___ tab buttons ___*/
400
#tabButton{
401
	margin-top:3px;
402
	height:24px;
3830 chandransh 403
    width:100%; /* add this class by ebizon */
794 rajveer 404
}
405
#tabButton .tabButton1{	float:left;}
406
#tabButton .tabButton2 {float:right;}
407
 
408
#tabButton .tabButton1{margin:0 10px;}
3830 chandransh 409
#tabButton .tabButton1 a{display:block;}
794 rajveer 410
 
411
#tabButton .tabButton1 a{
412
	color:#333;
413
	text-decoration:none;
414
	cursor:pointer;
3830 chandransh 415
	padding:2px 18px 0 18px;
416
	height:20px;
417
	/*
418
	background-color: #67ABD3;
419
	border: 1px solid #67ABD3;
420
	*/
421
	background-color: #F6F6F6;
422
	border: 1px solid #CCC;
794 rajveer 423
}
424
 
425
 
3830 chandransh 426
#tabButton .tabButton1 a:hover{
794 rajveer 427
	color:#333;
428
	text-decoration:none;
3830 chandransh 429
	background-color: #F6F6F6;
430
	border: 1px solid #CCC;
794 rajveer 431
}
3830 chandransh 432
/*
433
,
434
#tabButton .tabButton1 a#activeTab,
435
#tabButton .tabButton1 a.activeTab
436
*/
437
#tabButton .tabButton1 a#activeTab,
438
#tabButton .tabButton2 a#activeTab,
439
#tabButton .tabButton1 a.activeTab,
440
#tabButton .tabButton2 a.activeTab{
441
	background-color: #67ABD3;
442
	border: 1px solid #67ABD3;
794 rajveer 443
}
3830 chandransh 444
 
794 rajveer 445
#tabButton li {
446
  list-style:none;
447
}
3830 chandransh 448
 
794 rajveer 449
#tabButton .tabButton2{margin:0px 5px; padding:0px 10px;}
3830 chandransh 450
#tabButton .tabButton2 a{display:block;}
794 rajveer 451
 
452
#tabButton .tabButton2 a{
453
	color:#333;
454
	text-decoration:none;
455
	cursor:pointer;
3830 chandransh 456
	padding:2px 18px 0 18px;
457
	height:20px;
458
	background-color: #F6F6F6;
459
	border: 1px solid #CCC;
794 rajveer 460
}
3830 chandransh 461
 
462
/*
463
,
865 rajveer 464
#tabButton .tabButton2 a#activeTab,
3830 chandransh 465
#tabButton .tabButton2 a.activeTab
466
*/
467
#tabButton .tabButton2 a:hover{
794 rajveer 468
	color:#333;
469
	text-decoration:none;
3830 chandransh 470
	background-color: #67ABD3;
471
	border: 1px solid #67ABD3;
794 rajveer 472
}
950 rajveer 473
 
3830 chandransh 474
#tabButton #catTab3 a{
950 rajveer 475
	margin-right:-10px;
476
	padding:2px 18px 0 28px;
3830 chandransh 477
	height:20px;
950 rajveer 478
}
3830 chandransh 479
 
480
#tabButton #catTab4 a{
950 rajveer 481
	margin-right:-10px;
482
	padding:2px 18px 0 28px;
3830 chandransh 483
	height:20px;
950 rajveer 484
}
485
 
486
 
794 rajveer 487
/*___ Common Classes ___*/
488
.clearBoth{clear:both;}
489
.floatLeft{float:left;}
490
.floatRight{float:right;}
491
.bold{font-weight:bold;}
492
.lineHeight_10px{line-height:4px;}
493
.noBorder{border:none;}
494
 
495
#noScript{
496
	width:940px;
497
	margin:20px auto;
498
	padding:30px 20px;
499
	font-size:18px;
500
	color:#cc0000;
501
	text-align:center;
502
	background:#FDFCDC;
503
	border:2px solid #F1EDC2;
504
}
505
 
506
.padding_topbottom{
507
	padding: 19px 0 18px; 
508
}
509
.noBold{font-weight:normal;}
510
 
511
/*** Ebizon changes for list view of product on home page ****/
512
 
513
ul.deal-items,
514
ul.deal-items ul {
515
  list-style:none;
516
}
517
ul.deal-items li {
518
  margin-left: 10px;
519
  margin-right: 15px;
520
}
521
ul.deal-items ul li,
865 rajveer 522
ul.latest-arrivals-page-items li,
794 rajveer 523
ul.category-page-items li,
865 rajveer 524
ul.best-deals-page-items li,
525
ul.best-seller-page-items li {
794 rajveer 526
  margin:0px;
527
}
950 rajveer 528
#customerService .floatLeft img{
529
  line-height:10px; /* for mozilla spacing */
530
  left: 0;
531
  clip: rect(0px 40px 42px 0px);
532
  top:28px;
794 rajveer 533
}
534
 
535
/**  for sign in  **/
536
 
537
#signin label{
538
float:left;
539
width:70px;
540
margin-right:5px;
541
}
542
/**#signin input.textbox{
543
float:left;
544
width:165px !important; 
545
}**/
842 rajveer 546
#signin #edit-name-wrapper, #signin #edit-password-wrapper {
794 rajveer 547
float:left;
548
/** width:90%;     -by ebizon for buttons  **/
549
margin-left: 10px;
550
margin-bottom:5px;
551
margin-top:5px;
552
}
842 rajveer 553
#signin .form-button-outer {
554
float:right;
555
margin:5px 20px 10px 0px;
556
}
557
/* #signin #edit-submit-wrapper {
808 rajveer 558
float: right;
559
margin:5px 20px 10px 0px;
842 rajveer 560
clear:none;*/
561
/*width:60px !important;*/
562
 
808 rajveer 563
/** add by ebizon
794 rajveer 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;
808 rajveer 574
 padding: 0;
794 rajveer 575
width: 70px !important;    ----by ebizon for button **/
576
/***  #signin .center input#signin_submit{
577
float:left;
808 rajveer 578
width: 60px !important;          
579
}  ---commented by ebizon **/ 
794 rajveer 580
 
581
/*** Ebizon changes for pagination ****/
582
#winker0 {
583
  margin:0;
584
  width:100%;
585
}
586
.scroll-pane.tabwrap.makeScroll {
587
  width:240px;
588
}
3830 chandransh 589
#research_delete, #research_compare {
794 rajveer 590
  cursor:pointer;
591
}
592
ul.pagination,
593
ul.deals-item {
594
    list-style: none outside none;
595
}
596
ul.pagination li {
597
    display: inline;
598
}
599
ul.deals-item li.search-deals-items {
600
   background: url("../images/search-result-border.jpg") no-repeat scroll center bottom transparent;
601
   float: left;
602
   margin-bottom: 10px;
603
}
604
/** Ebizon changes Registration page ***/
1143 rajveer 605
 
3862 rajveer 606
#myaccountFormShippingAddress .error,
794 rajveer 607
#frmLogin .error {
608
	float:none !important;
609
	display:block;
610
	color:#f00;
611
}
839 vikas 612
#registration .register-row label.error,
613
#addNewAddress .form-item label.error {
794 rajveer 614
  width: 100%;
615
  text-align: left;
839 vikas 616
}
617
 
794 rajveer 618
/*** 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
 
717
/**  by ebizon for buttons new  **/
718
 
719
.grey-left {
1102 rajveer 720
	background:transparent url(../images/search-sprite.jpg) no-repeat scroll 0 0;
794 rajveer 721
}
722
.grey-right {
1102 rajveer 723
	background:transparent url(../images/search-sprite.jpg) no-repeat scroll right top;
794 rajveer 724
}
725
.grey-center {
950 rajveer 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;
794 rajveer 728
	margin:0 4px;
729
}
730
.yellow-left {
1102 rajveer 731
	  background: url("../images/buttons/big-button-sprite.png") no-repeat scroll 0 -29px transparent;
794 rajveer 732
}
733
.yellow-right {
1102 rajveer 734
	background: url("../images/buttons/big-button-sprite.png") no-repeat scroll 83px -58px transparent;
794 rajveer 735
}
736
.yellow-center {
1102 rajveer 737
	background: url("../images/buttons/big-button-sprite.png") repeat-x scroll 0 0 transparent;
794 rajveer 738
	height:28px !important;
1143 rajveer 739
	margin:0 7px;
794 rajveer 740
}
808 rajveer 741
/* .yellow-center .button {
794 rajveer 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;
808 rajveer 748
}*/
794 rajveer 749
.yellow-image {
950 rajveer 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;
794 rajveer 753
	cursor:pointer;
808 rajveer 754
	font-size:13px;
794 rajveer 755
	font-weight:bold;
756
	padding:4px 7px 4px 7px;
757
  border:1px solid #bfa864;
758
  text-align:center;
759
	color:#000000;
760
  height:18px;
842 rajveer 761
float:left;
794 rajveer 762
}
763
.yellow-image input.button {
764
background:none;
765
border:none;
766
font-weight:bold;
767
font-size:13px;
808 rajveer 768
cursor:pointer;
794 rajveer 769
}
770
.yellow-image a {
771
	color:#000;
772
	text-decoration:none;
773
        line-height:25px;
774
        font-weight:bold;
775
}
776
.yellow-center .caption a{
777
	color:#000;
778
	text-decoration:none;
779
        line-height:28px;
780
        font-weight:bold;
781
}
782
.textbox-left {
783
	background:transparent url(../images/textbox-left.jpg) no-repeat scroll 0 0;
784
	float: left;
785
}
786
.textbox-right {
787
	background:transparent url(../images/textbox-right.jpg) no-repeat scroll right top;
788
	float: left;
789
}
790
.textbox-center {
791
	background:transparent url(../images/textbox-hor-bar.jpg) repeat-x scroll 0 0;
792
	margin:0 5px;
793
	padding:0;
794
	float: left;
795
}
796
.textbox-center .textbox {
797
    background: none repeat scroll 0 0 transparent;
798
    border: 0 none;
799
    color: #666666;
800
    font-size: 11px;
801
    height: 24px;
802
    padding: 0;
803
    text-align: left;
804
    width: 210px;
805
}
806
.textbox-image .textbox {
950 rajveer 807
  background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -1044px;
794 rajveer 808
	padding:0;
809
	float: left;
810
	border-left: 1px solid #CCCCCC;
811
  border-right: 1px solid #CCCCCC;
812
  border-bottom: none;
813
  border-top: none;
814
  width:210px;
815
  text-align: left;
816
  height:16px;
817
  padding:4px;
818
 
819
}
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
 
832
/* Header of tables date picker */
833
 
834
table.ui-datepicker-calendar thead th,
835
table.ui-datepicker-calendar th {
836
 font-weight: normal;
837
 text-align: center;
838
 border:none;
839
 font-size:12px;
840
  /*border-bottom: 3px solid #ccc;*/
841
}
842
table.ui-datepicker-calendar tbody {
843
  border:1px solid #CCCCCC;
844
  padding:5px;
845
}
846
table.ui-datepicker-calendar tbody th {
847
 border:none;
848
 /* border-bottom: 1px solid #ccc;*/
849
}
850
 
851
/* Alternating row background styles */
852
table.ui-datepicker-calendar tr,
853
table.ui-datepicker-calendar tr td {
854
  background-color: #eee;
855
  border-bottom: 1px solid #ccc;
856
  text-align: center;
857
}
858
 
859
.ui-datepicker-calendar {
860
  float:left;
861
  width:100%;
862
}
863
#ui-datepicker-div {
864
    background: none repeat scroll 0 0 #CCCCCC;
865
    float: left;
866
    padding: 0px;
867
    width: 220px;
868
}
869
#ui-datepicker-div .ui-datepicker-header {
870
  padding:0px 3px;
871
}
872
#ui-datepicker-div a.ui-datepicker-next {
873
  float: right;
874
}
875
a.ui-datepicker-prev {
876
  float:left;
877
}
878
div.ui-datepicker-title {
879
    float: left;
880
    text-align: center;
881
    width: 155px;
882
    font-weight: bold;
883
}
884
a span.ui-icon {
885
  cursor: pointer;
886
}
887
/*** Date picker end ***/
888
 
889
.register-button{
890
	margin-top:5px;
891
}
892
/*** Ebizon changes for all Forms ***/
808 rajveer 893
 
794 rajveer 894
.form-item label {
808 rajveer 895
float:left;
794 rajveer 896
padding-left:10px;
897
}
898
.form-item input.textbox {
899
	float:left;
900
	width:170px;
901
}
902
.form-item .radio-buttons {
903
	float:left;
808 rajveer 904
	margin-left:150px;
905
	margin-top:5px;
794 rajveer 906
}
907
 .form-item  {
908
	float:left;
909
	clear:both;
910
	margin: 10px 0px;
911
  padding-bottom:10px;
912
  width:100%;
913
}
914
#formButtons , .form-buttons{
915
float:left;
3830 chandransh 916
margin-left:130px;
794 rajveer 917
clear:both;
808 rajveer 918
width:145px;
794 rajveer 919
}
808 rajveer 920
.enableDisableBtnWidth1{
921
float:left !important;
922
}
923
.enableDisableBtnWidth2{
924
float:right !important;
925
}
794 rajveer 926
.imgDisableButton{
950 rajveer 927
background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -1078px;
794 rajveer 928
border:1px solid #bdbdbd;
929
cursor:pointer;
930
}
931
.imgEnableButton {
932
float:left;
933
}
934
label.label-title {
808 rajveer 935
padding-left:18px;
794 rajveer 936
}
937
#loginDetails{
938
margin-top:20px;
939
}
808 rajveer 940
.form-button-outer{
941
 margin-right:10px; float:left;
942
}
943
.form-button-outer.last{ 
944
margin-right:0px !important; 
945
}
794 rajveer 946
 
947
 
948
/*** End of form theming **/
949
 
950
 
951
/** by ebizon from myaccount **/
952
 
953
#signin .form-item {
954
	border-bottom:none;
955
  padding-bottom:0px;
956
  margin:0px;
957
}
958
 
959
#personalDetails{
960
	float:left;
961
	margin-top:20px;
808 rajveer 962
  width:100%;
794 rajveer 963
}
964
 
965
.content h1{
966
	font-size:18px;
967
	color:#030303;
968
}
969
.left-grey-top {
3830 chandransh 970
	/*
971
background:url(../images/my-ac-content-corner-tc.jpg) repeat-x;
972
*/ 
794 rajveer 973
float:left; width:100%;/* add this line by ebizon */
974
}
3830 chandransh 975
/*
794 rajveer 976
.left-grey-top .left-grey-left{background:url(../images/my-ac-content-corner-tl.jpg) no-repeat;}
3830 chandransh 977
*/
978
.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;}
794 rajveer 983
 
3830 chandransh 984
/*
794 rajveer 985
.bottom .bottom-grey-left{background:url(../images/my-ac-content-corner-bl.jpg) no-repeat;}
3830 chandransh 986
*/
794 rajveer 987
.bottom .bottom-white-right{background:url(../images/my-ac-content-corner-br.jpg) no-repeat top right;}
988
 
3830 chandransh 989
/*
794 rajveer 990
.middle .middle-grey-left{background:url(../images/my-ac-content-corner-ml.jpg) repeat-y;}
3830 chandransh 991
*/
992
.middle .middle-white-right{
993
	/*background:url(../images/my-ac-content-corner-mr.jpg) repeat-y top right;
994
	*/
995
	 min-height:800px;}
794 rajveer 996
 
808 rajveer 997
#frmPersonalDetails .form-item label , #frmRegisUser .form-item label {
998
border-bottom:1px solid #CCCCCC;
4017 rajveer 999
width:530px;
808 rajveer 1000
padding-left:18px;
1001
}
794 rajveer 1002
 
808 rajveer 1003
#frmPersonalDetails .textbox-image , #frmRegisUser .textbox-image {
1004
float:left;
1005
padding-left:150px;
1006
width:190px;
1007
margin-top:8px;
1008
}
1009
.greyColor{
1010
color:#666;
1011
}
1012
.form-button-outer.first.addaddress{float:right;}
1013
 
1014
#addNewAddress .form-item label {
1015
float:left;
1016
width:120px;
1017
text-align:right;
1018
}
1019
 
1020
#addNewAddress .textbox-image , 
1021
#addNewAddress .select-list{
1022
float:left;
1023
padding-left:10px;
1024
width:190px;
1025
}
1026
.address-text-boxes{ float:left;}
1027
.address-textbox-second {
1028
	clear:both;
1029
	margin-top:10px;
1030
}
1031
#addNewAddress .form-item {
1032
margin:10px 0 0;
1033
padding-bottom:0;
1034
}
1035
#addNewAddress  #edit-submit-buttons {
1036
	margin-top: 20px;
1037
	margin-bottom:20px;
1038
  margin-left:140px;
1039
}
842 rajveer 1040
.smallImgButton.yellow-image{
1041
padding:0px 5px;
1042
}
1043
.smallImgButton.yellow-image input{
1044
font-size:11px;
1045
margin-top:1px;
1046
}
1047
 
950 rajveer 1048
/* for forgot password  */
1049
#frmForgotPassword .form-item {
1050
clear:both;
1051
float:left;
1052
width:50%;
1053
margin:0;
1054
padding:0;
1055
}
1056
#frmForgotPassword .form-item label {
1057
float:left;
1058
padding-right:10px;
1059
}
1060
#frmForgotPassword .imgTextBox {
1061
background:transparent url(../images/textbox2-hor-bar.jpg) repeat-x scroll 0 0;
1062
border-left:1px solid #CCCCCC;
1063
border-right:1px solid #CCCCCC;
1064
float:left;
1065
height:28px;
1066
width:200px;
1067
}
842 rajveer 1068
 
950 rajveer 1069
.no-address {
1070
  padding-left:18px;
1071
}
794 rajveer 1072
/** by ebizon end  **/
1073
 
943 vikas 1074
#frmForgotPassword .error{
1075
	float:none !important;
1076
	display:block;
1077
	margin-left:-5px;
1078
	width:224px !important;
1079
	color:#f00;
1080
	font-size:11px;
1081
	text-align:left !important;
1082
}
1083
 
808 rajveer 1084
 @media screen and (-webkit-min-device-pixel-ratio:0) {
1085
.yellow-image input.button{margin-top:1px;}
1086
} 
1102 rajveer 1087
#subWrapper {
1088
  margin-top:5px;
1089
}
1090
#subWrapper .top .right {
1413 vikas 1091
    background: url("../images/product-sprite.png") no-repeat scroll right top 0 -624px transparent;
1102 rajveer 1092
    line-height: 5px;
1093
}
1094
#subWrapper .top .left {
1413 vikas 1095
    background: url("../images/product-sprite.png") no-repeat scroll 0 -569px transparent;
1102 rajveer 1096
}
1097
#subWrapper .top {
1098
    background: none repeat scroll 0 0 #FFFFFF;
1099
}
1100
#subWrapper .bottom {
1101
    background: none repeat scroll 0 0 #FFFFFF;
1102
} 
1103
#subWrapper .bottom .left {
1413 vikas 1104
    background: url("../images/product-sprite.png") no-repeat scroll left bottom 0 -459px transparent;
1102 rajveer 1105
}
1106
#subWrapper .bottom .right {
1413 vikas 1107
    background: url("../images/product-sprite.png") no-repeat scroll right bottom 0 -514px transparent;
1102 rajveer 1108
    line-height: 5px;
1109
}
1110
/*==== img src sprite images css ====*/
1111
.add-to-research-icon {
3830 chandransh 1112
	background: url("/images/IconAddtoCompare_ProdArea.png") no-repeat;
1102 rajveer 1113
	float:left;
1114
	width:26px;
1115
	height:26px;
1116
}
1106 rajveer 1117
.addtocart{
3830 chandransh 1118
	background: url("/images/ListIcon_Cart_Mouseover.png")  3px 5px no-repeat;
1102 rajveer 1119
	float:left;
1120
	width:26px;
1121
	height:26px;
1122
}
1106 rajveer 1123
 
1124
.add-to-cart-icon {
3830 chandransh 1125
	background: url("/images/ListIcon_Cart_Mouseover.png") 3px 5px no-repeat;
1106 rajveer 1126
	float:left;
1127
	width:26px;
1128
	height:26px;
1129
}
1102 rajveer 1130
#sidebar #customerService .floatLeft a {
1131
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -62px 0px transparent;
1132
	height:42px;
1133
	width:40px;
1134
	float:left;
1135
}
1136
#sidebar #customerService #customerPhone {
1137
	width: 197px;
1138
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -104px 0px transparent;
1139
	min-height: 42px;
1140
}
1106 rajveer 1141
/*==== End img src sprite images css ====*/
1143 rajveer 1142
 
1143
/* 23 march */
1144
 
1145
.registration-form #messageError{
1146
	 width: 650px;
1147
}
1148
 
1149
#forgetPass .middle .content  {
1150
    min-height: 640px !important;
1151
}
1152
 
4136 rajveer 1153
#frmRegister .error
1154
 {
1143 rajveer 1155
	float: left !important;
1156
	display: block;
1157
	color: #f00;
1158
}
4136 rajveer 1159
 
1160
#frmShippingAddress .error
1161
 {
1162
	float: left !important;
1163
	display: block;
1164
	color: #f00;
1165
}
1166
 
1143 rajveer 1167
#frmRegister .register-row .newsletter {
1168
    line-height: 13px;
1169
}
1170
#frmRegister .register-row .newsletter label.error {
1171
    float: left !important;
1172
    margin-top: 5px;
1173
    clear: both;
1174
}
1175
 
1176
#addNewAddress .select-list select#state {
1177
    width: 180px;
1178
}
1179
 
1180