Subversion Repositories SmartDukaan

Rev

Rev 3182 | Rev 3830 | 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 {
8
    width: 120px;
9
    height: 20px;
10
    cursor:default;
11
    background-color: #fff !important;
12
    list-style-type: none;
13
    display: block;
14
    text-align: center;
15
    margin: auto;
16
    padding-bottom: 10px;
17
    border: 1px solid #fff;
18
    position: relative;
19
    border-right: none;
20
    opacity: .3;
21
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
22
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
23
    /*Fix for IE7*/
24
    border-right: 1px solid #ddd !important;
25
}
26
 
27
#vtab > ul > li.selected {
28
    opacity: 1;
29
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
30
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
31
    border: 1px solid #ddd;
32
    /*
33
    border-right: none;
34
    */
35
    z-index: 10;
36
    background-color: #fafafa !important;
37
    position: relative;
38
    /* Fix for IE7 */
39
    border-right: 1px solid #fafafa !important
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
    top: 30px;
51
    /*Fix for IE7*/
52
    right: 1px;
53
    z-index: 10;
54
}
55
 
56
#vtab > div {
57
    background-color: #ffffff;
58
    border: 1px solid #ddd;
59
    line-height: 2.0em;
60
    margin-left: 120px;
3617 chandransh 61
    min-height: 500px;
3101 chandransh 62
    padding: 12px;
63
    position: relative;
64
    z-index: 9;
65
    -moz-border-radius: 20px;
66
}
67
 
68
#vtab > div > div.heading {
69
    color: #333333;
70
    height: 25px;
71
    font-size: 14px;
72
    border-bottom: 1px solid #E0E0E0;
73
    padding-bottom: 5px;
74
    margin-bottom: 5px;
75
}
76
 
77
#vtab > ul > li.hover { cursor: pointer; }
3108 chandransh 78
 
3163 chandransh 79
.options {
80
	height: 30px;
81
	margin-bottom: 5px;
82
}
83
 
84
.marginRight5px {
85
	margin-top: 5px;
86
	margin-right: 5px;
87
	float: left;
88
}
89
 
90
.cclogo {
91
	float: left;
92
	display: inline;
93
	margin-left: 5px;
94
}
95
 
96
.cclogo h3 {
97
    height: 30px;
98
    overflow: hidden;
99
    position: relative;
100
}
101
 
102
.master h3 img {
103
	position: relative;
104
	top: -30px;
105
}
106
 
107
.diners h3 img {
108
	position: relative;
109
	top: -90px;
110
}
111
 
112
.maestro h3 img {
113
	position: relative;
114
	top: -120px;
3182 chandransh 115
}
116
 
117
.electron h3 img {
118
	position: relative;
119
	top: -150px;
120
}
121
 
122
.citibank h3 img {
123
	position: relative;
124
	top: -30px;
125
}
126
 
127
.corporationbank h3 img {
128
	position: relative;
129
	top: -60px;
130
}
131
 
132
.federalbank h3 img {
133
	position: relative;
134
	top: -90px;
135
}
136
 
137
.hdfcbank h3 img {
138
	position: relative;
139
	top: -120px;
140
}
141
 
142
.icicibank h3 img {
143
	position: relative;
144
	top: -150px;
145
}
146
 
147
.jkbank h3 img {
148
	position: relative;
149
	top: -180px;
150
}
151
 
152
.karnatkabank h3 img {
153
	position: relative;
154
	top: -210px;
155
}
156
 
157
.sbi h3 img {
158
	position: relative;
159
	top: -240px;
160
}
161
 
162
.sbh h3 img {
163
	position: relative;
164
	top: -270px;
165
}
166
 
167
.sbm h3 img {
168
	position: relative;
169
	top: -300px;
170
}
171
 
172
.itzcash h3 img {
173
	position: relative;
174
	top: -30px;
175
}
176
 
177
.icash h3 img {
178
	position: relative;
179
	top: -60px;
180
}