@import "./content.css";

body {
	overflow: visible;
}

/* === DISABLE NAVIGATIONS === */

.head .line,
.favorite-list,
.foot,
.help,
form,
.tab-paging {
	display: none;
}

/* === ENABLE LOGO === */

.head .logo {
	width: 170px;
	height: 50px;
	display: block;
}

/* === DEFAULT SPACING === */

img {
	margin-bottom: 20px;
	border: none;
}

address,
dl,
fieldset,
h1,
h2,
h3,
hr,
ol,
p,
pre,
table,
ul,
.related {
	margin: 0 10px 10px 0; /* margin: 0 10px; */
	padding-left: 0;
}

h1,
h2,
h3 {
	clear: both;
}

h2, .h2 {
	margin-bottom: 0.8181em;
}

.products .h4 {
	font-size: 1em;
	margin-bottom: 0;
}

.news li  {
	margin-left: 0;
}

/* === LIST STYLES === */

ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.mod-color ul li,
.mod-gallery ul li,
.products ul li,
ul.products li {
	list-style: none;
}

.mod-gallery ul li {
	float: left;
}

.products {
	margin: 0 !important;
}

.products,
.products ul {
	list-style: none;
	padding: 0;
}

.productbox {
	margin: 20px 5px 0 10px;
	width: 208px;
}

ul.listtemplate li {
	clear: both;
	width: auto;
	float: left;
}
.clear {
	clear: both;
}
.searchresult li {
	margin-left: 0;
}
.number {
	display: none;
}

p, ul, ol, table {
	margin-bottom: 1.6364em;
}

/* === TAB STYLE === */

.tabs {
	font: italic normal 1.4545em/1.125 "Times New Roman", Times, sans-serif;
	list-style: none;
	margin-bottom: 	10px;
	padding: 0 0 6px 0;
	_zoom: 1;
	overflow: hidden;
}

.tabs p, .tabs table, .tabs ul {
	margin: 0;
}

.tabs:after {
	clear: both;
	content: "\00a0";
	display: block;
	height: 0;
	visibility: hidden;
}

.tabs li {
	border-left: 1px solid #8b796a;
	list-style: none;
	float: left;
	padding: 0 18px;
}

.tabs li.first-child {
	border-left: none;
	padding-left: 0;
}

.tabs a,
.tabs a:visited {
	color: #8b796a;
}

.tabs .current *,
.tabs .current a,
.tabs a:hover,
.tabs a.hi {
	color: #c00418;
	font-weight: normal;
}

.tabs .tab-paging {
	float: right;
	padding-right: 0;
}
