Subversion Repositories SmartDukaan

Rev

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

Rev 5920 Rev 6903
Line 1... Line 1...
1
#cartFlowHeader {
1
#cartFlowHeader {
2
	background-color: #DBEEFF;
2
	background-color: #DBEEFF;
3
	border: 1px solid #67ABD3;
3
	border: 1px solid #67ABD3;
4
	padding: 10px 10px 10px 14px;
4
	padding: 0 10px 0 14px;
5
	overflow: auto;
5
	overflow: auto;
-
 
6
	margin: 5px 0 5px 0;
6
}
7
}
7
.cartflow-header-tab	{
8
.cartflow-header-tab	{
8
	width: 254px;
9
	width: 254px;
9
	padding: 25px 0px;
10
	padding: 12px 0px;
10
	text-align: center;
11
	text-align: center;
11
	font-size: 17px;
12
	font-size: 17px;
12
}
13
}
13
 
14
 
14
#frmShippingAddress sup{ color: #d72c2f; font-size: 12px; vertical-align: baseline; font-weight: bold; }
15
#frmShippingAddress sup{ color: #d72c2f; font-size: 12px; vertical-align: baseline; font-weight: bold; }
Line 25... Line 26...
25
	color:#666666;
26
	color:#666666;
26
	text-shadow: 0px 1px 0px #FFFFFF
27
	text-shadow: 0px 1px 0px #FFFFFF
27
}
28
}
28
 
29
 
29
.lefttab-active	{
30
.lefttab-active	{
30
	background: url('/images/LeftTab_Selected.png') no-repeat;
31
	background: url('/images/LeftTab_Selected.png') 0 -15px no-repeat;
31
}
32
}
32
 
33
 
33
.lefttab-inactive	{
34
.lefttab-inactive	{
34
	background: url('/images/LeftTab_Unselected.png') no-repeat;
35
	background: url('/images/LeftTab_Unselected.png') 0 -15px  no-repeat;
35
}
36
}
36
 
37
 
37
.midtab-active	{
38
.midtab-active	{
38
	background: url('/images/MidTab_Selected.png') no-repeat;
39
	background: url('/images/MidTab_Selected.png') 0 -15px no-repeat;
39
}
40
}
40
 
41
 
41
.midtab-inactive	{
42
.midtab-inactive	{
42
	background: url('/images/MidTab_Unselected.png') no-repeat;
43
	background: url('/images/MidTab_Unselected.png') 0 -15px no-repeat;
43
}
44
}
44
 
45
 
45
.righttab-active	{
46
.righttab-active	{
46
	background: url('/images/RightTab_Selected.png') no-repeat;
47
	background: url('/images/RightTab_Selected.png') 0 -15px no-repeat;
47
}
48
}
48
 
49
 
49
.righttab-inactive	{
50
.righttab-inactive	{
50
	background: url('/images/RightTab_Unselected.png') no-repeat;
51
	background: url('/images/RightTab_Unselected.png') 0 -15px no-repeat;
51
}
52
}
52
 
53
 
53
 
54
 
54
.counter-active	{
55
.counter-active	{
55
	padding: 10px 15px;
56
	padding: 10px 15px;
Line 124... Line 125...
124
.cartflow-main-action-button:hover	{
125
.cartflow-main-action-button:hover	{
125
	background: url('/images/Button_ProceedToPayment_ALLSTATES.png') 0 -44px no-repeat;
126
	background: url('/images/Button_ProceedToPayment_ALLSTATES.png') 0 -44px no-repeat;
126
}
127
}
127
 
128
 
128
#cartDetail	{
129
#cartDetail	{
129
	margin-top: 10px;
-
 
130
	border: 1px solid #AAAAAA;
130
	border: 1px solid #AAAAAA;
131
}
131
}
132
 
132
 
133
#cartDetail th	{
133
#cartDetail th	{
134
	height: 30px;
134
	height: 30px;
Line 207... Line 207...
207
	border-left: 1px solid #BBBBBB;
207
	border-left: 1px solid #BBBBBB;
208
}
208
}
209
 
209
 
210
#cart .net-amount	{
210
#cart .net-amount	{
211
	width: 370px;
211
	width: 370px;
212
	line-height: 43px;
212
	/*line-height: 43px;*/
213
	font-size: 14px;
213
	font-size: 14px;
214
	font-weight: bold;
214
	font-weight: bold;
215
}
215
}
216
 
216
 
-
 
217
table.net-amount td {
-
 
218
	padding: 10px;
-
 
219
}
-
 
220
 
-
 
221
 
217
.net-amount td	{
222
.net-amount td	{
218
	border-bottom: 1px solid #BBBBBB;
223
	border-bottom: 1px solid #BBBBBB;
219
	vertical-align: top;
224
	vertical-align: top;
220
}
225
}
221
 
226
 
Line 247... Line 252...
247
 
252
 
248
/** /Cart **/
253
/** /Cart **/
249
 
254
 
250
/** Shipping **/
255
/** Shipping **/
251
#shippingDetails	{
256
#shippingDetails	{
252
	padding: 15px 15px 100px 15px;
257
	padding: 15px;
253
	font-size: 13px;
258
	font-size: 13px;
254
	text-shadow: 0px 1px 0px #FFFFFF;
259
	text-shadow: 0px 1px 0px #FFFFFF;
255
	overflow: auto;
260
	overflow: auto;
256
}
261
}
257
 
262
 
Line 271... Line 276...
271
	padding: 5px;
276
	padding: 5px;
272
}
277
}
273
 
278
 
274
#shippingDetails .net-amount	{
279
#shippingDetails .net-amount	{
275
	width: 230px;
280
	width: 230px;
276
	line-height: 33px;
281
	/*line-height: 33px;*/
277
	font-size: 12px;
282
	font-size: 12px;
278
	font-weight: bold;
283
	font-weight: bold;
279
}
284
}
280
 
285
 
281
#shippingDetails .net-amount td.label	{
286
#shippingDetails .net-amount td.label	{
Line 289... Line 294...
289
	padding: 3px 4px;
294
	padding: 3px 4px;
290
}
295
}
291
 
296
 
292
#shippingDetails .cart-container	{
297
#shippingDetails .cart-container	{
293
	width: 438px;
298
	width: 438px;
294
	/*margin-top: 30px;*/
-
 
295
	margin-top: 22px;
299
	margin-bottom: 100px;
296
}
300
}
297
 
301
 
298
#addresses	{
302
#addresses	{
299
	width: 492px;
303
	width: 492px;
300
	margin-top: 30px;
304
	margin-top: 30px;
Line 352... Line 356...
352
	font-size:13px;
356
	font-size:13px;
353
	font-weight:bold;
357
	font-weight:bold;
354
	color:#333333;
358
	color:#333333;
355
}
359
}
356
 
360
 
-
 
361
#insuranceMessage {
-
 
362
	position: fixed;
-
 
363
    top: 40%;
-
 
364
    left: 40%;
-
 
365
    border: 1px solid #2978C1;
-
 
366
    padding: 10px;
-
 
367
    font-size: 18px;
-
 
368
    box-shadow: #2978C1 0 0 30px 1px;
-
 
369
    background-color: white;
-
 
370
    color: #666;
-
 
371
    display: none;
-
 
372
}
357
/** /Pay Success **/
373
/** /Pay Success **/
358
374