.asLayout
{
    width: 400px;
    height: 295px;
    font-family: Tahoma;
    background-image: url(images/formback.png);
    padding: 10px;
    margin: 0 0 0 40px;
}
.asLayoutBottom
{
    width: 380px;
    height: 140px;
    font-family: Tahoma;
    background-image: url(images/formback2.png);
    padding: 12px 18px 6px 18px;
    color: #8094AC;
    text-align: center;
    margin: 0 0 0 40px;
}
.asItem
{
    font-size: 12pt;
    color: #8094AC;
    height: 48px;
}

.asText {
    margin-left:45px;
}
.asSelectedBasic
{
    display: block;
    font-weight: bold;
    text-align: right;
}
.asItemBasic
{
    width: 70px;
    text-align: center;
    padding: 0 20px 0 20px;
}
.asList
{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8pt;
}
.asItemSmall
{
    font-size: 8pt;
    background-color: black;
}
.asItemPrice
{
    font-size: 9pt;
    font-weight: bold;
    color: #A8C2E0;
    background-color: black;
}
.asSelectedItem
{
    display: block;
    padding: 0 5px 0 5px;
    background: black url(images/itemback.png) repeat-x;
    color: #96E1FF;
    vertical-align: middle;
    height: 48px;
}

.transp
{
    filter: alpha(opacity=85); /* internet explorer */
    -khtml-opacity: 0.85; /* khtml, old safari */
    -moz-opacity: 0.85; /* mozilla, netscape */
    opacity: 0.85; /* fx, safari, opera */
}
.normalButtons, .selectedButtons
{
    text-decoration: none;
}
a.normalButtons:link
{
    color: #8094ac;
}
a.selectedButtons:link
{
    color: #eeeeee;
}

.buttonWrapper
{
    position: relative;
    width: 190px;
    float: left;
    height: 45px;
    line-height: 45px;
}

.selectButtonWrapper
{
    background-image: url(images/itemselection.png);
}

.deselectButtons
{
    position: absolute;
    top: 5px;
    right: 14px;
}

.makeLabel {
    color: #ffffff;
    font-weight: bold;
}

.modelLabel {
    color: #8094ac;
}

.manufacturersButtonWrapper {
    position: relative; 
    padding-right: 80px;
}

.manufacturersButton {
    position: absolute;
    top: -30px;
}

.maxWidth {
    width: 100%;
}

.deselectButton {
    padding-right: 10px;
    margin-top: 3px;
}

.demo-container {
    max-width:500px
}
