div.product-list-item {
	padding-top: 20px;
	clear: left;
}

div.product-list-item img.thumb {
	border: 1px solid #AEAEAE;
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}

div.product-list-item .product-short-descr {
	margin-top: 10px;
}

div.product-list-item h3 {
	font-size: 14px;
	margin: 0;
}

div.product-list-item a:focus {
	outline: 0;
}

div.product-list-item a.product-name {
	color: #000000;
}

div.product-list-item a.product-name:hover {
	color: #063E77;
}

div.product-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.product-detail {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: left;
}

div.product-detail img.big1,
div.product-detail img.big2 {
	border: 1px solid #AEAEAE;
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}

div.product-detail img.big2 {
	margin-left: 50px;
}

div.product-detail table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: hide;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.product-detail table tr.title-row td {
	font-weight: bold;
	color: #FFFFFF;
	background: #044E99;
	border: none;
}

div.product-detail table tr.even td {
	background: #F3F4F6;
}

div.product-detail table tr td {
	text-align: center;
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding: 6px 2px;
}

div.product-detail table tr td:empty {
	padding: 0;
	border: none;
}

div.product-detail table tr td.first {
	border-left: none;
}
