Subversion Repositories SmartDukaan

Rev

Rev 6453 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3830 chandransh 1
#main	{
2
	width: 100%;
3
	min-height: 400px;
4
	overflow: auto;
5
}
6
 
7
#main .main-top	{
8
	height: 28px;
9
	width: 100%;
10
}
11
 
12
#main .main-content {
4017 rajveer 13
	width: 980px;
3830 chandransh 14
	margin: 0 auto;
15
}
16
 
17
#main .main-content .main-left {
4017 rajveer 18
	width: 710px;
3830 chandransh 19
}
20
 
21
.widgets {
22
	width: 258px;
23
	margin-left: 10px;
24
}
25
 
4404 rajveer 26
.widgets .side-banner img{
27
	margin-bottom: 10px;	
28
}
29
 
3830 chandransh 30
.widgets .cart-widget {
6152 amit.gupta 31
	height: 50px;
6156 amit.gupta 32
	border: 2px solid #67ABD3;
6152 amit.gupta 33
	margin-bottom: 10px;
3830 chandransh 34
}
35
 
36
.widgets .cart-widget .cart-top {
6152 amit.gupta 37
	color:  #0066cc;
4126 varun.gupt 38
	line-height: 30px;
3830 chandransh 39
	font-size: 13px;
4126 varun.gupt 40
	font-weight: bold;
6152 amit.gupta 41
	padding-left: 18px;
6453 kshitij.so 42
	text-align: center;
3830 chandransh 43
}
44
 
6453 kshitij.so 45
 
3830 chandransh 46
.widgets .cart-widget .cart-top .cart-top-text {
4126 varun.gupt 47
	margin-left: 10px;
3830 chandransh 48
	padding-top: 5px;
49
}
50
.widgets .cart-widget .cart-middle {
4237 varun.gupt 51
	background-color: #FFFFFF;
3830 chandransh 52
	height: 65px;
53
	font-size: 13px;
54
}
55
 
56
.widgets .cart-widget .cart-middle .cart-middle-text {
4237 varun.gupt 57
	width: 175px;
58
	padding: 5px;
3830 chandransh 59
	font-weight: bold;
60
}
61
 
62
.widgets .cart-widget .cart-middle .cart-image{
63
	padding-top: 10px;
64
	padding-left: 5px;
65
}
66
 
67
.widgets .cart-widget .cart-middle .cart-middle-text-two-lines {
68
	margin-left: 15px;
69
	padding-top: 7px;
70
	font-weight: bold;
71
}
72
 
73
 
74
.widgets .cart-widget .cart-bottom {
75
	font-size: 11px;
4237 varun.gupt 76
	text-align: center;
3830 chandransh 77
}
6245 kshitij.so 78
.pickup-widget { 
79
	margin-bottom: 10px;
80
}	
4237 varun.gupt 81
 
82
#shoppingExpInfo	{
6152 amit.gupta 83
	background: none repeat scroll 0 0 white;
4237 varun.gupt 84
	display: block;
6152 amit.gupta 85
	font-size: 14px;
86
	padding-top: 1px;
87
	font-style: italic;
88
	font-weight: normal;
4237 varun.gupt 89
}
90
 
3830 chandransh 91
.widgets .cart-widget .cart-bottom .cart-bottom-text {
3851 varun.gupt 92
	margin-left: 5px;
3830 chandransh 93
	padding-top: 7px;
94
}
95
 
96
.widgets .cart-widget .cart-bottom a:hover{
97
	color:#0066CC;
98
	text-decoration:none  !important;
99
}
100
 
6453 kshitij.so 101
 
102
.widgets .emi-widget {
103
	height: 69px;
104
	border: 2px solid #67ABD3;
105
	margin-bottom: 10px;
106
}
107
 
108
.widgets .emi-widget .emi-top {
109
	color:  #0066cc;
110
	line-height: 35px;
111
	font-size: 13px;
112
	font-weight: bold;
113
	height: 28px;
114
	text-align: center;
115
}
116
 
117
 
118
 
119
.widgets .emi-widget .emi-middle {
120
    color: #0066CC;
121
    font-size: 13px;
122
    font-weight: bold;
123
    height: 20px;
124
    text-align: center;
125
}
126
 
127
.widgets .emi-widget .emi-bottom {
128
	font-size: 12px;
129
	text-align: center;
130
}
131
 
132
.widgets .emi-widget .emi-bottom a:hover{
133
	color:#0066CC;
134
	text-decoration:none  !important;
135
}
136
 
137
#emiInfo	{
138
	background: none repeat scroll 0 0 white;
139
	display: block;
140
	font-size: 14px;
141
	padding-top: 1px;
142
	font-style: italic;
143
	font-weight: normal;
144
}
145
 
3830 chandransh 146
/** Common Widgets **/
147
.widgets .common-widget {
6152 amit.gupta 148
	margin-bottom: 10px;
3830 chandransh 149
	border: 1px solid #67ABD3;
150
}
151
 
152
.widgets .common-widget .common-widget-top-bar {
153
	background-color:  #67ABD3;
154
	height: 30px;
155
	font-size: 13px;
156
	font-weight: bold;
157
	color: #FFFFFF;
158
}
159
 
160
.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text {
4126 varun.gupt 161
	margin-left: 10px;
3830 chandransh 162
	padding-top: 5px;
163
}
164
 
165
.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text .common-widget-top-bar-text-right{
4126 varun.gupt 166
	margin-left: 7px;
3830 chandransh 167
}
168
 
169
.widgets .common-widget .common-widget-control-bar {
170
	background-color:  #F2F2F2;
171
	height: 30px;
172
	font-size: 12px;
173
	color: #006699;
174
}
175
 
176
.widgets .common-widget .common-widget-control-bar .common-widget-control-bar-text{
177
	margin: 0px 10px 0px 10px;
178
	padding-top: 7px;
179
}
180
 
181
.widgets .common-widget .common-widget-content-area {
182
	height: 242px;
183
	overflow: auto;
184
	font-size: 12px;
185
}
186
 
187
.widget-product-image{
188
	height: 60px;
189
	margin: 10px 5px 5px 10px;
190
}
191
 
192
.widget-product-title{
193
	font-size: 12px;
194
	font-weight: bold;
195
	color: #669900;
196
}
197
 
198
.widget-product-price{
199
	font-size: 11px;
200
	margin-top: 5px;	
201
}
202
 
203
.widget-product-control {
204
	margin: 5px 5px 0px 10px;
205
	height: 15px;
206
	width: 95%;
207
	padding-top: 3px;
208
}
209
 
210
.widget-product {
211
	border-bottom:1px solid #ccc;
212
	overflow: auto;
213
}
214
 
215
.blue-border {
216
	border: 1px solid #67ABD3;
217
	margin-bottom: 20px;
218
}
219
 
220
.viewcart {
4237 varun.gupt 221
	margin-top: 3px; 
3830 chandransh 222
	padding: 5px 15px 5px 15px; 
223
	color: #333333;
224
}