/* Product info page ---------------------------------------------------------------------------- */

.scap {
	font-variant: small-caps;
}

#product_info {
	padding-bottom: 3ex;
}

#product_info h2 {
	margin: 2em 0 0;
}

#favorite, #add_favorite {
	text-decoration: none;
	padding-left: 20px;
    background-position: left center;
	background-repeat: no-repeat;
}

#favorite:hover, #add_favorite:hover {
	text-decoration: underline;
}

#favorite, #add_favorite:hover {
    background-image: url(/shop/images/star-on.png);
}

#add_favorite {
    background-image: url(/shop/images/star-off.png);
}

.subhead {
	overflow: auto;
	color: #5d5556;
	margin: 0 0 20px;
	font-size: 0.8em;
}

.subhead dt, .subhead dd {
	float: left;
}

.subhead dt {
	margin: 0 1ex 0 0;
}

.subhead dd {
	font-weight: bold;
	margin: 0 2em 0 0;
}

#product_image_box {
	background: white;
	margin: 10px 0 30px;
	height: 300px;
	width: 300px;
	border: 1px solid rgba(0,0,0,0.3);
	float: left;
	position: relative;
	overflow: hidden;
}

#product_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

strong#product_image {
	font-size: 2em;
	font-weight: bold;
	color: #DDD;
	display: block;
	width: 100%;
	text-align: center;
}

img#product_image {
	height: auto;
	width: auto;
	max-width: 280px;
	max-height: 280px;
	display: block;
}

#product_price, #product_addtocart {
	margin-top: 40px;
	margin-left: 310px;
	text-align: center;
}

#product_addtocart form {
	display: block;
}

#price {
	color: green;
	font-size: xx-large;
	font-weight: bold;
}

#price sup {
	font-size: large;
}

#price span {
	font-size: small;
	font-weight: normal;
	vertical-align: middle;
	color: #888;
}

#high_price {
	margin-top: 10px;
}

#savings {
	color: green;
}

#equipment_price {
	text-align: right;
}

#equipment_price #product_addtocart {
	margin: 10px 0 0 0;
	text-align: inherit;
}

#product_addtocart input {
	font-size: medium;
	border: 1px solid #3E5E89;
	border-radius: 3px;
}

#product_addtocart input[type="text"] {
	text-align: center;
	padding: 0.75ex;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#product_addtocart input[type="submit"] {
	padding: 0.75ex 1.75ex 0.75ex 4ex;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
	background-image: url(/img/icon-cart.png);
	background-repeat: no-repeat;
	background-position: 1ex 0.75ex;
}

#product_addtocart input[type="submit"]:hover {
	border-color: steelblue;
}

#compatible_models a {
	text-decoration: none;
}

#compatible_models a:hover {
	text-decoration: underline;
}

dl.specifications > * {
	box-sizing: border-box;
    margin-bottom: 0.5em;
    padding: 0 0.5ex;
}

dl.specifications dt {
	width: 200px;
	float: left;
	text-align: right;
	font-size: small;
	color: #9a9494;
	position: relative;
	top: 2px;
}

dl.specifications dd {
	margin-left: 200px;
}

