Subversion Repositories SmartDukaan

Rev

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

Rev 4126 Rev 4237
Line 40... Line 40...
40
	margin-left: 10px;
40
	margin-left: 10px;
41
	padding-top: 5px;
41
	padding-top: 5px;
42
}
42
}
43
 
43
 
44
.widgets .cart-widget .cart-middle {
44
.widgets .cart-widget .cart-middle {
45
	background-color:  #FFFFFF;
45
	background-color: #FFFFFF;
46
	height: 65px;
46
	height: 65px;
47
	font-size: 13px;
47
	font-size: 13px;
48
}
48
}
49
 
49
 
50
.widgets .cart-widget .cart-middle .cart-middle-text {
50
.widgets .cart-widget .cart-middle .cart-middle-text {
51
	margin-left: 30px;
-
 
52
	padding-top: 20px;
51
	width: 175px;
53
	padding-bottom: 5px;
52
	padding: 5px;
54
	font-weight: bold;
53
	font-weight: bold;
55
}
54
}
56
 
55
 
57
.widgets .cart-widget .cart-middle .cart-image{
56
.widgets .cart-widget .cart-middle .cart-image{
58
	padding-top: 10px;
57
	padding-top: 10px;
Line 68... Line 67...
68
 
67
 
69
.widgets .cart-widget .cart-bottom {
68
.widgets .cart-widget .cart-bottom {
70
	background-color:  #FCF4DF;
69
	background-color:  #FCF4DF;
71
	height: 50px;
70
	height: 50px;
72
	font-size: 11px;
71
	font-size: 11px;
-
 
72
	text-align: center;
73
}
73
}
-
 
74
 
-
 
75
#shoppingExpInfo	{
-
 
76
	display: block;
-
 
77
	font-size: 13px;
-
 
78
	padding-top: 15px;
-
 
79
}
-
 
80
 
74
.widgets .cart-widget .cart-bottom .cart-bottom-text {
81
.widgets .cart-widget .cart-bottom .cart-bottom-text {
75
	margin-left: 5px;
82
	margin-left: 5px;
76
	padding-top: 7px;
83
	padding-top: 7px;
77
}
84
}
78
 
85
 
Line 157... Line 164...
157
	overflow: auto;
164
	overflow: auto;
158
	*/
165
	*/
159
}
166
}
160
 
167
 
161
.viewcart {
168
.viewcart {
162
	margin: 7px 0px 0px 60px; 
169
	margin-top: 3px; 
163
	padding: 5px 15px 5px 15px; 
170
	padding: 5px 15px 5px 15px; 
164
	color: #333333;
171
	color: #333333;
165
}
172
}
166
173