div#pagemenu {
	display: block;
}

/* Products */
div#products {
	margin: 0 -10px -10px -10px;
	padding: 0 10px 10px 10px;
}
div#products td p {
  font-size: 1.1em;

}
* html div#products { /* IE needs some help */
	width: 540px;
}

div#products div.productpreview {
	margin-top: 5px;
	width: 170px;
}
div#products div.productpreview a.thumbnail {
	position: relative;
	display: block;
	padding: 0;
	margin: 0 0 4px 0;
	width: 170px;
	height: 170px;
}
div#products div.productpreview a.thumbnail:hover {
	background-color: #dee4dd;
}
div#products div.productpreview a.thumbnail img {
	position: absolute;
	display: block;
	left: 85px;
	top: 85px;
}
div#products div.productpreview p {
	margin: 2px 0;
	padding: 0;
	line-height: 1.3em;
}
div#products div.productpreview h6 {
	line-height: 1.3em;
	letter-spacing: 0;
}
div#products div.productpreview h6 a {
	color: #004463;
}
div#products div.productpreview h6 a:hover {
	color: #396c84;
}
div#products div.productpreview span.price {
  font-weight: bold;
}
div#products div.productpreview a.more-link {
  padding-left: 1em;
}

/* Product detail */
div#productdetail {
}
div#productdetail h1 {
	background-color: #666;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0;
}
div#productdetail h1 span {
	display: block;
}
div#productdetail h1 span.pname {
	float: left;
	width: 380px;
	padding: 5px 0 4px 10px;
}
div#productdetail h1 span.pinfo {
	float: right;
	width: 150px;
	padding: 5px 0 4px 0;
}
div#productdetail h1 span.new {
	float: right;
	font-size: 0.75em;
	padding: 7px 10px 8px 10px;
	margin: -5px 0 -4px 0;
	border: none;
}
div#productdetail ul {
	padding: 0 auto;
	margin: 4px 1em;
}
div.productimage {
	float: left;
	width: 380px;
}
div.productsummary {
	float: right;
	padding-top: 5px;
	width: 150px;
}
div.noimage {
	width: auto;
	float: none;
}

div#productthumbs div.column {
	float: left;
	padding-left: 2px;
}
div#productthumbs div.left {
	padding-left: 0;
}
div#productthumbs a.thumbnail {
	position: relative;
	display: block;
	margin-bottom: 4px;
	width: 76px;
	height: 76px;
	border: 1px solid #eee;
}
div#productthumbs a.thumbnail:hover {
	background-color: #ededed;
}
div#productthumbs a.thumbnail img {
	position: absolute;
	display: block;
	left: 38px;
	top: 38px;
}

div#productoptions {
	clear: both;
	padding: 7px 0;
}
p.info {
	clear: both;
}
div#productoptions select {
	font-size: 0.75em;
	font-family: inherit;
}
div#productoptions select.product_select {
	width: 380px;
}
div#productoptions input {
}