Subversion Repositories SmartDukaan

Rev

Rev 3854 | Rev 3879 | 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
 
204
.link-menu-secondary {
205
	display: block;
206
	height: 18px;
207
	padding: 4px 4px;
208
	text-decoration: none;
209
	color: #000000 !important;
210
	font-size: 12px !important;
211
	white-space: nowrap;
212
}
213
 
214
.link-menu-secondary:hover	{
215
	background-color: #FFFFCC;
216
	text-decoration: none;
217
}
218
 
219
.link-menu-fixed	{
220
	display: block;
221
	height: 18px;
222
	padding: 4px 4px;
223
	color: #000000 !important;
224
	font-size: 12px !important;
225
	white-space: nowrap;
226
	background-color: #e0e0e0;
227
	text-decoration: none !important;
228
}
229
 
230
#bestDeals	{
231
	background: url('../images/IconBestDeals_NavBar.png') no-repeat scroll transparent;
232
	background-position: right top;
233
	padding: 15px 30px;
234
}
235
 
236
#bestDeals a	{
237
	font-size: 15px;
238
	color: #ffffff;
239
	text-decoration: none;
240
}
241
/** Header End **/
242
 
243
/** Footer Start **/
244
#footer	{
245
	width: 100%;
246
	background: #F6F6F6 url(../images/FooterBG.png) 50% 50% repeat;
247
	margin-top: 30px;
248
}
249
 
250
#footerLinks	{
251
	width: 960px;
252
	min-height: 130px;
253
	margin: 0 auto;
254
	padding: 30px 0px;
3845 varun.gupt 255
	overflow: auto;
3830 chandransh 256
}
257
 
258
#footerLinks .footer-links-group	{
259
	width: 160px;
260
	float: left;
261
	margin-left: 25px;
262
}
263
 
3844 varun.gupt 264
.footer-links-group div	{
265
    color: #FFFFFF;
266
    font-size: 15px;
267
    font-weight: bold;
268
    margin-bottom: 10px;
3830 chandransh 269
}
270
 
271
.footer-links-group a	{
272
	display: block;
273
	color: #ffffff;
274
	font-size: 15px;
275
	text-decoration: none;
276
}
277
 
278
#bottombar	{
279
	padding: 14px 0;
280
	text-align: center;
281
	font-size: 11px;
282
	font-weight: bold;
283
	color: #ffffff;
284
	background-color: #000000;
285
	opacity:0.3;
286
	filter:alpha(opacity=30);
287
}
288
/** Footer End **/