@charset "UTF-8";
/* CSS Document */

/* =PD-IMAGE-GALLERY */
.product-select :focus {
	outline: none;
}
.product-select .product-select .product-rating {
	bottom: 63px;
	clear: both;
	height: 70px;
	left: 87px;
	position: absolute !important;
	width: 280px;
}
.product-select #productselect {
	min-height: 315px;
}
.product-select #productselect.expanded {
	height: 447px;
}
.product-select .expanded .product-rating {
	bottom: 50px;
	height: auto;
	left: 635px;
	width: 159px;
}
.product-select .expanded .product-rating p.ratings-based {
	padding-bottom:5px;
	width: 140px;
}

.product-select #product_content {
	width: auto;
	margin: 0;
}
/* =TWO-LINE-HANDLING */
#productselect div.title {
	display: table;
	height: 50px;
	position: relative;
	top: -10px;
}
#productselect div.title h2 {
   display: table-cell;
   vertical-align: middle;
   padding: 0;
}
#productselect div.title h2 { margin-top: 8px;}
div[id="productInfo"] div.title h2 { margin: 0;}

.product-select #productselect h2 {
	margin-left: -1px;
	padding-top: 8px;
}
.product-select .expanded .product-rating .review-links a {
    padding-top: 2px;
    padding-left: 2px;
}
.product-select div.border {
	border-top: 1px solid #d1d1d1;
	display: none;
	height: 1px;
	left: 0;
	top: 50px;
	position: absolute;
	width: 600px;
	z-index: 100;
}
.product-select .product-select .product-ribbon {
	bottom: 30px;
	clear: both;
	height: 70px;
	left: 20px;
	width: 280px;
	position: relative;
}
