/*-------------------------------------------------
FORM STYLES
-------------------------------------------------*/
form
{
	margin: 0;
	padding: 0;
}

input.submitButton
{
	margin: 0;
	padding: 0;
	width: 150px;
	height: 30px;
	font-weight: bold;
	font-size: 1.1em;
	color: #B31B34;
	border-color: #B31B34;
}

input.txtQuantity 
{
	font-size:1.6em;
	height: 30px;
}

/*-------------------------------------------------
STYLES FOR FORM TABLE DESIGN 
-------------------------------------------------*/
table.form 
{
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 550px;
	
	
	border: solid 2px #ccc;
	background-color: #eee;
	background-image: url(../images/bg.gif);
	background-repeat:repeat;
}
table.form caption
{
	margin-top: 10px;
	padding: 2px;
	padding-bottom: 0;

	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	color: #B31B34;
}
.ValidationError 
{
	background-image: url(../Images/0111_arrow.png);
	background-image: url(../Images/Icons/nuvola/16x16/apps/important.png);
	background-image: url(../media/Icons/nuvola/16x16/apps/important.png);
	background-image: url(../media/Icons/nuvola/16x16/apps/error.png);
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 20px;
	width: 16px;
	/*
	height: 24px;
	width: 30px;
	*/

	display: block;
	overflow:hidden;
	font-size: 1em;
	text-indent: 30px;
	white-space:nowrap;
/*
	background-color: ffc;
*/
}

table.form tr td label
{
	width: 125px;
	display: block;
	text-align: right;
	font-weight: bold;
	border: solid 0px #ccc;
	color: #000;
}
table.form tr td input, table.form tr td select
{
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 290px;
	border: solid 1px #ccc;
	background-color: #ffd;
	background-color: #fff;
	font-size: 0.8em;
	font-size: 12px;
}
table.form tr td input:hover, table.form tr td input:focus
{
}
table.form tr td input.submitButton
{
	color: #B31B34;
	border-color: #B31B34;
	background-color: #eef0f4;
	height: 30px;
}



table.form tr td select.ExpirationMonth
{
	width: 100px;
}
table.form tr td select.ExpirationYear 
{
	width: 70px;
}


table.form tr td table.radioButtonList
{
	border: solid 1px #ccc;
	background-color: #fff;
	width: 320px;
	padding: 3px 0;

}
table.form tr td table.radioButtonList TR TD
{
	border: solid 0px green;
	vertical-align:middle;
	vertical-align: top;
	margin: 0;
	padding: 0;
	padding: 5px 0;
}
table.form tr td table.radioButtonList TR TD INPUT
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: solid 1px #fff;
	margin-left: 5px;
}
table.form tr td table.radioButtonList TR TD LABEL
{
	display:inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	width: auto;
}


/*-------------------------------------------------
VALIDATION SUMMARY 
-------------------------------------------------*/
div.formValidation,
table.formValidation
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;

	width: 500px;

	/* styles for header text */
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	color: #B31B34;
}
div.formValidation ul,
table.formValidation tr td ul
{
	margin: 0;
	padding: 10px;
	padding-left: 0px;
	padding-right: 10px;

	border: solid 2px #B31B34;
	background-color: #ffc;
/*
	background-image: url(../media/icons/nuvola/48x48/actions/no.png);
	background-image: url(../media/icons/nuvola/64x64/apps/important.png);
	background-repeat: no-repeat;
	background-position: 450px 50%;
*/
}
div.formValidation ul li,
table.formValidation tr td ul li
{
	margin: 0;
	margin-left: 10px;
	margin-bottom: 5px;

	padding: 3px;
	padding-left: 22px;
	
	list-style-type: none;
	border: solid 0px #B31B34;
	background-image: url(../media/icons/nuvola/16x16/apps/important.png);
	background-image: url(../media/Icons/nuvola/16x16/apps/error.png);	
	background-repeat: no-repeat;
	background-position: 0px 50%;

	text-align:justify;
	font-size: 1.3em;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
}


/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

/*******************************************
	STYLES FOR ProcessHeader UserControl
*******************************************/
#divCheckoutSteps 
{
	border: solid 0px red;
	display: block;
}
ul#NavList 
{
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
	margin-bottom: 0px;

	list-style-type:none;
	display: block;

	border-bottom: solid 2px #304050;
	border: 0;
}
ul#NavList li
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 7px;
	padding-right: 32px;

	background-image:url(../media/icons/nuvola/22x22/actions/forward.png);
	background-image:url(../images/forward.gif);
	
	background-repeat: no-repeat;
	background-position: right center ;
	
	font-size: 1.3em;
}
ul#NavList li
{
	color: #327BD7;
	color: #566D96;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
}
ul#NavList li.active span
{
	color: #9B1A0A;
	border-bottom: solid 1px #9B1A0A;
}

ul#NavList li:hover span
{
	text-decoration: none;
}
ul#NavList li#liSignIn /* the first item in the list. padded for alignment */
{
	padding-left: 2px;
}
ul#NavList li#liOrderThanks
{
	background-image:none;
}

p#totalPrice 
{
	margin-top: 20px;
	text-align: left;
	font-size: 2.0em;
	font-weight: bold;
}


/*********************************************
 STYLES FOR SHOPPING CART DATA GRID
*********************************************/
.dgShoppingCart
{
	font-family: Verdana, Tahoma, Arial;
	width: 690px;
	margin: 0;
	padding: 0;

	border-collapse:collapse;
	border: solid 1px #B31B34;
	border-bottom-width: 5px;
}
.dgShoppingCart TR TD
{
	border-collapse:separate;
	border: 0;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.dgShoppingCart TR.HeaderStyle TD,
.dgShoppingCart TR.FooterStyle TD
{
	margin: 0;
	padding: 10px;

	color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	background-color: #B31B34;
}
.dgShoppingCart TR.ItemStyle TD,
.dgShoppingCart TR.AlternatingItemStyle TD
{
	background-color: #D7DDE4;
	background-color: #fff;
	padding: 10px;
}
.dgShoppingCart TR.AlternatingItemStyle TD
{
	background-color: #D7DDE4;
	background-color: #D7DDE4;
}

.CommandColumn
{
	width: 100px;
	text-align: center;
}

/****************************/
/* DataGrid Link Styles     */
/****************************/
/*
.dataGrid A, .dataGrid A:visited, .dataGrid A:active
{
}
.dataGrid TR TD A:hover
{
}
*/

/*********************************************
 Order Review Table
*********************************************/
table#OrderReview 
{
	width: 690px;
}
table#OrderReview CAPTION
{
	padding-bottom: 10px;
}
table#OrderReview TR TD
{
	border: solid 0px red;
	vertical-align:top;
}
table#OrderReview TR TD H1
{
	font-size: 0.9em;
}

table#OrderReview TR TD.col1 
{
	width: 200px;
/*	background-color: Red;*/
}
table#OrderReview TR TD.col2
{
	width: auto;
/*	background-color: Yellow;*/
}
table#OrderReview TR TD.col3
{
	width: 200px;
/*	background-color: Green;*/
}


/*********************************************
 Small Order Summary Table 
*********************************************/
table.SmallOrderSummary 
{
	margin: 0;
	padding: 0;
	width: 190px;
	border-collapse:collapse;
}
table.SmallOrderSummary tr td
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

/*********************************************
 Order Review: Order Details Table
*********************************************/
.dgOrderDetails
{
	border-collapse:separate;
	font-family: Verdana, Tahoma, Arial;
	width: 100%;
	width: 690px;
	margin: 0;
	padding: 0;
	border-bottom-width: 5px;

	padding: 3px;
	margin-bottom: 20px;
	
	border: solid 2px #ccc;
	background-color: #eee;
	background-image: url(../images/bg.gif);
	background-repeat:repeat;
}
.dgOrderDetails TR TD
{
	font-size: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	padding: 3px;
	margin: 3px;
	padding-bottom: 10px;
	border-bottom: solid 1px #222;
}
.dgOrderDetails TR TD.Header
{
	border-bottom: solid 2px #222;
	color: #304050;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 3px;
}

/********************************************
  Customer
********************************************/
div#customerType
{
}
/*
table.form tr td table.radioButtonList TR TD
{
	border: solid 0px green;
	vertical-align:middle;
	vertical-align: top;
	margin: 0;
	padding: 0;
	padding: 5px 0;
}*/
div#customerType INPUT, 
div#customerType LABEL 
{
	width: auto;
	height: auto;	
	margin: 0;
	padding: 0;
	border: 0;
	background-color: Transparent;
}
div#customerType INPUT
{
	margin-left: 5px;
	margin-right: 5px;
/*	border: solid 1px #fff;
	margin-left: 5px; */
}
div#customerType LABEL
{
	font-weight: normal;
	display:inline;
/*	display:inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	width: auto; */
}
div#customerType INPUT.customerPassword 
{
	border: solid 1px #ccc;
	background-color: #fff;
	font-size: 12px;
	color: #000;

	width: 158px;
	height: 20px;
	position:relative;
	margin: 0;
	padding: 0;
	
/*
	margin-left: 20px;
	margin-top: 3px;
*/
}
