/**
* @package		JStoXLS
* @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 #3d449a;*/
	margin: 0 auto;
}

	
th {
	padding: 5px;
}

td {
	padding: 0 5px !important;
}

tr.xmtoxls-price-header th {
	background-color: #f5f5f5 !important;
	/*border-bottom: 1px solid #3d449a;*/
	font-size: 2em;
	color:#000 !important;
}

td.xmtoxls-price-logo {
	vertical-align: middle ;
	/*border-right: 1px solid #3d449a;*/
}

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

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

th.xmtoxls-price-date {
	background-color: #ffffff !important;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	text-align: center;
	font-size: 1 em;
	color:#000 !important;
	margin-top: 10px !important;
}

th.xmtoxls-price-cat {
	background-color: #3d449a !important;
	color: #FFF;
	}

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

.priceprice tr:nth-child(2n) {
    background: #f0f0f0; /* ???? ???? */
   } 
.priceprice tr:nth-child(1) {
    background: #999; /* ???? ???? */
    color: #fff; /* ???? ?????? */
   }
   
 .priceprice tr:hover {
	 background-color: #8DF865}
	
.xmtoxls-price-info {
	margin: 0px !important;
	}
	
.sistemcent {
	text-align: center;}
	
.xmtoxls-price-logo img{
	 display:block;
     margin:auto;}
	 
.xmtoxls-price-info {
	text-align: left;
	}
	
.xmtoxls-price-info p {
	margin: 0px !important}

.xmtoxls-price-info  {	
width: 65% !important; 
}
