Subversion Repositories SmartDukaan

Rev

Rev 6156 | Rev 6453 | 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;
3830 chandransh 42
}
43
 
44
.widgets .cart-widget .cart-top .cart-top-text {
4126 varun.gupt 45
	margin-left: 10px;
3830 chandransh 46
	padding-top: 5px;
47
}
48
.widgets .cart-widget .cart-middle {
4237 varun.gupt 49
	background-color: #FFFFFF;
3830 chandransh 50
	height: 65px;
51
	font-size: 13px;
52
}
53
 
54
.widgets .cart-widget .cart-middle .cart-middle-text {
4237 varun.gupt 55
	width: 175px;
56
	padding: 5px;
3830 chandransh 57
	font-weight: bold;
58
}
59
 
60
.widgets .cart-widget .cart-middle .cart-image{
61
	padding-top: 10px;
62
	padding-left: 5px;
63
}
64
 
65
.widgets .cart-widget .cart-middle .cart-middle-text-two-lines {
66
	margin-left: 15px;
67
	padding-top: 7px;
68
	font-weight: bold;
69
}
70
 
71
 
72
.widgets .cart-widget .cart-bottom {
73
	font-size: 11px;
4237 varun.gupt 74
	text-align: center;
3830 chandransh 75
}
6245 kshitij.so 76
.pickup-widget { 
77
	margin-bottom: 10px;
78
}	
4237 varun.gupt 79
 
80
#shoppingExpInfo	{
6152 amit.gupta 81
	background: none repeat scroll 0 0 white;
4237 varun.gupt 82
	display: block;
6152 amit.gupta 83
	font-size: 14px;
84
	padding-top: 1px;
85
	font-style: italic;
86
	font-weight: normal;
4237 varun.gupt 87
}
88
 
3830 chandransh 89
.widgets .cart-widget .cart-bottom .cart-bottom-text {
3851 varun.gupt 90
	margin-left: 5px;
3830 chandransh 91
	padding-top: 7px;
92
}
93
 
94
.widgets .cart-widget .cart-bottom a:hover{
95
	color:#0066CC;
96
	text-decoration:none  !important;
97
}
98
 
99
/** Common Widgets **/
100
.widgets .common-widget {
6152 amit.gupta 101
	margin-bottom: 10px;
3830 chandransh 102
	border: 1px solid #67ABD3;
103
}
104
 
105
.widgets .common-widget .common-widget-top-bar {
106
	background-color:  #67ABD3;
107
	height: 30px;
108
	font-size: 13px;
109
	font-weight: bold;
110
	color: #FFFFFF;
111
}
112
 
113
.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text {
4126 varun.gupt 114
	margin-left: 10px;
3830 chandransh 115
	padding-top: 5px;
116
}
117
 
118
.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text .common-widget-top-bar-text-right{
4126 varun.gupt 119
	margin-left: 7px;
3830 chandransh 120
}
121
 
122
.widgets .common-widget .common-widget-control-bar {
123
	background-color:  #F2F2F2;
124
	height: 30px;
125
	font-size: 12px;
126
	color: #006699;
127
}
128
 
129
.widgets .common-widget .common-widget-control-bar .common-widget-control-bar-text{
130
	margin: 0px 10px 0px 10px;
131
	padding-top: 7px;
132
}
133
 
134
.widgets .common-widget .common-widget-content-area {
135
	height: 242px;
136
	overflow: auto;
137
	font-size: 12px;
138
}
139
 
140
.widget-product-image{
141
	height: 60px;
142
	margin: 10px 5px 5px 10px;
143
}
144
 
145
.widget-product-title{
146
	font-size: 12px;
147
	font-weight: bold;
148
	color: #669900;
149
}
150
 
151
.widget-product-price{
152
	font-size: 11px;
153
	margin-top: 5px;	
154
}
155
 
156
.widget-product-control {
157
	margin: 5px 5px 0px 10px;
158
	height: 15px;
159
	width: 95%;
160
	padding-top: 3px;
161
}
162
 
163
.widget-product {
164
	border-bottom:1px solid #ccc;
165
	overflow: auto;
166
}
167
 
168
.blue-border {
169
	border: 1px solid #67ABD3;
170
	margin-bottom: 20px;
171
}
172
 
173
.viewcart {
4237 varun.gupt 174
	margin-top: 3px; 
3830 chandransh 175
	padding: 5px 15px 5px 15px; 
176
	color: #333333;
177
}