body {
	width:auto;
	margin:0 0 0 2em;
	text-align:left;
}
body,td {
 	font-family: arial, helvetica ; 
 	font-size:10pt ; 
 	line-height:1.4em ; 
 	color:#000 ;
}
h1 {
 	font-family: arial, helvetica ; 
 	font-size:18pt ;
 	line-height:1.4em ; 
 	font-weight:bold;
 	margin:0 0 0.2em 0;
 	border-bottom:1pt solid black;
 	color:#000;
}
h2 {
 	font-family: arial, helvetica ; 
 	font-size:16pt ; 
 	line-height:1.3em ; 
 	font-weight:bold;
 	color:#000;
}
h3 {
 	font-family: arial, helvetica ; 
 	font-size:14pt ; 
 	line-height:1.2em ; 
 	font-weight:bold;
 	color:#000;
}
h4 {
 	font-family: arial, helvetica ; 
 	font-size:12pt ; 
 	line-height:1.1em ; 
 	font-weight:bold;
 	color:#000;
}
ul {
	list-style-image:none;
}
a {
	color:#006;
	text-decoration:none;
}
td,th {
	vertical-align:top;
	text-align:left;
}

/* CONTAINERS */

.container1,
.container2,
.container3,
.container4 {
	width:auto;
	margin:0;
	background-image:none;
	border:none;
}
.main_content {
	float:left;
	width:47%;
}
.main_sidebar {
	width:47%;
	margin-left:48%;
}
.main_wide {
	clear:both;
	width:95%;
}

/* HEADER/NAV */

.header1 ul,
.buttons,
.button {
	display:none;
}

/* MAIN COLUMN */

.maincol {
	/* margin-right:35%; */
	width:auto;
}

/* SHOP */

.shop_table,
.shop_info {
	width:100%;
}

.shop_table td {
	border-bottom:1pt dotted #ccc;
}
.shop_table th,
.shop_title {
	border-bottom:2pt solid #000;
}
.box {
	margin:0 0 1px 5px;
	border:1px solid #ccc;
}
.boxless {
	margin:0 0 1px 0;
	border:1px solid #fff;
}

/* FOOTER */

.footer {
	width:auto;
	height:auto;
	margin-top:10pt;
	clear:both;
	color:#000;
	font-size:9pt;
 	line-height:1.2em ; 
}
.footer img.logo {
	display:none;
}
.footer small {
	display:none;
}

/* OTHER */

.break {
	clear:both;
}