/*	---------------------------------------------------------------
		@filename		usps_print.css
		@author		aziz.syed@akqa.com
		@description	Global style definitions to be used when printing
		
		Contents
		1. HIDDEN ELEMENTS
	--------------------------------------------------------------- */
	
/*	
	=========== 1. HIDDEN ELEMENTS ===========
*/
#utility-bar, .page-section .head-search, #nav_qt_wrapper, 
#footer #footer-links, #media-area, #btn-filter-set-wrapper, 
.button-link, #search-tab-content, .cap-top-large, 
.icn_notice, .grid .col-0, .grid .col-1
{ display:none !important; }
/*
	=========== 2. ELEMENTS TO SHOW WHEN PRINTING ===========
*/
/* HOME PAGE SIDE BAR */
.home-page #nav_qt_wrapper, .home-page #main-side-content
{ display:block; }


/*
	=========== 3. width/padding/margin/border changes for print ===========
*/
#main-side-content #quick-tools.open #qt-wrapper ul.hide-fromsighted li
{
padding:5px;
border-bottom:1px solid #000;
}

#reg-wrap
{ width:660px !important; }

.top-part #main-content
{ float:none; }

#promos
{ width:738px; overflow:hidden; }

#main-content
{ width:100%;
background-color:white;
 }
#ls-row-2, #my_row_1 {
background:none no-repeat scroll 0 0 white;
}
 
#footer
{ 
background-color:white;
 }
#footer-copyright {
text-align:left;
padding:0 0 20px;
}
 
 
.cap-middle-small cart-summary
{ border-style:none; }


.cap-middle, .cap-middle-large, .cap-middle-medium, .cap-middle-small, .subtotal, #grid-bottom
{
border-top:1px solid #d4d4d4 !important;
border-bottom:1px solid #d4d4d4 !important;
}

#search-results-tab-content
{ border-bottom:1px solid #d4d4d4; }

#progress-bar-container, #tabs-container, #pse-summary-container, #tabs
{ border:1px solid #d4d4d4; }

#progress-bar-container ul li.current, #search-tabs li.selected
{ border-bottom:4px solid #d4d4d4; }

/*
	=========== 4. font color/weight changes for print ===========
*/

#progress-bar-container ul li, #tabs-container ul li, #tabs ul li a li
{ color:#000 !important; }

.section-account .bottom-part #tabs ul li a, #tabs-container ul li a, #tabs ul li a
{ color:#000 !important; }

.section-account .bottom-part #tabs ul li.selected a, , #tabs ul li.selected a
{ text-decoration:underline; }

#footer-copyright
{ color:#000; font-weight:bold; }

/*
	=========== 5. form element changes for print ===========
*/

input.isPassword, #tPassword, #tPasswordRetype, #newPassword, #retypeNewPassword, 
#tSecAnswer1, #tSecAnswer1Match, #tSecAnswer2, #tSecAnswer2Match, #tSecretAnswer, 
#tSecretAnswerRetype, .input-field input, .select-current
{
border:1px solid #000;
}

.btn-blue-reg span .buttons
{
border:1px solid #000;
color:#000 !important;
}


/*
	=========== 6. separators for print ===========
*/
.clearfix
{ clear:both; }

.grid
{
zoom:1;
width:960px;
}
grid:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

.grid .tbody #label-1
{ border-top-style:none; }

#ToolbarIcons, .x-toolbar x-small-editor
{ display:none; }

#ext-comp-1001, .x-panel x-border-panel x-panel-noborder
{ display:none; }

#ext-gen11
{ display:none; }


/*	
	=========== Legacy styles===========


input{
	background:white none;
	border:1px solid gray;
}

.input-cap-left,
.input-cap-right{
	display:none;
}
.input-field, div.input-text-wrapper span.input-field{
	background:none;
}

input.isPassword, #tPasswordRetype, #tSecAnswer1, #tSecAnswer1Match, #tSecAnswer2, #tSecAnswer2Match {
	font-size:inherit !important;
}

#search-form input#search-btn {
	display:none;
}

.scrollable{
	height:auto !important;
}

.dijitCheckBoxInput {
	opacity:1 !important;
}

#utility-bar {
	display:none;
}

.cap-middle{
	border:1px solid #ccc;
}
*/


