table.products {
	width: 100%;
	text-align: left;
}

table#cart {
	width: 100%;
}

table.products tr.textrow td {
	padding-bottom:20px;
	vertical-align:top;
}

table.products td {
	padding:5px;
	width:33%;
}

.price {
	font-weight: bold;
}

#subheadertitle {
	display: none;
}

#mainwrap {
	float:left;
	width: 75%;
}

#sidebar {
	float:right;
	overflow:hidden;
	width: 25%;
	text-align: left;
}

ul#widget, ul.widget li.widget {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 0;
}

#widget h3 {
	margin-top: 0;
}

hr {
	background-color:#003366;
	border:0 none;
	color:#003366;
	height:1px;
	margin:6px 0 12px;
	width: 100%;
}

#subheaderlinks {
	float: right;
	text-align: right;
	padding-bottom: 13px;
}

.by {
	font-weight:normal;
}

table.sidebarproducts td {
	padding:5px;
}

table#detailheader td {
	vertical-align:top;
}

td#detailImage {
	padding:5px 20px 5px 5px;
}

#titleAndByLine h2 {
	margin-top: 0;
	text-align: left;
}

td.price, th.price {
	text-align: right;
}

td.quantity, th.quantity {
	text-align: center;
}

td#subtotal {
	text-align: right;
	font-weight: bold;
	padding-top: 13px;
}

td#updatesubtotal {
	height:40px;
	text-align:right;
}

#cartbuttons {
	padding-bottom:20px;
	padding-top:20px;
}

#keepshopping {
	float: left;
}

#checkout {
	float: right;
}

tr#listprice td span.amount {
	font-weight:normal;
	text-decoration:line-through;
}

td.issueslabel, td.pricelabel {
	font-weight:bold;
	text-align:right;
	width: 80px;
}