@charset "utf-8";
/* --------------------------------------- */
/* ---- MF PRODUCT QUICK VIEW STYLING ---- */
/* --------------------------------------- */

/* TOC
	01. Structure
	02. Images
	03. Details
	04. Price
	05. Form Elements
	06. Overlays
*/

/* 01. STRUCTURE
------------------------------------------------ */
#qv {
	background: #fff;
	color: #414141;
	padding: 7px 0 6px;
	width: 820px;
}

#qvOverview h2 {
	font-size: 1.8em;
	line-height: 1;
	color: #264160;
}

#qv .tabs {
	height: 1%;
	margin: 0 0 -1px 3px;
	position: relative;
}

#qv .tabContent {
	margin: 0 6px;
	position: relative;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

#qvOverview {
	height: 518px;
	background: url(/img/brand/mf/quickview/bg_overview.png) no-repeat 10px 0;
	width: 808px;
}

#qv .heading,
#qv .images,
#qv .details {
	padding: 0 10px;
}

#qv .col {
	float: left;
	padding: 10px 0 0;
}

#qv .first {
	width: 478px;
}

#qv .second {
	margin: 0 0 0 10px;
	width: 300px;
}

#qv .heading {
	height: 56px;
}

#qv .review img {
	vertical-align: bottom;
}

#qv .sku {
	font-size: 1.2em;
}


/* 02. IMAGES
------------------------------------------------ */
#qv .images {
	height: 240px;
}

#qv .images div {
	height: 218px;
	overflow: hidden;
}

#qv .images li {
	float: left;
	height: 76px;
	width: 100px;
}

#qv .images li a {
	display: block;
	margin: 0 6px 8px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 2px solid #c2c2c2;
	-moz-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.2);
}

#qv .images li.active a,
#qv .images li a:hover {
	border-color: #fec12c;
}

#qv .images img {
	display: block;
	margin: 0 auto;
}


/* 03. DETAILS
------------------------------------------------ */
#qv .details {
	clear: both;
}

#qv .details p {
	clear: both;
}

#qv .filter {
	margin: -4px 0 0 -5px;
}

#qv .filter li {
	float: left;
}

#description {
	width: 108px;
}

#mostHelpfulReview {
	width: 166px;
}

#qv .filter h4,
#qv .filter span {
	background: url(/img/brand/mf/quickview/bg_buttons.png) no-repeat 0 -48px;
	z-index: 2000;
}

#qv .filter h4 {
	color: #fff;
	font-size: 1.3em;
	height: 40px;
	margin: 0 25px 0 0;
	padding: 10px 0 0 12px;
	position: relative;
}

#qv .filter h4 span {
	background-position: right -48px;
	color: #fff;
	display: block;
	height: 50px;
/*	padding: 0 6px 28px;*/
	position: absolute;
	right: -25px;
	top: 0;
	width: 25px;
}

#qv .content {
	display: none;
}

#qv .filter li:hover h4,
#qv .filter li.hoverState h4 {
	background-position: 0 3px;
	color: #314e6a;
	cursor: pointer;
	height: 30px;
	z-index: 2200;
}

#qv .filter li:hover h4 span,
#qv .filter li.hoverState h4 span {
	background-position: right 3px;
	height: 40px;
}

#qv .filter li:hover .content,
#qv .filter li.hoverState .content {
	display: block;
	z-index: 2100;
}

#qv .filter li .content {
	background: url(/img/brand/mf/quickview/bg_inner_tabs.png) no-repeat 0 0;
	bottom: 3px;
	height: 166px;
	left: 5px;
	padding: 3px 6px 7px 4px;
	position: absolute;
	width: 792px;
}

#qv .content p {
	font-size: 1.2em;
	line-height: 1.1666em; /* 1.2x1.1666=1.4 */
}

#qv .content div {
	height: 146px;
	padding: 10px;
}

#qv .content h5 {
	margin: 0 0 2px;
	font-size: 1.5em;	
}

#qv .highlights,
#qv .metadata {
	position: absolute;
	top: 3px;
	left: 4px;
	width: 312px;
}

#qv .highlights ul {
	list-style: disc;
}

#qv .highlights li {
	margin: 0 0 0 34px;
	float: none;
	font-size: 1.3em;
	line-height: 1.3846; /* 1.3x1.3846=18 */
	list-style: disc;
}

#qv .details .description,
#qv .details .review {
	padding-right: 16px;
	position: absolute;
	top: 3px;
	left: 337px;
}

#qv .highlights,
#qv .details .review {
	overflow-y: auto;
}

#qv .details .review {
	width: 434px;
}

#qv .details .review p {
	padding: 0 0 15px 0;
}

#qv .metadata img {
	padding: 10px 0;
}

#qv .metadata p {
	padding: 0 0 5px 0;
}

#qv .metadata a {
	font-size: 1em;
	font-weight: normal;
}

/* 04. PRICE
------------------------------------------------ */
#qv .productInfo .tags {
	height: 1%;
	overflow: hidden;
}

#qv .productInfo .tags li {
	display: block;
	float: left;
	width: 150px;
}

#qv .fullDetails {
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 30px;
}

/* @see localized stylesheets */
#qv .viewFullDetails {
	float: left;
	height: 30px;
	margin: 0 10px 0 0;
}

#qv .fullDetails span {
	display: block;
	font-size: 1.3em;
	line-height: 1.154em;
	white-space: nowrap;
}


/* 05. FORM ELEMENTS
------------------------------------------------ */
#qv fieldset {
	padding: 0 0 10px;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 0 10px;
}

#qv legend {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 4px;
}

#qv label span {
	display: none;
}

#qv .color select {
	margin: 0 8px 0 0;
	width: 218px;
}

#qv .qty select {
	width: 68px;
}

/* @see localized stylesheets */
#qv .btnCart,
#qv .btnWishlist {
	height: 30px;
	float: left;
}

#qv .btnCart {
	margin: 0 10px 0 0;
}


/* 06. OVERLAYS
------------------------------------------------ */
#overlays {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.overlay {  /* temp styles */
	margin: 0 auto;
	position: relative;
	top: 100px;
	z-index: 3000;
}

#overlayScrim {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0px;
	position: fixed !important;
	top: 0px;
	width: 100%;
	z-index: 2000;
}

.close {
	position: absolute;
	top: 7px;
	right: 10px;
	padding: 0 18px 0 0;
	background: url(/img/brand/mf/quickview/btn_close.png) no-repeat center right;
	color: #9e0f00;
	font-size: 1.1em;
	font-weight: normal;
}