/* Products */
h1 span.new {
	font-size: 0.6em;
	background: url(new_bubble.png) no-repeat 100% 0;
	display: block;
	float: left;
	margin: -4px 0 0 -70px;
	padding: 8px 0 0 8px;
	width: 35px;
	height: 19px;
	border: none;
}
* html h1 span.new {
	margin-left: -35px;
	margin-right: 23px;
}

div#products div.productpreview {
	margin-top: 10px;
	width: 140px;
}
div#products div.productpreview a.thumbnail {
	position: relative;
	display: block;
	margin-bottom: 4px;
	width: 140px;
	height: 140px;
}
div#products div.productpreview a.thumbnail:hover {
	background-color: #ededed;
}
div#products div.productpreview a.thumbnail img {
	position: absolute;
	display: block;
	left: 70px;
	top: 70px;
}
div#products div.productpreview p {
	margin: 2px 0;
	padding: 0;
	line-height: 1.3em;
  text-align: center;
}
div#products div.productpreview h6 {
	line-height: 1.3em;
	letter-spacing: 0;
  text-align: center;
}
div#products div.productpreview h6 a {
	color: #454545;
}
div#products div.productpreview h6 a:hover {
	color: #f90;
}

div#productdetail {
	margin-right: -35px;
	margin-top: 20px;
	margin-bottom: 20px;
}
* html div#productdetail {
	width: 661px;
}
div#productdetail div.right {
	width: 330px;
}


div#productthumbs {
}
div#productthumbs div.column {
	float: left;
	width: 70px;
	padding: 0 0 0 5px;
	margin: 0;
}
div#productthumbs div.left {
	padding-left: 0;
}
div#productthumbs a.thumbnail {
	display: block;
	float: left;
	position: relative;
	width: 68px;
	height: 68px;
	border: 1px solid #e1e1e1;
}
div#productthumbs a.thumbnail:hover {
	background-color: #f8f8f8;
}
div#productthumbs a.thumbnail img {
	display: block;
	position: absolute;
	left: 34px;
	top: 34px;
}



div#productoptions a {
	display: block;
	background: url(weekly.png) repeat-x 0 0;
	position: relative;
	font-size: 0.8em;
}
div#productoptions strong {
	display: block;
	font-size: 150%;
	font-weight: bold;
	background: url(weekly_end.png) no-repeat 0 0;
	padding: 10px 0 0 30px;
	height: 52px;
	color: #fff;
	cursor: url(first.cur), url(second.cur), pointer;
}
div#productoptions span {
	display: block;
	position: absolute;
	left: 30px;
	top: 36px;
	color: #e5e943;
	font-weight: bold;
}
div#productoptions span.price {
	display: inline;
	position: static;
	color: #fff;
}


ul#productspec {
	margin: 0;
	padding: 20px 0;
	list-style-type: none;
} 
ul#productspec li {
	margin: 0;
	padding: 5px 0 3px 20px;
	height: 18px;
	font-weight: bold;
}
ul#productspec li span {
	margin-left: -10px;
	display: inline-block;
	width: 24px;
	text-align: center;
}
ul#productspec li.odd {
	background: #f0f0f0 url(end_curve.png) no-repeat 0 0;
}
ul#productspec li img.icon {
	vertical-align: middle;
}

div#availability {
	background: url(available.png) no-repeat 0 17px;
	padding: 20px 0 30px 40px;
	margin-left: 10px;
}
div#availability table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
div#availability td { 
	font-weight: bold;
	padding: 4px 0;
}
div#availability td.highlight {
	color: #f90;
}

div#secureyourproperty {
	text-align: right;
	margin-right: -35px;
	padding: 20px 0;
}



