Subversion Repositories SmartDukaan

Rev

Rev 4180 | Rev 4184 | 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;
167
}
168
 
169
.user-dropdown .user-dropdown-options	{
170
	display: none;
171
	background: #FFFFFF;
172
	border-left: 1px solid #006699;
173
	border-right: 1px solid #006699;
174
	border-bottom: 1px solid #006699;
175
	width: 150px;
176
	position: absolute;
177
	font-size: 11px;
178
    list-style: none outside none;
179
    text-align: left;
180
    margin-left: -1px;
181
}
182
 
183
.user-dropdown .user-dropdown-options li	{
184
	line-height: 19px;
185
    padding: 0 6px;
186
}
187
 
188
.user-dropdown .user-dropdown-options li:hover	{
189
	background-color: #FFFFCC;
190
}
191
 
192
 
3830 chandransh 193
#header .main .right	{
3863 varun.gupt 194
	margin-top: 5px;
3830 chandransh 195
	font-size: 11px;
196
	color: #666666;
197
	line-height: 20px;
198
}
199
 
3863 varun.gupt 200
#header .main .right .social-icon	{
201
	background: url('/images/droid.gif') 0 0 no-repeat;
202
	padding: 6px 0 6px 26px;
203
}
204
 
3830 chandransh 205
#header .main .right a	{
206
	color: #006699;
207
	font-weight: bold;
208
}
209
 
210
#menu	{
211
	width: 100%;
212
	height: 45px;
213
	background:  #F6F6F6 url(/images/BG_NavBar.png) 50% 50% repeat-x;
214
}
215
 
216
#menu ul.primary	{
217
	display: block;
4017 rajveer 218
	width: 980px;
3830 chandransh 219
	margin: 0px auto;
220
	list-style: none;
221
}
222
 
223
#menu li.primary	{
224
	margin-top: 1px;
225
	height: 44px;
226
	background: url('/images/VerticalSeparator_NavBar.png') -1px 0px;
227
	background-repeat: no-repeat;
228
}
229
 
230
#menu li.primary a.link-menu-primary	{
231
	display: block;
232
	font-size: 15px;
233
	color: #ffffff;
234
	text-decoration: none;
235
	padding: 14px 20px 13px;
236
}
237
 
238
#menu a .menu-primary-arrow	{
239
	background:url("/images/IconDownArrow_UnselectedTab.png") no-repeat;
240
    height: 5px;
241
    margin: 6px 0 0 5px;
242
    width: 9px;
243
}
244
 
245
.menu-secondary	{
246
	display: none;
247
}
248
 
249
li.primary:hover	{
250
	background-color: #FFFFFF !important;
251
}
252
 
253
li.active-menu-tab	{
254
	background-color: #FFFFFF !important;
255
}
256
 
257
li.active-menu-tab	.menu-primary-arrow{
258
	background:url("/images/IconDownArrow_SelectedTab.png") no-repeat !important;
259
}
260
 
261
li.active-menu-tab a	{
262
	color: #006699 !important;
263
}
264
 
265
li.primary:hover .menu-primary-arrow	{
266
	background:url("/images/IconDownArrow_SelectedTab.png") no-repeat !important;
267
}
268
 
269
li.primary:hover a.link-menu-primary	{
270
	color: #006699 !important;
271
}
272
 
273
li.primary:hover .menu-secondary	{
274
	width: 200px;
275
    display: block;
276
    position: absolute;
277
    margin-top: 16px;
278
    background-color: #FFFFFF;
279
	border-right: 1px solid #006699;
280
	border-bottom: 1px solid #006699;
281
	border-left: 1px solid #006699;
282
	z-index: 21;
283
}
284
 
3883 varun.gupt 285
.menu-secondary .label-brand	{
286
	margin-top: 3px;
287
}
288
 
3879 varun.gupt 289
li.primary:hover #mobilesMenu	{
290
	width: 275px !important;
291
}
292
 
3830 chandransh 293
.link-menu-secondary {
294
	display: block;
295
	height: 18px;
296
	padding: 4px 4px;
297
	text-decoration: none;
298
	color: #000000 !important;
299
	font-size: 12px !important;
300
	white-space: nowrap;
3883 varun.gupt 301
	padding-left: 15px;
3830 chandransh 302
}
303
 
304
.link-menu-secondary:hover	{
305
	background-color: #FFFFCC;
306
	text-decoration: none;
307
}
308
 
3879 varun.gupt 309
.menu-secondary .menu-secondary-brand	{
310
	width: 118px;
311
}
312
 
3830 chandransh 313
.link-menu-fixed	{
314
	display: block;
315
	height: 18px;
316
	padding: 4px 4px;
317
	color: #000000 !important;
318
	font-size: 12px !important;
319
	white-space: nowrap;
320
	background-color: #e0e0e0;
321
	text-decoration: none !important;
3883 varun.gupt 322
	margin-bottom: 5px;
3830 chandransh 323
}
324
 
325
#bestDeals	{
326
	background-position: right top;
327
	padding: 15px 30px;
328
}
329
 
3903 varun.gupt 330
.best-deals-badge	{
331
	background: url('/images/IconBestDeals_NavBar.png') no-repeat scroll transparent;
332
}
333
 
3830 chandransh 334
#bestDeals a	{
335
	font-size: 15px;
336
	color: #ffffff;
337
	text-decoration: none;
338
}
339
/** Header End **/
340
 
341
/** Footer Start **/
342
#footer	{
343
	width: 100%;
344
	background: #F6F6F6 url(../images/FooterBG.png) 50% 50% repeat;
345
	margin-top: 30px;
346
}
347
 
348
#footerLinks	{
4017 rajveer 349
	width: 980px;
3830 chandransh 350
	min-height: 130px;
351
	margin: 0 auto;
352
	padding: 30px 0px;
3845 varun.gupt 353
	overflow: auto;
3830 chandransh 354
}
355
 
356
#footerLinks .footer-links-group	{
357
	width: 160px;
358
	float: left;
4017 rajveer 359
	margin-left: 30px;
3830 chandransh 360
}
361
 
3844 varun.gupt 362
.footer-links-group div	{
363
    color: #FFFFFF;
364
    font-size: 15px;
365
    font-weight: bold;
366
    margin-bottom: 10px;
3830 chandransh 367
}
368
 
369
.footer-links-group a	{
370
	display: block;
371
	color: #ffffff;
372
	font-size: 15px;
373
	text-decoration: none;
374
}
375
 
376
#bottombar	{
377
	padding: 14px 0;
378
	text-align: center;
379
	font-size: 11px;
380
	font-weight: bold;
381
	color: #ffffff;
382
	background-color: #000000;
383
	opacity:0.3;
384
	filter:alpha(opacity=30);
385
}
386
/** Footer End **/