#variants .header {
	color: #3B3B3B;
    font-family: BebasNeue,Arial,sans-serif;
    font-size: 18px;
	margin-bottom: 5px;
}

#variants thead tr {
	background:#E32B2E;;
}

.variants thead td {
	height: 30px;
	vertical-align: middle;
}

.variants tr td:nth-of-type(1n + 2) {
	text-align: center;		
}

#variants tbody td {
	/*border: 2px solid #060;*/	
	vertical-align:middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#variants tbody tr:hover {
	background-color: #F5F5F5;
	cursor:pointer;
}

#variants tbody tr.clicked {
	background-color: #F5F5F5;
	cursor:default;
}

#variants .quantity {
	text-align: center;
}

#variants .price-old {
	text-decoration: line-through;
	padding-right:5px;		
}

#variants .price-new {
	color: #E32B2E;;
	font-weight: bold;
}

.text_from {
	color:#F90;
	font-size:0.90em;
	margin-right:3px;
}

/* product-list view with variants v1.0 */
/*
.product-grid .variants-list {
	display: none;
}

.variants-list.hide {
	display: none;
}

.variants-list {
	float: right;
	display: block;
	width: 527px;
	padding-top: 10px;
	padding-right: 6px;

}

.variant {
	float: right;
	margin-top: 15px;

}

.variant .left {
	float: left;
}

.variant .right {
	float: right;

}

.variant .name  {
	width: 290px;
	color: #3B3B3B;
	font-family: BebasNeue,Arial,sans-serif;
	font-size: 18px;
	text-decoration: none;

}

.variant .name {
	display: block;
}
.variant .model {
	display: block;
}

.variant .price {
	float: right;
	height: 50px;
	padding-right: 16px;
	padding-left: 16px;
	color: #3B3B3B;
	font-size: 18px;
	font-family: BebasNeue,Arial,sans-serif;
	margin-top: 2px;
}

.variant .cart {
	float: right;
	padding-right: 16px;
}

.variant .link {
	float: right;
	clear: both;
	margin-right: -5px;
	margin-top: -18px;
}

.variant .compare, .variant .wishlist {
	display: block;
}

.product-grid .model, .product-list .description {
	display: none;
}
*/

/* product-list view with variants v2.0 */

.product-grid .variants-list {
	display: none;
}

.product-grid .model, .product-list .model, .product-list .right, .product-list .price {
	display: none;
}

.variants-list .model {
	display: block;
}

.product-list .description {
	display: none;
}

.variants-list {
	float: right;
	display: block;
	width: 527px;
	padding-top: 10px;
	padding-right: 6px;
	overflow: hidden;
}

.variant {
	float: right;
	margin-top: 15px;
}

.table {
	display: table;
	/*width: auto;*/
	width: 550px;
	/*background-color: #eee;*/
	/*border: 1px solid #666666;*/
	border-spacing: 10px;/*cellspacing:poor IE support for  this*/
	/* border-collapse:separate;*/
	/*border: 1px solid black;*/

}

.row {
	display: table-row;
	width: auto;
	height: 20px;
	/*border: 1px solid green;*/
}

.header.row .cell {
	vertical-align: bottom;
	padding-bottom: 5px;
	border-bottom: 1px solid lightgrey;
}

.vspace {
	margin-bottom: 10px;
}

.cell {
	display: table-cell;
	width: 85px;
	height: 28px;
	/*background-color: #ccc;*/
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid red;*/
}

.header.row {
	font-weight: bold;
}

.cell.pcs {
	width: 60px;
}

cell.cena, cell.mc {
	width: 30px;
}

.cell.sku {
	width: 90px;
}

.cell.model {
	width: 120px;
	display: table-cell;
	vertical-align: middle;
}

.cell.cena, cell.mc {
	width: 60px;
}

.cell.qty {
	width: 70px;
	text-align: center;
}

/*.cell.qty .bfi {
	color: lightgray;
}*/

.cell.pcs input {
	text-align: center;
}

.cell.btn {
	width: 70px;
}

.product-list .price-tax {
	display: none;
}

.product-list .description a {
	color: #E32B2E;
	text-decoration: underline;
}

.product-list .price-old {
	color: #E32B2E;
}

input[type="button"] {
	text-align: center;
	vertical-align: middle;
	padding: 0px 15px 0px 15px;
}