Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8842 anupam.sin 1
.main-left-banner img {
2
    width: 980px;
3
}
4
label.error{
5
	color:red;
6
	font-size:13px;
7
	padding: 2px 10px;
8
}
9
 
10
.left {
11
	float:left;
12
	}
13
.right {
14
	float:right;
15
	}
16
 
17
/**************************************
18
 
19
CSS FOR HEADERS
20
 
21
***************************************/
22
.cart-icon {
23
	background-image:url('/images/cart-icon.png');
24
	height:45px;
25
	width:45px;
26
}
27
.menu-icon {
28
	background-image:url('/images/menu-icon.png');
29
	height:45px;
30
	width:45px;
31
}
32
.account-icon {
33
	background-image:url('/images/account-icon.png');
34
	height:45px;
35
	width:45px;
36
}
37
.site-logo {
38
	background-image:url('/images/site-logo.png');
39
	height:45px;
40
	width:45px;
41
 
42
}
43
 
44
.header-bottom {
45
	background-color:#2789c1;
46
	padding:6px 8px;
47
	position:relative;
48
}
49
 
50
.header-top a {
51
	display:inline-block;
52
	margin-right:10px;
53
}
54
 
55
.search-bar {
56
	width: 100%;
57
    padding: 9px 5px;
58
    font-size: 13px;
59
    color: #888888;
60
    border: none;
61
}
62
 
63
.search-button {
64
	/*height: 25px;
65
    color: #666666;
66
    background-color: white;
67
    border: 0;
68
    margin-left: -30px;
69
	background-image:url('/images/search-icon.png');
70
	width:25px;
71
	line-height: 25px !important;*/
72
	position:absolute;
73
	width:60px;
74
	right:8px;
75
	top:6px;
76
	border: 0;
77
    border-radius: 0;
78
    background-color: #ff5d00;
79
    color: white;
80
    font-weight: bold;
81
    font-size: 13px;
82
    padding: 9px 0;
83
}
84
 
85
.header {
86
	background-color:white;
87
}
88
 
89
 
90
/****************************************
91
 
92
CSS FOR BODY
93
 
94
*****************************************/
95
 
96
body {
97
	padding:0;
98
	margin:0;
99
}
100
 
101
.banner img{
102
	width:100%;
103
}
104
 
105
.banner {
106
	margin:10px 0 10px 0;
107
}
108
 
109
/****************************************
110
 
111
HOME PAGE MENU
112
 
113
*****************************************/
114
 
115
.expandable {
116
	line-height:45px;
117
	color:#666666;
118
	cursor:pointer;
119
}
120
 
121
.expandable ul {
122
	display:none;
123
	list-style-type:none;margin:0;padding:0;
124
}
125
 
126
.expandable ul li {
127
	height:45px;
128
	line-height:45px;
129
	border-bottom:1px solid #AAAAAA;
130
	padding-left:25px;
131
	background-color:#EEEEEE;
132
}
133
 
134
.expandable ul li a{
135
	text-decoration:none;
136
	color:#666666;
137
	display:inline-block;
138
	width:100%;
139
}
140
 
141
.expandable div img, .non-expandable a img {
142
	vertical-align: middle;
143
}
144
.non-expandable {
145
	height:45px;
146
	line-height:45px;
147
	color:#666666;
148
	padding-left:10px;
149
	border-bottom:1px solid #AAAAAA;
150
}
151
 
152
.non-expandable a {
153
	text-decoration:none;
154
	color:#666666;
155
	display:inline-block;
156
	width:100%;
157
}
158
 
159
 
160
.menu-container {
161
	border:1px solid #AAAAAA;
162
	margin:10px;
163
	background-color:white;
164
}
165
 
166
.plus {
167
	background:url('/images/plus.png') no-repeat right top;
168
}
169
 
170
.minus {
171
	background:url('/images/minus.png') no-repeat right top;
172
}
173
 
174
 
175
.menu-container-header {
176
	height:45px;
177
	line-height:45px;
178
	color:#333333;
179
	padding-left:10px;
180
	font-size:18px;
181
	border-bottom:2px solid #2789c1;
182
}
183
 
184
 
185
 
186
/***************************************
187
 
188
FOOTER
189
 
190
****************************************/
191
 
192
.footer {
193
	border-top:4px solid #2789c1;
194
	background-color:white;
195
	height:30px;
196
	line-height:30px;
197
	font-size:13px;
198
	color:#666666;
199
	padding-left:25px;
200
}
201
 
202
.footer a {
203
	color:#666666;
204
	text-decoration:none;
205
}