Subversion Repositories SmartDukaan

Rev

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

Rev 4940 Rev 5038
Line 61... Line 61...
61
}
61
}
62
 
62
 
63
#header .main .center	{
63
#header .main .center	{
64
	float: left;
64
	float: left;
65
	text-align: center;
65
	text-align: center;
66
	padding: 25px;
66
	padding: 23px 25px;
67
	width: 550px;
67
	width: 550px;
68
	margin-left: 45px;
68
	margin-left: 45px;
69
}
69
}
70
 
70
 
71
#header .main .left p	{
71
#header .main .left p	{
Line 111... Line 111...
111
	background: url("/images/header-sprite.png") no-repeat scroll -81px 1px transparent;
111
	background: url("/images/header-sprite.png") no-repeat scroll -81px 1px transparent;
112
    height: 24px;
112
    height: 24px;
113
    width: 13px;
113
    width: 13px;
114
}
114
}
115
 
115
 
116
.search-in-dropdown	{
-
 
117
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
-
 
118
	width: 110px;
-
 
119
	margin-left: 10px;
-
 
120
	border: 1px solid #CCCCCC;
-
 
121
	line-height: 28px;
-
 
122
	cursor: pointer;
-
 
123
	font-weight: bold;
-
 
124
}
-
 
125
 
-
 
126
.search-in-dropdown .default	{
-
 
127
	background: url("/images/header-sprite.png") no-repeat scroll -42px 7px #F6F6F6;
-
 
128
    height: 15px;
-
 
129
    margin-right: 10px;
-
 
130
    width: 9px;
-
 
131
}
-
 
132
 
-
 
133
.search-in-dropdown .search-in-dropdown-options	{
-
 
134
	display: none;
-
 
135
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
-
 
136
	border: 1px solid #CCCCCC;
-
 
137
	width: 109px;
-
 
138
	position: absolute;
-
 
139
	font-size: 11px;
-
 
140
    list-style: none outside none;
-
 
141
    text-align: left;
-
 
142
}
-
 
143
 
-
 
144
.search-in-dropdown .search-in-dropdown-options li	{
-
 
145
	line-height: 19px;
-
 
146
    padding: 0 6px;
-
 
147
}
-
 
148
 
-
 
149
.search-in-dropdown .search-in-dropdown-options li:hover	{
-
 
150
	background-color: #FFFFCC;
-
 
151
}
-
 
152
 
-
 
153
.user-dropdown	{
116
.user-dropdown	{
154
	background: #F6F6F6;
117
	background: #F6F6F6;
155
	width: 150px;
118
	width: 150px;
156
	overflow: hidden;
119
	overflow: hidden;
157
	margin-top: 5px;
120
	margin-top: 5px;