body {
	background-color: #eee;
	margin: 0;
	padding: 0;
}

body, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 { font-size: 140%; color: #000; clear: both; margin-top: 0; padding-top: 0; margin-bottom: 20px;}
h2 { font-size: 120%; color: #dd1f26; clear: both; margin-top: 15px; padding-top: 0; }
h3 { font-size: 100%; color: #000; clear: both; }

a, a:visited {
	color: #DD1F26;
	text-decoration: underline;
	outline: none !important;
}

a:hover {
	color: #acacac;
}

a.active {
	font-weight: bold;
}

.clear {
	clear: both;
}

img {
	border: none;
}

th, td {
	vertical-align: top;
}
td.right {
	text-align: right;
}

.icon {
	vertical-align: top;
	margin-right: 3px;
}

hr {
	border: 0;
	border-top: 1px solid #d5d5d5;
	height: 0;
	margin-bottom: 10px;
}

.tablecell {
	background-color: #dddddd;
}

.highlight {
	font-weight: bold;
	color: #dd1f26;
}
.center {
	text-align: center;
}
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.newsbox {
	border: 1px solid #d5d5d5;
	background-color: #f5f5f5;
	padding: 5px 7px;
}
.newsbox h2 {
	margin-top: 0;
}

#top {
	height: 125px;
	background: url('../images/banner-top.png') top left no-repeat;
	position: relative;
}

#top a {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 600px;
	height: 100px;
}

#site {
	background: url('../images/bg-site.png') top left repeat-y;
	padding: 2px 10px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#sitenav {
	float: right;
}
#sitenav a,
#sitenav a:visited {
	color: #fff;
	text-decoration: none;
}
#sitenav a.active,
#sitenav a:visited.active {
	font-weight: normal;
}

#navigation {
	background-color: #dd1f26;
	color: #fff;
}
#navigation ul {
	margin: 20px 0 80px 0;
	padding: 0;
}
#navigation ul ul {
	margin: 0 0 5px 0;
	padding: 0;
}
#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation a,
#navigation a:visited {
	border-bottom: 1px solid rgb(235, 121, 125);
	padding: 4px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navigation a.active,
#navigation a:visited.active {
	background-color: #e6575c;
	border-bottom: none;
}

#navigation ul ul a,
#navigation ul ul a:visited {
	border-bottom: none;
	padding: 3px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#navigation ul ul ul a,
#navigation ul ul ul a:visited {
	padding: 3px 30px;
}
#navigation ul ul ul ul a,
#navigation ul ul ul ul a:visited {
	padding: 3px 40px;
}

#content {
	background-color: #fff;
}

#footer {
	background-color: #767676;
	color: #fff;
	padding: 2px 10px;
	border-top: 1px solid #FFFFFF;
}

#footer #uplink {
	float: right;
}
#footer img {
	vertical-align: text-top;
}

#footer a, #footer a:visited {
	color: white;
	text-decoration: none;
}

#searchbox {
	margin: 20px 10px 0;
	padding: 0;
}

#searchbox .term {
	width: 160px;
	border: 1px solid #767676;
}

#searchbox .button {
	width: 30px;
	margin-left: 5px;
	background-color: white;
	border: 1px solid #767676;
}

#infocart {
	margin: 0 0 15px;
	padding: 5px;
	border: 1px solid #DD1F26;
	background-color: #f5f5f5;
}

#infocart a , #infocart a:visited {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	font-weight: normal;
}

.contactform th {
	font-weight: normal;
	text-align: right;
}

.stdControl {
	width: 300px;
	border: 1px solid #ababab;
}

.stdButton {
	background-color: #DD1F26;
	border: 1px solid #DD1F26;
	color: #fff;
	font-weight: bold;
}
.stdBtnRemove {
	background-color: #fff;
	border: 1px solid #DD1F26;
	color: #000;
	font-weight: normal;
}
ul.sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sitemap ul {
	list-style: none;
	margin: -14px 0 0 300px;
	padding: 0;
}
ul.sitemap ul ul {
	margin: 5px 0 0 10px;
}

ul.sitemap li {
	position: relative;
	padding: 0 0 10px;
}
ul.sitemap ul li {
	position: relative;
	padding: 0 0 5px;
}

ul.sitemap a, ul.sitemap a:visited {
	padding: 10px 0;
	color: #454545;
	font-weight: bold;
}
ul.sitemap a:hover {
	color: #DD1F26;
}
ul.sitemap ul a, ul.sitemap ul a:visited {
	font-weight: normal;
}

.productPreview {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.productPreview img {
	float: left;
	margin-right: 20px;
}
.productPreview .productTitle {
	font-weight: bold;
	padding-bottom: 10px;
}
.productPreview .productShort {
	padding-bottom: 10px;
}
.product .prodImg {
	float: left;
	margin: 10px 25px 20px 0;
}

.prodPreview {
	border: 1px solid #ffffff;
}
#prodActive {
	border: 1px solid #DD1F26;
}

.product .productShort {
	padding-bottom: 10px;
}
.product .productShort td {
	background-color: #ddd;
}

.searchresult {
	margin-bottom: 15px;
}

.searchresult .title {
	margin-bottom: 5px;
	font-weight: bold;
}

.filebrowser th {
	background-color: #767676;
	color: #ffffff;
}

.filebrowser .tr0 td {
	background-color: #f0f0f0;
}
.filebrowser .tr1 td {
	background-color: #f5f5f5;
}

.linkpdf {
	background: url('../images/icons/page_white_acrobat.png') top left no-repeat;
	padding: 1px 0 2px 20px;
}
.linkaddcart {
	background: url('../images/icons/basket_put.png') top left no-repeat;
	padding: 1px 0 2px 20px;
}