Subversion Repositories SmartDukaan

Rev

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