/* print.css */


/*
-------------------------------------------------
    F r a m e w o r k
------------------------------------------------- */
body {
    background: #fff none;
    color: #000 !important;
    font-family: Georgia,"Times New Roman",Times,Serif;
    font-size: 12pt;
}
div, a {
    background: #fff none;
}
#header {
	display: none;	
}
.logo-print {
	display: block;
}


/*
-------------------------------------------------
    C o n t e n t
------------------------------------------------- */
body.detail .wrapper .main {
	padding-left: 60pt;
}
body.detail h1,
body.detail h2,
body.detail h3,
body.detail h4,
body.detail h5,
body.detail h6 {
    font-weight: normal;
}


/*
-------------------------------------------------
    C o n t e n t   H e a d e r
------------------------------------------------- */
body.detail .detail-header {
	width: 400pt;	
}
body.detail .detail-header h1 {
	color: #3b6bba;
}
body.detail .detail-header h4 {
	color: #72af01;
	font-family: Arial,Helvetica,san-serif;
	font-size: 16pt;
}
body.detail .detail-header p.categories {
	font-family: Arial,Helvetica,san-serif;
	font-size: 19pt;	
}
body.detail .detail-header p.categories a {
	color: #3b6bba;
	text-decoration: none;
}
body.detail .detail-header ul {
	display: none;
}


/* 
-------------------------------------------------
    Q u e s t i o n   a n d   A n s w e r
------------------------------------------------- */
body.detail .detail-body h1 {
	font-family: Arial,Helvetica,san-serif;
	font-size: 18pt;
	margin-bottom: 25px;
	width: 400pt;
}
body.detail .detail-body h3 {
	font-family: Arial,Helvetica,san-serif;
	font-size: 12pt;
	color: #000;
}
body.detail .comments {
	display: none;
}
body.question .detail-body .q {
	position: relative;
}
body.question .detail-body .answer {
	margin-top: 25px;
	padding: 0px 25px 0 0;
	position: relative;
}
body.question .detail-body .answer h3 {
	padding-top: 230px;
}


/*
-------------------------------------------------
    Q & A - i c o n s
------------------------------------------------- */
body.question .detail-body .icon {
	font-family: Georgia,"Times New Roman",Times,Sans-Serif;
	font-size: 40pt;
	position: absolute;
	left: -60px;
	top: 200px;
}
body.question .detail-body .q .icon {
	height: 55px;
	top: -30px;
}


/* 
-------------------------------------------------
    Q & A   -
    M e n t o r   p h o t o   a n d   n a m e
------------------------------------------------- */
body.question .detail-body .mentorPhoto {
	height: 200px;
	position: absolute;
	top: 0;
}
body.question .detail-body .iwrap {
	float: left;
	width: 153px;
}
body.question .detail-body .txt {
	color: #404040;
	float: left;
	font-family: Arial,Helvetica,san-serif;
	font-size: 12pt;
	padding: 0px 13px;
	width: 350px;
}
body.question .detail-body .txt h4 {
	color:#3B6BBA;
	font-size:14pt;
	margin: 0;
}
body.question .detail-body .txt p {
	margin: 0;
	font-size:12pt;
}
body.question .detail-body .txt a {
	display: none;	
}
body.question .detail-body .ask-me {
	display: none;	
}
body.question .detail-body .ask-me-print {
	background: transparent none;
	position: absolute;
	top: 110px;
	left: 137px;
}


/*
-------------------------------------------------
    S i d e b a r
------------------------------------------------- */
body.detail .wrapper .aside {
	display: none;
}


/* 
-------------------------------------------------
    M e n t o r   P a g e
------------------------------------------------- */
body.mentor .ask {
	display: none;	
}
body.mentor .question,
body.mentor .answer {
	position: relative;
}

body.mentor .answer {
	display: block !important;
	margin-bottom: 30px;
}
body.mentor .question span,
body.mentor .answer span {
	position: absolute;
	top: 0;
	left: -40px;
	font-size: 20pt;
}
body.mentor .reveal-toggle {
	display: none;	
}
body.mentor ul.questions li { 
	list-style: none;
}
.aside .detail-search-box,
.aside .mentor-selector,
body.mentor .browse-control {
	display: none;
}

body.mentor .aside .quotes li {
	display: block !important;
	list-style: none;
}
body.mentor .aside h6 {
	font-size: 15pt;
	margin-bottom: 0;
}


/* 
-------------------------------------------------
    P r o d u c t   D e t a i l   P a g e
------------------------------------------------- */
body.product .bag-tabs a,
body.product .the-family,
body.product .related-video,
body.product .aside h3,
body.product .feat-qa,
body.product .related-articles,
body.product .facts .show,
body.product .comments .half,
body.product .comments .full,
body.product .comments .nav,
body.product .comments input,
body.product .comments div h6,
body.product .comments word-count {
	display: none;	
}
body.product .facts li div {
	display: block !important;	
}
body.product .facts h4,
body.product .comments h5 {
	font-size: 14pt;
	margin-bottom: 0;	
}


/* 
-------------------------------------------------
    F o o t e r
------------------------------------------------- */
#footer {
	color: #666;
	font-family: Arial,Helvetica,san-serif;
	font-size: 9pt;
	margin-top: 25px;
	text-align: right;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer p {
	clear: both;
	margin-top: 10px;
}
#footer ul.nav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	clear: both;
	float: right;
}
#footer .nav li {
	border-right: 1px solid #666;
	float: left;
	padding: 0px 5px;
}
#footer .nav li.last {
	border: 0px;
	padding-right: 0px;
}
#footer .text-input {
	border: 1px solid #000;
	padding: 2px;
	font-size: 9pt;
	margin-right: 5px;
}
#footer .button {
	border: 0px;
	background-color: #fff;
	padding-right: 0px;
}