Subversion Repositories SmartDukaan

Rev

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

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