/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

div#content {
	min-height: 0;
}
div#products {
	font-family: Arial;
	width: 704px;
	float: left;
	background-color: #fff;
	padding-left: 98px;
	min-height: 395px;
}
div.product {
	font-family: Arial;
	width: 128px;
/*	float: left;*/
	margin-bottom: 30px;
	margin-right: 70px;
	display: inline-block;
/*	vertical-align: top;*/
	zoom: 1;
	*display: inline;
}
div.product h2 {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #005977;
	padding: 0;
	text-transform: none;
}
div.product p.intro,
div.product p.description {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #666;
}
div.product p.price {
	margin: 4px 0 0 0;
	font-size: 11px;
	line-height: 13px;
	color: #005977;
}
div.product p.price span {
	font-weight: bold;
}
div.product a {
	font-size: 11px;
	line-height: 13px;
	color: #e57200;
	text-decoration: none;
}
div.product a:hover {
	color: #005977;
}
div.product a.show-detail {
	background-image: url('../images/arrow_orange.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 11px;
	outline: none;
}
div.product a.show-detail:hover {
	background-image: url('../images/arrow_blue.jpg');
}
div.product a.add-cart {
	display: block;
	margin-top: 2px;
	height: 25px;
	line-height: 25px;
	background-image: url('../images/cart.png');
	background-repeat: no-repeat;
	padding-left: 28px;
	outline: none;
}
div.product a.add-cart:hover {
	background-image: url('../images/cart_r.png');
}
div.product img {
	border: solid 1px #d1d1d1;
	width: 128px;
	height: 128px;
}
div.product img.thumbnail {
	cursor: pointer;
	display: block;
	margin-top: 5px;
}
div.product div.detail {
	display: none;
}
div.product p.description {
	width: 585px;
	padding-top: 10px;
/*	margin-top: 15px;*/
	margin-bottom: 20px;
}
div.product div.detail img {
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}
div.product img.large {
	width: 282px;
	height: 282px;
}
div.product form {
	display: none;
}
#productmodal-container {
	padding: 15px 0 0 24px;
	width: 616px;
}
#productmodal-container div.product {
	width: auto;
	margin: 0;
}
#productmodal-container div.product h2 {
	font-size: 13px;
	width: 545px;
}
#productmodal-container div.product p.intro {
	margin-top: 5px;
	color: #005977;
}
#productmodal-container div.product p.price {
/*	position: absolute;
	top: 15px;
	left: 330px;
*/	margin: 11px 0 0 0;
	float: left;
	width: 100px;
}
#productmodal-container div.product a.add-cart {
/*	position: absolute;
	top: 8px;
	left: 420px;
*/	
	margin: 5px 0 0 0;
	display: block;
	float: left;
}
#productmodal-container div.product a.show-detail,
#productmodal-container div.product img.thumbnail {
	display: none;
}
#productmodal-container div.product div.detail {
	display: block;
	clear: both;
}