Subversion Repositories SmartDukaan

Rev

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

Rev 4017 Rev 4046
Line 85... Line 85...
85
 
85
 
86
.cartflow-main-action-button	{
86
.cartflow-main-action-button	{
87
	width: 251px;
87
	width: 251px;
88
	background: url('/images/Button_ProceedToPayment_ALLSTATES.png') no-repeat;
88
	background: url('/images/Button_ProceedToPayment_ALLSTATES.png') no-repeat;
89
	width: 251px;
89
	width: 251px;
90
	padding: 13px 5px;
90
	padding: 13px 0px;
91
	font-size: 15px;
91
	font-size: 15px;
92
	font-weight: bold;
92
	font-weight: bold;
93
	text-shadow: 0px 1px 0px #e45000;
93
	text-shadow: 0px 1px 0px #e45000;
94
	color: #FFFFFF;
94
	color: #FFFFFF;
95
	cursor: pointer;
95
	cursor: pointer;
96
	text-align: center;
96
	text-align: center;
97
}
97
}
98
 
98
 
-
 
99
#cartFooter	{
-
 
100
	float: left;
-
 
101
	overflow: auto;
-
 
102
	width: 100%;
-
 
103
}
-
 
104
 
-
 
105
.checkout-button-below	{
-
 
106
	margin: 10px 0px;
-
 
107
}
-
 
108
 
99
#checkout a{
109
#checkout a{
100
	color: #FFFFFF;
110
	color: #FFFFFF;
101
}
111
}
102
 
112
 
103
#checkout a:hover{
113
#checkout a:hover{
Line 162... Line 172...
162
.cart-item-quantity	{
172
.cart-item-quantity	{
163
	width: 35px !important;
173
	width: 35px !important;
164
}
174
}
165
 
175
 
166
#frmCouponCode	{
176
#frmCouponCode	{
167
	margin-top: 30px;
177
	margin: 30px 0px;
168
	font-size: 13px;
178
	font-size: 13px;
169
}
179
}
170
 
180
 
171
#frmCouponCode span	{
181
#frmCouponCode span	{
172
	padding: 6px 0px;
182
	padding: 6px 0px;
Line 189... Line 199...
189
#cart .net-amount	{
199
#cart .net-amount	{
190
	width: 370px;
200
	width: 370px;
191
	line-height: 43px;
201
	line-height: 43px;
192
	font-size: 14px;
202
	font-size: 14px;
193
	font-weight: bold;
203
	font-weight: bold;
194
	margin-bottom: 150px;
-
 
195
}
204
}
196
 
205
 
197
.net-amount td	{
206
.net-amount td	{
198
	border-bottom: 1px solid #BBBBBB;
207
	border-bottom: 1px solid #BBBBBB;
199
}
208
}