Subversion Repositories SmartDukaan

Rev

Rev 2992 | Rev 4210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2992 Rev 3830
Line 81... Line 81...
81
	height:257px;
81
	height:257px;
82
	overflow-x:hidden;
82
	overflow-x:hidden;
83
	overflow-x:auto;
83
	overflow-x:auto;
84
}
84
}
85
 
85
 
86
#sidebar div.tabwrap table{
86
.common-widget table{
87
	background:#fff;
87
	background:#fff;
88
	padding:4px 0 6px 0;
88
	padding:4px 0 6px 0;
89
}
89
}
90
 
90
 
91
#sidebar div.tabwrap table td{
91
.common-widget table td{
92
	vertical-align:top;
92
	vertical-align:top;
93
	padding:4px;
93
	padding:4px;
94
	margin:0;
94
	margin:0;
95
	width:180px;
95
	width:180px;
96
}
96
}
97
 
97
 
98
#sidebar div.tabwrap table td.widgetChkBox{
98
.common-widget table td.widgetChkBox{
99
	width:10px;
99
	width:10px;
100
}
100
}
101
 
101
 
102
#sidebar div.tabwrap table td.widgetImg{
102
.common-widget table td.widgetImg{
103
	width:40px;
103
	width:40px;
104
}
104
}
105
 
105
 
106
#sidebar div.lightbox .borderBottom{
106
.common-widget .borderBottom{
107
	border-bottom:1px solid #ccc;
107
	border-bottom:1px solid #ccc;
108
	padding-bottom:4px;
108
	padding-bottom:4px;
109
}
109
}
110
#sidebar div.lightbox .spacing{line-height:5px;}
110
.common-widget .spacing{line-height:5px;}
111
 
111
 
112
#sidebar div.tabwrap table td input{margin-left:4px;}
112
.common-widget table td input{margin-left:4px;}
113
#sidebar div.tabwrap table td img{
113
.common-widget table td img{
114
	margin-left:1px;
114
	margin-left:1px;
115
	border:1px solid #ccc;
115
	border:1px solid #ccc;
116
	padding:1px;
116
	padding:1px;
117
	max-width:60px;
117
	max-width:60px;
118
	max-height:60px;
118
	max-height:60px;
119
	text-align:center;
119
	text-align:center;
120
}
120
}
121
#sidebar div.tabwrap table td div{padding:0px 5px;}
121
.common-widget table td div{padding:0px 5px;}
122
#sidebar div.tabwrap table td div a{
122
.common-widget table td div a{
123
	display:block;
123
	display:block;
124
	padding:0;
124
	padding:0;
125
	margin:0px;
125
	margin:0px;
126
	color:#0066cc;
126
	color:#0066cc;
127
	text-decoration:none;
127
	text-decoration:none;
128
	font-weight:bold;
128
	font-weight:bold;
129
}
129
}
130
 
130
 
131
#sidebar div.tabwrap table td div.text, 
131
.common-widget table td div.text, 
132
#sidebar div.tabwrap table td div.price{
132
.common-widget table td div.price{
133
	padding:0;
133
	padding:0;
134
	margin:0;
134
	margin:0;
135
	color:#000;
135
	color:#000;
136
	font-size:11px;
136
	font-size:11px;
137
	line-height:15px;
137
	line-height:15px;
138
	font-weight:normal;
138
	font-weight:normal;
139
	cursor:text;
139
	cursor:text;
140
}
140
}
141
#sidebar div.tabwrap table td div.price{padding:3px 0;}
141
.common-widget table td div.price{padding:3px 0;}
142
#sidebar div.tabwrap table td div.text{	line-height:13px;}
142
.common-widget table td div.text{	line-height:13px;}
143
#sidebar div.tabwrap .link{
143
.common-widget .link{
144
	margin-top:-2px;
144
	margin-top:-2px;
145
	font-size:11px;
145
	font-size:11px;
146
	text-align:right;
146
	text-align:right;
147
	font-weight:normal !important;
147
	font-weight:normal !important;
148
}
148
}
149
 
149
 
150
#sidebar div.tabwrap table td.n {
150
.common-widget table td.n {
151
	padding:0;
151
	padding:0;
152
	margin:0;
152
	margin:0;
153
	border-top:1px solid #ccc;
153
	border-top:1px solid #ccc;
154
	text-align:right;
154
	text-align:right;
155
}
155
}
156
#sidebar div.tabwrap table td.n a.notes{
156
.common-widget table td.n a.notes{
157
	padding:0 5px 0 0;
157
	padding:0 5px 0 0;
158
	margin:0;
158
	margin:0;
159
	color:#0066cc;
159
	color:#0066cc;
160
	font-size:0.85em;
160
	font-size:0.85em;
161
	font-weight:normal;
161
	font-weight:normal;
162
	text-decoration:none;
162
	text-decoration:none;
163
}
163
}
164
#sidebar div.tabwrap table td.null{
164
.common-widget table td.null{
165
	padding:0;
165
	padding:0;
166
	margin:0;
166
	margin:0;
167
	background:#fff;
167
	background:#fff;
168
	height:2px;
168
	height:2px;
169
}
169
}