Subversion Repositories SmartDukaan

Rev

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

Rev 794 Rev 950
Line 7... Line 7...
7
}
7
}
8
 
8
 
9
#sidebar div.hdr{
9
#sidebar div.hdr{
10
	margin:0;
10
	margin:0;
11
	padding:10px 0;
11
	padding:10px 0;
12
	height:21px;
12
	height:20px;
13
	width:240px;
13
	width:240px;
14
	border-bottom:1px solid #ccc;
14
	border-bottom:1px solid #ccc;
15
	background:url(../images/lb_hdr_bg.gif) repeat-x left;
15
	/*background:url(../images/lb_hdr_bg.gif) repeat-x left; */
-
 
16
  background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -702px;
16
}
17
}
17
#sidebar div.hdr a{
18
#sidebar div.hdr a{
18
	margin:0 0 0 10px;
19
	margin:0 0 0 10px;
19
	padding:0 0 0 26px;
20
	padding:0 0 0 26px;
20
	text-decoration:none;
21
	text-decoration:none;
21
	font-size:18px;
22
	font-size:18px;
22
	color:#333;
23
	color:#333;
23
	background:url(../images/lgb_arw.gif) no-repeat left center;
24
	/*background:url(../images/lgb_arw.gif) no-repeat left center;*/
-
 
25
  background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -349px;
24
}
26
}
25
 
27
 
26
#sidebar div.swapy a{
28
#sidebar div.swapy a{
27
	background:url(../images/lgb_arw_cc.gif) no-repeat left center;
29
	/*background:url(../images/lgb_arw_cc.gif) no-repeat left center;*/
-
 
30
  background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -980px;
28
	height:21px;
31
	height:21px;
29
	width:13px;
32
	width:13px;
30
}
33
}
31
 
34
 
32
#sidebar div.hdr1 a{
35
#sidebar div.hdr1 a{
Line 47... Line 50...
47
#sidebar div.tools{
50
#sidebar div.tools{
48
	margin:0px;
51
	margin:0px;
49
	padding-left:5px;
52
	padding-left:5px;
50
	border-bottom:1px solid #ccc;
53
	border-bottom:1px solid #ccc;
51
	background:#F5F5F5;
54
	background:#F5F5F5;
52
	line-height:16px;
55
	line-height:17px;
53
}
56
}
54
 
57
 
55
#sidebar div.tools a{
58
#sidebar div.tools a{
56
	margin:0;
59
	margin:0;
57
	padding:2px 6px;
60
	padding:2px 6px;
Line 317... Line 320...
317
a.jScrollArrowDown:hover {
320
a.jScrollArrowDown:hover {
318
	/*background-color: #f60;*/
321
	/*background-color: #f60;*/
319
}
322
}
320
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
323
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
321
	/*background-color: #f00;*/
324
	/*background-color: #f00;*/
322
}
-
 
323
325
}
-
 
326