body {
	color: #070707;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 15px;
}

h1 {
	color: #993300;
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}

h3 {
	color: #333;
	font-size: 13px;
	margin-top: 13px;
}

a {
	color: #034B83;
}

header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.logo {
	text-transform: uppercase;
	font-family: cursive;
	font-weight: 700;
	font-size: 15px;
}

.logo a {
	text-decoration: none;
}

.search {
	border-radius: 3px;
	border-top-left-radius: 0;
    background-color: #999;
    border: 4px solid #eee;
	margin-right: 20px;
	margin-left: 20px;
}

.search form {
	margin: 0;
	padding: 0;
	display: flex;
	white-space: nowrap;
}

.search button {
	background: -moz-linear-gradient(center bottom , #E6E6E5 0%, #F8F8F8 72%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #FFFFFF;
    border-style: none;
    border-width: 0;
	margin-right: 1px;
	margin-top: 1px;
	font-size: 10px;
	height: 27px;
	width: 64px;
}

.search input {
    border-width: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: #FFF 1px solid;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	font-size: 15px;
	height: 24px;
}

.member {
	font-size: 14px;
	font-weight: 700;
}

.member a {
	color: #444;
	text-decoration: none;
}

nav {
	font-size: 11px;
	margin-top: 13px;
	margin-bottom: 13px;
}

nav,
nav a {
	text-decoration: none;
	color: #666;
}

.content {
	display: flex;
}

.content2 {
	order: 2;
	padding-top: 1px;
}

.content3 {
	order: 1;
}

footer {
	display: flex;
	font-size: 11px;
	color: #333333;
	justify-content: space-between;
}

.producers {
	padding: 0;
	margin-top: 0px;
	list-style-type: none;
}

.producers li {
	display: block;
	width: 135px;
}

.producers li a {
	font-size: 12px;
	text-decoration: none;
}

.categories {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.category h3 a{
	color: #333;
}

.category a {
	display: block;
	margin-bottom: 4px;
	text-decoration: none;
}

.entries .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #999 1px solid;
}

.products .entry:last-child,
.entries .entry:last-child {
	border: none;
	padding-bottom: 0;
}

.entries .ims {
	display: block;
	margin-right: 25px;
	text-align: center;
	height: 200px;
	width: 200px;
}

.entries .txt {
	padding-top: 5px;
	font-size: 12px;
}

.entries .name {
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
	font-size: 15px;
}

.reviews {
	color: #000000 !important;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

.rate {
	margin-top: 6px;
	font-size: 15px;
	color: #F5291A;
}

.rate b {
	font-size: 17px;
}

.subtitle {
	margin-top: 12px;
	margin-bottom: 10px !important;
	font-weight: 400;
	font-size: 17px;
	color: #993300;
}

.products .entry {
	border-bottom: #999 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	justify-content: start;
	display: flex;
	width: 100%;
}

.products .thumb {
	width: 70px;
	padding-top: 5px;
	margin-right: 30px;
}

.products .text {
	width: 50%;
}

.products .info {
	width: 150px;
}

.products .text a {
	display: block;
	font-size: 15px;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 5px;
}

.entry .name h3 {
	color: #034B83;
}
.entry .pros {
	color: green;
	white-space: normal;
}

.entry .cons {
	color: red;
	white-space: normal;
}

.paging {
	font-size: 12px;
	margin-bottom: 15px;
}

.paging a {
	color: #333333;
}

.articles .entry {
	margin-bottom: 25px;
}

.articles .entry a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	text-decoration: none;
}

.itminfo {
	width: 100%;
	border: none;
}

.itminfo b {
	color: #034B83;
	margin-top: 5px;
	display: block;
}

.itminfo .row:hover {
	background-color: #EEE;
}

.itminfo td {
	font-size: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

.itminfo th {
	text-align: left;
	font-weight: 500;
	padding-bottom: 5px;
}

.itminfo td:first-child {
	font-weight: 500;
}

.itminfo td:last-child {
	white-space: pre-line;
	padding-left: 20px;
}

.reviews .entry {
	border-bottom: #ccc 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.reviews .entry b,
.reviews .date {
	font-size: 13px;
}

.reviews .entry:last-child {
	border: none;
}

.reviews .name b {
	margin-right: 20px;
}

.reviews .date {
	color: #333;
	font-style: italic;
}

.reviews .text {
	margin-top: 3px;
	white-space: pre-line;
}

.ilink {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shader {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #ccc 1px solid;
	border-bottom: #ddd 1px solid;
	height: 1px;
}

.topics {
	color: #333;
	font-size: 11px;
}

.topics div {
	margin-bottom: 4px;
}

.topics a {
	font-size: 13px;
	display: inline !important;
}

.price a {
	margin-left: 50px;
}

.advertise {
	padding-right: 10px;
	margin-bottom: 12px;
	font-size: 11px;
}

.grey {
	color: #070707 !important;
}

@media (max-width:600px) {
	.categories {
		grid-template-columns: repeat(1, 1fr);
	}
	.producers li {
		display: inline-block;
		margin-right: 15px;
		width: auto;
	}
	.content {
		flex-wrap: wrap;
	}
	.content2 {
		order: 1;
	}
	.content3 {
		order: 2;
	}
}