Subversion Repositories SmartDukaan

Rev

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

Rev 6211 Rev 6407
Line 289... Line 289...
289
.captcha_text_focus {
289
.captcha_text_focus {
290
    height: 28px;
290
    height: 28px;
291
    text-align: left;
291
    text-align: left;
292
    width: 194px;
292
    width: 194px;
293
}
293
}
-
 
294
 
-
 
295
ol.bank-name {
-
 
296
	width:600px;
-
 
297
	float:left;
-
 
298
	list-style:none;	
-
 
299
}
-
 
300
 
-
 
301
ol.bank-name li {
-
 
302
	height:22px;
-
 
303
	width:10px;
-
 
304
	float:left;
-
 
305
	margin:10px;
-
 
306
	padding-right:120px;
-
 
307
	background: url('../images/banks-sprite.gif') no-repeat scroll 0 ;
-
 
308
	background-size:87% auto;
-
 
309
	background-position: right;
-
 
310
}
-
 
311
 
-
 
312
ol.bank-name li input {
-
 
313
	vertical-align: middle;
-
 
314
}
-
 
315
 
-
 
316
#emi-options {
-
 
317
    border-collapse: collapse;
-
 
318
    border-spacing: 0;
-
 
319
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
-
 
320
    font-size: 12px;
-
 
321
    margin:10px 10px 0;
-
 
322
    text-align: left;
-
 
323
    width: 520px;
-
 
324
    line-height:normal;
-
 
325
    border: 1px solid gray;
-
 
326
}
-
 
327
#emi-options th {
-
 
328
    background: none repeat scroll 0 0 #B9C9FE;
-
 
329
    /* 'border-bottom: 1px solid #FFFFFF;
-
 
330
    border-top: 4px solid #AABCFE; */
-
 
331
    color: #003399;
-
 
332
    font-size: 13px;
-
 
333
    font-weight: normal;
-
 
334
    padding: 8px;
-
 
335
}
-
 
336
#emi-options td {
-
 
337
    background: none repeat scroll 0 0 white;
-
 
338
    border-bottom: 1px solid gray;
-
 
339
    border-top: 1px solid transparent;
-
 
340
    color: #666699;
-
 
341
    padding: 8px;
-
 
342
}
-
 
343
#emi-options tr:hover td {
-
 
344
    background: none repeat scroll 0 0 #DBEEFF;
-
 
345
    color: #333399;
-
 
346
}
-
 
347
 
-
 
348
select#bank-name{
-
 
349
	font-family: Verdana,Arial,Helvetica,sans-serif;
-
 
350
    font-size: 12px;
-
 
351
    float:none;
-
 
352
    height:auto;
-
 
353
    
-
 
354
}
-
 
355
 
-
 
356
span.rupee-icon {
-
 
357
	padding-left: 16px;
-
 
358
	background: url('/images/rupee-icon.png') no-repeat scroll 0 0
-
 
359
}
-
 
360