﻿/*------- Common -------*/
.shopcart_formLabel
{
    text-align:left;
    color:#525252;
    font-weight:bold;
    white-space:normal !important;
    width:150px;
    float:left;
    
}
.shopcart_formField
{
  
}
.shopcart_formFooter
{
    text-align:right;
}
.shopcart_formFooter input[type="button"],
.shopcart_formFooter input[type="submit"],
.shopcart_btn
{
    background-color:#cccccc;
    border:solid 1px black;
}
.shopcart_formFooter input[type="button"]:hover,
.shopcart_formFooter input[type="submit"]:hover,
.shopcart_btn:hover
{
    background-color:#efefef;
}
/*------- Products -------*/
.shopcart_products
{
    list-style:none;
    padding:0px;
    margin:0px;
}
.shopcart_products li
{
    float:left;
    border:solid 1px #efefef;
    padding:10px;
    margin:0px;
    line-height:16pt;
}
.shopcart_products li:hover
{
    background-color:#efefef;
    border-color:#cccccc;
}
.shopcart_product_title
{
    font-weight:bold;
    font-size:14px;
}
.shopcart_product_price
{
}
/*------- Checkout -------*/
.shopcart_details
{
    width:100%;
    border-left:solid 1px #efefef;
    border-right:solid 1px #efefef;
}
.shopcart_details th
{
    font-weight:bold;
    background-color:#efefef;
    padding:5px;
    text-align:center;
}
.shopcart_details td
{
    border-bottom:solid 1px #efefef;
    padding:5px;
}
.shopcart_total td
{
    text-align:center;
}
.shopcart_total td:first-child
{
    text-align:right;
    font-weight:bold;
}
.shopcart_review
{
    font-size:14pt;
    text-align:center;
    padding:50px;
}
.shopcart_clear
{
    clear:both;
    line-height:8px;
}
/*------- Management -------*/
.shopcart_picture
{
    border:solid 1px #cccccc;
    padding:5px;
    margin:3px;
    background-color:White;
}
.shopcart_pictures
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.shopcart_pictures li
{
    border:solid 1px #cccccc;
    padding:5px;
    float:left;
    margin:3px;
    background-color:White;
}
.shopcart_pictures_default
{
    background-color:Green !important;
}
