@charset "utf-8";
@import url("globals.css");
@import url("round_corners.css");

.agb, .privacy {
	font-size: 0.8em;
}

.gallery {
	width: 576px;
	margin: 0 auto;
}
.gallery img {
	width: 180px;
 	height: 135px;
	margin: 3px;
	border: 1px solid #cacaca;
}

ol.paragraf {
	counter-reset: item;
}
ol.paragraf li {
	display: block;
}
ol.paragraf li:before {
	content: "§ " counter(item) ". ";
	counter-increment: item;
}

ol.decimal {
	list-style-type: decimal;
}

ol.upper-latin {
	list-style-type: upper-latin;
}
.photo {
	margin: 0 10px 5px 0;
	float: left;
	max-height: 160px;
	max-width: 120px;
}

form#contact-form input, form#contact-form textarea {
	width: 300px;
}
form#contact-form label {
	display: inline-block;
	width: 140px;
	text-align: right;
	vertical-align: top;
	margin: 0 5px 0 0;
}

div.home-content {
	width: 940px;
	position: relative;
	margin: 0 auto;
	line-height: 0;
}
div.home-content div {
	position: relative;
}
div.home-content div.top {
	height: 356px;
	margin: 5px auto;
}
div.home-content div.middle {
	/* height: 100px; */
	margin: 15px auto;
	line-height: 1;
}
div.home-content div.middle div {
	position: static;
}
div.home-content div.bottom {
	height: 152px;
	margin: 5px auto;
}
div.home-content div div {
	position: absolute;
}
div img {
	width: inherit;
	height: inherit;
}

ul.checked li {
	list-style-image: url('http://gfx.goolux.com/global/yes.gif');
}

div.d-01 {
	left: 0;
	top: 0;
	width: 5px;
	height: 356px;
}

div.d-02 {
	left: 5px;
	top: 0;
	width: 930px;
	height: 20px;
}

div.d-03 {
	left: 935px;
	top: 0;
	width: 5px;
	height: 356px;
}

div.d-04 {
	left: 5px;
	top: 20px;
	width: 930px;
	height: 10px;
}

div.d-05 {
	left: 5px;
	top: 30px;
	width: 10px;
	height: 310px;
}

div.content {
	left: 15px;
	top: 30px;
	width: 600px;
	height: 310px;
}

div.d-07 {
	left: 615px;
	top: 30px;
	width: 25px;
	height: 310px;
}

div.tools {
	left: 640px;
	top: 30px;
	width: 285px;
	height: 98px;
}

div.d-09 {
	left: 925px;
	top: 30px;
	width: 10px;
	height: 310px;
}

div.d-10 {
	left: 640px;
	top: 128px;
	width: 285px;
	height: 8px;
}

div.catalog {
	left: 640px;
	top: 136px;
	width: 285px;
	height: 98px;
}

div.d-12 {
	left: 640px;
	top: 234px;
	width: 285px;
	height: 8px;
}

div.partner {
	left: 640px;
	top: 242px;
	width: 285px;
	height: 98px;
}

div.d-14 {
	left: 5px;
	top: 340px;
	width: 930px;
	height: 10px;
}

div.d-15 {
	left: 5px;
	top: 349px;
	width: 930px;
	height: 4px;
}

div.contact {
	left: 5px;
	top: 0;
	width: 222px;
	height: 152px;
}

div.charity {
	left: 242px;
	top: 0;
	width: 222px;
	height: 152px;
}

div.testimonials {
	left: 477px;
	top: 0;
	width: 222px;
	height: 152px;
}

div.twitter {
	left: 713px;
	top: 0;
	width: 222px;
	height: 152px;
}

div.tab_base {
	border-bottom: 1px solid #fec748;
	margin-bottom: 10px;
	color: #333;
}

a.tab180 {
	display: block;
	width: 180px;
	height: 22px;
	border: 0;
	margin-right:9px;
	padding-top: 5px;
	text-align: center;
	background: url('http://gfx.goolux.com/global/tab-back.png');
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
	color: #333;
}

a.tab180:hover {
  display: block;
  float: left;
	width: 180px;
	height: 22px;
	border: 0;
	margin-right:9px;
	padding-top: 5px;
	text-align: center;
	background: url('http://gfx.goolux.com/global/tab-back-hover.png');
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #333;
}

a.tab180active {
  display: block;
	width: 180px;
	height: 22px;
	border: 0;
	margin-right:9px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	background: url('http://gfx.goolux.com/global/tab-back-hover.png');
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
}

a.tab160 {
	display: block;
	width: 160px;
	height: 22px;
	border: 0;
	margin-right:9px;
	padding-top: 5px;
	text-align: center;
	background: url('http://gfx.goolux.com/global/tab-back160.png');
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
	color: #333;
}

a.tab160:hover {
  display: block;
  float: left;
	width: 160px;
	height: 22px;
	border: 0;
	margin-right:9px;
	padding-top: 5px;
	text-align: center;
	background: url('http://gfx.goolux.com/global/tab-back160-hover.png');
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #333;
}

a.tab160active {
  display: block;
	width: 160px;
	height: 22px;
	border: 0;
	margin-right:9px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	background: url('http://gfx.goolux.com/global/tab-back160-hover.png');
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
}

#glx_tabs a {
	color: #333;
}

#glx_tabs a:hover {
	color: #333;
}

#glx_tabs a:visited {
	color: #333;
}
table.dataset {
	font-size: 1em;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #cacaca;
	border-spacing: 0;
}
tr.dataset th{
	border: 1px solid #cacaca;
	padding: 7px;
	background: #ededed;
}
tr.dataset td{
	border-bottom: 1px dotted #cacaca;
	padding: 7px;
}
tr.dataset:hover {
	/* background: #ffffcc; */
}

tr.info {
	border: 1px dotted #cacaca;
	padding: 5px;
	display: none;
}
tr.openinfo {
	border: 1px dotted #cacaca;
	padding: 5px;
}
tr.dark {
	background: url('http://gfx.goolux.com/global/info-box-bg.png') repeat-x;
}
tr.light {
	background: transparent;
}