Subversion Repositories SmartDukaan

Rev

Rev 6245 | Go to most recent revision | 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
	padding-left: 17px;
114
	padding-right: 17px;
115
	height: 28px;
116
	text-align: center;
117
}
118
 
119
 
120
 
121
.widgets .emi-widget .emi-middle {
122
    color: #0066CC;
123
    font-size: 13px;
124
    font-weight: bold;
125
    height: 20px;
126
    padding-left: 56px;
127
    padding-right: 44px;
128
    text-align: center;
129
}
130
 
131
.widgets .emi-widget .emi-bottom {
132
	font-size: 12px;
133
	text-align: center;
134
}
135
 
136
.widgets .emi-widget .emi-bottom a:hover{
137
	color:#0066CC;
138
	text-decoration:none  !important;
139
}
140
 
141
#emiInfo	{
142
	background: none repeat scroll 0 0 white;
143
	display: block;
144
	font-size: 14px;
145
	padding-top: 1px;
146
	font-style: italic;
147
	font-weight: normal;
148
}
149
 
3830 chandransh 150
/** Common Widgets **/
151
.widgets .common-widget {
6152 amit.gupta 152
	margin-bottom: 10px;
3830 chandransh 153
	border: 1px solid #67ABD3;
154
}
155
 
156
.widgets .common-widget .common-widget-top-bar {
157
	background-color:  #67ABD3;
158
	height: 30px;
159
	font-size: 13px;
160
	font-weight: bold;
161
	color: #FFFFFF;
162
}
163
 
164
.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text {
4126 varun.gupt 165
	margin-left: 10px;
3830 chandransh 166
	padding-top: 5px;
167
}
168
 
169
.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text .common-widget-top-bar-text-right{
4126 varun.gupt 170
	margin-left: 7px;
3830 chandransh 171
}
172
 
173
.widgets .common-widget .common-widget-control-bar {
174
	background-color:  #F2F2F2;
175
	height: 30px;
176
	font-size: 12px;
177
	color: #006699;
178
}
179
 
180
.widgets .common-widget .common-widget-control-bar .common-widget-control-bar-text{
181
	margin: 0px 10px 0px 10px;
182
	padding-top: 7px;
183
}
184
 
185
.widgets .common-widget .common-widget-content-area {
186
	height: 242px;
187
	overflow: auto;
188
	font-size: 12px;
189
}
190
 
191
.widget-product-image{
192
	height: 60px;
193
	margin: 10px 5px 5px 10px;
194
}
195
 
196
.widget-product-title{
197
	font-size: 12px;
198
	font-weight: bold;
199
	color: #669900;
200
}
201
 
202
.widget-product-price{
203
	font-size: 11px;
204
	margin-top: 5px;	
205
}
206
 
207
.widget-product-control {
208
	margin: 5px 5px 0px 10px;
209
	height: 15px;
210
	width: 95%;
211
	padding-top: 3px;
212
}
213
 
214
.widget-product {
215
	border-bottom:1px solid #ccc;
216
	overflow: auto;
217
}
218
 
219
.blue-border {
220
	border: 1px solid #67ABD3;
221
	margin-bottom: 20px;
222
}
223
 
224
.viewcart {
4237 varun.gupt 225
	margin-top: 3px; 
3830 chandransh 226
	padding: 5px 15px 5px 15px; 
227
	color: #333333;
228
}