.ellipsis
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a.cartLink
{
	color: #428eef;
	font-size: 13px;
	text-decoration: none;
}

a.cartLink img
{
	border-width: 0px;
}

div.boxContent
{
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

div.boxHeader
{
	background-color: #a6a6a6;
	border-bottom: solid 1px #868686;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}

div.content
{
	padding: 0px 14px 14px 14px;
}

div.cartBox
{
	border: solid 1px #868686;
}

div.floatingField
{
	float: left;
	padding-right: 7px;
}

div.itemPrice
{
	color: #42932c;
	float: right;
	font-weight: bold;
}

div.shippingMethod
{
	border-top: solid 1px #868686;
	border-left: solid 1px #868686;
	float: right;
	height: 324px;
	width: 319px;
}

div.shippingOption
{
	font-size: 12px;
	margin-bottom: 4px;
}

div.shippingPrice
{
	color: #42932c;
	font-size: 14px;
	font-weight: bold;
}

div.step
{
	padding-bottom: 15px;
}

h1
{
	font-size: 26px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

select.state
{
	width: 163px;
}

span.important
{
	color: #ff0000;
}

table.content
{
	border: solid 1px #000000;
	font-family: Arial;
	font-size: 12px;
	width: 937px;
}