#products {
	float: left;
}

#products div.preview {
	position: relative;
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 5px 5px 0;
	display: inline;
}

#products div.preview a {
	position: absolute;
	float: left;
	width: 112px;
	height: 112px;
	top: 0;
	left: 0;
	background: #F1F1F1;
	text-decoration: none;
	z-index: 1;
	border: solid 4px #FFF;
}

#products div.preview a:hover {
	width: 186px;
	height: 221px;
	top: -50px;
	left: -30px;
	z-index: 3;
	background: #FFF;
}

#products div.preview a img
{
	border: none;
	top: 0;
	left: 0;
}

#products div.preview a span.description
{
	padding: 3px;
	position: absolute;
	top: 2px;
	z-index: 9;
}

#products div.preview a span.description span.price
{
	margin-top: 2px;
	height: 40px;
	display:block;
}

#products div.preview a img.thumbnail 
{
	position: absolute;
	top: 35px;
}

#products div.preview a img.small {
	display: block;
}

#products div.preview a img.thumbnail, #products div a span.description {
	display: none;
}

#products div.preview a:hover img.small {
	display: none;
}

#products div.preview a:hover img.thumbnail, 
#products div.preview a:hover span.description,
#products div.preview a:hover span.description span.price,
#products div.preview a:hover span.description span.name {
	display: block;
}

#products div.preview a span.sale,
#product-view div.details span.sale
{
	text-decoration: line-through;
}

#product-view
{
	margin: 5px;
}

#product-view div.view
{
	float: left;
	background-color: #FFF;
	width: 390px;
	height: 390px;
}

#product-view div.details
{
	float: right;
	width: 210px;
}

#product-view div.details span.sale-price
{
	margin-left: 10px;
}

#product-view div.details span.name,
#product-view div.details span.code,
#product-view div.details span.price
{
	display: block;
	margin-top: 5px;
}

#product-view div.details div.description
{
	margin-top: 10px;
}

#product-view div.details div.description ul
{
	list-style: none outside url(../images/list-dash.gif);
	margin-left: 15px;
}

#product-view div.details p.added
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0;
}

#product-view div.details a.view-bag
{
	margin: 10px 0;
	display: block;
	font-weight: bold;
}

#product-view div.details a.next
{
	margin-left: 27px;
}

#product-view div.details div.related ul
{
	list-style: none;
	margin-top: 5px;
}

#product-view div.details div.related ul li
{
	float: left;
	margin: 5px;
}