Subversion Repositories SmartDukaan

Rev

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