Subversion Repositories SmartDukaan

Rev

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

Rev 3617 Rev 3830
Line 3... Line 3...
3
    margin: auto;
3
    margin: auto;
4
    height: 100%;
4
    height: 100%;
5
}
5
}
6
 
6
 
7
#vtab > ul > li {
7
#vtab > ul > li {
8
    width: 120px;
8
    width: 160px;
9
    height: 20px;
9
    height: 50px;
-
 
10
    line-height: 50px;
10
    cursor:default;
11
    cursor:default;
11
    background-color: #fff !important;
12
    background-color: #fff !important;
12
    list-style-type: none;
13
    list-style-type: none;
13
    display: block;
14
    display: block;
14
    text-align: center;
15
    text-align: center;
15
    margin: auto;
16
    margin: auto;
16
    padding-bottom: 10px;
17
    /*padding-bottom: 10px;*/
17
    border: 1px solid #fff;
18
    border: 1px solid #fff;
18
    position: relative;
19
    position: relative;
19
    border-right: none;
20
    border-right: none;
20
    opacity: .3;
21
    /*opacity: .3;*/
21
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
22
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
22
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
23
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
23
    /*Fix for IE7*/
24
    /*Fix for IE7*/
24
    border-right: 1px solid #ddd !important;
25
    border-right: 1px solid #ddd !important;
-
 
26
    font-size: 13px;
-
 
27
    font-weight: bold;
-
 
28
    color: #006699;
25
}
29
}
26
 
30
 
27
#vtab > ul > li.selected {
31
#vtab > ul > li.selected {
28
    opacity: 1;
32
    opacity: 1;
29
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
33
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
Line 34... Line 38...
34
    */
38
    */
35
    z-index: 10;
39
    z-index: 10;
36
    background-color: #fafafa !important;
40
    background-color: #fafafa !important;
37
    position: relative;
41
    position: relative;
38
    /* Fix for IE7 */
42
    /* Fix for IE7 */
39
    border-right: 1px solid #fafafa !important
43
    border-right: 1px solid #fafafa !important;
-
 
44
    color: #333333;
40
}
45
}
41
 
46
 
42
#vtab > ul {
47
#vtab > ul {
43
    float: left;
48
    float: left;
44
    width: 120px;
49
    width: 120px;
45
    text-align: left;
50
    text-align: left;
46
    display: block;
51
    display: block;
47
    margin: auto 0;
52
    margin: auto 0;
48
    padding: 0;
53
    padding: 0;
49
    position: relative;
54
    position: relative;
50
    top: 30px;
-
 
51
    /*Fix for IE7*/
55
    /*Fix for IE7*/
52
    right: 1px;
56
    right: 1px;
53
    z-index: 10;
57
    z-index: 10;
54
}
58
}
55
 
59
 
56
#vtab > div {
60
#vtab > div {
57
    background-color: #ffffff;
61
    background-color: #ffffff;
58
    border: 1px solid #ddd;
62
    border: 1px solid #ddd;
59
    line-height: 2.0em;
63
    line-height: 2.0em;
60
    margin-left: 120px;
64
    margin-left: 160px;
61
    min-height: 500px;
65
    min-height: 420px;
62
    padding: 12px;
66
    padding: 12px;
63
    position: relative;
67
    position: relative;
64
    z-index: 9;
68
    z-index: 9;
65
    -moz-border-radius: 20px;
-
 
66
}
69
}
67
 
70
 
68
#vtab > div > div.heading {
71
#vtab > div > div.heading {
69
    color: #333333;
72
    color: #333333;
70
    height: 25px;
73
    height: 25px;
Line 74... Line 77...
74
    margin-bottom: 5px;
77
    margin-bottom: 5px;
75
}
78
}
76
 
79
 
77
#vtab > ul > li.hover { cursor: pointer; }
80
#vtab > ul > li.hover { cursor: pointer; }
78
 
81
 
79
.options {
-
 
80
	height: 30px;
-
 
81
	margin-bottom: 5px;
-
 
82
}
-
 
83
 
-
 
84
.marginRight5px {
82
.marginRight5px {
85
	margin-top: 5px;
83
	margin-top: 5px;
86
	margin-right: 5px;
84
	margin-right: 5px;
87
	float: left;
85
	float: left;
88
}
86
}
89
 
87
 
-
 
88
.ccdiv {
-
 
89
	width: 262px;
-
 
90
	border: 1px solid #CCC;
-
 
91
	margin-bottom:20px; 
-
 
92
}
-
 
93
 
-
 
94
.ccheader-div {
-
 
95
	width: 252px;
-
 
96
	height: 30px;
-
 
97
	line-height: 30px;
-
 
98
	background-color: #F1F1F1;
-
 
99
	padding: 5px;
-
 
100
}
-
 
101
 
-
 
102
.options {
-
 
103
	height: 30px;
-
 
104
	padding: 5px;
-
 
105
}
-
 
106
 
90
.cclogo {
107
.cclogo {
91
	float: left;
108
	float: left;
92
	display: inline;
109
	display: inline;
93
	margin-left: 5px;
110
	margin-right: 5px;
94
}
111
}
95
 
112
 
96
.cclogo h3 {
113
.cclogo h3 {
97
    height: 30px;
114
    height: 30px;
98
    overflow: hidden;
115
    overflow: hidden;
99
    position: relative;
116
    position: relative;
100
}
117
}
101
 
118
 
-
 
119
.newcclogo {
-
 
120
	float: left;
-
 
121
	display: inline;
-
 
122
	margin-right: 5px;
-
 
123
}
-
 
124
 
-
 
125
.newcclogo h3{
-
 
126
	height: 31px;
-
 
127
    overflow: hidden;
-
 
128
    position: relative;
-
 
129
}
-
 
130
 
-
 
131
.cctext {
-
 
132
	color: #333333;
-
 
133
	font-size: 13px;
-
 
134
	font-weight: bold;
-
 
135
	line-height: 30px;
-
 
136
}
-
 
137
 
102
.master h3 img {
138
.visa h3 img {
103
	position: relative;
139
	position: relative;
104
	top: -30px;
140
	top: -31px;
-
 
141
}
-
 
142
 
-
 
143
.diners h3 {
-
 
144
	height: 38px;
105
}
145
}
106
 
146
 
107
.diners h3 img {
147
.diners h3 img {
108
	position: relative;
148
	position: relative;
-
 
149
	top: -62px;
-
 
150
}
-
 
151
 
-
 
152
.old-master h3 img {
-
 
153
	position: relative;
109
	top: -90px;
154
	top: -30px;
110
}
155
}
111
 
156
 
112
.maestro h3 img {
157
.maestro h3 img {
113
	position: relative;
158
	position: relative;
114
	top: -120px;
159
	top: -120px;
Line 176... Line 221...
176
 
221
 
177
.icash h3 img {
222
.icash h3 img {
178
	position: relative;
223
	position: relative;
179
	top: -60px;
224
	top: -60px;
180
}
225
}
-
 
226
 
-
 
227
input.make-payment-button {
-
 
228
	background: url("../images/Button_MakePayment_ALLSTATES-copy.png") repeat-x scroll 50% 50% #F6F6F6;
-
 
229
	background-top
-
 
230
    border: 1px solid #CCCCCC;
-
 
231
    cursor: pointer;
-
 
232
    display: inline-block;
-
 
233
    font-size: 15px;
-
 
234
    font-weight: bold;
-
 
235
    text-shadow: 0px 1px 0px #009932;
-
 
236
    outline: medium none;
-
 
237
    overflow: visible;
-
 
238
    text-align: center;
-
 
239
    width: 305px;
-
 
240
    height: 40px;
-
 
241
    color: #FFFFFF;
-
 
242
}
-
 
243
 
-
 
244
.center-text-bold12 {
-
 
245
	text-align:center;
-
 
246
	font-size: 12px;
-
 
247
	font-weight:bold;
-
 
248
}
-
 
249
 
-
 
250
.center-text-bold13 {
-
 
251
	text-align:center;
-
 
252
	font-size: 13px;
-
 
253
	font-weight:bold;
-
 
254
}
-
 
255
 
-
 
256
.payment-security-notice {
-
 
257
	background-color: #ffffff;
-
 
258
    border: none;
-
 
259
    margin-left: 160px;
-
 
260
    padding-top: 25px;
-
 
261
}
-
 
262
 
-
 
263
.noticelogo {
-
 
264
	float: left;
-
 
265
	display: inline;
-
 
266
	margin-right: 5px;
-
 
267
}
-
 
268
 
-
 
269
.noticetext {
-
 
270
	color: #333333;
-
 
271
	font-size: 13px;
-
 
272
	line-height: 61px;
-
 
273
}
-
 
274
 
-
 
275
.noticelogo h3{
-
 
276
	height: 61px;
-
 
277
    overflow: hidden;
-
 
278
    position: relative;
-
 
279
}
-
 
280
 
-
 
281
.vbv h3 img {
-
 
282
	position: relative;
-
 
283
	top: -62px;
-
 
284
}