body {
	margin: 0px;
}
body, div, p, td, th, h1, h2, h3, h4, li {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 1000px;
	position: relative;
}
#leftbar {
	width: 233px;
}
#leftbar .left {
	margin: 0px 21px;
	font-size: 12px;
	font-weight: normal;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul.menu li a {
  display: block; 
  background: #BBB url(../images/menu-top.gif) no-repeat top left;
  text-decoration: none; 
  width: 200px;
}
ul.menu li a div { 
  background: transparent url(../images/menu-bottom.gif) no-repeat bottom left;
  padding: 0.5em; 
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #66C; 
}
ul.menu li a:hover { 
  background-color: #CCC;
	background-image: url(../images/menu-top-hover.gif); 
}

ul.menu li a:hover div { 
  background-image: url(../images/menu-bottom-hover.gif); 
}
ul.menu li a div span.li1 {
  text-align:center;
  font-size:18px;
  font-weight: bold;
  color: #66C; 
}

#content {
	vertical-align: top;
}
.postage {
	background-color: #FFD;
	border: 1px solid #C00;
	padding: 5px;
	text-align: center;
}
.postdarker {
	background-color: #FF6;
}
.postdarker a {
	font-weight: bold;
}
.product {
	width: auto;
	border-collapse: collapse;
	background-color: #EEF;
	border: 1px solid #AAF;
	margin-bottom: 15px;
}
.productdarker {
	background-color: #DDF;
}
.productspecial {
	background-color: #FEE;
	border: 1px solid #FAA;
}
.product .desc {
	padding: 10px;
}
.product .desc h3 {
	font-size: 24px;
	color: #060;
	margin-top: 0px;
}
.product .catlink {
	border: 1px solid #CC0000;
	line-height: 46px;
	background-color: #FF6;
	text-align:center;
	padding: 10px;
	font-weight: bold;
}
.product .paypal img {
	border: none;
	width: 200px;
	height: 46px;
	border: 1px solid #C00;
	vertical-align: bottom;
}
.product .paypal .note {
	width: 410px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
}

@media print {
	body {
		background: red;
	}
	#container {
		width: 640px;
	}
	#leftbar,
	#leftbar *,
	#leftbar li,
	#leftbar div,
	#leftbar img,
	#leftbar p,
	#leftbar .menu,
	#leftbar .left {
		display: none;
		width: 0px;
	}
}
