Subversion Repositories SmartDukaan

Rev

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

Rev 7409 Rev 7413
Line 1... Line 1...
1
.left	{	float: left;	}
1
.left	{	float: left;	}
2
 
2
 
3
#menu	{
3
#menu	{
4
	width: 100%;
4
	width: 100%;
5
	height: 45px;
5
	height: 45px;
6
	background:  #F6F6F6 url(/images/BG_NavBar.png) 50% 50% repeat-x;
6
	background:  #F6F6F6 url("/storewebsite/images/topbar.png") 50% 50% repeat-x;
7
}
7
}
8
 
8
 
9
#menu ul.primary	{
9
#menu ul.primary	{
10
	display: block;
10
	display: block;
11
	width: 1000px;
11
	width: 1000px;
12
	margin: 0px auto;
12
	margin: 0px auto;
13
	list-style: none;
13
	list-style: none;
14
}
14
}
15
 
15
 
16
.menubar-separator	{
16
.menubar-separator	{
17
    background: url("/images/header-sprite.png") no-repeat scroll -122px 0 transparent;
17
    background: url("/storewebsite/images/menubar-separator-sprite.png") no-repeat scroll -122px 0 transparent;
18
    height: 44px;
18
    height: 44px;
19
    width: 1px
19
    width: 1px
20
}
20
}
21
 
21
 
22
#menu li.primary	{
22
#menu li.primary	{
Line 33... Line 33...
33
	text-decoration: none;
33
	text-decoration: none;
34
	padding: 14px 17px 13px 17px;
34
	padding: 14px 17px 13px 17px;
35
}
35
}
36
 
36
 
37
#menu a .menu-primary-arrow	{
37
#menu a .menu-primary-arrow	{
38
	background:url("/images/header-sprite.png") -32px 0px no-repeat transparent;
38
	background:url("/storewebsite/images/menubar-separator-sprite.png") -32px 0px no-repeat transparent;
39
    height: 5px;
39
    height: 5px;
40
    margin: 6px 0 0 3px;
40
    margin: 6px 0 0 3px;
41
    width: 9px;
41
    width: 9px;
42
}
42
}
43
 
43
 
Line 52... Line 52...
52
li.active-menu-tab	{
52
li.active-menu-tab	{
53
	background-color: #FFFFFF !important;
53
	background-color: #FFFFFF !important;
54
}
54
}
55
 
55
 
56
li.active-menu-tab	.menu-primary-arrow{
56
li.active-menu-tab	.menu-primary-arrow{
57
	background:url("/images/header-sprite.png") -22px 0 no-repeat !important;
57
	background:url("/storewebsite/images/menubar-separator-sprite.png") -22px 0 no-repeat !important;
58
}
58
}
59
 
59
 
60
li.active-menu-tab a	{
60
li.active-menu-tab a	{
61
	color: #006699 !important;
61
	color: #006699 !important;
62
}
62
}
63
 
63
 
64
li.primary:hover .menu-primary-arrow	{
64
li.primary:hover .menu-primary-arrow	{
65
	background:url("/images/header-sprite.png") -42px 0 no-repeat !important;
65
	background:url("/storewebsite/images/menubar-separator-sprite.png") -42px 0 no-repeat !important;
66
}
66
}
67
 
67
 
68
li.primary:hover a.link-menu-primary	{
68
li.primary:hover a.link-menu-primary	{
69
	color: #006699 !important;
69
	color: #006699 !important;
70
}
70
}
Line 121... Line 121...
121
	text-decoration: none !important;
121
	text-decoration: none !important;
122
	margin-bottom: 5px;
122
	margin-bottom: 5px;
123
}
123
}
124
 
124
 
125
.best-deals-badge	{
125
.best-deals-badge	{
126
	background: url("/images/header-sprite.png") no-repeat scroll 0 0 transparent;
126
	background: url("/storewebsite/images/menubar-separator-sprite.png") no-repeat scroll 0 0 transparent;
127
    height: 35px;
127
    height: 35px;
128
    position: absolute;
128
    position: absolute;
129
    right: 0;
129
    right: 0;
130
    top: 0;
130
    top: 0;
131
    width: 20px;
131
    width: 20px;