﻿/* Product Data List */
/* Inherits properties from style.css */
#content .product-listing h3
{
    background-color: #FF40FF;
}
.product-listing .AspNet-DataList table
{
    width: auto;
}
.product-listing .AspNet-DataList table tbody tr td
{
    width: 150px;
    text-align: center;
    padding: 3px 3px 10px 3px;
    vertical-align: top;
}
.product-listing .AspNet-DataList table tbody tr td .product .img
{
    margin: 0px 0px 5px 0px;
    border: 0px;
}
.product-listing .AspNet-DataList table tbody tr td .product a
{
    display: block;
}
.product-listing .AspNet-DataList table tbody tr td .product .info
{
    display:block;
    margin-top: 5px;
    border: 0px;
}
.product-listing .product .info .Strike
{
    color: Red;
    text-decoration: line-through;
}
.product-listing .AspNet-DataList table tbody tr td .product .price
{
    border: 0px;
    margin: 10px 0px;
}
.product-listing .AspNet-DataList table thead tr th,
.product-listing .AspNet-DataList table caption
{
    visibility: hidden;
}

/* Product Gallery */
/* inherits some properties from style.css */
.product-gallery .AspNet-DataList table
{
    width: 100%;
}
.product-gallery .AspNet-DataList table caption
{
    text-align: left;
}
.product-gallery .AspNet-DataList table tbody tr td
{
    text-align: center;
    width: 205px;
    padding: 3px;
}
.product-gallery .AspNet-DataList table tbody tr td input
{
    display: block;
}
.product-gallery .AspNet-DataList table tbody tr td input,
.product-gallery .AspNet-DataList table tbody tr td a
{
    margin-bottom: 5px;
}

/* Product Details FormView */
.product-details
{
}

/* View Order */
.view-order .AspNet-FormView, .view-order .AspNet-FormView-Data .section
{
    border: solid 1px Silver;
    margin-bottom: 2px;
}
.view-order .AspNet-FormView
{
    padding: 2px 2px 0px 2px;
    margin-bottom: 10px;
}
.view-order .AspNet-FormView-Data
{
}
.view-order .AspNet-FormView-Data .section, .view-order .AspNet-FormView-Data .section .item
{
    overflow: hidden;
    height: 100%;
}
.view-order .AspNet-FormView-Data .section .item
{
    padding: 3px 0px;
}
.view-order .AspNet-FormView-Data .section .item h5
{
    margin: 0px;
    padding: 0px 3px 6px 3px;
    font-size: 8pt;
}
.view-order .AspNet-FormView-Data .section .item .col
{
    width: 49%;
    float: left;
    margin-right: 3px;
}
.view-order .AspNet-FormView-Data .section .item .col .left
{
    width: 49%;
    float: left;
    text-align: right;
}
.view-order .AspNet-FormView-Data .section .item .col .right
{
    width: 49%;
    float: right;
}

/* Shopping Cart */
.cart .AspNet-GridView
{
    width: 100%;
    margin-top: 4px;
}
.cart .AspNet-GridView table
{
    border-collapse: collapse;
    width: 100%;
}
.cart .AspNet-GridView table tbody tr td,
.cart .AspNet-GridView table tfoot tr td
{
    border: solid 1px #CCCCCC;
    height: 20px;
    padding: 2px;
}
.cart .AspNet-GridView table tbody tr td.Center
{
    text-align: center;
}
.cart .AspNet-GridView table tbody tr td.Right,
.cart .AspNet-GridView table tfoot tr td.Right
{
    text-align: right;
    width: 10%;
}
.cart .AspNet-GridView table thead tr th.Right
{
    white-space: nowrap;
}
.cart .AspNet-GridView table tfoot tr td.Label
{
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}
.cart .AspNet-GridView table tbody tr td.Button,
.cart .AspNet-GridView table thead tr th.Button,
.cart .AspNet-GridView table tfoot tr td.Blank
{
    text-align: center;
    border: 0px;
    background-color: White;
    
}
.cart .AspNet-GridView table tbody tr td.Button
{
    width: 5%;
}
.cart .AspNet-GridView table thead tr th,
.cart .AspNet-GridView table tfoot tr td.Label
{
    border: solid 1px #CCCCCC;
    height: 20px;
    padding: 2px;
    text-align: center;
    background-color: #33036F;
    color: White;
}
.cart .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
    background-color: #D0DFFE;
}


/* Using a repeater instead of Data-List to include more detail */
.product-listing-detail, .product-listing-detail .img,
.product-listing-detail .details, .product-listing-detail .details-home
{
    overflow: hidden;
    height: 100%;
}
.product-listing-detail
{
    padding: 10px 0px;
    border-top: solid 1px Silver;
}
.product-listing-detail .img
{
    float: left;
    width: 151px;
    margin-right: 10px;
}
.product-listing-detail .details
{
    float: right;
    width: 565px;
}
.details, .product-listing-detail .details-home
{
    float: right;
    width: 435px;
}
.product-listing-detail .item
{
    margin-bottom: 6px;
}
.product-listing-detail .amount
{
    padding: 3px;
    background-color: #F1F1F1;
    border: solid 1px Silver;
    white-space: nowrap;
    float: right;
}
.product-listing-detail .more-info
{
    margin-top: 10px;
    text-align: right;
}
.product-listing-detail .item span.lbl
{
    color: Gray;
}


/* Page Guidance and Instructions */
/* Inherit from style.css */
.guidance .AspNet-FormView .AspNet-FormView-Data
{
    margin-bottom: 20px;
}
#shop-right .guidance .AspNet-FormView .AspNet-FormView-Data h4,
#left .guidance .AspNet-FormView .AspNet-FormView-Data h4,
table.pricing caption
{
}

.err
{
    color: Red;
    padding: 5px 0px;
}

table.orders
{
    width: 100%;
    border: solid 1px #CECECE;
    font-size: 8pt;
}
table.orders tbody td
{
    border: solid 1px #CECECE;
    vertical-align: top;
    padding: 2px;
}
table.orders thead
{
    background: Navy;
}
table.orders thead th
{
    color: White;
    text-align: center;
    padding: 2px;
}