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;}
266
.block2Top{background:url(../images/contentMaintop1.png) no-repeat;width:737px; height:19px; background-position:top center; }
267
.block2Bottom{background:url(../images/contentMainbottom1.png) no-repeat;width:737px; height:19px;background-position:bottom center;}
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;}*/
269
.addtocart{ width:34%; float:right;}
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
}
337
div.price
338
{
339
margin:10px 0px 0px 0px;
340
width:450px;
341
float:left;
342
}
343
div.price img
344
{
449 rajveer 345
padding:5px 0px 0px 5px;
346
*padding:10px 0px 0px 5px;
347
float:left;
348
margin:0;
349
width:112px;
350
height:15px;
351
 
352
/*margin: 0px 0px -2px 5px;*/
387 rajveer 353
}
354
input.pin
355
{
356
border:none;
357
background:url(../images/inp_bg.gif) no-repeat 0em 0em;
358
width:80px;
449 rajveer 359
padding:3px 0px 5px 2px;
387 rajveer 360
margin: 0px 4px 0px 4px;
361
}
362
div.rating
363
{
364
float:right;
365
padding:0px 0px 0px 0px;
366
margin:10px 0px 0px 0px;
449 rajveer 367
width:34%;
387 rajveer 368
color:#333;
369
}
370
div.rating h3
371
{
372
font-size:1.3em;
373
padding:0px 0px 5px 0px;
374
}
375
div.rating div.seller
376
{
377
float:left;
378
padding:0px 0px 4px 0px;
449 rajveer 379
clear:both;
387 rajveer 380
}
381
div.common
382
{
383
border-top:1px solid #ccc;
384
clear:both;
449 rajveer 385
/*margin: 5px 0px 0px 0px;*/
386
padding: 5px 0px 0px 0px;
387
width:100%;
387 rajveer 388
}
389
div.common a
390
{
391
background:url(../images/blue_arw.gif) no-repeat 0em 0.2em;
392
color:#0066cc;
393
font-weight:bold;
394
padding:0px 0px 0px 15px;
395
text-decoration:none;
396
}
397
div.contentArea
398
{
399
width:100%;
400
}
401
div.part1
402
{
449 rajveer 403
width:737px;
404
display:block;
387 rajveer 405
float:left;
406
margin:0;
449 rajveer 407
 
387 rajveer 408
}
409
div.utils
410
{
449 rajveer 411
/*padding:4px 0px 5px 6px;*/
412
margin:4px auto 0px auto;
413
padding:3px;
387 rajveer 414
background:#fff url(../images/util_bg.gif) repeat-x left bottom;
449 rajveer 415
width:709px;
416
height:22px;
417
 
387 rajveer 418
}
419
div.utils input, div.utils input.atr
420
{
449 rajveer 421
padding:0px 0px 0px 0px;
387 rajveer 422
margin:0px 0px 0px 0px;
423
height:21px;
424
border:0px;
425
font-weight:bold;
449 rajveer 426
 
387 rajveer 427
}
428
div.utils input
429
{
430
width:80px;
431
background:url(../images/compare_btn.gif) no-repeat 0em 0em;
449 rajveer 432
 
387 rajveer 433
}
434
div.utils input.atr
435
{
436
width:124px;
437
background:url(../images/addtoresch.gif) no-repeat 0em 0em;
449 rajveer 438
margin:0px 62px 0px 0px;
387 rajveer 439
}
440
div.utils a
441
{
442
text-decoration:none;
443
color:#000;
444
font-size:0.8em;
449 rajveer 445
margin:-0px 0px 0px 20px;
387 rajveer 446
display:inline;
449 rajveer 447
 
387 rajveer 448
}
449
 
450
div.utils a.fb
451
{
452
background:url(../images/facebook.gif) no-repeat left 0em;
449 rajveer 453
padding:6px 0px 5px 71px;
454
 
387 rajveer 455
}
456
div.utils a.tw
457
{
458
background:url(../images/tweet.gif) no-repeat left 0em;
449 rajveer 459
padding:6px 0px 5px 25px;
460
 
387 rajveer 461
}
462
div.utils a.ork
463
{
464
background:url(../images/orkut.gif) no-repeat left 0em;
449 rajveer 465
padding:6px 0px 6px 25px;
387 rajveer 466
}
467
div.utils a.ml
468
{
469
background:url(../images/mail_ico.gif) no-repeat left 0.3em;
449 rajveer 470
padding:6px 0px 5px 25px;
387 rajveer 471
margin:0px 20px 0px 10px;
472
}
473
div.utils a.askfn
474
{
475
background:url(../images/ask_frnd.gif) no-repeat right 0em;
449 rajveer 476
padding:6px 30px 5px 0px;
387 rajveer 477
margin:0px 0px 0px 0px;
478
font-weight:bold;
479
}
480
div.locator
481
{
482
background:#fff url(../images/pinloc_bg.gif) repeat-x left bottom;
449 rajveer 483
padding:7px 0px 7px 6px;
484
margin:0px auto 5px auto;
485
width:710px;
387 rajveer 486
clear:both;
449 rajveer 487
height:26px;
387 rajveer 488
}
489
input.gobtn
490
{
491
border:0px;
492
background:url(../images/go_btn.gif) no-repeat right 0em;
449 rajveer 493
padding:2px 3px 3px 5px;
494
margin:2px 0px 0px 0px;
387 rajveer 495
color:#fff;
496
font-weight:bold;
449 rajveer 497
height:21px;
498
width:31px;
387 rajveer 499
}
449 rajveer 500
div.sideNavBg{padding:0; margin:0;background:url(../images/demo_panel_bg.gif) repeat-x 0em bottom;}
387 rajveer 501
div.sideNav
502
{
503
	padding:0px 0px 0px 0px;
504
	margin:0px 0px 0px 0px;
505
	background:url(../images/sidenav_bg.gif) repeat-y right top;
506
	width:154px;
507
	float:left;
508
}
509
div.sideNav ul
510
{
511
	padding:0px 0px 0px 0px;
512
	margin:10px 2px 0px 0px;
513
}
514
div.sideNav ul li
515
{
516
	padding:0px 0px 0px 0px;
517
	margin:0px 0px 0px 0px;	
518
	background:url(../images/side_arw_inact.gif) no-repeat 11.7em center;
519
	font-size:0.9em;
449 rajveer 520
 
387 rajveer 521
}
522
div.sideNav ul li:hover, div.sideNav ul li.sfhover
523
{
524
	padding:0px 0px 0px 0px;
525
	margin:0px 0px 0px 0px;	
526
	background:#ebebeb url(../images/side_arw_actv.gif) no-repeat 11.7em center;
527
	font-size:0.9em;
528
}
529
div.sideNav ul li a.vt
530
{
449 rajveer 531
	padding:8px 12px 10px 10px;
387 rajveer 532
	margin:0px 0px 0px 0px;
533
	text-decoration:none;
534
	color:#666;
535
	display:block;	
449 rajveer 536
 
387 rajveer 537
}
538
div.teaser
539
{
540
float:left;
541
padding:0px 0px 0px 10px;
542
margin:20px 0px 0px 0px;
543
width:76.9%;
449 rajveer 544
font-size:12px;
545
font-family:Verdana;
387 rajveer 546
}
547
div.teaser h1
548
{
549
font-size:1.5em;
550
font-weight:normal;
551
}
552
div.demo
553
{
554
padding:0px 0px 0px 0px;
555
margin:0px 0px 0px 0px;
556
float:left;
557
}
558
div.demo ul 
559
{
560
padding:0px 0px 0px 0px;
561
margin:40px 0px 0px 0px;
562
}
563
div.demo ul li
564
{
449 rajveer 565
padding:8px 10px 6px 10px;
566
*padding:8px 10px 3px 10px;
387 rajveer 567
margin:0px 5px 0px 0px;
449 rajveer 568
width:50px;
387 rajveer 569
display:inline;
449 rajveer 570
clear:both;
387 rajveer 571
background:url(../images/tab_unselc.gif) repeat-x left ;
572
}
573
div.demo ul li a
574
{
575
padding:8px 0px 8px 0px;
576
margin:0px 0px 0px 0px;
577
text-decoration:none;
578
font-size:0.8em;
579
color:#000;
580
}
581
div.demo ul li.sel
582
{
583
 
584
}
585
div.demo div.tabby
586
{
449 rajveer 587
/*padding:10px 60px 10px 60px;*/
588
margin:0px 10px 0px 0px;
387 rajveer 589
border:1px solid #ccc;
449 rajveer 590
overflow:hidden;
591
width:317px;
592
 
387 rajveer 593
}
449 rajveer 594
 
595
		/*
596
		 * Required 
597
		*/
598
 
599
		.container { 
600
		width:317px; 
601
		height:481px;
602
		margin:0px 10px 0px 0px;
603
		border:1px solid #ccc;
604
		overflow:hidden;
605
		position:relative;
606
 
607
		}
608
		.slides { position:absolute; top:0; left:0; }
609
		.slides div { position:absolute; top:0; width:296px; display:none; }
610
		/*
611
		 * Optional
612
		*/
613
		#loopedSlider,#newsSlider { margin:0 auto;position:relative; clear:both; }
614
		ul.pagination { list-style:none; padding:0; margin:0; }
615
		ul.pagination li  { float:left; }
616
		ul.pagination li a { padding:2px 4px; }
617
		ul.pagination li.active a { background:blue; color:white; }
618
 
619
div.demo div.tabby img
620
{
621
	margin:2px;
622
 
623
}
387 rajveer 624
div.desc
625
{
626
float:left;
449 rajveer 627
width:36%;
628
padding:0px 0px 0px 0px;
387 rajveer 629
margin:60px 0px 0px 0px;
630
}
631
div.bot
632
{
633
background:#dcdcdc;
449 rajveer 634
padding:4px 9px 4px 5px;
387 rajveer 635
margin:0px 0px 0px 0px;
449 rajveer 636
width:305px;
637
height:22px;
387 rajveer 638
}
639
div.bot a
640
{
641
padding:0px 2px 0px 0px;
642
margin:0px 0px 0px 0px;
643
color:#1d76ce;
644
text-decoration:none;
645
}
646
div.bot span
647
{
648
padding:0px 0px 0px 0px;
449 rajveer 649
margin:0px 50px 0px 0px;
387 rajveer 650
}
651
div.desc div.introduction
652
{
653
font-size:0.9em;
654
line-height:2em;
655
padding:0px 0px 0px 0px;
656
margin:0px 0px 0px 0px;
657
text-align:left;
658
}
659
div.desc h4
660
{
661
font-size:1.6em;
662
padding:0px 0px 10px 0px;
663
margin:20px 0px 0px 0px;
449 rajveer 664
font-family: Verdana;
387 rajveer 665
color:#505050;
449 rajveer 666
width:155px;
387 rajveer 667
}
668
div.desc ul
669
{
670
margin:0px 0px 0px 15px;
671
}
672
div.desc ul li
673
{
674
font-size:0.9em;
675
line-height:2em;
676
list-style:disc;
677
padding:0px 0px 0px 0px;
678
margin:0px 0px 0px 0px;
679
}
449 rajveer 680
/*span.special
387 rajveer 681
{
682
color:#990000;
449 rajveer 683
}*/
387 rajveer 684
div.block2
685
{
686
padding:0px 0px 0px 0px;
687
margin:0px 0px 4px 0px;
449 rajveer 688
width:737px;
689
background	:#fff;
690
float:left;
387 rajveer 691
}
692
div.block2 div
693
{
449 rajveer 694
/*background:url(../images/center_bg.gif) repeat-x left ;*/
695
overflow:hidden;
696
 
387 rajveer 697
}
698
div.block2 img
699
{
700
padding:0px 0px 0px 0px;
701
margin:0px 0px 0px 0px;
702
float:left;
703
}
449 rajveer 704
div.block2Bottom1
387 rajveer 705
{
449 rajveer 706
background:url(../images/phoneReviewbottom.gif) no-repeat;
707
width:737px;
708
height:6px;
709
 
710
}
711
div.block2Top1 h4
712
{
713
padding:7px 0px 6px 10px;
387 rajveer 714
margin:0px 0px 0px 0px;
449 rajveer 715
font-family:Verdana;
387 rajveer 716
font-size:1.4em;
717
color:#333;
449 rajveer 718
width:727px;
719
height:19px;
720
background:url(../images/phoneReviewtop.gif) no-repeat;
721
/*background:url(../images/right_curv.gif) no-repeat right 0em ;*/
387 rajveer 722
}
723
@media screen and (-webkit-min-device-pixel-ratio:0){
724
	div.block2 h4{width:98.7%;}
725
	input.srchbtn{padding: 5px 0px 5px 0px;}
726
}
727
div.block2 p
728
{
729
padding:10px;
730
margin:0px 0px 5px 0px;
731
background:#f5f5f5;
732
color:#333;
449 rajveer 733
display:block;
734
line-height:15px;
735
width:717px;
387 rajveer 736
}
737
 
738
/**BEGIN   (right column)***/
739
div.sideBlock
740
{
449 rajveer 741
	float:right;
742
	width:237px;
387 rajveer 743
	padding:0px 0px 0px 0px;
744
	margin:2px 0px 0px 0px;
745
	line-height:1.4em;
449 rajveer 746
 
387 rajveer 747
}
748
div.custserv
749
{
750
margin:0px 0px 0px 0px;
751
padding:0px 0px 0px 0px;
752
background:#f5f5f5;
753
position:relative;
449 rajveer 754
height:68px;
387 rajveer 755
}
756
div.custserv h3
757
{
758
color:#666;
759
margin:0px 0px 0px 0px;
760
padding:5px 0px 5px 8px;
761
background:url(../images/side_hdr_bg.gif) repeat-x 0em 0em;
762
border-bottom:1px solid #ccc;
763
font-size:1.1em;
764
}
765
div.custserv img.mail
766
{
767
margin:0px 0px 0px 0px;
768
padding:10px 10px 10px 10px;
769
border-right:1px solid #ccc;
770
}
771
div.custserv img
772
{
773
padding-left:5px;
774
}
775
div.custserv span
776
{
777
margin:0px 0px 0px 0px;
778
padding:0px 0px 0px 10px;
779
font-weight:bold;
780
position:absolute;
781
top:38px;
782
}
783
 
784
 
785
div.lightbox
786
{
787
margin:4px 0px 0px 0px;
449 rajveer 788
*margin:5px 0px 0px 0px;
387 rajveer 789
padding:0px;
449 rajveer 790
/*border:1px solid #ccc;*/
791
float:left;
792
width:237px;
793
 
387 rajveer 794
}
795
div.hdr
796
{
797
margin:0px 0px 0px 0px;
798
padding:10px 0px 10px 0px;
799
border-bottom:1px solid #ccc;
800
background:url(../images/lb_hdr_bg.gif) repeat-x left;
449 rajveer 801
height:21px;
802
width:237px;
387 rajveer 803
}
804
div.hdr a
805
{
806
margin:0px 0px 0px 15px;
807
padding:0px 0px 0px 30px;
808
text-decoration:none;
809
font-size:1.5em;
810
color:#666;
811
background:url(../images/lgb_arw.gif) no-repeat left center;
812
}
449 rajveer 813
 
387 rajveer 814
div.swapy a
815
{
816
background:url(../images/lgb_arw_cc.gif) no-repeat left center;
449 rajveer 817
height:21px;
818
width:13px;
387 rajveer 819
}
449 rajveer 820
 
821
div.hdr1 a
822
{
823
margin:0px 0px 0px 15px;
824
padding:0px 0px 0px 30px;
825
text-decoration:none;
826
font-size:1.5em;
827
color:#666;
828
background:url(../images/schdule_right.gif) no-repeat left center;
829
}
830
 
831
div.swapy1 a
832
{
833
background:url(../images/schdule_down.gif) no-repeat left center;
834
height:21px;
835
width:13px;
836
}
837
 
838
 
387 rajveer 839
div.tools
840
{
841
margin:0px;
842
padding:0px;
843
border-bottom:1px solid #ccc;
844
background:#ebebeb;
845
}
846
div.tools a
847
{
848
margin:0px 0px 0px 0px;
849
padding:0px 6px 0px 6px;
449 rajveer 850
font-size:11px;
387 rajveer 851
display:inline;
852
border-right:1px solid #ccc;
853
text-decoration:none;
854
color:#0066cc;
855
font-weight:bold;
856
}
449 rajveer 857
div.tools a:hover
858
{
859
	text-decoration: underline;
860
	cursor:pointer;
861
}
387 rajveer 862
 
863
div.tabwrap
864
{
449 rajveer 865
height:257px;
387 rajveer 866
overflow-x:hidden;
867
overflow-y:auto;
449 rajveer 868
 
387 rajveer 869
}
870
div.tabwrap table
871
{
872
background:#fff;
449 rajveer 873
padding-top:2px;
874
 
387 rajveer 875
}
876
div.tabwrap table td
877
{
878
vertical-align:top;
449 rajveer 879
/*padding:3px 3px 3px 3px;*/
880
padding:0px;
387 rajveer 881
margin:0px 0px 0px 0px;
882
background:#f5f5f5;
449 rajveer 883
 
387 rajveer 884
}
885
div.tabwrap table td img
886
{
887
border:1px solid #ccc;
888
padding:3px 3px 3px 3px;
889
}
449 rajveer 890
div.tabwrap table td div
891
{
892
	padding:0px 5px;
893
 
894
}
387 rajveer 895
div.tabwrap table td div a
896
{
897
padding:0px 0px 0px 0px;
898
margin:0px;
899
color:#0066cc;
900
text-decoration:none;
901
font-size:1em;
902
font-weight:bold;
903
display:block;
904
}
905
div.tabwrap table td div span.text
906
{
907
padding:0px 0px 0px 0px;
908
margin:0px 0px 0px 0px;
909
color:#333;
910
font-size:0.85em;
911
line-height:15px;
912
font-weight:normal;
449 rajveer 913
width:110px;
387 rajveer 914
}
915
div.tabwrap table td.n 
916
{
917
padding:0px 0px 0px 0px;
918
margin:0px 0px 0px 0px;
919
border-top:1px solid #ccc;
920
text-align:right;
921
}
922
div.tabwrap table td.n a.notes
923
{
924
padding:0px 5px 0px 0px;
925
margin:0px 0px 0px 0px;
926
color:#0066cc;
927
font-size:0.85em;
928
font-weight:normal;
929
text-decoration:none;
930
}
931
div.tabwrap table td.null
932
{
933
padding:0px 0px 0px 0px;
934
margin:0px 0px 0px 0px;
935
background:#fff;
936
height:2px;
937
}
938
div.quicksign
939
{
940
margin:0px;
941
padding:0px 0px 0px 5px;
942
background:#e8e8e8;
943
color:#666;
944
font-size:0.85em;
449 rajveer 945
line-height:15px;
387 rajveer 946
}
947
div.quicksign a
948
{
949
margin:0px 0px 0px 0px;
950
padding:0px 4px 0px 0px;
951
text-decoration:none;
952
color:#0066cc;
953
font-weight:bold;
954
}
955
 
956
/**END   (right column)***/
957
div.footermast
958
{
959
background:#fff;
960
width:100%;
449 rajveer 961
 
962
 
387 rajveer 963
}
964
div.footer
965
{
966
text-align:left;
449 rajveer 967
padding: 5px 0px 5px 10px;
968
margin:0px auto 0px auto;
387 rajveer 969
color:#227ad3;
970
background:#fff;
971
width:980px;
972
}
973
div.footer a
974
{
975
margin:0px 0px 0px 0px;
976
padding:0px 0px 0px 0px;
977
color:#0066cc;
978
text-decoration:none;
449 rajveer 979
font-size:12px;
387 rajveer 980
font-weight:bold;
981
}
449 rajveer 982
div.footermast span
387 rajveer 983
{
449 rajveer 984
margin:0px 0px 0px 0px;
985
padding:0px 0px 0px 145px;
387 rajveer 986
color:#666;
449 rajveer 987
font-size:10px;
988
 
989
 
387 rajveer 990
}
991
 
992
 
449 rajveer 993
 
387 rajveer 994
div.quickLinks a.signin:hover, div.footer a:hover, div.common a:hover, div.quickLinks a:hover, 
995
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
996
{
997
text-decoration:underline!important;
449 rajveer 998
}
999
 
1000
.videoImg{
1001
background:url(../images/nokia_videobg.gif) no-repeat; 
1002
height:481px; 
1003
width:311px;
1004
float:left;
1005
}
1006
 
1007
.videoStyle{
1008
height: 273px; 
1009
width: 203px;  
1010
margin:60px 0px 0px 52px;
1011
float:left;  
1012
}
1013
 
1014
 
1015
/*binay*/
1016
.overflowhide{overflow:hidden;}
1017
.padding5{padding:5px;}
1018
.padding10{padding:10px;}
1019
.block3Top{background:url(../images/block3Top.jpg) no-repeat;width:737px; height:5px; background-position:top center;}
1020
.block3Bottom{background:url(../images/block3Bottom.jpg) no-repeat;width:736px; height:5px;background-position:bottom center; }
1021
.block3Content{width:717px; background:url(../images/cotentBg3.jpg) repeat-y;padding:0px 10px;background-position:left center; margin:0;}
1022
/*binay end*/
1023
 
1024
#contentwrapper{
1025
float: left;
1026
width: 100%;
1027
}
1028
 
1029
#contentcolumn{
1030
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
1031
background: #ccc;
1032
}
1033
 
1034
#leftcolumn{
1035
float: left;
1036
width: 180px; /*Width of left column in pixel*/
1037
margin-left: -733px; /*Set margin to that of -(MainContainerWidth)*/
1038
background: #C8FC98;
1039
}
1040
 
1041
#rightcolumn{
1042
float: left;
1043
width: 190px; /*Width of right column*/
1044
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
1045
background: #FDE95E;
1046
}
1047
/*youtube video*/
1048
#videoDiv {
1049
margin-right: 3px;
1050
}
1051
/*#videoInfo {
1052
margin-left: 3px;
1053
}*/
1054
 
1055
/*widget slide guide section*/
1056
.toggler { width: 530px; height:530px; position: relative;}
1057
  #button { padding: .5em 1em; text-decoration: none; }
1058
  #vtab-1 { width: 530px; height: 530px; padding: 0.4em; position: relative; }
1059
  #vtab-1 h3 { margin: 0; padding: 0.4em; text-align: center; }
1060
  .ui-effects-transfer { border: 2px dotted gray; }
1061
 
1062
/*scroll pan*/
1063
 
1064
#pane1{
1065
     height: 267px;
1066
}
1067
 
1068
#pane2, #pane3, #pane4 {
1069
     height: 258px;
1070
}
1071
.winXP .jScrollPaneTrack {
1072
     background: url(../images/windows_track.gif) repeat-y;
1073
}
1074
.winXP .jScrollPaneDrag {
1075
     background: url(../images/windows_drag_middle.gif) no-repeat 0 50%;
1076
}
1077
.winXP .jScrollPaneDragTop {
1078
     background: url(../images/windows_drag_top.gif) no-repeat;
1079
     height: 4px;
1080
}
1081
.winXP .jScrollPaneDragBottom {
1082
     background: url(../images/windows_drag_bottom.gif) no-repeat;
1083
     height: 4px;
1084
}
1085
.winXP a.jScrollArrowUp {
1086
     height: 17px;
1087
     background: url(../images/windows_arrow_up.gif) no-repeat 0 0;
1088
}
1089
.winXP a.jScrollArrowUp:hover {
1090
     background-position: 0 -20px;
1091
}
1092
.winXP a.jScrollArrowDown {
1093
     height: 17px;
1094
     background: url(../images/windows_arrow_down.gif) no-repeat 0 0;
1095
}
1096
.winXP a.jScrollArrowDown:hover {
1097
     background-position: 0 -20px;
1098
}
1099
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
1100
     background-position: 0 -40px;
1101
}
1102
 
1103
 
1104
.osX .jScrollPaneTrack {
1105
     background: url(../images/osx_track.gif) repeat-y;
1106
}
1107
.osX .jScrollPaneDrag {
1108
     background: url(../images/osx_drag_middle.gif) repeat-y;
1109
}
1110
.osX .jScrollPaneDragTop {
1111
     background: url(../images/osx_drag_top.gif) no-repeat;
1112
     height: 6px;
1113
}
1114
.osX .jScrollPaneDragBottom {
1115
     background: url(../images/osx_drag_bottom.gif) no-repeat;
1116
     height: 7px;
1117
}
1118
.osX a.jScrollArrowUp {
1119
     height: 24px;
1120
     background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
1121
}
1122
.osX a.jScrollArrowUp:hover {
1123
     background-position: 0 0;
1124
}
1125
.osX a.jScrollArrowDown {
1126
     height: 24px;
1127
     background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
1128
}
1129
.osX a.jScrollArrowDown:hover {
1130
     background-position: 0 0;
1131
}
1132
 
1133
.left .jScrollPaneTrack {
1134
     left: 0;
1135
     right: auto;
1136
}
1137
.left a.jScrollArrowUp {
1138
     left: 0;
1139
     right: auto;
1140
}
1141
.left a.jScrollArrowDown {
1142
     left: 0;
1143
     right: auto;
1144
}
1145
 
1146
 
1147
/* IE SPECIFIC HACKED STYLES */
1148
* html .osX .jScrollPaneDragBottom {
1149
     bottom: -1px;
1150
}
1151
/* /IE SPECIFIC HACKED STYLES */
1152
 
1153
/*Rating*/
1154
.ratingstar{float:left;padding: 2px 0;}