﻿/*------- Common -------*/




#mainSkin_articleLanding_19e5e56a-40e8-4f8b-aeaf-41808ade9a1f_ModuleHolder{
	background-color:#FFF;
	border:#ccc solid 1px;
	width:400px;
	padding:25px !important;
	-moz-border-radius: 15px;
-webkit-border-radius: 15px;

}



.shopcart_formLabel
{
    text-align:left;
    color:#999 !important;
    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
{
    font-size:17px;
    color:#663300;
    background-color:#ffffff;
    border:#ccc solid 1px;
}
.shopcart_formFooter input[type="button"]:hover,
.shopcart_formFooter input[type="submit"]:hover,
.shopcart_btn:hover
{
    background-color:#ccc;
	color:#FFF;
}
/*------- Products -------*/
.shopcart_products
{
    list-style:none;
    padding:0px;
    margin:0px;
}
.shopcart_products li
{
    float:left;
  
    padding:10px;
    margin:0px;
    line-height:16pt;
    background-color:#efefef;
    border:solid 1px #cccccc;
}
.shopcart_products li:hover
{
    background-color:#dddddd;
}
.shopcart_product_title
{
    font-weight:bold;
    font-size:14px;
}
.shopcart_product_price
{
}
/*------- Checkout -------*/
.shopcart_details
{
    width:100%;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
    background-color:White;
}
.shopcart_details th
{
    font-weight:bold;
    background-color:#cccccc;
    padding:5px;
    text-align:center;
}
.shopcart_details td
{
    border-bottom:solid 1px #cccccc;
    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;
    height:5px;
}
/*------- 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;
}
