Subversion Repositories SmartDukaan

Rev

Rev 7413 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7423 anupam.sin 1
body	{
2
	margin: 0px;
3
	padding: 0px;
4
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
5
}
6
 
7
.red	{ color: #ff0000;	}
8
 
9
.bold	{ font-weight: bold;	}
10
 
11
.text-left	{	text-align: left;	}
12
 
13
.text-center	{	text-align: center;	}
14
 
7272 amit.gupta 15
.left	{	float: left;	}
16
 
7423 anupam.sin 17
.searchbox	{
18
	width: 256px;
19
	float: left;
20
    border: 1px solid #CCCCCC;
21
    height: 28px;
22
    text-align: left;
23
	font-size: 12px;
24
	color: #666666;
25
	padding: 0 4px;
26
}
27
 
28
.new-button	{
29
	border: 1px solid #CCCCCC;
30
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
31
	outline: none;
32
 
33
	font-size: 12px;
34
	font-weight: bold;
35
 
36
	display: inline-block;
37
	cursor: pointer;
38
	zoom: 1;
39
	overflow: visible;
40
}
41
 
42
.search-button	{
43
	background: #F6F6F6 7% 50% no-repeat;
44
	padding: 7px 0 0 8px;
45
	width: 98px;
46
	height: 30px;
47
	margin-left: 10px;
48
}
49
 
50
#searchButton .icon	{
51
	background: url("/images/menubar-separator-sprite.png") no-repeat scroll -81px 1px transparent;
52
    height: 24px;
53
    width: 13px;
54
}
55
 
56
#header .active{
57
	border-left: 1px solid #006699;
58
	border-right: 1px solid #006699;
59
	border-top: 1px solid #006699;
60
}
61
 
7272 amit.gupta 62
#menu	{
63
	width: 100%;
64
	height: 45px;
7413 anupam.sin 65
	background:  #F6F6F6 url("/storewebsite/images/topbar.png") 50% 50% repeat-x;
7272 amit.gupta 66
}
67
 
68
#menu ul.primary	{
69
	display: block;
7409 anupam.sin 70
	width: 1000px;
7272 amit.gupta 71
	margin: 0px auto;
72
	list-style: none;
73
}
74
 
75
.menubar-separator	{
7413 anupam.sin 76
    background: url("/storewebsite/images/menubar-separator-sprite.png") no-repeat scroll -122px 0 transparent;
7272 amit.gupta 77
    height: 44px;
78
    width: 1px
79
}
80
 
81
#menu li.primary	{
82
	margin-top: 1px;
83
	height: 44px;
84
	background-repeat: no-repeat;
85
	position: relative;
86
}
87
 
88
#menu li.primary a.link-menu-primary	{
89
	display: block;
90
	font-size: 15px;
91
	color: #ffffff;
92
	text-decoration: none;
93
	padding: 14px 17px 13px 17px;
94
}
95
 
96
#menu a .menu-primary-arrow	{
7413 anupam.sin 97
	background:url("/storewebsite/images/menubar-separator-sprite.png") -32px 0px no-repeat transparent;
7272 amit.gupta 98
    height: 5px;
99
    margin: 6px 0 0 3px;
100
    width: 9px;
101
}
102
 
103
.menu-secondary	{
104
	display: none;
105
}
106
 
107
li.primary:hover	{
108
	background-color: #FFFFFF !important;
109
}
110
 
111
li.active-menu-tab	{
112
	background-color: #FFFFFF !important;
113
}
114
 
115
li.active-menu-tab	.menu-primary-arrow{
7413 anupam.sin 116
	background:url("/storewebsite/images/menubar-separator-sprite.png") -22px 0 no-repeat !important;
7272 amit.gupta 117
}
118
 
119
li.active-menu-tab a	{
120
	color: #006699 !important;
121
}
122
 
123
li.primary:hover .menu-primary-arrow	{
7413 anupam.sin 124
	background:url("/storewebsite/images/menubar-separator-sprite.png") -42px 0 no-repeat !important;
7272 amit.gupta 125
}
126
 
127
li.primary:hover a.link-menu-primary	{
128
	color: #006699 !important;
129
}
130
 
131
li.primary:hover .menu-secondary	{
132
	width: 200px;
133
    display: block;
134
    position: absolute;
135
    margin-top: 16px;
136
    left: -1px;
137
    background-color: #FFFFFF;
138
	border-right: 1px solid #006699;
139
	border-bottom: 1px solid #006699;
140
	border-left: 1px solid #006699;
141
	z-index: 21;
142
}
143
 
144
.menu-secondary .label-brand	{
145
	margin-top: 3px;
146
}
147
 
148
li.primary:hover #mobilesMenu	{
149
	width: 275px !important;
150
}
151
 
152
.link-menu-secondary {
153
	display: block;
154
	height: 18px;
155
	padding: 4px 4px;
156
	text-decoration: none;
157
	color: #000000 !important;
158
	font-size: 12px !important;
159
	white-space: nowrap;
160
	padding-left: 15px;
161
}
162
 
163
.link-menu-secondary:hover	{
164
	background-color: #FFFFCC;
165
	text-decoration: none;
166
}
167
 
168
.menu-secondary .menu-secondary-brand	{
169
	width: 118px;
170
}
171
 
172
.link-menu-fixed	{
173
	display: block;
174
	height: 18px;
175
	padding: 4px 4px;
176
	color: #000000 !important;
177
	font-size: 12px !important;
178
	white-space: nowrap;
179
	background-color: #e0e0e0;
180
	text-decoration: none !important;
181
	margin-bottom: 5px;
182
}
183
 
184
.best-deals-badge	{
7413 anupam.sin 185
	background: url("/storewebsite/images/menubar-separator-sprite.png") no-repeat scroll 0 0 transparent;
7272 amit.gupta 186
    height: 35px;
187
    position: absolute;
188
    right: 0;
189
    top: 0;
190
    width: 20px;
191
}
192
 
193
.best-deals-badge .link-menu-primary	{
194
	margin-right: 10px;
195
}