body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#page-container {
	width: auto;
}
#left-column {
	display: none;
}
#banner {
	display: none;
}
#main-nav-container {
	display: none;
}
#header {
	border: none;
	margin-bottom: 1em;
	padding-left: 0;
}
#header img {
	width: auto;
}
#header span {
	background: none;
	left: 0;
}
#header ul {
	display: none;
}
#content, * html #content, * html #help #content {
	width: auto;
	margin-left: 0;
	padding: 0;
	width: auto;
	/*text-align: left;*/
}
.floatclear, .box, .alternate {
	width: auto;
}
* html .floatclear {
	width: 650px;
}
* html #content p.prod-detail {
	width: 430px;
}
#footer ul {
	display: none;
}
#footer {
	text-align: right;
}
#footer img {
	display: inline;
}
#site-map #content ul, #content ul, #left-column ul, #home #right-column ul {
	list-style: disc;
	margin-left: 17px;
}
#site-map #content ul li, #content ul li, #left-column ul li, #home #right-column ul li {
	margin: 0;
	padding: 0;
}
.link-holder, .link-holder-left, .link-holder-aligned {
	display: none;
}
#help #content ul {
	margin-bottom: 1em;
}

/* ---[ basket styling ]-------------------------- */
table#basket {
	width: 100%;
	border-collapse: collapse;
	padding: 2px 3px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table#basket td, table#basket th {
	padding: 2px 3px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
table#basket th {
	background: #EEE;
	text-align: left;
}
table#basket .basket-total {
	width: 50px;
}
table#basket #basket-total-heading {
	text-align: right;
	font-weight: bold;
}
table#basket .delete-btn {
	width: 50px;
}
table#basket .qty {
	width: 45px;
}
.empty {
	margin-bottom: 1em;
}
/* ---[ END basket styling ]---------------------- */


/*---[ home styling ]----------------------------- */
#home {
	font-size: 8pt;
}
#home #content, * html #home #content {
	padding: 0;
	margin: 0 180px;
}
#home #left-column {
	display: block;
}
#home #left-column {
	width: 175px;
}
#right-column {
	width: 149px;
	padding: 13px 13px;
}
#home table td {
	width: 25%;
}
* html #promotions-panel li, #promotions-panel .link-holder, #promotions-panel h2, * html #promotions-panel .buy-link {
	position: static;
}
/*---[ END home styling ]------------------------- */