﻿/* The layout for the articles accordion. */

.Title
{
    float: left;
}

.ExcerptIndicator
{
    float: right;
}

.ExcerptButton
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
}

.AddToShoppingCartButton
{
    color: #CCCCCC;
    text-decoration: none;
    margin: 0px 0px 10px 10px;
    float: right;
    height: 30px;
}

/* Fix for hiding scroll bars */
#Articles > div
{
    overflow: hidden;
}