Subversion Repositories SmartDukaan

Rev

Rev 6435 | Rev 6737 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3617 chandransh 1
 
3101 chandransh 2
#vtab {
3
    margin: auto;
4
    height: 100%;
5
}
6
 
7
#vtab > ul > li {
3830 chandransh 8
    width: 160px;
9
    height: 50px;
10
    line-height: 50px;
3101 chandransh 11
    cursor:default;
12
    background-color: #fff !important;
13
    list-style-type: none;
14
    display: block;
15
    text-align: center;
16
    margin: auto;
17
    border: 1px solid #fff;
18
    position: relative;
19
    border-right: none;
20
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
21
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
22
    /*Fix for IE7*/
23
    border-right: 1px solid #ddd !important;
3830 chandransh 24
    font-size: 13px;
25
    font-weight: bold;
26
    color: #006699;
3101 chandransh 27
}
28
 
29
#vtab > ul > li.selected {
30
    opacity: 1;
31
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
32
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
33
    border: 1px solid #ddd;
34
    z-index: 10;
35
    background-color: #fafafa !important;
36
    position: relative;
37
    /* Fix for IE7 */
3830 chandransh 38
    border-right: 1px solid #fafafa !important;
39
    color: #333333;
3101 chandransh 40
}
41
 
42
#vtab > ul {
43
    float: left;
44
    width: 120px;
45
    text-align: left;
46
    display: block;
47
    margin: auto 0;
48
    padding: 0;
49
    position: relative;
50
    /*Fix for IE7*/
51
    right: 1px;
52
    z-index: 10;
53
}
54
 
55
#vtab > div {
56
    background-color: #ffffff;
57
    border: 1px solid #ddd;
58
    line-height: 2.0em;
3830 chandransh 59
    margin-left: 160px;
60
    min-height: 420px;
3101 chandransh 61
    padding: 12px;
62
    position: relative;
63
    z-index: 9;
64
}
65
 
66
#vtab > div > div.heading {
67
    color: #333333;
68
    height: 25px;
69
    font-size: 14px;
70
    border-bottom: 1px solid #E0E0E0;
71
    padding-bottom: 5px;
72
    margin-bottom: 5px;
73
}
74
 
75
#vtab > ul > li.hover { cursor: pointer; }
3108 chandransh 76
 
3163 chandransh 77
.marginRight5px {
78
	margin-top: 5px;
79
	margin-right: 5px;
80
	float: left;
81
}
82
 
3830 chandransh 83
.ccdiv {
84
	width: 262px;
85
	border: 1px solid #CCC;
86
	margin-bottom:20px; 
87
}
88
 
89
.ccheader-div {
90
	width: 252px;
91
	height: 30px;
92
	line-height: 30px;
93
	background-color: #F1F1F1;
94
	padding: 5px;
95
}
96
 
97
.options {
98
	height: 30px;
99
	padding: 5px;
100
}
101
 
3163 chandransh 102
.cclogo {
103
	float: left;
104
	display: inline;
3830 chandransh 105
	margin-right: 5px;
3163 chandransh 106
}
107
 
108
.cclogo h3 {
109
    height: 30px;
110
    overflow: hidden;
111
    position: relative;
112
}
113
 
3830 chandransh 114
.newcclogo {
115
	float: left;
116
	display: inline;
117
	margin-right: 5px;
118
}
119
 
120
.newcclogo h3{
121
	height: 31px;
122
    overflow: hidden;
123
    position: relative;
124
}
125
 
126
.cctext {
127
	color: #333333;
6211 kshitij.so 128
	font-size: 12px;
3830 chandransh 129
	font-weight: bold;
130
	line-height: 30px;
131
}
132
 
133
.visa h3 img {
3163 chandransh 134
	position: relative;
3830 chandransh 135
	top: -31px;
3163 chandransh 136
}
137
 
3830 chandransh 138
.diners h3 {
139
	height: 38px;
140
}
141
 
3163 chandransh 142
.diners h3 img {
143
	position: relative;
3830 chandransh 144
	top: -62px;
3163 chandransh 145
}
146
 
3830 chandransh 147
.old-master h3 img {
148
	position: relative;
149
	top: -30px;
150
}
151
 
3163 chandransh 152
.maestro h3 img {
153
	position: relative;
154
	top: -120px;
3182 chandransh 155
}
156
 
157
.electron h3 img {
158
	position: relative;
159
	top: -150px;
160
}
161
 
162
.citibank h3 img {
163
	position: relative;
164
	top: -30px;
165
}
166
 
167
.corporationbank h3 img {
168
	position: relative;
169
	top: -60px;
170
}
171
 
172
.federalbank h3 img {
173
	position: relative;
174
	top: -90px;
175
}
176
 
177
.hdfcbank h3 img {
178
	position: relative;
179
	top: -120px;
180
}
181
 
182
.icicibank h3 img {
183
	position: relative;
184
	top: -150px;
185
}
186
 
187
.jkbank h3 img {
188
	position: relative;
189
	top: -180px;
190
}
191
 
192
.karnatkabank h3 img {
193
	position: relative;
194
	top: -210px;
195
}
196
 
197
.sbi h3 img {
198
	position: relative;
199
	top: -240px;
200
}
201
 
202
.sbh h3 img {
203
	position: relative;
204
	top: -270px;
205
}
206
 
207
.sbm h3 img {
208
	position: relative;
209
	top: -300px;
210
}
211
 
212
.itzcash h3 img {
213
	position: relative;
214
	top: -30px;
215
}
216
 
217
.icash h3 img {
218
	position: relative;
219
	top: -60px;
220
}
3830 chandransh 221
 
222
input.make-payment-button {
223
	background: url("../images/Button_MakePayment_ALLSTATES-copy.png") repeat-x scroll 50% 50% #F6F6F6;
224
	background-top
225
    border: 1px solid #CCCCCC;
226
    cursor: pointer;
227
    display: inline-block;
228
    font-size: 15px;
229
    font-weight: bold;
230
    text-shadow: 0px 1px 0px #009932;
231
    outline: medium none;
232
    overflow: visible;
233
    text-align: center;
234
    width: 305px;
235
    height: 40px;
236
    color: #FFFFFF;
237
}
238
 
239
.center-text-bold12 {
240
	text-align:center;
241
	font-size: 12px;
242
	font-weight:bold;
243
}
244
 
245
.center-text-bold13 {
246
	text-align:center;
247
	font-size: 13px;
248
	font-weight:bold;
249
}
250
 
251
.payment-security-notice {
252
	background-color: #ffffff;
253
    border: none;
254
    margin-left: 160px;
255
    padding-top: 25px;
256
}
257
 
258
.noticelogo {
259
	float: left;
260
	display: inline;
261
	margin-right: 5px;
262
}
263
 
264
.noticetext {
265
	color: #333333;
266
	font-size: 13px;
267
	line-height: 61px;
268
}
269
 
270
.noticelogo h3{
271
	height: 61px;
272
    overflow: hidden;
273
    position: relative;
274
}
275
 
276
.vbv h3 img {
277
	position: relative;
278
	top: -62px;
279
}
4656 phani.kuma 280
 
281
.captcha_text_blur {
282
	color: #999999;
283
    font-size: 12px;
284
    height: 28px;
285
    text-align: left;
286
    width: 194px;
287
}
288
 
289
.captcha_text_focus {
290
    height: 28px;
291
    text-align: left;
292
    width: 194px;
293
}
6407 amit.gupta 294
 
295
ol.bank-name {
296
	width:600px;
297
	float:left;
298
	list-style:none;	
299
}
300
 
301
ol.bank-name li {
6435 amit.gupta 302
	height:28px;
6407 amit.gupta 303
	width:10px;
304
	float:left;
305
	margin:10px;
6435 amit.gupta 306
	padding-right:105px;
6407 amit.gupta 307
	background-position: right;
6435 amit.gupta 308
	padding-top: 8px;
6407 amit.gupta 309
}
310
 
311
ol.bank-name li input {
312
	vertical-align: middle;
313
}
314
 
315
#emi-options {
316
    border-collapse: collapse;
317
    border-spacing: 0;
318
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
319
    font-size: 12px;
320
    margin:10px 10px 0;
321
    text-align: left;
322
    width: 520px;
323
    line-height:normal;
324
    border: 1px solid gray;
325
}
326
#emi-options th {
6413 amit.gupta 327
    background: none repeat scroll 0 0 #F1F1F1;
6435 amit.gupta 328
    border-bottom: 1px solid gray;
6421 amit.gupta 329
    /*border-top: 4px solid #AABCFE; */
330
    font-size: 12px;
331
    font-weight: bold;
6407 amit.gupta 332
    padding: 8px;
333
}
334
#emi-options td {
335
    background: none repeat scroll 0 0 white;
336
    border-bottom: 1px solid gray;
337
    border-top: 1px solid transparent;
338
    padding: 8px;
339
}
340
#emi-options tr:hover td {
6413 amit.gupta 341
    background: none repeat scroll 0 0 #fbfbfb;
6407 amit.gupta 342
}
343
 
344
select#bank-name{
345
	font-family: Verdana,Arial,Helvetica,sans-serif;
346
    font-size: 12px;
347
    float:none;
348
    height:auto;
349
 
350
}
351
 
352
span.rupee-icon {
353
	padding-left: 16px;
354
	background: url('/images/rupee-icon.png') no-repeat scroll 0 0
355
}
356
 
6736 amit.gupta 357
#emi-options td.emi_amount {
358
	text-align: left;