/* 
Mainly Wine & Whisky Products CSS 

Applied after mainly-malts.css

*/

/* Product preview */

div.prdprvwpr { /* Product preview wrapper */
	position: relative;
	float: left;
	width: 205px;
	height: 255px;
	border: 1px solid #20281B;
	margin: 10px 5px 0 0; left: 20px; /* Fixes IE float left bug that doubles left-margin if just used margin: 10px 0 0 10px */
}

div.prdprvwpr h2.prdhd { /* Product heading */
	font-weight: bold;
	margin: 0;
	border: 0;
	padding: 4px 2px 5px 2px;
	background-color: #3E4E33;
	font-size: 12px;
	line-height: 14px;
}

div.prdprvwpr h2.prdhd a {
	color: #FFFFCB;
	text-decoration: none;
}

img.prdprv { /* Product preview */
	position: absolute;
	top: 37px;
	left: 2px;
	margin: 0;
	border: 0;
}

div.prdprv { /* Product preview */
	position: absolute;
	top: 37px;
	left: 90px;
	width: 115px;
	height: 188px;
	overflow: hidden;
}

div.prdprv p {
	font-size: 14px; 
	line-height: 16px;
	padding: 5px 4px 0 4px;
}

div.prdprv p.price {
	font-weight: bold;
	color: #20281B;
}

div.prdprvwpr p.more { /* More info link */
	position: absolute;
	top: 200px;
	left: 5px;
	margin: 0; padding: 0;
}

div.prdprvwpr div.cart { /* More info link */
	position: absolute;
	top: 225px;
	left: 5px;
}

/* Style for the input btns */
div.prdprvwpr div.cart input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px; /* Required to vertically centre text in button in IE */
	color: #222222;
	margin: 0; padding: 0;
	width: 20px;
}

/* Absolute positioning to fix IE text input positional bug */
div.prdprvwpr div.cart input {
	position: absolute;
	top: 0;
}
div.prdprvwpr div.cart input.plus {left: 0;} /* Add 1 button */
div.prdprvwpr div.cart input.num {left: 23px; width: 25px; height: 18px; text-align: center;} /* Quantity */
div.prdprvwpr div.cart input.minus {left: 54px;} /* Minus 1 button */
div.prdprvwpr div.cart input.addcart {left: 76px; width: 47px;} /* Add to cart button */
div.prdprvwpr div.cart input.viewcart {left: 127px; width: 70px;} /* View cart button */

div.prdprv-end { /* Spacer at end of list of product preview boxes  */
	clear: both;
	height: 10px;
}

/* Product detail */
p.price {
	font-weight: bold;
	color: #20281B;
}

div.prdprvwpr-detail {/* Adjust div.prdprvwpr on detail page */
	height: 30px; /* Space between order buttons and '<< Back' link */
	border: 0;
	margin: 10px 5px 0 0; left: 20px;
	clear: left;
}
div.prdprvwpr-detail div.cart {
	top: 0px;
}