Subversion Repositories SmartDukaan

Rev

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