Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
568 rajveer 1
/** 
2
  * Author 			: Raj Kumar Bharti
3
  * Creation Date 	: 3rd Jan 2011
4
  * Project 		: Shop2020
5
  * Copyright 2010 Evon Technologies
6
*/
7
 
8
/*____ bigImgBtn class ____*/
9
.bigImgBtn {
10
	border:1px solid #c5a75f;
11
	background:#ffe79a url(../images/big-btn-hor-bar.jpg) repeat-x;
12
}
13
 
14
.bigImgBtn .inputBtn,
15
.bigImgBtn a.linkBtn{
16
	font-size:13px;
17
}
18
 
19
.bigImgBtn .inputBtn{
20
	height:26px;
21
}
22
 
23
.bigImgBtn a.linkBtn{
24
	padding: 3px 10px;
25
	text-decoration:none;
26
}
27
 
28
/*____ smallImgBtn class ____*/
29
.smallImgBtn{
30
	border:1px solid #c5a75f;
31
	background:#ffe79a url(../images/small-btn-hor-bar.jpg) repeat-x;
32
}
33
 
34
.smallImgBtn .inputBtn,
35
.smallImgBtn a.linkBtn{
36
	font-size:11px;
37
}
38
 
39
.smallImgBtn .inputBtn{
40
	height:19px;
41
}
42
 
43
.smallImgBtn a.linkBtn{
44
	padding: 0 10px;
45
	text-decoration:none;
46
}
47
 
48
/*____ bigImgBtn & smallImgBtn class common properties ____*/
49
 
50
.bigImgBtn, 
51
.smallImgBtn {
52
	text-align:center;
53
	overflow:hidden; /* IE 7 */
54
}
55
 
56
.bigImgBtn input, 
57
.bigImgBtn a, 
58
.smallImgBtn input, 
59
.smallImgBtn a{
60
	float:left;
61
	display:block;
62
}
63
 
64
.bigImgBtn a, 
65
.smallImgBtn a {
66
	line-height:20px !important;
67
}
68
 
69
.bigImgBtn a img, 
70
.smallImgBtn a  img{
71
	border:none;
72
}
73
 
74
.bigImgBtn   .inputBtn,
75
.smallImgBtn .inputBtn,
76
.bigImgBtn	 a.linkBtn,
77
.smallImgBtn a.linkBtn{
78
	cursor: pointer;
79
	font-family:Arial, Helvetica, sans-serif; /* Verdana, Verdana, Geneva, sans-serif; */
80
	font-weight: bold;
81
	color:#000;
82
}
83
 
84
.bigImgBtn a.linkBtn:hover,
85
.smallImgBtn a.linkBtn:hover{
86
	color:#000;	
87
	text-decoration:none;
88
}
89
 
90
.bigImgBtn 	 .inputBtn,
91
.smallImgBtn .inputBtn{
92
	border:none;
93
	background:none;
94
 
95
	padding: 0 7px;
96
 
97
	padding-left:  10px\9; 	/* IE 8 */
98
	padding-right: 10px\9; 	/* IE 8 */			
99
 
100
	overflow:visible; 		/* IE 7 */
101
}
102
 
103
/* Google Chrome & Safari */
104
@media screen and (-webkit-min-device-pixel-ratio:0) {
105
	.smallImgBtn .inputBtn,
106
	.bigImgBtn .inputBtn{
107
		padding:0 10px;
108
	}
109
}
110
 
111
/*___ enable, disable & delete button class ___*/
112
#myAccount .imgEnableButton {
113
	border:1px solid #c5a75f;
114
	background:#ffe79a url(../images/enabledisable-button-hor-bar.jpg) repeat-x;
115
}
116
 
117
#myAccount .imgDisableButton {
118
	border:1px solid #bebebe;
119
	background:#d2d2d2 url(../images/enabledisable-button-hor-bar.jpg) repeat-x 0 -22px;
120
}
121
 
122
#myAccount .imgDeleteButton {
123
	border:1px solid #b39f70;
124
	background:#dfc982 url(../images/delete-button-hor-bar.jpg) repeat-x;
125
}
126
 
127
/*____ enable, disable & delete button class common properties ____*/
128
 
129
#myAccount .imgEnableButton ,
130
#myAccount .imgDisableButton,
131
#myAccount .imgDeleteButton  {
132
	text-align:center;
133
	overflow:hidden; /* IE 7 */
134
}
135
 
136
#myAccount .imgEnableButton input,
137
#myAccount .imgDisableButton input,
138
#myAccount .imgDeleteButton input{
139
	float:left;
140
	display:block;
141
}
142
 
143
#myAccount .imgEnableButton .inputBtn,
144
#myAccount .imgDisableButton .inputBtn,
145
#myAccount .imgDeleteButton .inputBtn{
146
	font-family:Arial, Helvetica, sans-serif; /* Verdana, Verdana, Geneva, sans-serif; */
147
	font-weight: bold;
148
	font-size:13px;
149
 
150
	height:22px;
151
 
152
	border:none;
153
	background:none;
154
 
155
	padding: 0 7px;
156
 
157
	padding-left:  10px\9; 	/* IE 8 */
158
	padding-right: 10px\9; 	/* IE 8 */			
159
 
160
	overflow:visible; 		/* IE 7 */
161
}
162
 
163
#myAccount .imgEnableButton .inputBtn,
164
#myAccount .imgDeleteButton .inputBtn{
165
	cursor: pointer;
166
	color:#000;
167
}
168
 
169
#myAccount .imgDisableButton .inputBtn{
170
	cursor:default;
171
	color:#666;
172
}
173
 
174
/* Google Chrome & Safari */
175
@media screen and (-webkit-min-device-pixel-ratio:0) {
176
	#myAccount .imgEnableButton .inputBtn,
177
	#myAccount .imgDisableButton .inputBtn,
178
	#myAccount .imgDeleteButton .inputBtn{
179
		padding:0 10px;
180
	}
181
}
182
 
183
#myAccount .buttonSpacing{margin-right:10px;}
184
 
185
/*___ tab buttons ___*/
186
#tabButton{
187
	margin-top:3px;
188
	height:24px;
189
}
190
#tabButton .tabButton1{	float:left;}
191
#tabButton .tabButton2 {float:right;}
192
 
193
#tabButton .spacing{
194
	float:right;
195
	width:12px; 
196
}
197
#tabButton .spacing2{
198
	float:right;
199
	width:3px; 
200
}
201
#tabButton .tabButton1{margin:0 10px;}
202
#tabButton .tabButton1 a,
203
#tabButton .tabButton1 span{display:block;}
204
 
205
#tabButton .tabButton1 a{
206
	color:#333;
207
	text-decoration:none;
208
 
209
	cursor:pointer;
210
	background:url(../images/tab1-btn-hor-bar.png) repeat-x;
211
}
212
 
213
#tabButton .tabButton1 a span{
214
	margin-left:-10px;
215
	background:url(../images/tab1-btn-left.png) no-repeat;
216
}
217
 
218
#tabButton .tabButton1 a span span{
219
	margin-right:-10px;
220
	background:url(../images/tab1-btn-right.png) no-repeat top right;	
221
 
222
	padding:2px 18px 0 28px;
223
	height:22px;
224
}
225
 
226
#tabButton .tabButton1 a:hover,
227
#tabButton .tabButton1 a#activeTab{
228
	color:#333;
229
	text-decoration:none;
230
	background:url(../images/tab1-btn-hor-bar.png) repeat-x 0 -24px;
231
}
232
#tabButton .tabButton1 a:hover span,
233
#tabButton .tabButton1 a#activeTab span{
234
	background:url(../images/tab1-btn-left.png) no-repeat 0 -24px;
235
}
236
#tabButton .tabButton1 a:hover span span,
237
#tabButton .tabButton1 a#activeTab span span{
238
	background:url(../images/tab1-btn-right.png) no-repeat 100% -24px;
239
}
240
 
241
#tabButton .tabButton2{margin:0 10px;}
242
#tabButton .tabButton2 a,
243
#tabButton .tabButton2 span{display:block;}
244
 
245
#tabButton .tabButton2 a{
246
	color:#333;
247
	text-decoration:none;
248
 
249
	cursor:pointer;
250
	background:url(../images/tab2-btn-hor-bar.png) repeat-x;
251
}
252
 
253
#tabButton .tabButton2 a span{
254
	margin-left:-10px;
255
	background:url(../images/tab2-btn-left.png) no-repeat;
256
}
257
 
258
#tabButton .tabButton2 a span span{
259
	margin-right:-10px;
260
	background:url(../images/tab2-btn-right.png) no-repeat top right;	
261
 
262
	padding:2px 18px 0 28px;
263
	height:22px;
264
}
265
 
266
#tabButton .tabButton2 a:hover,
267
#tabButton .tabButton2 a#activeTab{
268
	color:#333;
269
	text-decoration:none;
270
	background:url(../images/tab2-btn-hor-bar.png) repeat-x 0 -24px;
271
}
272
#tabButton .tabButton2 a:hover span,
273
#tabButton .tabButton2 a#activeTab span{
274
	background:url(../images/tab2-btn-left.png) no-repeat 0 -24px;
275
}
276
#tabButton .tabButton2 a:hover span span,
277
#tabButton .tabButton2 a#activeTab span span{
278
	background:url(../images/tab2-btn-right.png) no-repeat 100% -24px;
279
}