﻿@media print {
	#OpenPanel, #ClosedPanel { display: none; }

  .breadcrumbs ul { display: none; }
   a[href]:after { content: none !important; }
 
	 .logo { float: left!important; }

	 h1, h2, h3, h4, h5, h6 {
    color: #23a4cd!important;
    font-weight: 400!important;
	}

	 /*.product_print page */
	.product_print .yoxview { width: 100%; border: 1px solid #ddd; text-align: center; position: relative; min-height: 320px!important; }
	.product_print .activeIMG { max-width: 40%!important; }
	.product_print .thumbs { margin-top: 15px; }
	.product_print .thumbs .thumbnail { float: right; padding: 0; border-radius: 0; cursor: pointer; margin-left: 4.5954272747%; max-width: 21.5%; }
	.product_print .thumbs .thumbnail a>img, .thumbnail>img { max-height: 120px; }
	.product_print .thumbs .thumbnail:last-child { margin-left: 0; }
	.product_print .table thead { background: #d3f0f9; }
	.product_print .table thead tr { border-bottom: 5px solid #fff; }
	.product_print .table tbody tr { background: #dfecf0; border:1px solid  #fff; }
	.product_print .table, .product_print .table-bordered>thead>tr>td, .product_print .table-bordered>tbody>tr>td { border: none; } 
	.product_print .print_button, .product_print .downloads_section { float: left; }
	.product_print .print_button { margin-right: 15px; }
	.product_print .downloads_section .download { display: inline-block; margin-right: 15px; position: relative; }
	.product_print .downloads_section .download:last-child { margin-right: 0; }
	.product_print .downloads_section .download .edit_download { position: absolute; left: 0; top: 35px; }
	.product_print .downloads_section .download .download_icon { background: url('../images/download_icon.png') no-repeat left center; width: 40px; height: 35px; display: inline-block; float: left; }
	.product_print .downloads_section .download .download_title { display: inline-block; float: left; padding: 5px 5px 4px 5px; border-bottom: 1px solid #29bceb; font-size: 18px; }
	.product_print .downloads_section .download .download_title:hover { border-bottom: 1px solid #252525; color: #252525; }
	.product_print .downloads_section .download a { font-size: 18px; color: #12576d; }
	.product_print .print-btn { margin-top: 0; padding: 5px 20px; float: left; }

}
