/*
Start of Ecart Area, this is the Productcartdisplay page
This css is also used to set the majority of settings on 
*/

/* headers & Labels*/
div.Ecart > table.Ecart > tbody > tr > th,
form.ProductCartDeliveryForm > fieldset > label,
table#MyOrdersList th,
div.OrderLines > form > table#MyOrderDetails > tbody > tr > th,
div.MyOrders > table#MyOrdersList > tbody > tr > th
{
/*	background-color:#d2df97;
	xbackground-color:#007700;
	color:#333;
	xcolor:#00cccc;
*/
}


div.OrderLines > form > table#MyOrderDetails > tbody > tr > td,
div.Ecart > table.Ecart > tbody > tr > td,
table#MyOrdersList td,
form.ProductCartDeliveryForm > fieldset > input, form.ProductCartDeliveryForm > fieldset > select,form.ProductCartDeliveryForm > fieldset > textarea#Comments,
div.Ecart > table.Ecart > tbody > tr > td > form > fieldset > select,
form#ProductCartDeliveryForm.ProductCartDeliveryForm > fieldset > input
{
/*
	background-color:#333;
	x-background-color:#007700;
	color:#00cccc;
	xcolor:#cc00cc;
*/
}
form#ProductCartDeliveryForm.ProductCartDeliveryForm > fieldset > input#Register
{
	padding-right:40%;
	width:0;
	float:left;
	text-align:left;
}


form.ProductCartDeliveryForm > fieldset,
div.Ecart > table.Ecart > tbody > tr > td,
table#MyOrdersList, table#MyOrdersList td,
table#MyOrderDetails, table#MyOrderDetails td
{
	outline: 1px solid rgba(80,80,80,0.9);
	xoutline: 1px solid rgba(255,255,0,0.9);
}

div.Ecart > table.Ecart,
div.Ecart > div#EcartDeliveryInformationText, div#EcartDeliveryInformation
{
/*
    xackground-color:#999900;
    xoutline: 1px solid rgba(255,255,0,0.9);
*/
    background-color:#5A5C49;
    outline: 1px solid rgba(80,80,80,0.9);
}

div.Ecart > div#EcartDeliveryInformation > table > tbody > tr > th, div.Ecart > div#EcartDeliveryInformation > table > tbody > tr > td
{
/*
    background-color:#333;
    xackground-color:#999900;
    outline: 1px solid rgba(80,80,80,0.9);
    xoutline: 1px solid rgba(255,255,0,0.9);
*/
    outline: 1px solid rgba(80,80,80,0.9);
}

table#MyOrdersList th, table#MyOrdersList td
{
/*
	border-color:white;
*/
}
table#MyOrdersList th, table#MyOrdersList td
{
/*
	border-color:white;
*/
}


table#MyOrdersList, table#MyOrderDetails
{
	width:100%;
}


table#MyOrdersList th, table#MyOrdersList td
{
	border-width:1px;
	border-style:solid;
	text-align:left;
	width:18%;
        padding:5px 1% 5px 1%;
}

table.Ecart
{
	width:100%;
}

table.Ecart > tbody > tr > td, table.Ecart > tbody > tr > th
{
	padding-bottom:10px;
}

table.Ecart > tbody > tr > td.Image
{
	vertical-align:bottom;
}

table.Ecart > tbody > tr > td.Image img
{
	width:100%;	
	height:auto;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
div.Ecart > table.Ecart > tbody > tr > td.Image
{
	width:15%;
}

div.Ecart > div#EcartDeliveryInformationText
{
	width:46%;
	margin-right:2%;
	float:left;
}

div.Ecart > div#EcartDeliveryInformation
{
	width:48%;
	float:right;
}

div.Ecart > div#EcartDeliveryInformationText, div#EcartDeliveryInformation
{
	padding:10px 1% 10px 1%;
}

div.Ecart > table.Ecart > tbody > tr > th, div.Ecart > table.Ecart > tbody > tr > td
{
	padding:5px 1% 5px 1%;
}

div.Ecart > div#EcartDeliveryInformation > table
{
	margin-top:20px;
}

div.Ecart > div#EcartDeliveryInformation table
{
	float:right;
	width:50%;
	text-align:right;
}

div.Ecart > table.Ecart > tbody > tr > td
{
	text-align:right;
}
div.Ecart > table.Ecart > tbody > tr > td.ProductName
{
	text-align:inherit;
}


form.ProductCartDeliveryForm > fieldset
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-width:0;
}

form.ProductCartDeliveryForm > fieldset > label,
form.ProductCartDeliveryForm > fieldset > input
{
	border-width:0 0 0 0;
	padding-top:3px;
	padding-bottom:3px;
}

form.ProductCartDeliveryForm > fieldset > label
{
	float:left;
	width:48%;
	padding-left:0;
	padding-right:2%;
}

form.ProductCartDeliveryForm > fieldset > input, form.ProductCartDeliveryForm > fieldset > option, form.ProductCartDeliveryForm > fieldset > textarea#Comments
{
	float:right;
	width:47%;
	margin-left:1%;
	padding-left:1%;
	padding-right:1%;
}
form.ProductCartDeliveryForm > fieldset > select
{
	margin-left:1%;
	width:49%;
	padding-left:1%;
	padding-right:0;
}


/*
End of Ecart Area
*/



