Subversion Repositories SmartDukaan

Rev

Rev 4177 | Rev 4182 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4177 Rev 4180
Line 73... Line 73...
73
 
73
 
74
.searchbox	{
74
.searchbox	{
75
	width: 244px;
75
	width: 244px;
76
	float: left;
76
	float: left;
77
    border: 1px solid #CCCCCC;
77
    border: 1px solid #CCCCCC;
78
    height: 27px;
78
    height: 28px;
79
    text-align: left;
79
    text-align: left;
80
	font-size: 12px;
80
	font-size: 12px;
81
	color: #666666;
81
	color: #666666;
82
	padding: 0 4px;
82
	padding: 0 4px;
83
}
83
}
Line 107... Line 107...
107
.search-in-dropdown	{
107
.search-in-dropdown	{
108
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
108
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
109
	width: 110px;
109
	width: 110px;
110
	margin-left: 10px;
110
	margin-left: 10px;
111
	border: 1px solid #CCCCCC;
111
	border: 1px solid #CCCCCC;
112
	line-height: 27px;
112
	line-height: 28px;
113
	cursor: pointer;
113
	cursor: pointer;
114
	font-weight: bold;
114
	font-weight: bold;
115
}
115
}
116
 
116
 
117
.search-in-dropdown .default	{
117
.search-in-dropdown .default	{
Line 136... Line 136...
136
 
136
 
137
.search-in-dropdown .search-in-dropdown-options li:hover	{
137
.search-in-dropdown .search-in-dropdown-options li:hover	{
138
	background-color: #FFFFCC;
138
	background-color: #FFFFCC;
139
}
139
}
140
 
140
 
-
 
141
.user-dropdown	{
-
 
142
	background: #F6F6F6;
-
 
143
	width: 150px;
-
 
144
	overflow: hidden;
-
 
145
	margin-left: 10px;
-
 
146
	margin-top: 5px;
-
 
147
	line-height: 28px;
-
 
148
	cursor: pointer;
-
 
149
	font-weight: bold;
-
 
150
	border-left: 1px solid #F6F6F6;
-
 
151
	border-right: 1px solid #F6F6F6;
-
 
152
	border-top: 1px solid #F6F6F6;
-
 
153
}
-
 
154
 
-
 
155
.active{
-
 
156
	background: #FFFFFF;
-
 
157
	border-left: 1px solid #006699;
-
 
158
	border-right: 1px solid #006699;
-
 
159
	border-top: 1px solid #006699;
-
 
160
}
-
 
161
 
-
 
162
 
-
 
163
.user-dropdown .default	{
-
 
164
	background: url(/images/IconDownArrow_WhiteButton.png) 96% 50% no-repeat;
-
 
165
	padding-left: 10px;
-
 
166
	padding-right: 20px;
-
 
167
	overflow: hidden;
-
 
168
}
-
 
169
 
-
 
170
.user-dropdown .user-dropdown-options	{
-
 
171
	display: none;
-
 
172
	background: #FFFFFF;
-
 
173
	border-left: 1px solid #006699;
-
 
174
	border-right: 1px solid #006699;
-
 
175
	border-bottom: 1px solid #006699;
-
 
176
	width: 150px;
-
 
177
	position: absolute;
-
 
178
	font-size: 11px;
-
 
179
    list-style: none outside none;
-
 
180
    text-align: left;
-
 
181
    margin-left: -1px;
-
 
182
}
-
 
183
 
-
 
184
.user-dropdown .user-dropdown-options li	{
-
 
185
	line-height: 19px;
-
 
186
    padding: 0 6px;
-
 
187
}
-
 
188
 
-
 
189
.user-dropdown .user-dropdown-options li:hover	{
-
 
190
	background-color: #FFFFCC;
-
 
191
}
-
 
192
 
-
 
193
 
141
#header .main .right	{
194
#header .main .right	{
142
	margin-top: 5px;
195
	margin-top: 5px;
143
	font-size: 11px;
196
	font-size: 11px;
144
	color: #666666;
197
	color: #666666;
145
	line-height: 20px;
198
	line-height: 20px;