/* General ----------------------------------- */
.showcase
{
    font-size: 12px;
}

.showcase-technology
{

}

/* Featured items ----------------------------------- */
.showcase-featured-top
{
    padding-top: 20px;
    width: 677px;
    height: 6px;
    background: transparent url(../images/showcase/featureBox_top.png) no-repeat scroll center bottom;
}

.showcase-featured
{
    padding: 0px 0px 10px 18px;
    background: transparent url(../images/showcase/featureBox_middle.png) repeat-y scroll left center;
}

.showcase-featured-bottom
{
    width: 677px;
    height: 8px;
    background: transparent url(../images/showcase/featureBox_bottom.png) no-repeat scroll center top;
    margin-bottom: 25px;
}

.showcase-featured-item
{
    width: 305px;
    float: left;
}

.showcase-featured-item-spacer
{
    width: 31px;
    height: 10px;
    float: left;
}

.showcase-featured-item h1
{
    font-size: 15px;
    padding: 8px 2px 0px 6px;
}

.showcase-featured-item p
{
    padding: 2px 2px 5px 6px;
}

/* Regular items ----------------------------------- */
.showcase-item
{
	margin-bottom: 25px;
	margin-left: 3px;
}

.showcase-item img
{
    float: left;
    margin-right: 10px;
}

.showcase-item h1
{
    font-size: 15px;
    margin-bottom: 3px;
    padding: 0px;
}

.showcase-item p
{
    padding: 2px;
}

