Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
387 rajveer 1
body {
2
  margin: 0;
3
  padding: 0;
4
  font-family:Verdana;
476 binay 5
  font-size:12px;
6
  color:#000;
387 rajveer 7
  font-smooth:always;
449 rajveer 8
  background:#74726f;    
387 rajveer 9
}
10
h1, h2, h3, h4, h5 {
11
  margin: 0;
12
  padding: 0;
13
}
14
p
15
{
462 rajveer 16
  margin:0px;
17
  padding:0px;
387 rajveer 18
}
19
*{
20
	margin:0;
21
	padding:0;
22
}
23
img{
24
	border:none;
25
}
26
 
27
ul, ul li
28
{
29
margin:0;
30
padding:0;
31
list-style:none;
32
}
33
 
34
.clearfix
35
{
36
clear:both;
37
clear:float;
38
}
449 rajveer 39
/*div.outerWrapper
387 rajveer 40
{
41
margin: 0 auto 0 auto;
449 rajveer 42
}*/
387 rajveer 43
div.wrapper
44
{
45
width:980px;
46
margin: 0 auto 0 auto;
47
}
48
h1 img
49
{
50
padding: 10px 0px 12px 3%;
51
float:left;
52
}
449 rajveer 53
/*div.quickLinks
387 rajveer 54
{
55
float:right;
56
width:60%;
57
text-align:right;
58
font-size:0.85em;
59
margin: 15px 1% 5px 0px;
60
padding: 0px 0px 0px 0px;
61
color:#000;
62
}
63
div.quickLinks span.subs
64
{
65
padding: 8px 9px 0px 0px;
66
margin: 0px 0px 0px 0px;
67
display:block;
68
float:right;
69
}
70
div.quickLinks a 
71
{
72
text-decoration:none;
73
color:#0066cc;
74
font-weight:bold;
75
margin: 0px 0px 0px 5px;
76
padding: 0px 0px 0px 0px;
77
}
78
div.quickLinks a.fofb
79
{
80
width:100%;
81
overflow:auto;
82
}
83
div.quickLinks a.signin
84
{
85
background:url(../images/signin_arw.gif) no-repeat right center;
86
margin: 0px 10px 0px 5px;
87
padding: 0px 18px 0px 0px;
88
color:#0066cc;
89
}
90
 
91
div.quickLinks label
92
{
93
margin: 0px 0px 0px 0px;
94
padding: 0px 0px 0px 0px;
95
color:#000;
96
}
97
div.quickLinks input.newletter
98
{
99
margin: 0px 0px 2px 0px;
100
padding: 2px 0px 2px 2px;
101
color:#666;
102
border:1px solid #848484;
103
width:220px;
104
}
105
div.quickLinks img
106
{
107
margin: 5px 0px 0px 0px;
108
padding: 0px 0px 0px 4px;
109
border-left:1px solid #848484;
110
float:right;
111
}
449 rajveer 112
*/
387 rajveer 113
div.mast
114
{
115
width:100%;
116
background:#fff;
117
}
118
div.header
119
{
120
display:table;
121
width:980px;
122
background:#fdfdfd;
123
margin: 0px auto 0px auto;
124
padding: 0px 0px 0px 0px;
125
}
449 rajveer 126
div.headerRight{width:460px;float:right; padding-top:10px; }
476 binay 127
div.headerRight h1{font:normal 11px/1.2 Verdana;width:auto; padding:0px 0px 0px 120px; margin:0; float:left;color:#000;}
449 rajveer 128
div.headerRight h2{font:bold 11px/1.2 Verdana; color:#0066cc;width:163px;float:right; padding:0; margin:0;}
129
 
130
div.headerRight h2 a{color:#0066cc; text-decoration:none; line-height:10px;padding:3px 5px 5px;}
462 rajveer 131
div.headerRight .subscribe{float:right;width:488px; padding-top:5px; color:#333;}
132
div.headerRight .subscribe input[type="text"]{width:230px; border:1px solid #848484; float:left; color:#999999; padding:2px; margin-right:5px; margin:5px 0px;}
449 rajveer 133
div.headerRight .subscribe span{float:left; margin:0 0px;}
134
div.headerRight .subscribe span img{ margin:0 5px;}
135
div.headerRight .subscribe label{float:left; padding-left:5px; margin:5px 0px; }
387 rajveer 136
div.mainmenu
137
{
138
background:url(../images/menubg.gif) repeat-x left;
139
margin: 0px 0px 0px 0px;
140
padding: 0px 0px 0px 0px;
141
height:32px;
142
display:table;
143
width:100%;
144
clear:both;
145
}
146
 
147
div.breadcrumb
148
{
149
margin: 0px 0px 15px 0px;
150
padding: 1px 0px 1px 0px;
151
font-size:0.85em;
152
height:10px;
153
}
154
div.breadcrumb a
155
{
156
color:#1170cf;
157
background:url(../images/crumb_arw.gif) no-repeat right 0.3em;
158
text-decoration:none;
159
margin: 0px 0px 0px 0px;
160
padding: 0px 10px 0px 0px;
161
font-weight:bold;
162
}
163
div.breadcrumb a.selc
164
{
165
background:none;
166
color:#878e8e;
167
}
168
div.breadcrumb a.selc:hover
169
{
170
text-decoration:none!important;
171
}
172
div.findBox
173
{
174
background:url(../images/findbox.gif) repeat-x 0 0;
449 rajveer 175
margin: 0px 0px 2px 0px;
176
/*padding: 3px 0px 3px 3px;*/
387 rajveer 177
display:block;
178
position:relative;
449 rajveer 179
clear:both;
180
width:100%;
181
float:left;
387 rajveer 182
}
183
div.findBox input.txtfld
184
{
185
height:19px;
186
width:375px;
187
padding: 3px 0px 3px 0px;
449 rajveer 188
float:left;
189
margin:2px;
387 rajveer 190
}
191
div.findBox select.cat
192
{
449 rajveer 193
/*padding: 3px 0px 4px 0px;*/
387 rajveer 194
width:180px;
449 rajveer 195
font-size:14px;
196
float:left;
197
margin:2px;
198
height:29px;
199
padding:5px;
200
padding-top:2px;
201
 
387 rajveer 202
}
449 rajveer 203
/*
204
a.btn{
387 rajveer 205
background:url(../images/button.gif) no-repeat left;
206
border:none;
207
padding: 10px 20px 10px 8px;
208
margin: 0px 0px 0px 20px;
209
text-decoration:none;
210
font-size:0.7em;
211
font-weight:bold;
212
color:#000;
449 rajveer 213
 
214
}*/
387 rajveer 215
input.srchbtn
216
{
217
margin: 0px 0px 0px 0px;
449 rajveer 218
padding: 2px 0px 5px 0px;
387 rajveer 219
width:98px;
220
height:28px;
221
border:0px;
222
background:url(../images/button.gif) no-repeat left;
223
font-weight:bold;
224
font-size:1.1em;
449 rajveer 225
float:left;
226
margin:2px;
387 rajveer 227
}
228
 
229
div.findBox a.cartbtn
230
{
449 rajveer 231
background:url(../images/cart_btn.gif) no-repeat;
462 rajveer 232
padding: 6px 0px 8px 35px;
449 rajveer 233
/*margin: -3px 0px 0px 0px;*/
387 rajveer 234
float:right;
235
font-weight:bold;
236
text-decoration:none;
237
color:#000;
449 rajveer 238
width:75px;
239
margin:2px;
240
font-family:Verdana;
241
font-size:12px;
387 rajveer 242
}
243
div.content1
244
{
449 rajveer 245
	margin:2px 4px 1px 0px;
387 rajveer 246
	padding:0px 0px 0px 0px;
247
	color:#000;
248
	font-size:1em;
249
	line-height:1.3em;
449 rajveer 250
	height:100%;
251
 
387 rajveer 252
}
253
div.lfbox
254
{
449 rajveer 255
margin: -0px 0px 0px 0px;
256
/*padding: 0px 0px 0px 0px;
387 rajveer 257
-moz-border-radius: 5px;
258
-webkit-border-radius: 5px;
259
border-radius: 5px;
260
border:2px solid #ccc;
449 rajveer 261
background:#fefefe;*/
387 rajveer 262
}
462 rajveer 263
.block1Top{background:url(../images/block1Top.png) no-repeat;width:738px; height:5px; background-position:top center;}
449 rajveer 264
.block1Bottom{background:url(../images/block1Bottom.png) no-repeat;width:738px; height:12px;background-position:bottom center; }
462 rajveer 265
/*.block1Content{width:717px; background:url(../images/cotentBgC.png) repeat-y;padding:0px 10px;background-position:left center; margin:0;}*/
266
.block1Content{width:705px; background:url(../images/cotentBgC.png) repeat-y;padding:0px 16px;background-position:left center; margin:0;}
458 rajveer 267
.block2Top{background:url(../images/contentMaintop1.png) no-repeat;width:737px; /*height:19px;*/ height:4px; background-position:top center; }
268
.block2Bottom{background:url(../images/contentMainbottom1.png) no-repeat;width:737px; /*height:19px;*/ height:4px; background-position:bottom center;}
449 rajveer 269
/*.block2Content{max-width: 714px; background:#fff url(contentMaincenter1.png) repeat-x;padding:0px 10px;background-position:0 bottom; border-left:1px solid #cccccc;border-right:2px solid #cccccc;}*/
458 rajveer 270
.addtocart{ width:200px; float:right;}
449 rajveer 271
 
272
.addCart{background:url(../images/add-to-cart.gif) repeat-x center center; height:28px; width:110px; padding:2px 10px; font-weight:bold;font-size:1.1em; line-height:18px; border:none; }
387 rajveer 273
div.controls
274
{
275
margin: 0px 0px 0px 0px;
449 rajveer 276
padding: 0px 0px 0px 0px;
277
overflow:hidden;
387 rajveer 278
position:relative;
462 rajveer 279
/*height:178px;*/
387 rajveer 280
}
281
div.contweak
282
{
283
background:url(../images/demo_panel_bg.gif) repeat-x 0em bottom;
449 rajveer 284
border-right:2px solid #dadada;
285
border-left:2px solid #dadada;
286
width:733px;
462 rajveer 287
/*height:768px;*/
288
min-height:650px;
449 rajveer 289
 
290
 
387 rajveer 291
}
292
div.controls h2 
293
{
294
margin: 0px 0px 15px 0px;
462 rajveer 295
font-size:18px;
387 rajveer 296
}
297
div.controls h2 a.add
298
{
299
margin: 0px 0px 0px 25px;
300
font-size:0.7em;
301
font-weight:bold;
302
}
303
 
304
span.text
305
{
306
font-size:0.9em;
307
line-height:1.9em;
308
color:#333;
449 rajveer 309
float:left;
310
clear:both;
387 rajveer 311
}
312
div.controls span.textsml
313
{
314
font-size:0.85em;
315
padding: 0px 0px 0px 0px;
316
margin: 0px 0px 0px 0px;
317
position:absolute;
318
top:44px;
319
color:#666;
320
}
449 rajveer 321
 
322
div.controls span.textsml1
323
{
324
font-size:0.85em;
325
padding: 0px 0px 0px 0px;
326
margin: 0px 0px 0px 0px;
327
position:absolute;
328
top:44px;
329
color:#666;
330
}
387 rajveer 331
span.num
332
{
333
color:#990000;
334
font-weight:bold;
335
font-size:1.45em
336
}
458 rajveer 337
 
387 rajveer 338
div.price
339
{
340
margin:10px 0px 0px 0px;
341
width:450px;
342
float:left;
343
}
458 rajveer 344
/*
387 rajveer 345
div.price img
346
{
449 rajveer 347
padding:5px 0px 0px 5px;
348
*padding:10px 0px 0px 5px;
349
float:left;
350
margin:0;
351
width:112px;
352
height:15px;
458 rajveer 353
}
449 rajveer 354
 
387 rajveer 355
input.pin
356
{
357
border:none;
358
background:url(../images/inp_bg.gif) no-repeat 0em 0em;
359
width:80px;
449 rajveer 360
padding:3px 0px 5px 2px;
387 rajveer 361
margin: 0px 4px 0px 4px;
362
}
458 rajveer 363
 
364
*/
365
 
366
input.pin
367
{
368
     border:none;
369
     background:url(../images/inp_bg.gif) no-repeat 0em 0em;
370
     width:78px;
371
     padding:3px 0px 5px 2px;
372
     margin: 0px 4px 0px 4px;
373
}
374
 
375
 
387 rajveer 376
div.rating
377
{
378
float:right;
379
padding:0px 0px 0px 0px;
380
margin:10px 0px 0px 0px;
458 rajveer 381
width:200px;
476 binay 382
color:#000;
387 rajveer 383
}
384
div.rating h3
385
{
386
font-size:1.3em;
387
padding:0px 0px 5px 0px;
388
}
389
div.rating div.seller
390
{
391
float:left;
392
padding:0px 0px 4px 0px;
449 rajveer 393
clear:both;
387 rajveer 394
}
395
div.common
396
{
397
border-top:1px solid #ccc;
398
clear:both;
449 rajveer 399
/*margin: 5px 0px 0px 0px;*/
400
padding: 5px 0px 0px 0px;
401
width:100%;
387 rajveer 402
}
403
div.common a
404
{
405
background:url(../images/blue_arw.gif) no-repeat 0em 0.2em;
406
color:#0066cc;
407
font-weight:bold;
408
padding:0px 0px 0px 15px;
409
text-decoration:none;
410
}
411
div.contentArea
412
{
413
width:100%;
414
}
415
div.part1
416
{
449 rajveer 417
width:737px;
418
display:block;
387 rajveer 419
float:left;
420
margin:0;
449 rajveer 421
 
387 rajveer 422
}
423
div.utils
424
{
449 rajveer 425
/*padding:4px 0px 5px 6px;*/
426
margin:4px auto 0px auto;
427
padding:3px;
387 rajveer 428
background:#fff url(../images/util_bg.gif) repeat-x left bottom;
449 rajveer 429
width:709px;
430
height:22px;
431
 
387 rajveer 432
}
458 rajveer 433
/*
387 rajveer 434
div.utils input, div.utils input.atr
435
{
449 rajveer 436
padding:0px 0px 0px 0px;
387 rajveer 437
margin:0px 0px 0px 0px;
438
height:21px;
439
border:0px;
440
font-weight:bold;
449 rajveer 441
 
387 rajveer 442
}
458 rajveer 443
 
387 rajveer 444
div.utils input
445
{
446
width:80px;
447
background:url(../images/compare_btn.gif) no-repeat 0em 0em;
449 rajveer 448
 
387 rajveer 449
}
450
div.utils input.atr
451
{
452
width:124px;
453
background:url(../images/addtoresch.gif) no-repeat 0em 0em;
449 rajveer 454
margin:0px 62px 0px 0px;
387 rajveer 455
}
458 rajveer 456
*/
387 rajveer 457
div.utils a
458
{
459
text-decoration:none;
460
color:#000;
461
font-size:0.8em;
449 rajveer 462
margin:-0px 0px 0px 20px;
387 rajveer 463
display:inline;
449 rajveer 464
 
387 rajveer 465
}
466
 
467
div.utils a.fb
468
{
469
background:url(../images/facebook.gif) no-repeat left 0em;
462 rajveer 470
padding:2px 0px 7px 50px;
449 rajveer 471
 
387 rajveer 472
}
473
div.utils a.tw
474
{
474 binay 475
background:url(../images/icon_tweet.jpg) no-repeat left 0em;
462 rajveer 476
padding:2px 0px 7px 25px;
449 rajveer 477
 
387 rajveer 478
}
479
div.utils a.ork
480
{
474 binay 481
background:url(../images/icon_orkut.jpg) no-repeat left 0em;
462 rajveer 482
padding:2px 0px 7px 25px;
387 rajveer 483
}
484
div.utils a.ml
485
{
486
background:url(../images/mail_ico.gif) no-repeat left 0.3em;
458 rajveer 487
padding:2px 0px 5px 25px;
387 rajveer 488
margin:0px 20px 0px 10px;
489
}
490
div.utils a.askfn
491
{
492
background:url(../images/ask_frnd.gif) no-repeat right 0em;
462 rajveer 493
padding:2px 30px 7px 0px;
494
margin:0px;
458 rajveer 495
font-weight:normal;
387 rajveer 496
}
497
div.locator
498
{
499
background:#fff url(../images/pinloc_bg.gif) repeat-x left bottom;
449 rajveer 500
padding:7px 0px 7px 6px;
501
margin:0px auto 5px auto;
502
width:710px;
387 rajveer 503
clear:both;
449 rajveer 504
height:26px;
387 rajveer 505
}
506
input.gobtn
507
{
508
border:0px;
509
background:url(../images/go_btn.gif) no-repeat right 0em;
449 rajveer 510
padding:2px 3px 3px 5px;
511
margin:2px 0px 0px 0px;
387 rajveer 512
color:#fff;
513
font-weight:bold;
449 rajveer 514
height:21px;
515
width:31px;
387 rajveer 516
}
449 rajveer 517
div.sideNavBg{padding:0; margin:0;background:url(../images/demo_panel_bg.gif) repeat-x 0em bottom;}
387 rajveer 518
div.sideNav
519
{
520
	padding:0px 0px 0px 0px;
521
	margin:0px 0px 0px 0px;
522
	background:url(../images/sidenav_bg.gif) repeat-y right top;
523
	width:154px;
524
	float:left;
525
}
526
div.sideNav ul
527
{
528
	padding:0px 0px 0px 0px;
529
	margin:10px 2px 0px 0px;
530
}
531
div.sideNav ul li
532
{
533
	padding:0px 0px 0px 0px;
534
	margin:0px 0px 0px 0px;	
535
	background:url(../images/side_arw_inact.gif) no-repeat 11.7em center;
536
	font-size:0.9em;
449 rajveer 537
 
387 rajveer 538
}
539
div.sideNav ul li:hover, div.sideNav ul li.sfhover
540
{
541
	padding:0px 0px 0px 0px;
542
	margin:0px 0px 0px 0px;	
543
	background:#ebebeb url(../images/side_arw_actv.gif) no-repeat 11.7em center;
544
	font-size:0.9em;
545
}
546
div.sideNav ul li a.vt
547
{
449 rajveer 548
	padding:8px 12px 10px 10px;
387 rajveer 549
	margin:0px 0px 0px 0px;
550
	text-decoration:none;
551
	color:#666;
552
	display:block;	
449 rajveer 553
 
387 rajveer 554
}
555
div.teaser
556
{
557
float:left;
558
padding:0px 0px 0px 10px;
559
margin:20px 0px 0px 0px;
560
width:76.9%;
449 rajveer 561
font-size:12px;
562
font-family:Verdana;
387 rajveer 563
}
462 rajveer 564
/*div.teaser h1
387 rajveer 565
{
566
font-size:1.5em;
567
font-weight:normal;
462 rajveer 568
}*/
569
 
570
div.teaser h1
571
{
572
     font-size:24px;
573
     font-weight:normal;
387 rajveer 574
}
462 rajveer 575
div.teaser h1 span
576
{     
577
     font-weight:bold;
578
}
579
 
387 rajveer 580
div.demo
581
{
582
padding:0px 0px 0px 0px;
583
margin:0px 0px 0px 0px;
584
float:left;
585
}
586
div.demo ul 
587
{
588
padding:0px 0px 0px 0px;
589
margin:40px 0px 0px 0px;
590
}
591
div.demo ul li
592
{
449 rajveer 593
padding:8px 10px 6px 10px;
594
*padding:8px 10px 3px 10px;
387 rajveer 595
margin:0px 5px 0px 0px;
449 rajveer 596
width:50px;
387 rajveer 597
display:inline;
449 rajveer 598
clear:both;
387 rajveer 599
background:url(../images/tab_unselc.gif) repeat-x left ;
600
}
601
div.demo ul li a
602
{
603
padding:8px 0px 8px 0px;
604
margin:0px 0px 0px 0px;
605
text-decoration:none;
606
font-size:0.8em;
607
color:#000;
608
}
609
div.demo ul li.sel
610
{
611
 
612
}
613
div.demo div.tabby
614
{
449 rajveer 615
/*padding:10px 60px 10px 60px;*/
616
margin:0px 10px 0px 0px;
387 rajveer 617
border:1px solid #ccc;
449 rajveer 618
overflow:hidden;
619
width:317px;
620
 
387 rajveer 621
}
449 rajveer 622
 
458 rajveer 623
/*
624
 * Required 
625
*/
626
 
627
.container { 
628
width:317px; 
629
height:540px;
630
margin:0px 10px 0px 0px;
631
border:1px solid #ccc;
632
overflow:hidden;
633
position:relative;
634
background:#fff;
635
}
636
/*
637
.slides { position:absolute; top:0; left:0; }
638
.slides div { position:absolute; top:0; width:296px; margin:35px 5px 5px;}
462 rajveer 639
.slides div img{ max-width:311px;max-height:481px; }
458 rajveer 640
*/
641
 
462 rajveer 642
.slides{width:315px;float:left;position:absolute;top:30px;}
643
.slides div{text-align: center;}
644
.slides img{max-width:311px;max-height:481px;}
458 rajveer 645
 
646
 
647
/*
648
 * Optional
649
*/
650
#loopedSlider,#newsSlider { margin:0 auto;position:relative; clear:both; }
651
ul.pagination { list-style:none; padding:0; margin:0; }
652
ul.pagination li  { float:left; }
653
ul.pagination li a { padding:2px 4px; }
654
ul.pagination li.active a { background:blue; color:white; }
655
 
449 rajveer 656
div.demo div.tabby img
657
{
658
	margin:2px;
659
 
660
}
387 rajveer 661
div.desc
662
{
663
float:left;
449 rajveer 664
width:36%;
665
padding:0px 0px 0px 0px;
387 rajveer 666
margin:60px 0px 0px 0px;
667
}
668
div.bot
669
{
670
background:#dcdcdc;
449 rajveer 671
padding:4px 9px 4px 5px;
387 rajveer 672
margin:0px 0px 0px 0px;
449 rajveer 673
width:305px;
674
height:22px;
387 rajveer 675
}
676
div.bot a
677
{
678
padding:0px 2px 0px 0px;
679
margin:0px 0px 0px 0px;
680
color:#1d76ce;
681
text-decoration:none;
682
}
683
div.bot span
684
{
685
padding:0px 0px 0px 0px;
449 rajveer 686
margin:0px 50px 0px 0px;
387 rajveer 687
}
688
div.desc div.introduction
689
{
690
font-size:0.9em;
691
line-height:2em;
692
padding:0px 0px 0px 0px;
693
margin:0px 0px 0px 0px;
694
text-align:left;
695
}
696
div.desc h4
697
{
698
font-size:1.6em;
699
padding:0px 0px 10px 0px;
462 rajveer 700
margin:5px 0px 0px 0px;
449 rajveer 701
font-family: Verdana;
476 binay 702
color:#000;
449 rajveer 703
width:155px;
387 rajveer 704
}
705
div.desc ul
706
{
707
margin:0px 0px 0px 15px;
708
}
709
div.desc ul li
710
{
711
font-size:0.9em;
712
line-height:2em;
713
list-style:disc;
714
padding:0px 0px 0px 0px;
715
margin:0px 0px 0px 0px;
716
}
449 rajveer 717
/*span.special
387 rajveer 718
{
719
color:#990000;
449 rajveer 720
}*/
387 rajveer 721
div.block2
722
{
723
padding:0px 0px 0px 0px;
724
margin:0px 0px 4px 0px;
449 rajveer 725
width:737px;
726
background	:#fff;
727
float:left;
387 rajveer 728
}
729
div.block2 div
730
{
449 rajveer 731
/*background:url(../images/center_bg.gif) repeat-x left ;*/
732
overflow:hidden;
733
 
387 rajveer 734
}
735
div.block2 img
736
{
737
padding:0px 0px 0px 0px;
738
margin:0px 0px 0px 0px;
739
float:left;
740
}
449 rajveer 741
div.block2Bottom1
387 rajveer 742
{
449 rajveer 743
background:url(../images/phoneReviewbottom.gif) no-repeat;
744
width:737px;
745
height:6px;
746
 
747
}
748
div.block2Top1 h4
749
{
750
padding:7px 0px 6px 10px;
387 rajveer 751
margin:0px 0px 0px 0px;
449 rajveer 752
font-family:Verdana;
387 rajveer 753
font-size:1.4em;
476 binay 754
color:#000;
449 rajveer 755
width:727px;
756
height:19px;
757
background:url(../images/phoneReviewtop.gif) no-repeat;
758
/*background:url(../images/right_curv.gif) no-repeat right 0em ;*/
387 rajveer 759
}
760
@media screen and (-webkit-min-device-pixel-ratio:0){
761
	div.block2 h4{width:98.7%;}
762
	input.srchbtn{padding: 5px 0px 5px 0px;}
763
}
764
div.block2 p
765
{
766
padding:10px;
767
margin:0px 0px 5px 0px;
768
background:#f5f5f5;
476 binay 769
color:#000;
449 rajveer 770
display:block;
771
line-height:15px;
772
width:717px;
387 rajveer 773
}
774
 
775
/**BEGIN   (right column)***/
776
div.sideBlock
777
{
449 rajveer 778
	float:right;
779
	width:237px;
387 rajveer 780
	padding:0px 0px 0px 0px;
781
	margin:2px 0px 0px 0px;
782
	line-height:1.4em;
449 rajveer 783
 
387 rajveer 784
}
785
div.custserv
786
{
787
margin:0px 0px 0px 0px;
788
padding:0px 0px 0px 0px;
789
background:#f5f5f5;
790
position:relative;
449 rajveer 791
height:68px;
387 rajveer 792
}
476 binay 793
/*
387 rajveer 794
div.custserv h3
795
{
796
color:#666;
797
margin:0px 0px 0px 0px;
798
padding:5px 0px 5px 8px;
799
background:url(../images/side_hdr_bg.gif) repeat-x 0em 0em;
800
border-bottom:1px solid #ccc;
801
font-size:1.1em;
802
}
803
div.custserv img.mail
804
{
805
margin:0px 0px 0px 0px;
806
padding:10px 10px 10px 10px;
807
border-right:1px solid #ccc;
808
}
809
div.custserv img
810
{
811
padding-left:5px;
812
}
813
div.custserv span
814
{
815
margin:0px 0px 0px 0px;
816
padding:0px 0px 0px 10px;
817
font-weight:bold;
818
position:absolute;
819
top:38px;
820
}
476 binay 821
*/
387 rajveer 822
 
823
div.lightbox
824
{
825
margin:4px 0px 0px 0px;
449 rajveer 826
*margin:5px 0px 0px 0px;
387 rajveer 827
padding:0px;
449 rajveer 828
/*border:1px solid #ccc;*/
829
float:left;
830
width:237px;
831
 
387 rajveer 832
}
833
div.hdr
834
{
835
margin:0px 0px 0px 0px;
836
padding:10px 0px 10px 0px;
837
border-bottom:1px solid #ccc;
838
background:url(../images/lb_hdr_bg.gif) repeat-x left;
449 rajveer 839
height:21px;
840
width:237px;
387 rajveer 841
}
842
div.hdr a
843
{
844
margin:0px 0px 0px 15px;
845
padding:0px 0px 0px 30px;
846
text-decoration:none;
847
font-size:1.5em;
476 binay 848
color:#000;
387 rajveer 849
background:url(../images/lgb_arw.gif) no-repeat left center;
850
}
449 rajveer 851
 
387 rajveer 852
div.swapy a
853
{
854
background:url(../images/lgb_arw_cc.gif) no-repeat left center;
449 rajveer 855
height:21px;
856
width:13px;
387 rajveer 857
}
449 rajveer 858
 
859
div.hdr1 a
860
{
861
margin:0px 0px 0px 15px;
862
padding:0px 0px 0px 30px;
863
text-decoration:none;
864
font-size:1.5em;
865
color:#666;
866
background:url(../images/schdule_right.gif) no-repeat left center;
867
}
868
 
869
div.swapy1 a
870
{
871
background:url(../images/schdule_down.gif) no-repeat left center;
872
height:21px;
873
width:13px;
874
}
875
 
876
 
387 rajveer 877
div.tools
878
{
879
margin:0px;
880
padding:0px;
881
border-bottom:1px solid #ccc;
882
background:#ebebeb;
883
}
884
div.tools a
885
{
886
margin:0px 0px 0px 0px;
887
padding:0px 6px 0px 6px;
449 rajveer 888
font-size:11px;
387 rajveer 889
display:inline;
890
border-right:1px solid #ccc;
891
text-decoration:none;
892
color:#0066cc;
893
font-weight:bold;
894
}
449 rajveer 895
div.tools a:hover
896
{
897
	text-decoration: underline;
898
	cursor:pointer;
899
}
387 rajveer 900
 
901
div.tabwrap
902
{
449 rajveer 903
height:257px;
387 rajveer 904
overflow-x:hidden;
905
overflow-y:auto;
449 rajveer 906
 
387 rajveer 907
}
908
div.tabwrap table
909
{
910
background:#fff;
449 rajveer 911
padding-top:2px;
912
 
387 rajveer 913
}
914
div.tabwrap table td
915
{
916
vertical-align:top;
449 rajveer 917
/*padding:3px 3px 3px 3px;*/
918
padding:0px;
387 rajveer 919
margin:0px 0px 0px 0px;
920
background:#f5f5f5;
449 rajveer 921
 
387 rajveer 922
}
923
div.tabwrap table td img
924
{
925
border:1px solid #ccc;
462 rajveer 926
padding:2px;
927
max-width:60px;
928
max-height:60px;
387 rajveer 929
}
449 rajveer 930
div.tabwrap table td div
931
{
932
	padding:0px 5px;
933
 
934
}
387 rajveer 935
div.tabwrap table td div a
936
{
937
padding:0px 0px 0px 0px;
938
margin:0px;
939
color:#0066cc;
940
text-decoration:none;
941
font-size:1em;
942
font-weight:bold;
943
display:block;
944
}
945
div.tabwrap table td div span.text
946
{
947
padding:0px 0px 0px 0px;
948
margin:0px 0px 0px 0px;
476 binay 949
color:#000;
387 rajveer 950
font-size:0.85em;
951
line-height:15px;
952
font-weight:normal;
449 rajveer 953
width:110px;
387 rajveer 954
}
955
div.tabwrap table td.n 
956
{
957
padding:0px 0px 0px 0px;
958
margin:0px 0px 0px 0px;
959
border-top:1px solid #ccc;
960
text-align:right;
961
}
962
div.tabwrap table td.n a.notes
963
{
964
padding:0px 5px 0px 0px;
462 rajveer 965
margin:0px;
387 rajveer 966
color:#0066cc;
967
font-size:0.85em;
968
font-weight:normal;
969
text-decoration:none;
970
}
971
div.tabwrap table td.null
972
{
462 rajveer 973
padding:0px;
974
margin:0px;
387 rajveer 975
background:#fff;
976
height:2px;
977
}
978
div.quicksign
979
{
980
margin:0px;
981
padding:0px 0px 0px 5px;
982
background:#e8e8e8;
476 binay 983
color:#000;
387 rajveer 984
font-size:0.85em;
449 rajveer 985
line-height:15px;
387 rajveer 986
}
987
div.quicksign a
988
{
462 rajveer 989
margin:0px;
387 rajveer 990
padding:0px 4px 0px 0px;
991
text-decoration:none;
992
color:#0066cc;
993
font-weight:bold;
994
}
995
 
996
/**END   (right column)***/
997
div.footermast
998
{
999
background:#fff;
1000
width:100%;
449 rajveer 1001
 
1002
 
387 rajveer 1003
}
1004
div.footer
1005
{
1006
text-align:left;
449 rajveer 1007
padding: 5px 0px 5px 10px;
1008
margin:0px auto 0px auto;
387 rajveer 1009
color:#227ad3;
1010
background:#fff;
1011
width:980px;
1012
}
462 rajveer 1013
div.footer a{
387 rajveer 1014
margin:0px 0px 0px 0px;
1015
padding:0px 0px 0px 0px;
1016
color:#0066cc;
1017
text-decoration:none;
449 rajveer 1018
font-size:12px;
387 rajveer 1019
font-weight:bold;
1020
}
462 rajveer 1021
div.footermast span{
449 rajveer 1022
margin:0px 0px 0px 0px;
1023
padding:0px 0px 0px 145px;
476 binay 1024
color:#000;
449 rajveer 1025
font-size:10px;
387 rajveer 1026
}
1027
 
1028
div.quickLinks a.signin:hover, div.footer a:hover, div.common a:hover, div.quickLinks a:hover, 
1029
div.tabwrap table td div a:hover, div.tabwrap table td.n a.notes:hover, div.bot a:hover, div.breadcrumb a:hover, div.quicksign a:hover
1030
{
1031
text-decoration:underline!important;
449 rajveer 1032
}
1033
 
1034
.videoImg{
1035
background:url(../images/nokia_videobg.gif) no-repeat; 
1036
height:481px; 
1037
width:311px;
1038
float:left;
1039
}
1040
 
1041
.videoStyle{
1042
height: 273px; 
1043
width: 203px;  
1044
margin:60px 0px 0px 52px;
1045
float:left;  
1046
}
1047
 
1048
 
1049
/*binay*/
1050
.overflowhide{overflow:hidden;}
1051
.padding5{padding:5px;}
1052
.padding10{padding:10px;}
1053
.block3Top{background:url(../images/block3Top.jpg) no-repeat;width:737px; height:5px; background-position:top center;}
1054
.block3Bottom{background:url(../images/block3Bottom.jpg) no-repeat;width:736px; height:5px;background-position:bottom center; }
1055
.block3Content{width:717px; background:url(../images/cotentBg3.jpg) repeat-y;padding:0px 10px;background-position:left center; margin:0;}
1056
/*binay end*/
1057
 
1058
#contentwrapper{
1059
float: left;
1060
width: 100%;
1061
}
1062
 
1063
#contentcolumn{
1064
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
1065
background: #ccc;
1066
}
1067
 
1068
#leftcolumn{
1069
float: left;
1070
width: 180px; /*Width of left column in pixel*/
1071
margin-left: -733px; /*Set margin to that of -(MainContainerWidth)*/
1072
background: #C8FC98;
1073
}
1074
 
1075
#rightcolumn{
1076
float: left;
1077
width: 190px; /*Width of right column*/
1078
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
1079
background: #FDE95E;
1080
}
1081
/*youtube video*/
1082
#videoDiv {
1083
margin-right: 3px;
1084
}
1085
/*#videoInfo {
1086
margin-left: 3px;
1087
}*/
1088
 
1089
/*widget slide guide section*/
1090
.toggler { width: 530px; height:530px; position: relative;}
1091
  #button { padding: .5em 1em; text-decoration: none; }
462 rajveer 1092
  /*#vtab-1 { width: 530px; height: 530px; padding: 0.4em; position: relative; }
1093
  #vtab-1 h3 { margin: 0; padding: 0.4em; text-align: center; }*/
449 rajveer 1094
  .ui-effects-transfer { border: 2px dotted gray; }
1095
 
462 rajveer 1096
/*scroll pan
1097
.winXP apply window XP scrollbar style
1098
.osX apply mac scrollbar style
1099
*/
449 rajveer 1100
 
1101
#pane1{
1102
     height: 267px;
1103
}
1104
 
1105
#pane2, #pane3, #pane4 {
458 rajveer 1106
     height: 247px;
449 rajveer 1107
}
1108
.winXP .jScrollPaneTrack {
1109
     background: url(../images/windows_track.gif) repeat-y;
1110
}
1111
.winXP .jScrollPaneDrag {
1112
     background: url(../images/windows_drag_middle.gif) no-repeat 0 50%;
1113
}
1114
.winXP .jScrollPaneDragTop {
1115
     background: url(../images/windows_drag_top.gif) no-repeat;
1116
     height: 4px;
1117
}
1118
.winXP .jScrollPaneDragBottom {
1119
     background: url(../images/windows_drag_bottom.gif) no-repeat;
1120
     height: 4px;
1121
}
1122
.winXP a.jScrollArrowUp {
1123
     height: 17px;
1124
     background: url(../images/windows_arrow_up.gif) no-repeat 0 0;
1125
}
1126
.winXP a.jScrollArrowUp:hover {
1127
     background-position: 0 -20px;
1128
}
1129
.winXP a.jScrollArrowDown {
1130
     height: 17px;
1131
     background: url(../images/windows_arrow_down.gif) no-repeat 0 0;
1132
}
1133
.winXP a.jScrollArrowDown:hover {
1134
     background-position: 0 -20px;
1135
}
1136
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
1137
     background-position: 0 -40px;
1138
}
1139
 
1140
 
1141
.osX .jScrollPaneTrack {
1142
     background: url(../images/osx_track.gif) repeat-y;
1143
}
1144
.osX .jScrollPaneDrag {
1145
     background: url(../images/osx_drag_middle.gif) repeat-y;
1146
}
1147
.osX .jScrollPaneDragTop {
1148
     background: url(../images/osx_drag_top.gif) no-repeat;
1149
     height: 6px;
1150
}
1151
.osX .jScrollPaneDragBottom {
1152
     background: url(../images/osx_drag_bottom.gif) no-repeat;
1153
     height: 7px;
1154
}
1155
.osX a.jScrollArrowUp {
1156
     height: 24px;
1157
     background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
1158
}
1159
.osX a.jScrollArrowUp:hover {
1160
     background-position: 0 0;
1161
}
1162
.osX a.jScrollArrowDown {
1163
     height: 24px;
1164
     background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
1165
}
1166
.osX a.jScrollArrowDown:hover {
1167
     background-position: 0 0;
1168
}
1169
 
1170
.left .jScrollPaneTrack {
1171
     left: 0;
1172
     right: auto;
1173
}
1174
.left a.jScrollArrowUp {
1175
     left: 0;
1176
     right: auto;
1177
}
1178
.left a.jScrollArrowDown {
1179
     left: 0;
1180
     right: auto;
1181
}
1182
 
1183
 
1184
/* IE SPECIFIC HACKED STYLES */
1185
* html .osX .jScrollPaneDragBottom {
1186
     bottom: -1px;
1187
}
1188
/* /IE SPECIFIC HACKED STYLES */
1189
 
1190
/*Rating*/
1191
.ratingstar{float:left;padding: 2px 0;}
458 rajveer 1192
 
1193
 
1194
/*tag slide */
1195
.slider-content  {
1196
     float:left;
1197
     width:316px;
1198
     margin-top:5px auto;
1199
     background:#f9f9f9;
1200
 
1201
}
1202
 
1203
.slider .next, .slider .prev{
1204
     display:none;
1205
     background-color:white;
1206
     border:0;
1207
     font:bold 18px Helvetica;
1208
     color:#bbb;
1209
     float:left;
1210
     padding:0;
1211
     margin:0;
1212
     cursor:pointer;
1213
}
1214
.slider .next{
1215
     float:right;
1216
}
1217
.slider div{
1218
     overflow:hidden;
1219
     text-align:left;
1220
     height:none;
1221
     margin:0;
1222
     padding:0;
1223
}
1224
.slider div ul{
1225
     width:3000px;/* set to an arbitary high value*/
1226
     overflow:hidden;
1227
     margin:2px 0px;
1228
     padding:0;
1229
     margin-left:0;
1230
}
1231
.slider div ul li{
1232
     display:inline-block;
1233
     //display:inline; /*IE 7 hack doesn't support inline-block*/
1234
     padding:0px 5px;
1235
     margin:2px;
1236
     background:#fff;
1237
     /*border:1px solid #ddd;*/
1238
     width:auto;
1239
     cursor:pointer;
1240
     color:#0066CC;
1241
}
1242
 
1243
/* button */
1244
.button28{
1245
     background: url("../images/but_bg_tile28.jpg") repeat-x center center #fff;
1246
     font-size:1.1em;
1247
     font-weight:bold;
1248
     height:28px;
1249
     border:1px solid #c5a75f;
1250
     padding:0px 8px;
1251
     margin:0px;
1252
 
1253
}
1254
 
1255
.button19{
1256
     background: url("../images/but_bg_tile19.jpg") repeat-x center center #fff;
1257
     font-weight:bold;
1258
     height:21px;
1259
     border:1px solid #c5a75f;
1260
     padding:0px 8px;
1261
     margin:0px;
1262
}
462 rajveer 1263
 
1264
/***************** HOME PAGE ********************/
1265
 
1266
.clearboth{clear:both;}
1267
.floatleft{ float:left; }
1268
div.contentpane{margin: 0px;padding: 0px;overflow:hidden;position:relative;background:#fff;border-right:2px solid #dadada;border-left:2px solid #dadada;width:733px;}
1269
.pad_main{padding:25px 10px 15px 25px;float:left;width:695px;}
1270
div .border_bot{border-bottom:1px solid #ccc;padding: 3px 0px;}
1271
div .txt_org{color:#e47911;font-size:19px;font-weight:bold;}
1272
div .txt_11{font-size:11px;}
1273
div .product_row{ margin:0px 0px 5px 0px;float:left;}
1274
div .product_item{ height:300px;width:150px;margin:10px;float:left;}
1275
div .prod_img{padding-bottom:10px;height:140px;width:100%;position: relative;}
1276
div .prod_img img {bottom: 0;position: absolute; max-height:140px;} 
1277
/*div.product_item a{margin:0px;text-decoration:none;color:#0066cc;font-weight:bold;}*/
1278
a.boldblue:link,a.boldblue:visited,a.boldblue:active{margin:0px;text-decoration:none;color:#0066CC;font-weight:bold;}
1279
a.boldblue:hover{margin:0px;text-decoration:underline;color:#0066CC;font-weight:bold;}
1280
.product_item .b1{height:65px;}
1281
.product_item .b2{height:80px;overflow:hidden;padding:3px 0 0 0;display:block;}
1282
span.txt_srike{ text-decoration: line-through;font-size:11px;}
1283
span.price_small{color:#990000;font-weight:bold;font-size:1em;}
1284
span.text_small{font-size:11px; line-height:1.7em;color:#333;float:left;clear:both;}
1285
 
1286
/******************** Customer Service widget **********************/
1287
div.custcare{margin:0px;padding:0px;background:#f5f5f5;height:69px;}
476 binay 1288
div.custcare h3{color:#000;margin:0px;padding:5px 0px 5px 8px;background:url(../images/side_hdr_bg.gif) repeat-x;border-bottom:1px solid #ccc;font-size:14px;}
462 rajveer 1289
div.custcare img.mail{margin:0px; padding:12px; border-right:1px solid #ccc;}
1290
div.custcare div.ph{font-weight:bold;}
1291
div.custcare div.ph img{vertical-align:middle;}