Subversion Repositories SmartDukaan

Rev

Rev 842 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 842 Rev 865
Line 507... Line 507...
507
	padding:2px 18px 0 28px;
507
	padding:2px 18px 0 28px;
508
	height:22px;
508
	height:22px;
509
}
509
}
510
 
510
 
511
#tabButton .tabButton1 a:hover,
511
#tabButton .tabButton1 a:hover,
-
 
512
#tabButton .tabButton1 a#activeTab,
512
#tabButton .tabButton1 a#activeTab{
513
#tabButton .tabButton1 a.activeTab{
513
	color:#333;
514
	color:#333;
514
	text-decoration:none;
515
	text-decoration:none;
515
	background:url(../images/tab1-btn-hor-bar.png) repeat-x 0 -24px;
516
	background:url(../images/tab1-btn-hor-bar.png) repeat-x 0 -24px;
516
}
517
}
517
#tabButton .tabButton1 a:hover span,
518
#tabButton .tabButton1 a:hover span,
-
 
519
#tabButton .tabButton1 a#activeTab span,
518
#tabButton .tabButton1 a#activeTab span{
520
#tabButton .tabButton1 a.activeTab span{
519
	background:url(../images/tab1-btn-left.png) no-repeat 0 -24px;
521
	background:url(../images/tab1-btn-left.png) no-repeat 0 -24px;
520
}
522
}
521
#tabButton .tabButton1 a:hover span span,
523
#tabButton .tabButton1 a:hover span span,
-
 
524
#tabButton .tabButton1 a#activeTab span span,
522
#tabButton .tabButton1 a#activeTab span span{
525
#tabButton .tabButton1 a.activeTab span span{
523
	background:url(../images/tab1-btn-right.png) no-repeat 100% -24px;
526
	background:url(../images/tab1-btn-right.png) no-repeat 100% -24px;
524
}
527
}
525
#tabButton li {
528
#tabButton li {
526
  list-style:none;
529
  list-style:none;
527
}
530
}
Line 549... Line 552...
549
	padding:2px 18px 0 28px;
552
	padding:2px 18px 0 28px;
550
	height:22px;
553
	height:22px;
551
}
554
}
552
 
555
 
553
#tabButton .tabButton2 a:hover,
556
#tabButton .tabButton2 a:hover,
-
 
557
#tabButton .tabButton2 a#activeTab,
554
#tabButton .tabButton2 a#activeTab{
558
#tabButton .tabButton2 a.activeTab{
555
	color:#333;
559
	color:#333;
556
	text-decoration:none;
560
	text-decoration:none;
557
	background:url(../images/tab2-btn-hor-bar.png) repeat-x 0 -24px;
561
	background:url(../images/tab2-btn-hor-bar.png) repeat-x 0 -24px;
558
}
562
}
559
#tabButton .tabButton2 a:hover span,
563
#tabButton .tabButton2 a:hover span,
-
 
564
#tabButton .tabButton2 a#activeTab span,
560
#tabButton .tabButton2 a#activeTab span{
565
#tabButton .tabButton2 a.activeTab span{
561
	background:url(../images/tab2-btn-left.png) no-repeat 0 -24px;
566
	background:url(../images/tab2-btn-left.png) no-repeat 0 -24px;
562
}
567
}
563
#tabButton .tabButton2 a:hover span span,
568
#tabButton .tabButton2 a:hover span span,
-
 
569
#tabButton .tabButton2 a#activeTab span span,
564
#tabButton .tabButton2 a#activeTab span span{
570
#tabButton .tabButton2 a.activeTab span span{
565
	background:url(../images/tab2-btn-right.png) no-repeat 100% -24px;
571
	background:url(../images/tab2-btn-right.png) no-repeat 100% -24px;
566
}
572
}
567
 
573
 
568
/*___ Common Classes ___*/
574
/*___ Common Classes ___*/
569
.clearBoth{clear:both;}
575
.clearBoth{clear:both;}
Line 598... Line 604...
598
ul.deal-items li {
604
ul.deal-items li {
599
  margin-left: 10px;
605
  margin-left: 10px;
600
  margin-right: 15px;
606
  margin-right: 15px;
601
}
607
}
602
ul.deal-items ul li,
608
ul.deal-items ul li,
-
 
609
ul.latest-arrivals-page-items li,
603
ul.category-page-items li,
610
ul.category-page-items li,
604
ul.best-deals-page-items li {
611
ul.best-deals-page-items li,
-
 
612
ul.best-seller-page-items li {
605
  margin:0px;
613
  margin:0px;
606
}
614
}
607
#customerService .floatLeft{
615
#customerService .floatLeft{
608
line-height:10px; /* for mozilla spacing */
616
line-height:10px; /* for mozilla spacing */
609
}
617
}