Subversion Repositories SmartDukaan

Rev

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

Rev 6775 Rev 7573
Line 376... Line 376...
376
	margin:0 auto !important;
376
	margin:0 auto !important;
377
}
377
}
378
 
378
 
379
/*___ slideGuideNav ___*/
379
/*___ slideGuideNav ___*/
380
#slideGuideNav {
380
#slideGuideNav {
381
	background-color: #E9F3F9;
-
 
382
	float:left;
-
 
383
	display:inline;
381
	display: inline;
384
	width: 140px;
-
 
385
	min-height: 817px;
382
    float: left;
386
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
383
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
387
	font-size:12px;
384
	font-size:12px;
388
}
385
}
-
 
386
 
-
 
387
div.sidebar{
-
 
388
	left: 80.76%;
-
 
389
    position: relative;
-
 
390
    width: 19.24%;
-
 
391
}
389
#slideGuideNav ul{list-style:none;}
392
#slideGuideNav ul{list-style:none;}
390
#slideGuideNav a span {
393
#slideGuideNav a span {
391
	display:block;
394
	display:block;
392
	width:105px;
395
	width:105px;
393
}
396
}
Line 406... Line 409...
406
}
409
}
407
 
410
 
408
/*___ slideGuideProduct ___*/
411
/*___ slideGuideProduct ___*/
409
#slideGuideProduct{
412
#slideGuideProduct{
410
	float:left;
413
	float:left;
-
 
414
	left: 80.76%;
-
 
415
    position: relative;
411
	width:570px;
416
    width: 80.76%;
412
}
417
}
413
#slideGuideProduct h1{
418
#slideGuideProduct h1{
414
	margin:0px 0 10px 0px;
419
	margin:0px 0 10px 0px;
415
	font-weight:normal;
420
	font-weight:normal;
416
}
421
}
Line 491... Line 496...
491
/* for chrome */
496
/* for chrome */
492
@media screen and (-webkit-min-device-pixel-ratio:0) {
497
@media screen and (-webkit-min-device-pixel-ratio:0) {
493
            #slideGuideContent div.demo ul {padding:3px 0 !important;}
498
            #slideGuideContent div.demo ul {padding:3px 0 !important;}
494
}
499
}
495
div.contweak	{
500
div.contweak	{
496
	min-height: 817px;
-
 
497
    border-right: 1px solid #67ABD3;
501
    border-right: 1px solid #67ABD3;
498
	border-bottom: 1px solid #67ABD3;
502
	border-bottom: 1px solid #67ABD3;
499
    border-left: 1px solid #67ABD3;
503
    border-left: 1px solid #67ABD3;
500
}
504
}
501
 
505
 
502
a.compare-now {
506
a.compare-now {
503
	float: right;
507
	float: right;
504
	font-weight: normal !important;
508
	font-weight: normal !important;
505
	cursor: pointer;
509
	cursor: pointer;
-
 
510
}
-
 
511
 
-
 
512
#slideGuideContent{
-
 
513
	background: none repeat scroll 0 0 white;
-
 
514
    float: left;
-
 
515
    overflow: hidden;
-
 
516
}
-
 
517
 
-
 
518
div.container-inner{
-
 
519
	background: none repeat scroll 0 0 #E9F3F9;
-
 
520
    float: left;
-
 
521
    position: relative;
-
 
522
    right: 80.7%;
506
}
523
}
507
524