Subversion Repositories SmartDukaan

Rev

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