﻿/*
    ---------------------------------------------------------
    PRODUCT GRID
    ---------------------------------------------------------
*/

#Grid
{
    height: 800px;
    width: 650px;
    background: white;
    float: left;
    padding-left: 10px;
}

#Grid a {   
    font-size: 12px;
    color: black;
}

.product-details
{
    padding: 3px 3px;
    position: relative;
    float: left;
    font-family: Verdana;
    font-weight: normal;
    width: 655px;    
}

.product-image
{
    float: left;
    width: 150px;
    max-height: 150px;
    padding: 7px;
    text-align: center;
}

.product-image img
{
    max-height: 125px;
    max-width: 125px;
    float: left;
}

.product-details .t-widget
{
    float: left;
    width: 400px;
    position: relative;
    padding: 5px;
}

.product-details .commands
{
    float: left;
    width: 160px;
    padding: 15px 0px 15px 15px;
    text-align: center;
    color: black;
}

#Grid .t-alt
{
    background: white;
}

.t-grid td
{
    border: 1px solid red;
}

#year-container
{
    width: 100%;
}

.year-column
{
    width: 100px;
    float: left;
    font-family: Arial;
    padding: 5px;
}

.year-column dd
{
    padding: 2px;
}

#decades
{
    background: url('../../Content/images/year-arrow.png') no-repeat;
    background-position: -10px;
    height: 25px;
    font-size: 1.5em;
    color: white;
    font-family: Arial;
    padding-left: 15px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    padding-top: 5px;
}

.required-field
{
    border: 2px solid black;
    background-color: Red;
    color: White;
    font-weight: bold;
}

#breadcrumb
{
    height: 25px;
    
    -webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
    -khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
    border-top-right-radius: 4px/*{cornerRadius}*/;    
    -webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
    border-top-left-radius: 4px/*{cornerRadius}*/;        
    font-family: Arial;
    font-size: 14px;
    color:#6c6c6c;    
}

.logo-tag
{
    padding: 0px 10px 0px 0px;
    min-width: 100px;
    float: left;
    height: 25px;
    background: url('../../Content/Default/images/details-arrow.png') no-repeat;
}

#breadcrumb a 
{

}

.product-info
{
    float: left;
    width: 300px;
    position: relative;
    padding: 5px;
    color: black;
    border-left: 1px solid #080808;
    border-right: 1px solid #959595;
    font-size: 14px;
}

#accordion {
    font-size: 17px;
    
}

#accordion h3
{
    color: white;
    height: 25px;
    padding-left: 10px;
    padding-top: 2px;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;    
    border: none;
}

#accordion ul li
{
    padding-left: 10px;
}

#accordion ul a
{
    color: black;
    font-size: 14px;
}

#accordion ul a:hover
{
    color: #cc0000;
    font-size: 14px;
    text-decoration: underline;
}

.address-wishlist {
    text-decoration: underline;
    color: black;
    font-size: 14px;
}

.pagination {
    width: 650px;
    float: left; 
    background-color: black;
    padding: 5px;
    margin-left: 10px;
}

.not-selected {
    padding: 10px;
    text-decoration: none;
    color: white;
}

.selected 
{
    border-top-left-radius: 5px ;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;    
    padding: 10px;
    padding-top: 15px;
    text-decoration: none;
    color: white;
    background-color: #cc0000;
}

.section-name a:hover{
    text-decoration: underline;
}

.selected-section {
    background-color: #cc0000;
    width: 200px;
    color: white;
    
}