| Line 1... |
Line 1... |
| 1 |
/* custom template */
|
1 |
/* custom template */
|
| 2 |
html, body {
|
2 |
html, body {
|
| 3 |
height: 100%;
|
3 |
height: 100%;
|
| 4 |
font-family:verdana,arial,sans-serif;
|
4 |
font-family: 'PT Sans', sans-serif,verdana,arial;
|
| 5 |
color:#555555;
|
5 |
color:#555555;
|
| 6 |
background-color: #58d936;
|
6 |
background-color: #58d936;
|
| 7 |
}
|
7 |
}
|
| 8 |
|
8 |
|
| 9 |
body > .container{
|
9 |
body > .container{
|
| Line 373... |
Line 373... |
| 373 |
.viewproduct{cursor: crosshair !important;}
|
373 |
.viewproduct{cursor: crosshair !important;}
|
| 374 |
.dealoffer{background-color: #fafd26; color: #000; margin-top: 1px;height: 25px;width: 100%;border-top: 2px solid #58d936;}
|
374 |
.dealoffer{background-color: #fafd26; color: #000; margin-top: 1px;height: 25px;width: 100%;border-top: 2px solid #58d936;}
|
| 375 |
.noshow{visibility: hidden;}
|
375 |
.noshow{visibility: hidden;}
|
| 376 |
.offerlabel{padding: 4px 0 0 10px;font-size: 12px;}
|
376 |
.offerlabel{padding: 4px 0 0 10px;font-size: 12px;}
|
| 377 |
.offertext{height:25px;padding-right: 10px;font-size: 10px;line-height: 12px;overflow: hidden !important;text-overflow: ellipsis;}
|
377 |
.offertext{height:25px;padding-right: 10px;font-size: 10px;line-height: 12px;overflow: hidden !important;text-overflow: ellipsis;}
|
| - |
|
378 |
.categorypreferences{background-color: #fff;margin-bottom: 40px;}
|
| - |
|
379 |
.categorytab{border: 1px solid #adadad;height: 30px;}
|
| - |
|
380 |
.categoryname{width: 60px;display: inline-block;}
|
| - |
|
381 |
.brandpreferences{padding: 10px;}
|
| - |
|
382 |
.brandpreferences h5{font-weight: bold;}
|
| - |
|
383 |
.categorytabcontrol{background:url('/img/catclosed.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
|
| - |
|
384 |
/*.minrange{float: left;}*/
|
| - |
|
385 |
/*.maxrange{float: right;}*/
|
| - |
|
386 |
.brandselector{visibility: hidden;}
|
| - |
|
387 |
.brandselector.active{visibility: visible;}
|
| - |
|
388 |
.categorytabcontrol.active{background:url('/img/catopen.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
|
| 378 |
|
389 |
|