* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: black;
	/*background-color: white;*/
}

.address{
	display: inline;
	width: 180px;
	margin-bottom: 10px;
	height: 200px;
}

#auto-refill{
	width: 450px;
	margin-left: 40px;
}

/*body{
	margin-left: 40px;
}*/

br {
	clear: both;
}

#ccImages{
	margin-left: 5em;
	margin-bottom: 10px;
}

#customer-info, #billing-info, #payment-info{
	margin-bottom: 3em;
	width: 550px;
	margin-left:auto;
	margin-right:auto;
}

#customer-info label, #billing-info label, #payment-info label{
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
}

#customer-info input, #customer-info select, #customer-info fake-label{
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}

#customer-info .checkbox{
	display: block;
	width: 12px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

#customer-info .checkbox-text{
	display: inline;
	width: 400px;
	text-align: left;
}

/* billing info styles for forms */
#billing-info input, #billing-info select, #billing-info fake-label{
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}

#billing-info .checkbox{
	display: block;
	width: 12px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

#billing-info .checkbox-text{
	display: inline;
	width: 400px;
	text-align: left;
}

/* payment-info styles for forms */
#payment-info input, #payment-info select, #payment-info fake-label{
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}

#payment-info .checkbox{
	display: block;
	width: 12px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

#payment-info .checkbox-text{
	display: inline;
	width: 400px;
	text-align: left;
}


fieldset{
	width: 450px;
	margin-left: 40px;
}

img{
	border: none;
}

label {
	text-align: right;
	width: 40px;
	padding-right: 20px;
}

legend{
	font-size: 1.15em;
	font-weight: bolder;
}

#order-summary{
	margin-left: 40px;
}

#payment-info select{
	display: inline;
	margin-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	width: auto;
	text-align: top;
}

#privacy, #important-note{
	width: 425px;
	font-style: italic;
	text-align: center;
}

#product-list h1{
	font-size: 1.4em;
	font-weight: bolder;
}

.product-title{
	font-weight: bolder;
}

#submit input{
	margin-left: 68px;
}

#vmc, #amex{
	display: inline;
	width: 200px;
	float: left;
	font-size: 0.7em;
	color: grey;
}


#ship-address, #bill-address{
	display: inline;
	margin-left: 40px;
	height: 5em;
}

#ship-address h1, #bill-address h1{
	min-height: 4em;
	font-size: 1.2em;
	font-weight: bolder;
	padding-right: 20px;
	display: block;
	float: left;
}

#ship-address div, #bill-address div{
	display: inline;
	height: 150px;
}

#ship-address br, #bill-address br{

}

th{
	font-weight: bolder;
}

#addresses #ship-address h1, #addresses #ship-address .address{
	float: left;
}

#addresses #bill-address h1, #addresses #bill-address .address{
	float: left;
}

h1 {
	min-height: 4em;
	font-size: 1.2em;
	font-weight: bolder;
}

h3 {
	font-size: 1.1em;
	font-weight: bolder;
}

