#shoppingcart_table { /****** table that displays products on cart_.php page *****/
	border: 1px dotted black;
	width: 710px;
	table-layout: auto;
	margin: 0px 0px 0px 0px;

}
#shoppingcart_table th {
	font-weight: bold;
	color: black;
}
#shoppingcart_table td, th{
	text-align:left;
	padding: 0px 5px 0px 5px;
}
#shoppingcart_table h4{
	text-align:center;
}
#shoppingcart_txtbox {
	text-align: center;
}

#shopping_cart_submit 
{
	background-color: #9FC0DF;
	border: 1px solid #57748F;
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 1em;
	color: #1E4F7C;
	cursor: pointer;
	text-align: center;
	height: 30px;
	width: 90px;
}

	#shopping_cart_submit:hover
	{
		background-color: #1E4F7C;
		color: #9FC0DF;
	}

	td#btnCheckOut
	{
		padding: 10px 5px;
	}

		#btnCheckOut a:active,
		#btnCheckOut a:link,
		#btnCheckOut a:visited
		{
			background-color: #EB600A;
			border: 1px solid #993D03;
			color: #fff;
			padding: 3px 10px;
		}

			#btnCheckOut a:hover
			{
				background-color: #F5A574;
				color: #333;
			}



/*------------------- address input table ----------------------*/

#address_input { /****** table that displays products on cart_address.php page *****/
	border: 1px dotted black;
	width: 710px;
	table-layout: auto;
	margin: 0px 0px 0px 0px;

}
#address_input td{
	text-align: right;
	padding: 0px 45px 0px 5px;
	margin: 0px 0px 0px 0px;
}
#address_input th {
	text-align: center;
	padding: 30px 0px 0px 0px;
}
#shoppingcart_txtbox {
	text-align: center;
}



#error_message { /*---- This is for the form validation in cart_address.php---*/
	text-align:center;
	color:#ff0000;
	font-weight:bold;
}

#address_form input, select {
	border:1px solid #000000;
	width:170px;
	background-color:#ffffff;
}

#address_form .chkbox {
	width:auto;
}

#address_form textarea {
	border:1px solid #000000;
	width:50%;
	height:100px;
}
.validation_errors{
	color: red;
	margin-left: 40%;
}

/************************ Credit Card Table *****************************/
#credit_card_table {
	border: 1px solid white;
	text-align: center;
	margin: 15px;
}
#credit_card_table tr {
	border: 1px solid white;
}
#credit_card_table tr td {
	border: 1px solid white;
}
.input_width {
	width: 75px;
}
.ccv2 {
	width: 75px;
}