a.list:link {color: #760001; text-decoration:none;}     /* unvisited link */
a.list:visited {color: #760001; text-decoration:none;}  /* visited link */
a.list:hover {color: #ff0000; text-decoration:none;}   /* mouse over link */
a.list:active {color: #760001; text-decoration:none;}   /* selected link */

body, html
{
	background-color: #fff;
	margin: 0px auto;
	font-size: 1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	text-align: center;
}

form
{
	margin:0px;
	padding:0px;
}

.center
{
	margin-left:auto;
	margin-right:auto;
}

.index_container
{
	margin:0 auto; 
	margin-top:10px;
	text-align: center;
	border:0px dashed purple;
	width:800px;
}

.index_header
{
	width: 100%;
	text-align:left;
	padding-bottom:5px;
}

.reorder_header_logo
{
	width: 45%;
	float:left;
	text-align:left;
	padding-bottom:5px;
}

.reorder_header_customer
{
	width: 45%;
	float:right;
	text-align:center;
	padding-bottom:5px;
}

.index_content
{
	border-top:1px solid red;
	text-align:center;
}

.index_footer
{
	margin-top:5px;
	font:12px arial;
	text-align:center;
	border-top:1px solid red;
}

.reorder_box
{
	height:120px;
	background-image:url('images/reorder_box.gif');
	background-repeat:no-repeat;
	background-position:center; 
	text-align:center;
}

.number_input
{
	padding-top:35px;
	border:0px solid black;
}

.order_list
{
	padding:0px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font:12px arial;
	border:0px dashed red;
}

.order_table
{
	width:100%;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
}

.ac
{
	font-size:12px;
	text-align:center;
	text-transform: capitalize;
	font-family:"Arial";
	padding:1px;
}
.ac2
{
	font-size:12px;
	text-align:left;
	text-transform: capitalize;
	font-family:"Arial";
	padding-top:1px;
	padding-bottom:1px;
	padding-right:1px;
	width:110px;
	padding-left:5px;
}

.checkout_item_header
{
	background-color: #e2383f;
	font:bold 14px arial;
	color:white;
	border:1px solid black;
	padding-left:5px;
	text-align:left;
}

.checkout_table
{
	width:100%;
	text-align:center;
}

.checkout_item_table
{
	width:100%;
	font:12px arial;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}

.reorder_bar
{
	background-color: #e2383f;
	font:bold 14px arial;
	color:white;
}

.shipping_box
{
	width:600px;
	text-align:center;
	border:0px solid black;
}

.notice
{
	width:75%;
	font:bold 13px arial;
	border:2px solid #e2383f;
	color:#e2383f;
	background-color:#f7d9da;
	padding:2px;
	margin-bottom:3px;
}

.inputbox
{
	border:1px solid #5a7190;
}

.inputbox_static
{
	font:bold 12px arial;
}
