Subversion Repositories SmartDukaan

Rev

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