Subversion Repositories SmartDukaan

Rev

Rev 4404 | Rev 6152 | 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 {
31
	height: 145px;
32
	border: 1px solid #EDB626;
33
}
34
 
35
.widgets .cart-widget .cart-top {
36
	background-color:  #EDB626;
4126 varun.gupt 37
	line-height: 30px;
3830 chandransh 38
	font-size: 13px;
4126 varun.gupt 39
	font-weight: bold;
40
	padding-left: 10px;
3830 chandransh 41
}
42
 
43
.widgets .cart-widget .cart-top .cart-top-text {
4126 varun.gupt 44
	margin-left: 10px;
3830 chandransh 45
	padding-top: 5px;
46
}
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
	background-color:  #FCF4DF;
74
	height: 50px;
75
	font-size: 11px;
4237 varun.gupt 76
	text-align: center;
3830 chandransh 77
}
4237 varun.gupt 78
 
79
#shoppingExpInfo	{
80
	display: block;
81
	font-size: 13px;
82
	padding-top: 15px;
83
}
84
 
3830 chandransh 85
.widgets .cart-widget .cart-bottom .cart-bottom-text {
3851 varun.gupt 86
	margin-left: 5px;
3830 chandransh 87
	padding-top: 7px;
88
}
89
 
90
.widgets .cart-widget .cart-bottom a:hover{
91
	color:#0066CC;
92
	text-decoration:none  !important;
93
}
94
 
95
/** Common Widgets **/
96
.widgets .common-widget {
97
	margin-top: 10px;
98
	border: 1px solid #67ABD3;
99
}
100
 
101
.widgets .common-widget .common-widget-top-bar {
102
	background-color:  #67ABD3;
103
	height: 30px;
104
	font-size: 13px;
105
	font-weight: bold;
106
	color: #FFFFFF;
107
}
108
 
109
.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text {
4126 varun.gupt 110
	margin-left: 10px;
3830 chandransh 111
	padding-top: 5px;
112
}
113
 
114
.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text .common-widget-top-bar-text-right{
4126 varun.gupt 115
	margin-left: 7px;
3830 chandransh 116
}
117
 
118
.widgets .common-widget .common-widget-control-bar {
119
	background-color:  #F2F2F2;
120
	height: 30px;
121
	font-size: 12px;
122
	color: #006699;
123
}
124
 
125
.widgets .common-widget .common-widget-control-bar .common-widget-control-bar-text{
126
	margin: 0px 10px 0px 10px;
127
	padding-top: 7px;
128
}
129
 
130
.widgets .common-widget .common-widget-content-area {
131
	height: 242px;
132
	overflow: auto;
133
	font-size: 12px;
134
}
135
 
136
.widget-product-image{
137
	height: 60px;
138
	margin: 10px 5px 5px 10px;
139
}
140
 
141
.widget-product-title{
142
	font-size: 12px;
143
	font-weight: bold;
144
	color: #669900;
145
}
146
 
147
.widget-product-price{
148
	font-size: 11px;
149
	margin-top: 5px;	
150
}
151
 
152
.widget-product-control {
153
	margin: 5px 5px 0px 10px;
154
	height: 15px;
155
	width: 95%;
156
	padding-top: 3px;
157
}
158
 
159
.widget-product {
160
	border-bottom:1px solid #ccc;
161
	overflow: auto;
162
}
163
 
164
.blue-border {
165
	border: 1px solid #67ABD3;
166
	margin-bottom: 20px;
167
}
168
 
169
.viewcart {
4237 varun.gupt 170
	margin-top: 3px; 
3830 chandransh 171
	padding: 5px 15px 5px 15px; 
172
	color: #333333;
173
}