Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
3830 chandransh 1
/** Header Start **/
2
body	{
3
	margin: 0px;
4
	padding: 0px;
5
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
6
}
7
 
8
img	{	border: 0px;	}
9
 
10
.red	{ color: #ff0000;	}
11
 
12
.bold	{ font-weight: bold;	}
13
 
4002 varun.gupt 14
.text-left	{	text-align: left;	}
15
 
16
.text-center	{	text-align: center;	}
17
 
3830 chandransh 18
/** Header CSS Start **/
19
 
20
#header	{
21
	width: 100%;
22
}
23
 
24
.left	{	float: left;	}
25
.right	{	float: right;	}
26
 
27
#topbar	{
4126 varun.gupt 28
	line-height: 40px;
3990 varun.gupt 29
	background-color: #333333;
3830 chandransh 30
	color: #ffffff;
31
	font-size: 12px;
4017 rajveer 32
	min-width: 980px;
3990 varun.gupt 33
	font-weight: bold;
4126 varun.gupt 34
	overflow: auto;
3830 chandransh 35
}
36
 
37
#topbar .left	{
3966 varun.gupt 38
	background: url('/images/IconFreeDelivery_TopBar.png') 30px 7px no-repeat scroll transparent;
39
	padding-left: 70px;
3830 chandransh 40
}
41
 
42
#topbar .right	{
43
	float: right;
44
	background: url('/images/IconSupport_TopBar.png') no-repeat scroll transparent;
45
	background-position: right;
3966 varun.gupt 46
	padding-right: 40px;
3830 chandransh 47
	margin-right: 30px;
48
}
49
 
50
#topbar a	{
51
	color: #ffffff;
52
}
53
 
54
#header .main	{
55
	margin: 0px auto;
4017 rajveer 56
	width: 980px;
3830 chandransh 57
	height: 80px;
58
}
59
 
60
#header .main .center	{
61
	float: left;
62
	text-align: center;
63
	padding: 25px;
64
	width: 550px;
3854 varun.gupt 65
	margin-left: 45px;
3830 chandransh 66
}
67
 
68
#header .main .left p	{
69
	font-size: 10px;
70
	text-align: right;
71
	margin-top: -1px;
72
}
73
 
74
.searchbox	{
75
	width: 244px;
76
	float: left;
77
    border: 1px solid #CCCCCC;
4180 rajveer 78
    height: 28px;
3830 chandransh 79
    text-align: left;
80
	font-size: 12px;
81
	color: #666666;
82
	padding: 0 4px;
83
}
84
 
85
.new-button	{
3966 varun.gupt 86
	border: 1px solid #CCCCCC;
3830 chandransh 87
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
88
	outline: none;
89
 
90
	font-size: 12px;
91
	font-weight: bold;
92
 
93
	display: inline-block;
94
	cursor: pointer;
95
	zoom: 1;
96
	overflow: visible;
97
}
98
 
3966 varun.gupt 99
.search-button	{
100
	background: #F6F6F6 url(/images/IconSearchButton_ALLSTATES.png) 7% 50% no-repeat;
101
	padding-left: 15px;
3830 chandransh 102
	width: 110px;
103
	height: 30px;
104
	margin-left: 10px;
105
}
106
 
3966 varun.gupt 107
.search-in-dropdown	{
108
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
3830 chandransh 109
	width: 110px;
110
	margin-left: 10px;
3966 varun.gupt 111
	border: 1px solid #CCCCCC;
4180 rajveer 112
	line-height: 28px;
3966 varun.gupt 113
	cursor: pointer;
114
	font-weight: bold;
3830 chandransh 115
}
116
 
3966 varun.gupt 117
.search-in-dropdown .default	{
118
	background: #F6F6F6 url(/images/IconDownArrow_WhiteButton.png) 92% 50% no-repeat;
119
}
120
 
121
.search-in-dropdown .search-in-dropdown-options	{
122
	display: none;
123
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
124
	border: 1px solid #CCCCCC;
125
	width: 109px;
126
	position: absolute;
127
	font-size: 11px;
128
    list-style: none outside none;
129
    text-align: left;
130
}
131
 
132
.search-in-dropdown .search-in-dropdown-options li	{
133
	line-height: 19px;
134
    padding: 0 6px;
135
}
136
 
137
.search-in-dropdown .search-in-dropdown-options li:hover	{
138
	background-color: #FFFFCC;
139
}
140
 
4180 rajveer 141
.user-dropdown	{
142
	background: #F6F6F6;
143
	width: 150px;
144
	overflow: hidden;
145
	margin-left: 10px;
146
	margin-top: 5px;
147
	line-height: 28px;
148
	cursor: pointer;
149
	font-weight: bold;
150
	border-left: 1px solid #F6F6F6;
151
	border-right: 1px solid #F6F6F6;
152
	border-top: 1px solid #F6F6F6;
153
}
154
 
155
.active{
156
	border-left: 1px solid #006699;
157
	border-right: 1px solid #006699;
158
	border-top: 1px solid #006699;
159
}
160
 
161
 
162
.user-dropdown .default	{
163
	background: url(/images/IconDownArrow_WhiteButton.png) 96% 50% no-repeat;
164
	padding-left: 10px;
165
	padding-right: 20px;
166
	overflow: hidden;
4184 rajveer 167
	color: #069;
4180 rajveer 168
}
169
 
170
.user-dropdown .user-dropdown-options	{
171
	display: none;
172
	background: #FFFFFF;
173
	border-left: 1px solid #006699;
174
	border-right: 1px solid #006699;
175
	border-bottom: 1px solid #006699;
176
	width: 150px;
177
	position: absolute;
178
	font-size: 11px;
179
    list-style: none outside none;
180
    text-align: left;
181
    margin-left: -1px;
182
}
183
 
184
.user-dropdown .user-dropdown-options li	{
185
	line-height: 19px;
186
    padding: 0 6px;
187
}
188
 
189
.user-dropdown .user-dropdown-options li:hover	{
190
	background-color: #FFFFCC;
191
}
192
 
193
 
3830 chandransh 194
#header .main .right	{
3863 varun.gupt 195
	margin-top: 5px;
3830 chandransh 196
	font-size: 11px;
197
	color: #666666;
198
	line-height: 20px;
199
}
200
 
201
#header .main .right a	{
202
	color: #006699;
203
	font-weight: bold;
204
}
205
 
206
#menu	{
207
	width: 100%;
208
	height: 45px;
209
	background:  #F6F6F6 url(/images/BG_NavBar.png) 50% 50% repeat-x;
210
}
211
 
212
#menu ul.primary	{
213
	display: block;
4017 rajveer 214
	width: 980px;
3830 chandransh 215
	margin: 0px auto;
216
	list-style: none;
217
}
218
 
219
#menu li.primary	{
220
	margin-top: 1px;
221
	height: 44px;
222
	background: url('/images/VerticalSeparator_NavBar.png') -1px 0px;
223
	background-repeat: no-repeat;
224
}
225
 
226
#menu li.primary a.link-menu-primary	{
227
	display: block;
228
	font-size: 15px;
229
	color: #ffffff;
230
	text-decoration: none;
231
	padding: 14px 20px 13px;
232
}
233
 
234
#menu a .menu-primary-arrow	{
235
	background:url("/images/IconDownArrow_UnselectedTab.png") no-repeat;
236
    height: 5px;
237
    margin: 6px 0 0 5px;
238
    width: 9px;
239
}
240
 
241
.menu-secondary	{
242
	display: none;
243
}
244
 
245
li.primary:hover	{
246
	background-color: #FFFFFF !important;
247
}
248
 
249
li.active-menu-tab	{
250
	background-color: #FFFFFF !important;
251
}
252
 
253
li.active-menu-tab	.menu-primary-arrow{
254
	background:url("/images/IconDownArrow_SelectedTab.png") no-repeat !important;
255
}
256
 
257
li.active-menu-tab a	{
258
	color: #006699 !important;
259
}
260
 
261
li.primary:hover .menu-primary-arrow	{
262
	background:url("/images/IconDownArrow_SelectedTab.png") no-repeat !important;
263
}
264
 
265
li.primary:hover a.link-menu-primary	{
266
	color: #006699 !important;
267
}
268
 
269
li.primary:hover .menu-secondary	{
270
	width: 200px;
271
    display: block;
272
    position: absolute;
273
    margin-top: 16px;
274
    background-color: #FFFFFF;
275
	border-right: 1px solid #006699;
276
	border-bottom: 1px solid #006699;
277
	border-left: 1px solid #006699;
278
	z-index: 21;
279
}
280
 
3883 varun.gupt 281
.menu-secondary .label-brand	{
282
	margin-top: 3px;
283
}
284
 
3879 varun.gupt 285
li.primary:hover #mobilesMenu	{
286
	width: 275px !important;
287
}
288
 
3830 chandransh 289
.link-menu-secondary {
290
	display: block;
291
	height: 18px;
292
	padding: 4px 4px;
293
	text-decoration: none;
294
	color: #000000 !important;
295
	font-size: 12px !important;
296
	white-space: nowrap;
3883 varun.gupt 297
	padding-left: 15px;
3830 chandransh 298
}
299
 
300
.link-menu-secondary:hover	{
301
	background-color: #FFFFCC;
302
	text-decoration: none;
303
}
304
 
3879 varun.gupt 305
.menu-secondary .menu-secondary-brand	{
306
	width: 118px;
307
}
308
 
3830 chandransh 309
.link-menu-fixed	{
310
	display: block;
311
	height: 18px;
312
	padding: 4px 4px;
313
	color: #000000 !important;
314
	font-size: 12px !important;
315
	white-space: nowrap;
316
	background-color: #e0e0e0;
317
	text-decoration: none !important;
3883 varun.gupt 318
	margin-bottom: 5px;
3830 chandransh 319
}
320
 
321
#bestDeals	{
322
	background-position: right top;
323
	padding: 15px 30px;
324
}
325
 
3903 varun.gupt 326
.best-deals-badge	{
327
	background: url('/images/IconBestDeals_NavBar.png') no-repeat scroll transparent;
328
}
329
 
3830 chandransh 330
#bestDeals a	{
331
	font-size: 15px;
332
	color: #ffffff;
333
	text-decoration: none;
334
}
335
/** Header End **/
336
 
337
/** Footer Start **/
338
#footer	{
339
	width: 100%;
340
	background: #F6F6F6 url(../images/FooterBG.png) 50% 50% repeat;
341
	margin-top: 30px;
342
}
343
 
344
#footerLinks	{
4017 rajveer 345
	width: 980px;
3830 chandransh 346
	min-height: 130px;
347
	margin: 0 auto;
348
	padding: 30px 0px;
3845 varun.gupt 349
	overflow: auto;
3830 chandransh 350
}
351
 
352
#footerLinks .footer-links-group	{
353
	width: 160px;
354
	float: left;
4017 rajveer 355
	margin-left: 30px;
3830 chandransh 356
}
357
 
3844 varun.gupt 358
.footer-links-group div	{
359
    color: #FFFFFF;
360
    font-size: 15px;
361
    font-weight: bold;
362
    margin-bottom: 10px;
3830 chandransh 363
}
364
 
365
.footer-links-group a	{
366
	display: block;
367
	color: #ffffff;
368
	font-size: 15px;
369
	text-decoration: none;
370
}
371
 
372
#bottombar	{
373
	padding: 14px 0;
374
	text-align: center;
375
	font-size: 11px;
376
	font-weight: bold;
377
	color: #ffffff;
378
	background-color: #000000;
379
	opacity:0.3;
380
	filter:alpha(opacity=30);
381
}
382
/** Footer End **/