﻿div#content div#left { display: none; }
div#content div#middle
{
    padding-left: 10px;
    float: left;
    width: 750px;
}
div.column 
{
    float: left;
    margin-right: 4px;
}
div.box
{
    width: 355px;
    padding: 5px 8px 5px 5px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 6px;
}
div.box h1, 
div.box h2, 
div.box h3, 
div.box h4 
{
    padding: 5px 10px;
}
div.box h2 
{
    font-size: 13px;
    color: White;
    padding-top:4px;    
}
div.box h3 
{
    color: #0055a5;
    font-size: 13px;
}
div.box div.product_image_wrapper { float: right; margin-right: 10px; }
div.box p.price
{
    font-size: 13px;
    font-weight: bold;
    color: #363636;
    margin: 25px 0 5px 10px;
}
div.box div.product-image-wrapper 
{
    float: right;
    margin-right:5px;
}
div.box a.grouplink
{
    margin: 5px 0 0 10px;
    font-size: 11px;
    color: #0055a5;
    text-decoration: none;
    display: block;
}
div.box a.see-all
{
    position: absolute;
    bottom: 7px;
    right: 15px;
    font-size: 11px;
    text-decoration: none;
    color: #0055a5;
}

div#content div#middle div.box div.button { margin-left: 10px; float: left; }


div#carousel
{
    height: 280px;
}
div#carousel div.tab
{
    height: 231px;
}

div#carousel ul.tabs { margin: 0; padding: 0; }
div#carousel ul.tabs li div
{
    width: 71px;
    height: 48px;
    margin: 0;
    padding: 0;
}
div#carousel ul.tabs li div table
{ 
    border-collapse: collapse;
    vertical-align: middle;
    height: 40px;
    width:100%;
}
div#carousel ul.tabs li div table td
{
    vertical-align: middle;
    text-align: center;
}

div#carousel ul.tabs li div.right
{
    width: 71px;
}
div#carousel ul.tabs li.ui-tabs-selected div a
{
    color: #7c7c7c;
}
div#carousel ul.tabs li.ui-tabs-selected div.left
{
}
div#carousel ul.tabs li.ui-tabs-selected div.right
{
    width: 70px;
}

div#outlet-rec
{
    height: 212px;
}

div#outlet-rec div.product-image-wrapper
{
    margin-top: 5px;
}

div#outlet-rec p.price
{
    margin-top: 10px;
}

div#front-fan-gear
{
    height: 122px;
    margin-bottom: 1px;
}
div#front-fan-gear h3 
{
    padding-bottom: 0;
}
div#front-fan-gear img { float: right; }

div#front-fan-gear p.choose-team { font-weight: bold; font-size: 13px; margin: 0 0 0 10px; }
div#front-fan-gear select { margin-left:10px; width: 150px; }

div#front-product
{
    height: 138px;
    margin-bottom: 3px;
    padding-top: 15px;
}
div#front-product img.product
{
    margin-top: 10px; 
}
div#front-product h3 
{
    padding-top: 0;
}
div#front-product p.price { margin-top: 10px; }
div#front-product a.see-all
{
    padding-top: 5px;
    clear: left;
    position: static;
    right: auto;
    bottom: auto;
    display: block;
    margin-left: 10px;
}

div#front-user-rec
{
    height: 215px;
    position: relative;
}
div#front-user-rec div.ProductRating 
{
    position: absolute;
    top: 10px;
    right: 8px;
}
div#front-user-rec div.ProductRating span
{
    color: White;
    font-size: 13px;
    font-weight: bold;
}
div#front-user-rec div.ProductRating div.ui-stars-star
{
    margin: auto 1px;
}



div#front-user-rec p.price { margin-top: 10px; }

#carousel .ui-tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    width: 70px;
}
#outlet-rec .ui-tabs-nav a {
    position: relative;
    top:-1px;
    z-index: 2;
    padding-left: 0;
    color: #8d000d;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    width: 15px;
}
#outlet-rec .ui-tabs-nav .ui-tabs-selected a 
{
    color: #ffffff;
}
#outlet-rec .ui-tabs-nav
{
    float: right;
    margin-right:8px;
}

