Subversion Repositories SmartDukaan

Rev

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

Rev 3903 Rev 3966
Line 26... Line 26...
26
	color: #ffffff;
26
	color: #ffffff;
27
	font-size: 12px;
27
	font-size: 12px;
28
}
28
}
29
 
29
 
30
#topbar .left	{
30
#topbar .left	{
31
	background: url('/images/IconFreeDelivery_TopBar.png') no-repeat scroll transparent;
31
	background: url('/images/IconFreeDelivery_TopBar.png') 30px 7px no-repeat scroll transparent;
32
	padding: 3px 35px;
32
	line-height: 36px;
33
	margin: 7px 0 0 30px;
33
	padding-left: 70px;
34
}
34
}
35
 
35
 
36
#topbar .right	{
36
#topbar .right	{
37
	float: right;
37
	float: right;
38
	background: url('/images/IconSupport_TopBar.png') no-repeat scroll transparent;
38
	background: url('/images/IconSupport_TopBar.png') no-repeat scroll transparent;
39
	background-position: right;
39
	background-position: right;
40
	height: 36px;
40
	line-height: 36px;
41
	padding: 7px 40px 0 0;
41
	padding-right: 40px;
42
	margin-right: 30px;
42
	margin-right: 30px;
43
}
43
}
44
 
44
 
45
#topbar a	{
45
#topbar a	{
46
	color: #ffffff;
46
	color: #ffffff;
Line 76... Line 76...
76
	color: #666666;
76
	color: #666666;
77
	padding: 0 4px;
77
	padding: 0 4px;
78
}
78
}
79
 
79
 
80
.new-button	{
80
.new-button	{
81
	border: 1px solid #CCC;
81
	border: 1px solid #CCCCCC;
82
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
82
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
83
	outline: none;
83
	outline: none;
84
	
84
	
85
	font-size: 12px;
85
	font-size: 12px;
86
	font-weight: bold;
86
	font-weight: bold;
87
	
87
	
88
	display: inline-block;
88
	display: inline-block;
89
	cursor: pointer;
89
	cursor: pointer;
90
	text-align: left;
-
 
91
	zoom: 1;
90
	zoom: 1;
92
	overflow: visible;
91
	overflow: visible;
93
}
92
}
94
 
93
 
95
#searchButton	{
94
.search-button	{
-
 
95
	background: #F6F6F6 url(/images/IconSearchButton_ALLSTATES.png) 7% 50% no-repeat;
-
 
96
	padding-left: 15px;
96
	width: 110px;
97
	width: 110px;
97
	height: 30px;
98
	height: 30px;
98
	margin-left: 10px;
99
	margin-left: 10px;
99
}
100
}
100
 
101
 
101
.dropdown	{
102
.search-in-dropdown	{
102
}
-
 
103
 
-
 
104
#categorySelector	{
103
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
105
	height: 30px;
-
 
106
	width: 110px;
104
	width: 110px;
107
	padding: 3px 0 3px 3px;
-
 
108
	margin-left: 10px;
105
	margin-left: 10px;
-
 
106
	border: 1px solid #CCCCCC;
-
 
107
	line-height: 28px;
-
 
108
	cursor: pointer;
-
 
109
	font-weight: bold;
-
 
110
}
-
 
111
 
-
 
112
.search-in-dropdown .default	{
-
 
113
	background: #F6F6F6 url(/images/IconDownArrow_WhiteButton.png) 92% 50% no-repeat;
-
 
114
}
-
 
115
 
-
 
116
.search-in-dropdown .search-in-dropdown-options	{
-
 
117
	display: none;
-
 
118
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
-
 
119
	border: 1px solid #CCCCCC;
-
 
120
	width: 109px;
-
 
121
	position: absolute;
-
 
122
	font-size: 11px;
-
 
123
    list-style: none outside none;
-
 
124
    text-align: left;
-
 
125
}
-
 
126
 
-
 
127
.search-in-dropdown .search-in-dropdown-options li	{
-
 
128
	line-height: 19px;
-
 
129
    padding: 0 6px;
-
 
130
}
-
 
131
 
-
 
132
.search-in-dropdown .search-in-dropdown-options li:hover	{
-
 
133
	background-color: #FFFFCC;
109
}
134
}
110
 
135
 
111
#header .main .right	{
136
#header .main .right	{
112
	margin-top: 5px;
137
	margin-top: 5px;
113
	font-size: 11px;
138
	font-size: 11px;