Subversion Repositories SmartDukaan

Rev

Rev 3863 | Rev 3883 | 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
 
14
/** Header CSS Start **/
15
 
16
#header	{
17
	width: 100%;
18
}
19
 
20
.left	{	float: left;	}
21
.right	{	float: right;	}
22
 
23
#topbar	{
24
	height: 40px;
25
	background-color: #000000;
26
	color: #ffffff;
27
	font-size: 12px;
28
}
29
 
30
#topbar .left	{
31
	background: url('/images/IconFreeDelivery_TopBar.png') no-repeat scroll transparent;
32
	padding: 3px 35px;
33
	margin: 7px 0 0 30px;
34
}
35
 
36
#topbar .right	{
37
	float: right;
38
	background: url('/images/IconSupport_TopBar.png') no-repeat scroll transparent;
39
	background-position: right;
40
	height: 36px;
41
	padding: 7px 40px 0 0;
42
	margin-right: 30px;
43
}
44
 
45
#topbar a	{
46
	color: #ffffff;
47
}
48
 
49
#header .main	{
50
	margin: 0px auto;
51
	width: 960px;
52
	height: 80px;
53
}
54
 
55
#header .main .center	{
56
	float: left;
57
	text-align: center;
58
	padding: 25px;
59
	width: 550px;
3854 varun.gupt 60
	margin-left: 45px;
3830 chandransh 61
}
62
 
63
#header .main .left p	{
64
	font-size: 10px;
65
	text-align: right;
66
	margin-top: -1px;
67
}
68
 
69
.searchbox	{
70
	width: 244px;
71
	float: left;
72
    border: 1px solid #CCCCCC;
73
    height: 28px;
74
    text-align: left;
75
	font-size: 12px;
76
	color: #666666;
77
	padding: 0 4px;
78
}
79
 
80
.new-button	{
81
	border: 1px solid #CCC;
82
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
83
	outline: none;
84
 
85
	font-size: 12px;
86
	font-weight: bold;
87
 
88
	display: inline-block;
89
	cursor: pointer;
90
	text-align: left;
91
	zoom: 1;
92
	overflow: visible;
93
}
94
 
95
#searchButton	{
96
	width: 110px;
97
	height: 30px;
98
	margin-left: 10px;
99
}
100
 
101
.dropdown	{
102
}
103
 
104
#categorySelector	{
105
	height: 30px;
106
	width: 110px;
107
	padding: 3px 0 3px 3px;
108
	margin-left: 10px;
109
}
110
 
111
#header .main .right	{
3863 varun.gupt 112
	margin-top: 5px;
3830 chandransh 113
	font-size: 11px;
114
	color: #666666;
115
	line-height: 20px;
116
}
117
 
3863 varun.gupt 118
#header .main .right .social-icon	{
119
	background: url('/images/droid.gif') 0 0 no-repeat;
120
	padding: 6px 0 6px 26px;
121
}
122
 
3830 chandransh 123
#header .main .right a	{
124
	color: #006699;
125
	font-weight: bold;
126
}
127
 
128
#menu	{
129
	width: 100%;
130
	height: 45px;
131
	background:  #F6F6F6 url(/images/BG_NavBar.png) 50% 50% repeat-x;
132
}
133
 
134
#menu ul.primary	{
135
	display: block;
136
	width: 960px;
137
	margin: 0px auto;
138
	list-style: none;
139
}
140
 
141
#menu li.primary	{
142
	margin-top: 1px;
143
	height: 44px;
144
	background: url('/images/VerticalSeparator_NavBar.png') -1px 0px;
145
	background-repeat: no-repeat;
146
}
147
 
148
#menu li.primary a.link-menu-primary	{
149
	display: block;
150
	font-size: 15px;
151
	color: #ffffff;
152
	text-decoration: none;
153
	padding: 14px 20px 13px;
154
	font-weight: bold;
155
}
156
 
157
#menu a .menu-primary-arrow	{
158
	background:url("/images/IconDownArrow_UnselectedTab.png") no-repeat;
159
    height: 5px;
160
    margin: 6px 0 0 5px;
161
    width: 9px;
162
}
163
 
164
.menu-secondary	{
165
	display: none;
166
}
167
 
168
li.primary:hover	{
169
	background-color: #FFFFFF !important;
170
}
171
 
172
li.active-menu-tab	{
173
	background-color: #FFFFFF !important;
174
}
175
 
176
li.active-menu-tab	.menu-primary-arrow{
177
	background:url("/images/IconDownArrow_SelectedTab.png") no-repeat !important;
178
}
179
 
180
li.active-menu-tab a	{
181
	color: #006699 !important;
182
}
183
 
184
li.primary:hover .menu-primary-arrow	{
185
	background:url("/images/IconDownArrow_SelectedTab.png") no-repeat !important;
186
}
187
 
188
li.primary:hover a.link-menu-primary	{
189
	color: #006699 !important;
190
}
191
 
192
li.primary:hover .menu-secondary	{
193
	width: 200px;
194
    display: block;
195
    position: absolute;
196
    margin-top: 16px;
197
    background-color: #FFFFFF;
198
	border-right: 1px solid #006699;
199
	border-bottom: 1px solid #006699;
200
	border-left: 1px solid #006699;
201
	z-index: 21;
202
}
203
 
3879 varun.gupt 204
li.primary:hover #mobilesMenu	{
205
	width: 275px !important;
206
}
207
 
3830 chandransh 208
.link-menu-secondary {
209
	display: block;
210
	height: 18px;
211
	padding: 4px 4px;
212
	text-decoration: none;
213
	color: #000000 !important;
214
	font-size: 12px !important;
215
	white-space: nowrap;
216
}
217
 
218
.link-menu-secondary:hover	{
219
	background-color: #FFFFCC;
220
	text-decoration: none;
221
}
222
 
3879 varun.gupt 223
.menu-secondary .menu-secondary-brand	{
224
	width: 118px;
225
	padding-left: 15px;
226
}
227
 
3830 chandransh 228
.link-menu-fixed	{
229
	display: block;
230
	height: 18px;
231
	padding: 4px 4px;
232
	color: #000000 !important;
233
	font-size: 12px !important;
234
	white-space: nowrap;
235
	background-color: #e0e0e0;
236
	text-decoration: none !important;
237
}
238
 
3879 varun.gupt 239
#mobilesMenu .menu-secondary-brands .left	{
240
	border-right: 1px solid #e0e0e0;
241
}
242
 
3830 chandransh 243
#bestDeals	{
244
	background: url('../images/IconBestDeals_NavBar.png') no-repeat scroll transparent;
245
	background-position: right top;
246
	padding: 15px 30px;
247
}
248
 
249
#bestDeals a	{
250
	font-size: 15px;
251
	color: #ffffff;
252
	text-decoration: none;
253
}
254
/** Header End **/
255
 
256
/** Footer Start **/
257
#footer	{
258
	width: 100%;
259
	background: #F6F6F6 url(../images/FooterBG.png) 50% 50% repeat;
260
	margin-top: 30px;
261
}
262
 
263
#footerLinks	{
264
	width: 960px;
265
	min-height: 130px;
266
	margin: 0 auto;
267
	padding: 30px 0px;
3845 varun.gupt 268
	overflow: auto;
3830 chandransh 269
}
270
 
271
#footerLinks .footer-links-group	{
272
	width: 160px;
273
	float: left;
274
	margin-left: 25px;
275
}
276
 
3844 varun.gupt 277
.footer-links-group div	{
278
    color: #FFFFFF;
279
    font-size: 15px;
280
    font-weight: bold;
281
    margin-bottom: 10px;
3830 chandransh 282
}
283
 
284
.footer-links-group a	{
285
	display: block;
286
	color: #ffffff;
287
	font-size: 15px;
288
	text-decoration: none;
289
}
290
 
291
#bottombar	{
292
	padding: 14px 0;
293
	text-align: center;
294
	font-size: 11px;
295
	font-weight: bold;
296
	color: #ffffff;
297
	background-color: #000000;
298
	opacity:0.3;
299
	filter:alpha(opacity=30);
300
}
301
/** Footer End **/