Subversion Repositories SmartDukaan

Rev

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;
5
  font-size:0.8em;
6
  color:#666;
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
{
16
  margin: 0px 0px 0px 0px;
17
  padding: 0px 0px 0px 0px;
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; }
127
div.headerRight h1{font:normal 11px/1.2 Verdana;width:auto; padding:0px 0px 0px 120px; margin:0; float:left;color:#010101;}
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;}
131
div.headerRight .subscribe{float:right;width:462px; padding-top:5px; color:#333;}
132
div.headerRight .subscribe input[type="text"]{width:210px; border:1px solid #848484; float:left; color:#999999; padding:2px; margin-right:5px; margin:5px 0px;}
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;
232
padding: 6px 0px 6px 35px;
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
}
449 rajveer 263
.block1Top{background:url(../images/block1Top.png) no-repeat;width:738px; height:12px; background-position:top center;}
264
.block1Bottom{background:url(../images/block1Bottom.png) no-repeat;width:738px; height:12px;background-position:bottom center; }
265
.block1Content{width:717px; background:url(../images/cotentBgC.png) repeat-y;padding:0px 10px;background-position:left center; margin:0;}
458 rajveer 266
.block2Top{background:url(../images/contentMaintop1.png) no-repeat;width:737px; /*height:19px;*/ height:4px; background-position:top center; }
267
.block2Bottom{background:url(../images/contentMainbottom1.png) no-repeat;width:737px; /*height:19px;*/ height:4px; background-position:bottom center;}
449 rajveer 268
/*.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 269
.addtocart{ width:200px; float:right;}
449 rajveer 270
 
271
.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 272
div.controls
273
{
274
margin: 0px 0px 0px 0px;
449 rajveer 275
padding: 0px 0px 0px 0px;
276
overflow:hidden;
387 rajveer 277
position:relative;
449 rajveer 278
height:178px;
279
 
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;
287
height:768px;
288
 
289
 
290
 
387 rajveer 291
}
292
div.controls h2 
293
{
294
margin: 0px 0px 15px 0px;
295
font-size:1.5em;
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;
387 rajveer 382
color:#333;
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;
458 rajveer 470
padding:2px 0px 5px 50px;
449 rajveer 471
 
387 rajveer 472
}
473
div.utils a.tw
474
{
475
background:url(../images/tweet.gif) no-repeat left 0em;
458 rajveer 476
padding:2px 0px 5px 25px;
449 rajveer 477
 
387 rajveer 478
}
479
div.utils a.ork
480
{
481
background:url(../images/orkut.gif) no-repeat left 0em;
458 rajveer 482
padding:2px 0px 6px 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;
458 rajveer 493
padding:2px 30px 5px 0px;
387 rajveer 494
margin:0px 0px 0px 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
}
564
div.teaser h1
565
{
566
font-size:1.5em;
567
font-weight:normal;
568
}
569
div.demo
570
{
571
padding:0px 0px 0px 0px;
572
margin:0px 0px 0px 0px;
573
float:left;
574
}
575
div.demo ul 
576
{
577
padding:0px 0px 0px 0px;
578
margin:40px 0px 0px 0px;
579
}
580
div.demo ul li
581
{
449 rajveer 582
padding:8px 10px 6px 10px;
583
*padding:8px 10px 3px 10px;
387 rajveer 584
margin:0px 5px 0px 0px;
449 rajveer 585
width:50px;
387 rajveer 586
display:inline;
449 rajveer 587
clear:both;
387 rajveer 588
background:url(../images/tab_unselc.gif) repeat-x left ;
589
}
590
div.demo ul li a
591
{
592
padding:8px 0px 8px 0px;
593
margin:0px 0px 0px 0px;
594
text-decoration:none;
595
font-size:0.8em;
596
color:#000;
597
}
598
div.demo ul li.sel
599
{
600
 
601
}
602
div.demo div.tabby
603
{
449 rajveer 604
/*padding:10px 60px 10px 60px;*/
605
margin:0px 10px 0px 0px;
387 rajveer 606
border:1px solid #ccc;
449 rajveer 607
overflow:hidden;
608
width:317px;
609
 
387 rajveer 610
}
449 rajveer 611
 
458 rajveer 612
/*
613
 * Required 
614
*/
615
 
616
.container { 
617
width:317px; 
618
height:540px;
619
margin:0px 10px 0px 0px;
620
border:1px solid #ccc;
621
overflow:hidden;
622
position:relative;
623
background:#fff;
624
}
625
/*
626
.slides { position:absolute; top:0; left:0; }
627
.slides div { position:absolute; top:0; width:296px; margin:35px 5px 5px;}
628
.slides div img{ max-width:311px !important;max-height:481px !important; }
629
*/
630
 
631
.slides { position:absolute; top:35px; left:0; }
632
.slides div {
633
     display: table-cell;
634
     text-align: center;
635
     vertical-align: middle;
636
     width: 311px;
637
     height: 481px;
638
 
639
}
640
.slides div * {
641
     vertical-align: middle;
642
}
643
/*\*//*/
644
.slides div {
645
     display: block;
646
}
647
.slides div span {
648
     display: inline-block;
649
     height: 100%;
650
     width: 1px;
651
}
652
/**/
653
 
654
.slides div img{ max-width:311px;max-height:481px; }
655
 
656
 
657
/*
658
 * Optional
659
*/
660
#loopedSlider,#newsSlider { margin:0 auto;position:relative; clear:both; }
661
ul.pagination { list-style:none; padding:0; margin:0; }
662
ul.pagination li  { float:left; }
663
ul.pagination li a { padding:2px 4px; }
664
ul.pagination li.active a { background:blue; color:white; }
665
 
449 rajveer 666
div.demo div.tabby img
667
{
668
	margin:2px;
669
 
670
}
387 rajveer 671
div.desc
672
{
673
float:left;
449 rajveer 674
width:36%;
675
padding:0px 0px 0px 0px;
387 rajveer 676
margin:60px 0px 0px 0px;
677
}
678
div.bot
679
{
680
background:#dcdcdc;
449 rajveer 681
padding:4px 9px 4px 5px;
387 rajveer 682
margin:0px 0px 0px 0px;
449 rajveer 683
width:305px;
684
height:22px;
387 rajveer 685
}
686
div.bot a
687
{
688
padding:0px 2px 0px 0px;
689
margin:0px 0px 0px 0px;
690
color:#1d76ce;
691
text-decoration:none;
692
}
693
div.bot span
694
{
695
padding:0px 0px 0px 0px;
449 rajveer 696
margin:0px 50px 0px 0px;
387 rajveer 697
}
698
div.desc div.introduction
699
{
700
font-size:0.9em;
701
line-height:2em;
702
padding:0px 0px 0px 0px;
703
margin:0px 0px 0px 0px;
704
text-align:left;
705
}
706
div.desc h4
707
{
708
font-size:1.6em;
709
padding:0px 0px 10px 0px;
710
margin:20px 0px 0px 0px;
449 rajveer 711
font-family: Verdana;
387 rajveer 712
color:#505050;
449 rajveer 713
width:155px;
387 rajveer 714
}
715
div.desc ul
716
{
717
margin:0px 0px 0px 15px;
718
}
719
div.desc ul li
720
{
721
font-size:0.9em;
722
line-height:2em;
723
list-style:disc;
724
padding:0px 0px 0px 0px;
725
margin:0px 0px 0px 0px;
726
}
449 rajveer 727
/*span.special
387 rajveer 728
{
729
color:#990000;
449 rajveer 730
}*/
387 rajveer 731
div.block2
732
{
733
padding:0px 0px 0px 0px;
734
margin:0px 0px 4px 0px;
449 rajveer 735
width:737px;
736
background	:#fff;
737
float:left;
387 rajveer 738
}
739
div.block2 div
740
{
449 rajveer 741
/*background:url(../images/center_bg.gif) repeat-x left ;*/
742
overflow:hidden;
743
 
387 rajveer 744
}
745
div.block2 img
746
{
747
padding:0px 0px 0px 0px;
748
margin:0px 0px 0px 0px;
749
float:left;
750
}
449 rajveer 751
div.block2Bottom1
387 rajveer 752
{
449 rajveer 753
background:url(../images/phoneReviewbottom.gif) no-repeat;
754
width:737px;
755
height:6px;
756
 
757
}
758
div.block2Top1 h4
759
{
760
padding:7px 0px 6px 10px;
387 rajveer 761
margin:0px 0px 0px 0px;
449 rajveer 762
font-family:Verdana;
387 rajveer 763
font-size:1.4em;
764
color:#333;
449 rajveer 765
width:727px;
766
height:19px;
767
background:url(../images/phoneReviewtop.gif) no-repeat;
768
/*background:url(../images/right_curv.gif) no-repeat right 0em ;*/
387 rajveer 769
}
770
@media screen and (-webkit-min-device-pixel-ratio:0){
771
	div.block2 h4{width:98.7%;}
772
	input.srchbtn{padding: 5px 0px 5px 0px;}
773
}
774
div.block2 p
775
{
776
padding:10px;
777
margin:0px 0px 5px 0px;
778
background:#f5f5f5;
779
color:#333;
449 rajveer 780
display:block;
781
line-height:15px;
782
width:717px;
387 rajveer 783
}
784
 
785
/**BEGIN   (right column)***/
786
div.sideBlock
787
{
449 rajveer 788
	float:right;
789
	width:237px;
387 rajveer 790
	padding:0px 0px 0px 0px;
791
	margin:2px 0px 0px 0px;
792
	line-height:1.4em;
449 rajveer 793
 
387 rajveer 794
}
795
div.custserv
796
{
797
margin:0px 0px 0px 0px;
798
padding:0px 0px 0px 0px;
799
background:#f5f5f5;
800
position:relative;
449 rajveer 801
height:68px;
387 rajveer 802
}
803
div.custserv h3
804
{
805
color:#666;
806
margin:0px 0px 0px 0px;
807
padding:5px 0px 5px 8px;
808
background:url(../images/side_hdr_bg.gif) repeat-x 0em 0em;
809
border-bottom:1px solid #ccc;
810
font-size:1.1em;
811
}
812
div.custserv img.mail
813
{
814
margin:0px 0px 0px 0px;
815
padding:10px 10px 10px 10px;
816
border-right:1px solid #ccc;
817
}
818
div.custserv img
819
{
820
padding-left:5px;
821
}
822
div.custserv span
823
{
824
margin:0px 0px 0px 0px;
825
padding:0px 0px 0px 10px;
826
font-weight:bold;
827
position:absolute;
828
top:38px;
829
}
830
 
831
 
832
div.lightbox
833
{
834
margin:4px 0px 0px 0px;
449 rajveer 835
*margin:5px 0px 0px 0px;
387 rajveer 836
padding:0px;
449 rajveer 837
/*border:1px solid #ccc;*/
838
float:left;
839
width:237px;
840
 
387 rajveer 841
}
842
div.hdr
843
{
844
margin:0px 0px 0px 0px;
845
padding:10px 0px 10px 0px;
846
border-bottom:1px solid #ccc;
847
background:url(../images/lb_hdr_bg.gif) repeat-x left;
449 rajveer 848
height:21px;
849
width:237px;
387 rajveer 850
}
851
div.hdr a
852
{
853
margin:0px 0px 0px 15px;
854
padding:0px 0px 0px 30px;
855
text-decoration:none;
856
font-size:1.5em;
857
color:#666;
858
background:url(../images/lgb_arw.gif) no-repeat left center;
859
}
449 rajveer 860
 
387 rajveer 861
div.swapy a
862
{
863
background:url(../images/lgb_arw_cc.gif) no-repeat left center;
449 rajveer 864
height:21px;
865
width:13px;
387 rajveer 866
}
449 rajveer 867
 
868
div.hdr1 a
869
{
870
margin:0px 0px 0px 15px;
871
padding:0px 0px 0px 30px;
872
text-decoration:none;
873
font-size:1.5em;
874
color:#666;
875
background:url(../images/schdule_right.gif) no-repeat left center;
876
}
877
 
878
div.swapy1 a
879
{
880
background:url(../images/schdule_down.gif) no-repeat left center;
881
height:21px;
882
width:13px;
883
}
884
 
885
 
387 rajveer 886
div.tools
887
{
888
margin:0px;
889
padding:0px;
890
border-bottom:1px solid #ccc;
891
background:#ebebeb;
892
}
893
div.tools a
894
{
895
margin:0px 0px 0px 0px;
896
padding:0px 6px 0px 6px;
449 rajveer 897
font-size:11px;
387 rajveer 898
display:inline;
899
border-right:1px solid #ccc;
900
text-decoration:none;
901
color:#0066cc;
902
font-weight:bold;
903
}
449 rajveer 904
div.tools a:hover
905
{
906
	text-decoration: underline;
907
	cursor:pointer;
908
}
387 rajveer 909
 
910
div.tabwrap
911
{
449 rajveer 912
height:257px;
387 rajveer 913
overflow-x:hidden;
914
overflow-y:auto;
449 rajveer 915
 
387 rajveer 916
}
917
div.tabwrap table
918
{
919
background:#fff;
449 rajveer 920
padding-top:2px;
921
 
387 rajveer 922
}
923
div.tabwrap table td
924
{
925
vertical-align:top;
449 rajveer 926
/*padding:3px 3px 3px 3px;*/
927
padding:0px;
387 rajveer 928
margin:0px 0px 0px 0px;
929
background:#f5f5f5;
449 rajveer 930
 
387 rajveer 931
}
932
div.tabwrap table td img
933
{
934
border:1px solid #ccc;
935
padding:3px 3px 3px 3px;
936
}
449 rajveer 937
div.tabwrap table td div
938
{
939
	padding:0px 5px;
940
 
941
}
387 rajveer 942
div.tabwrap table td div a
943
{
944
padding:0px 0px 0px 0px;
945
margin:0px;
946
color:#0066cc;
947
text-decoration:none;
948
font-size:1em;
949
font-weight:bold;
950
display:block;
951
}
952
div.tabwrap table td div span.text
953
{
954
padding:0px 0px 0px 0px;
955
margin:0px 0px 0px 0px;
956
color:#333;
957
font-size:0.85em;
958
line-height:15px;
959
font-weight:normal;
449 rajveer 960
width:110px;
387 rajveer 961
}
962
div.tabwrap table td.n 
963
{
964
padding:0px 0px 0px 0px;
965
margin:0px 0px 0px 0px;
966
border-top:1px solid #ccc;
967
text-align:right;
968
}
969
div.tabwrap table td.n a.notes
970
{
971
padding:0px 5px 0px 0px;
972
margin:0px 0px 0px 0px;
973
color:#0066cc;
974
font-size:0.85em;
975
font-weight:normal;
976
text-decoration:none;
977
}
978
div.tabwrap table td.null
979
{
980
padding:0px 0px 0px 0px;
981
margin:0px 0px 0px 0px;
982
background:#fff;
983
height:2px;
984
}
985
div.quicksign
986
{
987
margin:0px;
988
padding:0px 0px 0px 5px;
989
background:#e8e8e8;
990
color:#666;
991
font-size:0.85em;
449 rajveer 992
line-height:15px;
387 rajveer 993
}
994
div.quicksign a
995
{
996
margin:0px 0px 0px 0px;
997
padding:0px 4px 0px 0px;
998
text-decoration:none;
999
color:#0066cc;
1000
font-weight:bold;
1001
}
1002
 
1003
/**END   (right column)***/
1004
div.footermast
1005
{
1006
background:#fff;
1007
width:100%;
449 rajveer 1008
 
1009
 
387 rajveer 1010
}
1011
div.footer
1012
{
1013
text-align:left;
449 rajveer 1014
padding: 5px 0px 5px 10px;
1015
margin:0px auto 0px auto;
387 rajveer 1016
color:#227ad3;
1017
background:#fff;
1018
width:980px;
1019
}
1020
div.footer a
1021
{
1022
margin:0px 0px 0px 0px;
1023
padding:0px 0px 0px 0px;
1024
color:#0066cc;
1025
text-decoration:none;
449 rajveer 1026
font-size:12px;
387 rajveer 1027
font-weight:bold;
1028
}
449 rajveer 1029
div.footermast span
387 rajveer 1030
{
449 rajveer 1031
margin:0px 0px 0px 0px;
1032
padding:0px 0px 0px 145px;
387 rajveer 1033
color:#666;
449 rajveer 1034
font-size:10px;
1035
 
1036
 
387 rajveer 1037
}
1038
 
1039
 
449 rajveer 1040
 
387 rajveer 1041
div.quickLinks a.signin:hover, div.footer a:hover, div.common a:hover, div.quickLinks a:hover, 
1042
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
1043
{
1044
text-decoration:underline!important;
449 rajveer 1045
}
1046
 
1047
.videoImg{
1048
background:url(../images/nokia_videobg.gif) no-repeat; 
1049
height:481px; 
1050
width:311px;
1051
float:left;
1052
}
1053
 
1054
.videoStyle{
1055
height: 273px; 
1056
width: 203px;  
1057
margin:60px 0px 0px 52px;
1058
float:left;  
1059
}
1060
 
1061
 
1062
/*binay*/
1063
.overflowhide{overflow:hidden;}
1064
.padding5{padding:5px;}
1065
.padding10{padding:10px;}
1066
.block3Top{background:url(../images/block3Top.jpg) no-repeat;width:737px; height:5px; background-position:top center;}
1067
.block3Bottom{background:url(../images/block3Bottom.jpg) no-repeat;width:736px; height:5px;background-position:bottom center; }
1068
.block3Content{width:717px; background:url(../images/cotentBg3.jpg) repeat-y;padding:0px 10px;background-position:left center; margin:0;}
1069
/*binay end*/
1070
 
1071
#contentwrapper{
1072
float: left;
1073
width: 100%;
1074
}
1075
 
1076
#contentcolumn{
1077
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
1078
background: #ccc;
1079
}
1080
 
1081
#leftcolumn{
1082
float: left;
1083
width: 180px; /*Width of left column in pixel*/
1084
margin-left: -733px; /*Set margin to that of -(MainContainerWidth)*/
1085
background: #C8FC98;
1086
}
1087
 
1088
#rightcolumn{
1089
float: left;
1090
width: 190px; /*Width of right column*/
1091
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
1092
background: #FDE95E;
1093
}
1094
/*youtube video*/
1095
#videoDiv {
1096
margin-right: 3px;
1097
}
1098
/*#videoInfo {
1099
margin-left: 3px;
1100
}*/
1101
 
1102
/*widget slide guide section*/
1103
.toggler { width: 530px; height:530px; position: relative;}
1104
  #button { padding: .5em 1em; text-decoration: none; }
1105
  #vtab-1 { width: 530px; height: 530px; padding: 0.4em; position: relative; }
1106
  #vtab-1 h3 { margin: 0; padding: 0.4em; text-align: center; }
1107
  .ui-effects-transfer { border: 2px dotted gray; }
1108
 
1109
/*scroll pan*/
1110
 
1111
#pane1{
1112
     height: 267px;
1113
}
1114
 
1115
#pane2, #pane3, #pane4 {
458 rajveer 1116
     height: 247px;
449 rajveer 1117
}
1118
.winXP .jScrollPaneTrack {
1119
     background: url(../images/windows_track.gif) repeat-y;
1120
}
1121
.winXP .jScrollPaneDrag {
1122
     background: url(../images/windows_drag_middle.gif) no-repeat 0 50%;
1123
}
1124
.winXP .jScrollPaneDragTop {
1125
     background: url(../images/windows_drag_top.gif) no-repeat;
1126
     height: 4px;
1127
}
1128
.winXP .jScrollPaneDragBottom {
1129
     background: url(../images/windows_drag_bottom.gif) no-repeat;
1130
     height: 4px;
1131
}
1132
.winXP a.jScrollArrowUp {
1133
     height: 17px;
1134
     background: url(../images/windows_arrow_up.gif) no-repeat 0 0;
1135
}
1136
.winXP a.jScrollArrowUp:hover {
1137
     background-position: 0 -20px;
1138
}
1139
.winXP a.jScrollArrowDown {
1140
     height: 17px;
1141
     background: url(../images/windows_arrow_down.gif) no-repeat 0 0;
1142
}
1143
.winXP a.jScrollArrowDown:hover {
1144
     background-position: 0 -20px;
1145
}
1146
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
1147
     background-position: 0 -40px;
1148
}
1149
 
1150
 
1151
.osX .jScrollPaneTrack {
1152
     background: url(../images/osx_track.gif) repeat-y;
1153
}
1154
.osX .jScrollPaneDrag {
1155
     background: url(../images/osx_drag_middle.gif) repeat-y;
1156
}
1157
.osX .jScrollPaneDragTop {
1158
     background: url(../images/osx_drag_top.gif) no-repeat;
1159
     height: 6px;
1160
}
1161
.osX .jScrollPaneDragBottom {
1162
     background: url(../images/osx_drag_bottom.gif) no-repeat;
1163
     height: 7px;
1164
}
1165
.osX a.jScrollArrowUp {
1166
     height: 24px;
1167
     background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
1168
}
1169
.osX a.jScrollArrowUp:hover {
1170
     background-position: 0 0;
1171
}
1172
.osX a.jScrollArrowDown {
1173
     height: 24px;
1174
     background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
1175
}
1176
.osX a.jScrollArrowDown:hover {
1177
     background-position: 0 0;
1178
}
1179
 
1180
.left .jScrollPaneTrack {
1181
     left: 0;
1182
     right: auto;
1183
}
1184
.left a.jScrollArrowUp {
1185
     left: 0;
1186
     right: auto;
1187
}
1188
.left a.jScrollArrowDown {
1189
     left: 0;
1190
     right: auto;
1191
}
1192
 
1193
 
1194
/* IE SPECIFIC HACKED STYLES */
1195
* html .osX .jScrollPaneDragBottom {
1196
     bottom: -1px;
1197
}
1198
/* /IE SPECIFIC HACKED STYLES */
1199
 
1200
/*Rating*/
1201
.ratingstar{float:left;padding: 2px 0;}
458 rajveer 1202
 
1203
 
1204
/*tag slide */
1205
.slider-content  {
1206
     float:left;
1207
     width:316px;
1208
     margin-top:5px auto;
1209
     background:#f9f9f9;
1210
 
1211
}
1212
 
1213
.slider .next, .slider .prev{
1214
     display:none;
1215
     background-color:white;
1216
     border:0;
1217
     font:bold 18px Helvetica;
1218
     color:#bbb;
1219
     float:left;
1220
     padding:0;
1221
     margin:0;
1222
     cursor:pointer;
1223
}
1224
.slider .next{
1225
     float:right;
1226
}
1227
.slider div{
1228
     overflow:hidden;
1229
     text-align:left;
1230
     height:none;
1231
     margin:0;
1232
     padding:0;
1233
}
1234
.slider div ul{
1235
     width:3000px;/* set to an arbitary high value*/
1236
     overflow:hidden;
1237
     margin:2px 0px;
1238
     padding:0;
1239
     margin-left:0;
1240
}
1241
.slider div ul li{
1242
     display:inline-block;
1243
     //display:inline; /*IE 7 hack doesn't support inline-block*/
1244
     padding:0px 5px;
1245
     margin:2px;
1246
     background:#fff;
1247
     /*border:1px solid #ddd;*/
1248
     width:auto;
1249
     cursor:pointer;
1250
     color:#0066CC;
1251
}
1252
 
1253
/* button */
1254
.button28{
1255
     background: url("../images/but_bg_tile28.jpg") repeat-x center center #fff;
1256
     font-size:1.1em;
1257
     font-weight:bold;
1258
     height:28px;
1259
 
1260
     border:1px solid #c5a75f;
1261
     padding:0px 8px;
1262
     margin:0px;
1263
 
1264
}
1265
 
1266
.button19{
1267
     background: url("../images/but_bg_tile19.jpg") repeat-x center center #fff;
1268
 
1269
     font-weight:bold;
1270
     height:21px;
1271
     border:1px solid #c5a75f;
1272
     padding:0px 8px;
1273
     margin:0px;
1274
 
1275
}