﻿#leftColumn, #categoryContent
{
    float:left;
    min-height:600px;
}

#categoryContent 
{
    border-left:solid 1px #777;
    width:792px;
}

.categoryHeader 
{
    position:relative;
    height:152px;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.categoryHeader h1 
{
    position:absolute;
    bottom:0px;
    line-height:31px;
    left:5px;
    margin:0;
    padding:0;
    color:#fff;
    font-weight:lighter;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:50px;
    text-shadow:2px 0 3px rgba(0, 0, 0, .3);
}

#categoryContent div.box 
{
    text-align:left;
    padding:5px;
}

div.box 
{
    border-top:none;
}

.sortOptions
{
    padding:10px 25px;
    height:40px;
}

.sortOptions button 
{
    padding:1px 6px;
    background-color:#555555;
    background-image: -moz-linear-gradient(top, #BDBDBD 0%, #555555 100%);
    background-image: -o-linear-gradient(top, #BDBDBD 0%, #555555 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BDBDBD), color-stop(1, #555555));
    background-image: -webkit-linear-gradient(top, #BDBDBD 0%, #555555 100%);
    background-image: -ms-linear-gradient(top, #BDBDBD 0%, #555555 100%);
    background-image: linear-gradient(to bottom, #BDBDBD 0%, #555555 100%);
    border-radius:6px;
    color:#fff;
    border:none;
    font-size:12px;
}

.sortOptions select, .sortOptions button, .sortOptions div
{
    float:left;
    display:block;
}

.sortOptions div 
{
    line-height:20px;
    color:#716E6C;
    font-size:14px;
}

.sortOptions select 
{
    border:solid 1px #999;
    margin:0 6px;
    line-height:20px;
    font-size:14px;
    width:100px;
    color:#716E6C;
}