body {
	font-size: 1em;
	font-family:  "Geneva CE", "Helvetica CE",  Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a:hover {
	color: #4B0082;
}

img {
	border: none;
}

.cleaner {
	clear: both;
	visibility: hidden;
}

div.div-cleaner {
	font-size: 0.1em;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*links in new window*/
a.out {
	padding-right: 7px;
	background-image: url(../template/icons/link_out.gif);
	background-position: right 1px;
	background-repeat:no-repeat;
}
/*links for email*/
a.email {
	padding-right: 9px;
	background-image: url(../template/icons/email.gif);
	background-position: right 1px;
	background-repeat:no-repeat;
}
/*links for links with file*/
a.file {
	padding-right: 9px;
	background-image: url(../template/icons/file.gif);
	background-position: right 1px;
	background-repeat:no-repeat;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
div#main-body,
div#foot-page {
	margin: 0px auto 0px auto;
}

div#main-body {
	background-repeat: repeat-y;
}

div#foot-page {
	text-align: center;
}
div#head {
	position: relative;
	overflow: hidden;
}

div#head div#logo {
	position: absolute;
}

div#head div#flags {
	position: absolute;
}

div#head div#fulltext-search {
	position: absolute;
}

div#main-page {
	min-height: 300px;
}

div#foot {
	clear: both;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*menu*/
div#menu,
div#submenu {
	width: 100%;
	position: relative;
	clear: both;
	margin: 0;
	
}
div#menu {
	border-bottom: 1px solid #FFFFFF;
}

div#menu ul,
div#submenu ul,
div#shopping-cart ul {
	margin: 0;
	padding: 0;
	list-style: none	
}

div#menu ul li,
div#submenu ul li,
div#shopping-cart ul li {
	float: left;
	padding: 3px 3px 3px 5px;
}

div#menu ul li.spacer,
div#submenu ul li.spacer,
div#shopping-cart ul li.spacer {
	background-color: transparent;
	padding: 3px 0px 3px 0px;
	color: #FEBF61;
}

div#submenu ul li.spacer {
	color: #B9E53A;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*shopping cart*/
div#shopping-cart {
	position: absolute;
	top: 0;
	right: 0;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*homepage*/
div#main-layout {
	
}

div#extra-col {
	float: right;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*article*/
div.article {
	clear: both;
}

div.article-txt,
div.detail-txt {
	float: left;
}

div.article-pict,
div.detail-pict {
	float: right;
}

div.article-txt h2,
div.detail-txt h2,
table.distributors h2,
div.t-txt h2,
div.g-article h2,
div.homepage-txt h1,
div.homepage-txt h2,
table.job-tab td h2,
div#address h2 {
	margin: 0px;
}

div.article-txt p,
div.detail-txt p,
table.job-tab td p {
	margin: 0 0 1em 0;
}

div.article-txt div.text,
div.homepage-txt div.text {
	overflow: hidden;
}

div.article div.article-more {
	/*position: absolute;
	bottom: 0px;
	right: 0px;*/
	background-color: #FFFFFF;
}

div.article h4,
table.job-tab td h4 {
	margin: 0px;
}

div#address {
	float: right;
}

table.job-tab td {
	vertical-align: top;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*table layout*/
div.t-article {
	clear: both;
}

div.t-pict {
	float: left;
}

div.t-txt h2 {
	margin: 0;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*products - catalogue*/
div#product-search-col,
div#int-search-col {
	float: left;
}

div#product-list,
div#group-list,
div#compare-list,
div#int-list {
	overflow: auto;
}

div#product-list table,
div#group-list table,
div#compare-list table,
div#int-list table {
	border-collapse: collapse;
}

div#product-list th,
div#group-list th {
	text-transform: uppercase;
}

td.txt div.product-id {
	float: left;
}
div.image-box div.product-id {
	position: absolute;
	left:0;
	top: 0;
}

div.product-box div.product-id {
	bottom:0;
	top: auto;
}

div.image-box {
	position: relative;	
}

div#product-list div.product-select {
	position: absolute;
	right:0;
	bottom:0;
}

div#product-list div.gallery-list-but {
	float: right;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*products - detail*/
div.product-detail div.headline div.product-id {
	float: left;
}

div.product-detail div.headline div.product-id-2 {
	float: left;
}

div.product-detail div.headline div.product-id-3 {
	float: left;
}

div.product-detail div.product-pict {
	float: left;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*homepage*/
div.homepage-txt {
	float: left;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*internal pages*/
div.int-search-col {
	float: left;
}

div.int-detail div.int-article-pict {
	float: right;
}