/**
* @package		VMtoXLS
* @author		Denis Mukhin
* @website	 	http://e-commerce24.ru
* @email 		info@e-commerce24.ru
* @copyright	Copyright © 2016 Denis Mukhin. All rights reserved.
* @license		GNU/GPL http://www.gnu.org/licenses/gpl.html
* @version		1.0     
**/

table {
	border: 1px solid #000;
	margin: 0 auto;
}

th {
	padding: 5px;
}

td {
	padding: 0 5px;
}

tr.xmtoxls-price-header th {
	background-color: #C0C0C0;
	border-bottom: 1px solid #000;
	font-size: 2em;
}

td.xmtoxls-price-logo {
	width: 50%;
	vertical-align: top;
	border-right: 1px solid #000;
}

td.xmtoxls-price-logo img {
	max-height: 100%;
	width: auto;
}

td.xmtoxls-price-vendorname {
	font-weight: bold;
}

th.xmtoxls-price-date {
	background-color: #C0C0C0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 1.2em;
}

th.xmtoxls-price-cat {
	background-color: #C0C0C0;
}

tr.xmtoxls-price-theader th {
	background-color: #C0C0C0;
	text-align: left;
}
