﻿.mobile-content
{
    min-width: 280px;
    max-width: 480px;   
}
.accordion-header
{
    line-height: 35px;
}
.orange-plus
{
    background: 0 url(/WebContent/CMSFileLibrary/Mobile/orange-plus.gif) no-repeat;
    float: right;
    width: 20px;
    height: 40px;
    line-height: 40px;
}
.orange-minus
{
    background: 0 url(/WebContent/CMSFileLibrary/Mobile/orange-minus.gif) no-repeat;
    float: right;
    width: 20px;
    height: 40px;
    line-height: 40px;
}
.arrow
{
    background: 0 url(/WebContent/CMSFileLibrary/Mobile/orange-arrow.gif) no-repeat transparent;
    padding-left: 20px;
}
.link
{
    background: -webkit-linear-gradient(top, #FFFFFF /*{a-bup-background-start}*/, #F1F1F1 /*{a-bup-background-end}*/);
    background: -moz-linear-gradient(top, #FFFFFF /*{a-bup-background-start}*/, #F1F1F1 /*{a-bup-background-end}*/);
    background: -ms-linear-gradient(top, #FFFFFF /*{a-bup-background-start}*/, #F1F1F1 /*{a-bup-background-end}*/);
    background: -o-linear-gradient(top, #FFFFFF /*{a-bup-background-start}*/, #F1F1F1 /*{a-bup-background-end}*/);
    background: linear-gradient(top, #FFFFFF /*{a-bup-background-start}*/, #F1F1F1 /*{a-bup-background-end}*/);   
    min-height: 40px;
}