Subversion Repositories SmartDukaan

Rev

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