/*		by shuster 2009		*/
/*		general style		*/


body {
	font: small/1.5 "Arial", "Tahoma", "Helvetica", sans-serif;
	text-align: center;
	color: #FFF;
	background: #000 url("../gfx/atak-bg1.jpg") top center no-repeat;
	scrollbar-base-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-track-color: #CBCBCB;
}
* html body { font-size: x-small; }
* html body td, * html body th { font-size: x-small; }

/* reset all elements but OL, UL */
body, p, h1, h2, h3, h4, h5, img, dl, form, fieldset, legend, input {
	border:  0px none;
	margin:  0px;
	padding: 0px;
}


h1 { color: #FF8500; font-size: 150%;}
h2 { color: #FF8500; font-size: 140%;}
h3 { color: #9ACD32; font-size: 130%;}
h4 { color: #9ACD32; font-size: 120%;}

ul, ol, dl { padding-top: 0; margin-top: 0; }
dt { font-weight: bold; }

ol.a li { list-style-type: lower-alpha; }
ol.i li { list-style-type: lower-roman; }

p { margin-bottom: 1em; }

hr { width: 100%; margin: 0 0 1em 0; padding: 0; border: 1px dashed; border-color: #FFF #FFF #C4C4C4 #FFF; line-height: 1em; }


/* layout */
#div1 { display: table; width: 1000px; margin: 0 auto; }

#div2 .c1 { width: 740px; height: 33px; float: left; }

/* logo */
#div2 h1 { display: block; float: right; width: 125px; margin-right: 6px; _margin-right: 3px; font-size: 1px;  }
#div2 h1 a { display: block; width: 100%; text-decoration: none; height: 33px; background: url("../gfx/atak_logo3.jpg") no-repeat center; }
#div2 h1 span { visibility: hidden; }
#div2 .c2 { width: 100%; height: 30px; line-height: 33px; }

#div3 .user1 { padding-top: 6px; }

#div3 .user1 a.x1 { margin-left: 8px; font-size: 11px; float: left; color: #FFCC00; }
#div3 .user1 a.x1:visited { color: #FFCC00; }

#div3 .user1 a.x2 { margin-left: 8px; font-size: 11px; color: #9ACD32; }
#div3 .user1 a.x2:visited { color: #9ACD32; }

#main-content { display: block; width: 1000px; position: relative; top: 0px;  }
#main-contentx { display: block; width: 1000px; position: relative; top: 10px; }


#langbar { display: block; margin: 6px 0; padding: 0; float: left; width: 80px; }
#langbar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: right;	/* flags dispalyed in reverse order */
}
#langbar li a {
	display: block;
	width: 30px;
	line-height: 20px;
	margin-right: 8px;
	text-decoration: none;
}
#langbar .en a { background: url("../gfx/flag-en.gif") center no-repeat; }
#langbar .sk a { background: url("../gfx/flag-sk.gif") center no-repeat; }
#langbar .en-ani a { background: url("../gfx/flag-en-ani.gif") center no-repeat; }
#langbar .sk-ani a { background: url("../gfx/flag-sk-ani.gif") center no-repeat; }
#langbar li a span { visibility: hidden; }

#menu1 ul { margin: 0; padding: 0; height: 32px; line-height: 32px; margin-left: 8px;  margin-right: 8px; display: block; float: left; }
#menu1 li { display: inline; font-size: 12px; }
#menu1 li a { padding: 4px 10px; border: 0px; color: #FFF; text-decoration: none; }
#menu1 li a:hover { padding: 4px 10px; border: 0px; color: #FF9900; }



/*********** TOP MENU ***********/
#menu2 {
	/*
	height: ??;
	Since we are floating all LIs, then you need to set height in the make-up part, if you want to place some background on the menu
	*/
	display: block;
	height: 100%;
}

#menu2 ul {
	margin: 0;
	padding: 0px 6px;
	border: 0;
	list-style-type: none;
}

#menu2 li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menu2 a {
	display: block;
}

* html #menu2 li a {
	position: relative; /* Fix IE6's inability to expand clickable area */
}

#menu2 li ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
}

/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #menu2 li ul {
	display: none;
}

#menu2 li li {
	width: 100%;
}

/* fix the position */
#menu2 li li ul {
	top: 0;
	left: 100%;
}

/* simulate child selector for IE */
div#menu2 li:hover ul,
#menu2 li:hover li:hover ul,
#menu2 li:hover li:hover li:hover ul,
div#menu2 li:focus ul,
#menu2 li:focus li:focus ul,
#menu2 li:focus li:focus li:focus ul {
	visibility: visible;
}
div#menu2 li:hover li ul,
#menu2 li:hover li:hover li ul,
#menu2 li:hover li:hover li:hover li ul,
div#menu2 li:focus li ul,
#menu2 li:focus li:focus li ul,
#menu2 li:focus li:focus li:focus li ul {
	visibility: hidden;
}

/* do the normal show, with increased specificity, for good browsers */
#menu2 ul.menulist li:hover>ul,
#menu2 ul.menulist li:focus>ul {
	display: block;
	visibility: visible;
}


#menu2_holder {
	width: 100%;
	height: 32px;
	line-height: 32xp;
	float: left;
}

/*		------   Make-up	--------			*/

#menu2 {
	display: table;
	width: 100%;
	height: 22px;	/* 	Height mentioned above	 */
	line-height: 22px;
	z-index: 100;
	position: relative;
	margin-top: 4px;
}

#menu2 ul a {
	text-decoration: none;
	text-align: center;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

#menu2 ul li:hover, #menu2 ul li:focus {
	background-color: #FF9900;
	color: #FFF;
}

#menu2 ul ul a {
	text-decoration: none;
	text-align: center;
	color: #FFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
}

#menu2 ul ul a:hover { color: #FF6600; }

#menu2 ul ul li {
	margin: 1px;
	padding: 1px;
}
#menu2 ul ul li:hover, #menu2 ul ul li:focus {
	background-color: transparent; /*#FF9900;*/
	color: #FF9900;
}

#menu2 li li {
	width: 105px;	/* 	we can't use 100% because LIs have margin and padding (although latter is more important) 	 */
}

#menu2 li ul {
  background: #303030;
	/* background: #000 url("../gfx/bg-09.png") no-repeat left top;*/
	/*border: 1px solid #FF9900;*/
	width: 110px;
}

#menu2 li ul a {
	text-align: left;
	padding-left: 8px;
	font-size: 86%;
	line-height: 14px;
}

#menu2 li ul li ul {
	margin-top: 3px;
	margin-left: 0px; /*-2px*/
}

#menu2 li ul a.sub {
	background: url("../gfx/arrow1.gif") no-repeat right center;
}

.menulist {
	position: absolute;
}

/*		------   Specific fixes	(thank to W3C for these) --------			*/
/* 
		I'm gonna move the submenus 5px up
		5px works fine here and it is roughly calculated as:
			padding-bottom + margin-bottom + border-bottom of the LI
			+
			*-top values of the LI
			
		Mostly it needs a bit of trial and error.
		Basic idea is to remove the scrollbar when menu re-positioning is perfomed. Of course, script could take care of that, but that takes too much code - this is easier.
*/
#menu2 li li ul {
	margin-top: -5px;
}

.clr {
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clr hr {
	visibility: hidden;	/* kvoli staremu firefoxu */
	margin: 0; padding: 0;
}


#frmsch1 {  width: 150px; float: left; margin: 0; padding: 0; margin-top: 5px; }
#frmsch1 .i1 { background: #4B4B4B; color: #FFF; line-height: 20px; border: 1px solid #000; width: 114px;  }
#frmsch1 .i3 { line-height: 22px; width: 20px; background: #FC9 url("../gfx/srch-btn1.png") center no-repeat; cursor: pointer; }


#frmlogin { width: 240px; float: left; text-align: left; }
#frmlogin .i1 { background: #4B4B4B; color: #FFF; line-height: 20px; border: 1px solid #000; width: 104px; }
#frmlogin .i3 { line-height: 22px; color: #FFF; width: 20px; background: #FC9 url("../gfx/lgn-btn1.png") center no-repeat; cursor: pointer; }


a.btnx1 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-06-1a.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }

a:hover.btnx1 { color: #FFF; background: #909090 url("../gfx/bg-06-1b.jpg") no-repeat center; }
a.btnx1 span { position: absolute; top: 15px; left: 15px; }
 

a.btnx2 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-06-2a.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx2 { color: #FFF; background: #909090 url("../gfx/bg-06-2b.jpg") no-repeat center; }
a.btnx2 span { position: absolute; top: 15px; left: 15px; }

a.btnx3 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-06-3a.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx3 { color: #FFF; background: #909090 url("../gfx/bg-06-3b.jpg") no-repeat center; }
a.btnx3 span { position: absolute; top: 15px; left: 15px; }

a.btnx4 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-06-4a.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx4 { color: #FFF; background: #909090 url("../gfx/bg-06-4b.jpg") no-repeat center; }
a.btnx4 span { position: absolute; top:15px; left: 15px; }

a.btnx5 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-06-5a.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx5 { color: #FFF; background: #909090 url("../gfx/bg-06-5b.jpg") no-repeat center; }
a.btnx5 span { position: absolute; top: 15px; left: 15px; }

a.btnx6 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-06-6a.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx6 { color: #FFF; background: #909090 url("../gfx/bg-06-6b.jpg") no-repeat center; }
a.btnx6 span { position: absolute; top: 15px; left: 15px; }

a.btnx7 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-06-7a.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx7 { color: #FFF; background: #909090 url("../gfx/bg-06-7b.jpg") no-repeat center; }
a.btnx7 span { position: absolute; top: 15px; left: 15px; }

a.btnx8 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-06-8a.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx8 { color: #FFF; background: #909090 url("../gfx/bg-06-8b.jpg") no-repeat center; }
a.btnx8 span { position: absolute; top: 15px; left: 15px; }

a.btnx9 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-06-9a.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx9 { color: #FFF; background: #909090 url("../gfx/bg-06-9b.jpg") no-repeat center; }
a.btnx9 span { position: absolute; top: 15px; left: 15px; }


a.btnx11 { display: block; width: 318px; height: 116px; background: #909090 url("../data/static/image/fanzona/svk_0.gif") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx11 { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }
a.btnx11 span { position: absolute; top: 15px; left: 15px; }

a.btnx12 { display: block; width: 318px; height: 116px; background: #909090 url("../data/static/image/fanzona/hkpo_0.gif") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx12 { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }
a.btnx12 span { position: absolute; top: 15px; left: 15px; }


a.btnx13 { display: block; width: 318px; height: 116px; background: #909090 url("../data/static/image/fanzona/1fct_0.gif") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx13 { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }
a.btnx13 span { position: absolute; top: 15px; left: 15px; }

a.btnx14 { display: block; width: 318px; height: 116px; background: #909090 url("../data/static/image/fanzona/hkmzv_0.gif") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx14 { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }
a.btnx14 span { position: absolute; top: 15px; left: 15px; }

a.btnx15 { display: block; width: 318px; height: 116px; background: #909090 url("../data/static/image/fanzona/hcke_0.gif") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx15 { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }
a.btnx15 span { position: absolute; top: 15px; left: 15px; }

a.btnx16 { display: block; width: 318px; height: 116px; background: #909090 url("../data/static/image/fanzona/hcslovan_0.gif") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx16 { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }
a.btnx16 span { position: absolute; top: 15px; left: 15px; }

a.btnx17 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-07-7a.png") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx17 { color: #FFF; background: #909090 url("../gfx/bg-07-7b.png") no-repeat center; }
a.btnx17 span { position: absolute; top: 15px; left: 15px; }

a.btnx18 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-07-8a.png") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx18 { color: #FFF; background: #909090 url("../gfx/bg-07-8b.png") no-repeat center; }
a.btnx18 span { position: absolute; top: 15px; left: 15px; }

a.btnx19 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-07-9a.png") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx19 { color: #FFF; background: #909090 url("../gfx/bg-07-9b.png") no-repeat center; }
a.btnx19 span { position: absolute; top: 15px; left: 15px; }

a.btnx20 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/fanatik.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx20 { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }
a.btnx20 span { position: absolute; top: 15px; left: 15px; }

a.btnx21 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/slovan/atak.gif") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx21 { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }
a.btnx21 span { position: absolute; top: 15px; left: 15px; }

a.btnx22 { display: block; width: 318px; height: 116px; background: #909090 url("../gfx/bg-07-9a.png") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btnx22 { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }
a.btnx22 span { position: absolute; top: 15px; left: 15px; }

.tabx1 { position: relative; top: -8px;}
.tabx1 a { text-decoration: none; color: #FFF; }
.tabx1 a:hover { text-decoration: none; color: #CCC; }
.tabx1 td { border: 0px solid #5F5F5F; }

a.btn1 { display: block; width: 482px; height: 87px; background: #000 url("../gfx/lacrosse_01.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btn1 { color: #FFF; background: #000 url("../gfx/lacrosse_02.jpg") no-repeat center; }
a.btn1 span { position: absolute; top: 15px; left: 15px; }

a.btn2 { display: block; width: 482px; height: 87px; background: #000 url("../gfx/bike_01.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; position: relative; }
a:hover.btn2 { color: #FFF; background: #000 url("../gfx/bike_02.jpg") no-repeat center; }
a.btn2 span { position: absolute; top: 15px; left: 15px; }

/* home */
a.facebook { position: absolute; top: 435px; left: 10px; display: block; width: 105px; height: 33px; background: url("../gfx/facebook.png") no-repeat center; text-decoration: none; color: #000;}
a:hover.facebook { background: url("../gfx/facebook_1.png") no-repeat center; color: #000;}

#xd01 { position: absolute; top: 420px; left: 10px; width: 105px; height: 33px; line-height: 33px; background: url("../gfx/bg-08.png") no-repeat center; border: 1px solid #4F4F4F; }
#xd01 a { color: #FFF; text-decoration: none; }
#xd01 a:hover { color: #FFCC00; text-decoration: none; }

#xd02 { position: absolute; top: 10px; left: 10px; width: 126px; height: 77px; line-height: 77px; background: url("../gfx/bg-07.gif") no-repeat center; }
#xd02 a { color: #FFF; text-decoration: none; display: block; }

#xd03 { position: absolute; top: 390px; right: 10px; }

#xd04 { position: absolute; top: 6px; left: 150px; }
#xd04 ul { width: autopx; margin: 0; padding: 8px; 0; background: #FFF url("../gfx/bg-09.png") no-repeat left top; }
#xd04 li { list-style: none; margin: 0; padding: 0; padding: 0 6px }
#xd04 ul a { color: #000; text-decoration: none; }
#xd04 ul a:hover { color: #FF6600; }

#xd05 { position: absolute; top: 0px; right: 0px; }
#xd05 .btn1 { font-size: 100%; border: 1px solid #5F5F5F; background: url("../gfx/bg-11.png") no-repeat left top; color: #DFDFDF; width: 110px; height: 22px; text-align: center; float: left;}
#xd05 .btn2 { font-size: 100%; border: 1px solid #5F5F5F; background: #FF6600; color: #3F3F3F; width: 110px; height: 22px; text-align: center; float: left;}
#xd05 a { border: 1px solid #5F5F5F; background: #CCCCCC url("../gfx/bg-11.png") no-repeat left top; text-decoration: none; color: #DFDFDF;}
#xd05 a:hover { border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}

#xd06 { position: absolute; top: 805px; left: 74px; }
#xd06 .btn1 { font-size: 100%; background: url("../gfx/bg-11.png") no-repeat left top; color: #000; width: 100px; height: 22px; float: left; margin-right: .5em; text-align: center; }
#xd06 .btn2 { font-size: 100%; background: url("../gfx/bg-12.png") no-repeat left top; color: #000; width: 100px; height: 22px; float: left; margin-right: .5em; text-align: center; }
#xd06 a.btn1, #xd06 a.btn1:visited, #xd06 a.btn2, #xd06 a.btn2:visited { color: #000; text-decoration: none; }
#xd06 a.btn2:hover { text-decoration: inderline; }

#xd07 { position: absolute; bottom: 36px; left: 10px; }
#xd07 .btn1 { border: 1px solid #5F5F5F; background: url("../gfx/bg-12.png") no-repeat left top; color: #3F3F3F; width: 100px; height: 22px; text-align: center; float: left; }
#xd07 a { border: 1px solid #5F5F5F; background: #CCCCCC url("../gfx/bg-12.png") no-repeat left top; text-decoration: none; color: #3F3F3F; }
#xd07 a:hover {border: 1px solid #5F5F5F; background: #CCCCCC url("../gfx/bg-11.png") no-repeat left top; text-decoration: none; color: #DFDFDF; }

#xd08 { position: absolute; bottom: 10px; left: 10px; }
#xd08 .btn1 { border: 1px solid #5F5F5F; background: url("../gfx/bg-12.png") no-repeat left top; color: #3F3F3F; width: 100px; height: 22px; text-align: center; float: left; }
#xd08 a { border: 1px solid #5F5F5F; background: #CCCCCC url("../gfx/bg-12.png") no-repeat left top; text-decoration: none; color: #3F3F3F; }
#xd08 a:hover {border: 1px solid #5F5F5F; background: #CCCCCC url("../gfx/bg-11.png") no-repeat left top; text-decoration: none; color: #DFDFDF; }

#xd09 { position: absolute; top: 10px; right: 10px; }
#xd09 .btn1 { border: 1px solid #5F5F5F; background: url("../gfx/bg-11.png") no-repeat left top; color: #DFDFDF; width: 100px; height: 22px; text-align: center; float: left; }
#xd09 a { border: 1px solid #5F5F5F; background: #CCCCCC url("../gfx/bg-11.png") no-repeat left top; text-decoration: none; color: #DFDFDF; }
#xd09 a:hover { border: 1px solid #5F5F5F; background: #FF9900; ) no-repeat left top; color: #3F3F3F; }

#xd10 { position: absolute; top: 450px; left: 100px; }
#xd10 .btn1 { font-size: 100%; background: #EFEFEF; width: 120px; height: 22px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd10 .btn2 { font-size: 100%; background: #EFEFEF; width: 120px; height: 22px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd10 a.btn1 {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}
#xd10 a.btn2:hover {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}

#xd11 { position: absolute; top: 730px; left: 100px; }
#xd11 .btn1 { font-size: 100%; background: #EFEFEF; width: 120px; height: 22px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd11 .btn2 { font-size: 100%; background: #EFEFEF; width: 120px; height: 22px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd11 a.btn1 {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}
#xd11 a.btn2:hover {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}

#xd12 { position: absolute; top: 550px; left: 100px; }
#xd12 .btn1 {  font-size: 100%; background: #EFEFEF; width: 120px; height: 22px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd12 .btn2 {  font-size: 100%; background: #EFEFEF; width: 120px; height: 22px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd12 a.btn1 {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}
#xd12 a.btn2:hover {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}

#xd13 { position: absolute; top: 730px; left: 100px; }
#xd13 .btn1 { background: #EFEFEF; width: 150px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd13 .btn2 { background: #EFEFEF; width: 150px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd13 a.btn1 {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}
#xd13 a.btn2:hover {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}

#xd14 { position: absolute; top: 330px; left: 100px; }
#xd14 .btn1 { background: #EFEFEF; width: 150px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd14 .btn2 { background: #EFEFEF; width: 150px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd14 a.btn1 {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}
#xd14 a.btn2:hover {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}

#xd15 { position: absolute; top: 600px; left: 100px; }
#xd15 .btn1 { background: #EFEFEF; width: 150px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd15 .btn2 { background: #EFEFEF; width: 150px; float: left; margin-right: .5em; text-align: center; color: #000; border: 1px solid #5F5F5F}
#xd15 a.btn1 {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}
#xd15 a.btn2:hover {text-decoration: none; border: 1px solid #5F5F5F; background: #FF9900; color: #3F3F3F;}

.thumbs1 a:link, .thumbs1 a:visited {
	display: block;
	width: 238px;
	height: 228px;
	padding: 5px;
	float: left;
	text-align: left;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #000;
	border-top: 0;
	border-left: 0;
}
.thumbs1 .bx1 { color: #FFF; display: block; width: 238px; height: 228px; cursor: hand; cursor: pointer; }
.thumbs1 span .hl1 { color: #FF7700; font-weight: bold; }

.thumbs2 { width: 100%;}
.thumbs2 ul {
     padding: 0;
	 margin: 0;
     width: 100%;
     /*margin: 0 auto;*/
	 text-align: left;
} 
.thumbs2 li {  
	vertical-align: middle;
	display: block;
	width: 250px;
	height: 270px;
	float: left;
	background: #000;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}   
.thumbs2 a {
	display: block;
	width: 250px;
	height: 270px;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
} 
.thumbs2 a:hover { background: url("../gfx/emboss_frame1.gif") no-repeat;}
.thumbs2 a:visited {color: #FFF;}
.thumbs2 span.bx1 { display: block; width: 230px; height: 250px; cursor: hand; cursor: pointer; }
.thumbs2 .bx1 del { color: #CCC; }
.thumbs2 .hl1 { color: #FF7700; font-weight: bold; }
.thumbs2 .hl2 { color: #CCC; font-weight: bold; position: absolute; top: 49px; left: 198px; }


#interblock-1 { width: 100%; height: 150px; margin-bottom: 1em; background: #999999; text-align: left; position: relative; }
#interblock-1 h2 { float: left; position: relative; top: 20px; left: 190px; font-weight: normal; line-height: 22px; color: #FFFFFF; }

#interblock-2 { width: 100%; height: 150px; margin-bottom: 1em; background: #999999; text-align: left; position: relative; }
#interblock-2 h2 { color: #fff; font-size: 150%; float: left; position: relative; top: 50px; left: 200px; font-weight: normal; line-height: 22px; }

.nav1 { margin-left: 670px; margin-bottom: 1em; text-align: left; font-size: 14px; font-weight: bold; font-family: "Verdana", "Lucida", sans-serif; }
.nav1 a, .nav1 a:visited { display: block; padding: 2px 6px; text-decoration: none; color: #666; float: left; }
.nav1 a:hover { color: #FFF; }
.nav1 span { float: left; font-size: 12px; padding: 3px 12px 0 0; color: #636363; font-size: 11px;  }
.nav1 a.active, .nav1 a.active:visited { color: #FFF; }

#frontpage1 { background-position: top center; background-repeat: no-repeat; height: 564px; }

#item_detail1 { height: 850px; background: #000 url("../gfx/bg-10.png") repeat-x; position: relative; text-align: left; }

#item_detail1 .iimg_big1 { position: absolute; top: 40px; left: 40px; }
#item_detail1 h2 { font-weight: normal; font-size: 180%; color: #CCC; position: absolute; top: 80px; left: 60px; }
#item_detail1 h3 { font-weight: normal; font-size: 160%; color: #CCC; position: absolute; top: 110px; left: 60px; }
#item_detail1 .info1 { line-height: 160%; position: absolute; top: 140px; left: 60px; color: #FF6600; font-size: 160%; }
#item_detail1 .info2 { line-height: 160%; position: absolute; top: 140px; left: 460px; color: #CCC; font-size: 160%; }
#item_detail1 .info2 del { color: #CCC; }
#item_detail1 a.fla, #item_detail1 a:visited.fla { color: #FF6600 !important; font-weight: bold; font-size: 86%; }

#item_detail1 .cctnbbar1 { position: absolute; top: 180px; left: 650px; width: 323px; background: url("../gfx/cctnbbar-bg1.gif") repeat-y; }

#item_detail1 .cctnbbar1 ul {
     padding: 0 0 0 3px;
	 margin: 0;
     width: 100%;
	 text-align: left;
} 
#item_detail1 .cctnbbar1 li {  
	vertical-align: middle;
	display: block;
	display: block;
	width: 75px;
	height: 78px;
	float: left;
	background: #fff;
	margin: 6px 2px;
	padding: 0;
	list-style: none;
	position: relative;
}   
#item_detail1 .cctnbbar1 a {
	display: block;
	width: 75px;
	height: 78px;
	padding: 6px;
	color: #FFF;
	text-decoration: none;
} 
#item_detail1 .cctnbbar1 a:hover { background: url("../gfx/emboss_frame2.gif") no-repeat; }

#item_cbxa1 { position: absolute; top: 380px; left: 650px; background: url("../gfx/combox-bg1.gif") no-repeat; width: 355px; height: 22px; padding-top: 4px; padding-left: 0px; }
#item_cbxa1 .cbx1 { background: #CCCCCC url("../gfx/bg-12.png") no-repeat 100px top; font-size: 8pt; width: 157px; text-align: center; }
#item_cbxa1 .txt1 { background: #CCCCCC url("../gfx/bg-12.png") no-repeat 100px top; font-size: 8pt; width: 38px; text-align: right; border: 1px solid #000; padding: 1px; text-align: left; }
#item_cbxa1 .lbl1 { font-size: 12px; color: #000; padding: 0 2px 0 6px; }

#ccbx1 { color: #FFF; font-weight: light; position: absolute; left: 650px; top: 110px; background: url("../gfx/bg-14.png") no-repeat 0px top; padding: 6px; }

.hl1x { color: #0000FF; font-size: 110%; position: absolute; left: 50px; top: 550px; width: 334px}

#item_btns1 { position: absolute; top: 420px; left: 650px; width: 320px; }
#item_btns1 .btn2 { width: 150px; height: 22px; line-height: 22px; background: url("../gfx/btn2-bg.gif") no-repeat left top; color: #000; font-size: 9px; float: left; text-align: center; text-decoration: none;}
#item_btns1 .btn1 { width: 150px; height: 22px; line-height: 22px; background: url("../gfx/btn1-bg.gif") no-repeat left top; color: #FFF; font-size: 9px; float: right; }
#item_btns1 .dotlac { color: #000; }

#item_detail1 .tnbbar1 { position: absolute; top: 700px; left: 75px; _left: 88px; }

#item_detail1 .tnbbar1 ul {
     padding: 0;
	 margin: 0;
     width: 100%;
     /*margin: 0 auto;*/
	 text-align: left;
} 
#item_detail1 .tnbbar1 li {  
	vertical-align: middle;
	display: block;
	display: block;
	width: 75px;
	height: 78px;
	float: left;
	background: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	margin-right: 10px;
}   
#item_detail1 .tnbbar1 a {
	display: block;
	width: 75px;
	height: 78px;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
} 
#item_detail1 .tnbbar1 a:hover { background: url("../gfx/emboss_frame2.gif") no-repeat; }

#item_info1 { position: absolute; top: -128px; left: 600px; width: 323px; }

.desc1 p { text-align: left; margin-left: 82px; }
.desc1 hr { border: 1px solid #767676; _border: 3px solid #767676; }

.filt_tab1 { position: absolute; bottom: 9px; left: 9px;  }
.filt_tab1 td { background: #CCCCCC url("../gfx/bg-12.png") no-repeat left top; width: 90px; height: 22px; color: #1F1F1F; }
.filt_tab1 td a { text-decoration: none; color: #1F1F1F; }
.filt_tab1 td a:hover { text-decoration: none; color: #5F5F5F;}

.filt_tab2 { position: absolute; top: 9px; right: 9px; }
.filt_tab2 td { border: 1px solid #BFBFBF; background: #CCCCCC url("../gfx/bg-11.png") no-repeat left top; width: 102px; height: 22px; color: #BFBFBF; }
.filt_tab2 td a { text-decoration: none; color: #BFBFBF; }
.filt_tab2 td a:hover {text-decoration: none; color: #DFDFDF; }

table.tab1, table.tab2, table.tab3 {
	border-spacing: 1px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	font-size: 12px;
}
.tab1 th, .tab1 td { empty-cells: show; border: 15px solid #000; padding: 20px 25px; vertical-align: top; background-color: #CCC; color: #000; }
.tab1 a { text-decoration: underline; color: #0044FF; }
.tab1 a:hover { text-decoration: none; color: #0044FF; }
.tab1 .even { background: 333; }

.login_msg { color: #F00; padding: 6px; border: 1px solid #F00; }


/*		PAGE		*/
.page1 { background-color: #FFF; background-image: url("../gfx/background-info-01.jpg"); color: #FFF; height: 620px;}
.page2 { background-color: #000; background-image: url("../gfx/background-info-01.jpg"); color: #FFF; height: 800px;}
.page3 { background-color: #000; background-image: url("../gfx/background-info-01.jpg"); color: #FFF; height: 980px;}
.page4 { background-color: #000; color: #FFF; height: 1000px;}

.page1 h1 { color: #FF8500; font-size: 150%; text-align: left; padding: 0; margin: 0 0 1em 0; }
.page1 h2 { color: #FF8500; font-size: 140%; text-align: left; padding: 0; margin: 0 0 1em 0; }
.page1 h3 { color: #9ACD32; font-size: 100%; text-align: left; padding: 0; margin: 30px 0 5px 0; }
.page1 h4 { color: #9ACD32; font-size: 100%; text-align: left; padding: 0; margin: 10px 0 5px 0; }

.page1 p { text-align: justify; }
.indent {text-indent: 5%; }
.page1 div { text-align: center; }

.page1 a:link, a:visited { text-decoration: none; color: #FFF; }
.page1 a:hover {text-decoration: none; color: #FFCC00; }

.page1 ul { margin: 0 0 1em 0; text-align: justify; }
.page1 ul { _margin: 0 0 1em 4em; text-align: justify; }

.page1 dl { padding: 0; margin:  0 0 1em 0; }
.page1 dt { font-weight: bold; float: left; }
.page1 dd { margin-left: 6em; }

.page1 table {text-align: left; border-collapse: collapse; border: 2px solid #4F4F4F; }
.page1 tr { text-align: left; }
.page1 td { text-align: left; border: 1px solid #4F4F4F; padding: 4px 10px; }
.page1 th { text-align: left; border: 1px solid #4F4F4F; background: #BABABA; padding: 4px 10px; color: #000;}


.page2 h1 { color: #FF8500; font-size: 150%; text-align: left; padding: 0; margin: 0 0 1em 0; }
.page2 h2 { color: #FF8500; font-size: 140%; text-align: left; padding: 0; margin: 0 0 1em 0; }
.page2 h3 { color: #9ACD32; font-size: 100%; text-align: left; padding: 0; margin: 30px 0 5px 0; }
.page2 h4 { color: #9ACD32; font-size: 100%; text-align: left; padding: 0; margin: 10px 0 5px 0; }

.page2 p { text-align: justify; }
.page2 div { text-align: center; }

.page2 a:link, a:visited { text-decoration: none; color: #FFF; }
.page2 a:hover {text-decoration: none; color: #FFCC00; }

.page2 ul { margin: 0 0 1em 0; text-align: justify; }
.page2 ul { _margin: 0 0 1em 4em; text-align: justify; }

.page2 dl { padding: 0; margin:  0 0 1em 0; }
.page2 dt { font-weight: bold; float: left; }
.page2 dd { margin-left: 6em; }

.page2 table {text-align: left; border-collapse: collapse; border: 2px solid #4F4F4F; }
.page2 tr { text-align: left; }
.page2 td { text-align: left; border: 1px solid #4F4F4F; padding: 5px 10px; line-height: 15px; }
.page2 th { text-align: left; border: 1px solid #4F4F4F; background: #BABABA; padding: 5px 10px;color: #000; line-height: 15px;}

.page3 h1 { color: #FF8500; font-size: 150%; text-align: left; padding: 0; margin: 0 0 1em 0; }
.page3 h2 { color: #FF8500; font-size: 140%; text-align: left; padding: 0; margin: 0 0 1em 0; }
.page3 h3 { color: #9ACD32; font-size: 100%; text-align: left; padding: 0; margin: 30px 0 5px 0; }
.page3 h4 { color: #9ACD32; font-size: 100%; text-align: left; padding: 0; margin: 10px 0 5px 0; }

.page3 p { text-align: justify; }
.page3 div { text-align: center; }

.page3 a:link, a:visited { text-decoration: none; color: #FFF; }
.page3 a:hover {text-decoration: none; color: #FFCC00; }

.page3 ul { margin: 0 0 1em 0; text-align: justify; }
.page3 ul { _margin: 0 0 1em 4em; text-align: justify; }

.page3 dl { padding: 0; margin:  0 0 1em 0; }
.page3 dt { font-weight: bold; float: left; }
.page3 dd { margin-left: 6em; }

.page3 table {text-align: left; border-collapse: collapse; border: 2px solid #4F4F4F; }
.page3 tr { text-align: left; }
.page3 td { text-align: left; border: 1px solid #4F4F4F; padding: 5px 10px; line-height: 15px; }
.page3 th { text-align: left; border: 1px solid #4F4F4F; background: #BABABA; padding: 5px 10px;color: #000; line-height: 15px;}

.page4 h1 { color: #FF8500; font-size: 150%; text-align: left; padding: 0; margin: 2em 0 1em 0; }
.page4 h2 { color: #FF8500; font-size: 140%; text-align: left; padding: 0; margin: 0 0 1em 0; }
.page4 h3 { color: #9ACD32; font-size: 100%; text-align: left; padding: 0; margin: 30px 0 5px 0; }
.page4 h4 { color: #9ACD32; font-size: 100%; text-align: left; padding: 0; margin: 10px 0 5px 0; }

.page4 p { text-align: justify; }
.page4 div { text-align: center; }

.page4 a:link, a:visited { text-decoration: none; color: #FFF; }
.page4 a:hover {text-decoration: none; color: #FFF; }


.padding1 { padding: 4px; }
.padding2 { padding: 6px; }
.padding3 { padding: 50px 100px 50px 100px;}
.padding4 { padding: 85px; }
.padding5 { padding: 0px 0px 100px 0px;}

#left_div { text-align: left; position: absolute; top: 370px; left: 520px;}
#right_div { text-align: left; position: absolute; top: 370px; right: 100px}

#left_mapa { position: absolute; top: 230px; left: 100px; border-width: 1px; border-style: solid; border-color: #9F9F9F;}

#right_img { position: absolute; top: 230px; right: 100px; width: 380px; height:120px; border-width: 1px; border-style: solid; border-color: #9F9F9F; }

/*		ORDER		*/
.order {background: #EEEEEE;  color: #000; padding: 50px 100px; border: 1px solid #FFF; }
.order h1 { color: #FF6304; font-size: 150%; text-align: left; padding: 0; margin: 0 0 1em 0; }

.order a:link, a:visited { text-decoration: none; }
.order a:hover {text-decoration: underline; }

.orderx { text-align: left; background: #EEEEEE; color: #000; padding: 50px 100px; border: 1px solid #FFF; }

.form_area-1 { background-color: #BABABA; color: #000; padding: 50px 100px; border: 1px solid #FFF; }
.form_area-1 h1 { color: #FF6304; font-size: 150%; text-align: left; padding: 0; margin: 0 0 1em 0; }
.form_left-1 { float: left; width: 48%;	color: #000; }
.form_right-1 { float: right; width: 48%; color: #000; }

.input-1 { width: 158px; color: #000; }
.input_r-1 { background-color: #FFECE0; width: 158px; color: #000; }
.input-2 { width: 158px; height: 70px; color: #000; }
.input_r-2 { background-color: #FFECE0; width: 158px; height: 70px; color: #000; }
.input-3 { width: 24px;	color: #000; }
.input-4 { width: 695px;	height: 80px; color: #000; }

.shop-cart { background-color: #FFF;	border-collapse: collapse;	border: 2px solid #000; color: #000; }
.shop-cart thead { font-weight: bold;	background-color: #BABABA;	text-align: center; }
.shop-cart tfoot { font-weight: bold;	background-color: #BABABA; }
.shop-cart tbody { text-align: center; }
.shop-cart td {	border: 1px solid #000; }

.b_area { text-align: center; margin: 0 auto; }

.button-1 {
	text-align: center;
	margin: 0 auto;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	/*border: 1px solid;*/
	border-color: #990000;
	width: 10em;
	text-decoration: none;
	padding: 1px;
}

a.button-1, a.button-1:visited, a.button-1:hover {
	display: block;
	border: 1px solid;
	border-color: #FFFFFF;
	color: #FFFFFF;
	line-height: 20px;
	width: 9.7em;
	_width: 9.8em;
	text-decoration: none;
}

a.button-1:active {
	display: block;
	border: 1px solid;
	border-color: #FFFFFF;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}

.button-2 {
	text-align: center;
	margin: 0 auto;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid;
	border-color: #FFFFFF;
	background-color: #990000;
	color: #FFFFFF;
	height: 24px;
	width: 128px;
	cursor: hand;
}

.b_pad-1 {
	border: 1px solid;
	border-color:  #990000;
	text-align: right;
	width: 10em;
}

.b_pad-2 {
	border: 1px solid;
	border-color:  #990000;
	text-align: right;
	width: 128px;
}

.discounts { background: #EEEEEE;  color: #000; padding: 10px 100px; border: 1px solid #FFF; }
.discounts a:link, a:visited { text-decoration: none; }
.discounts a:hover {text-decoration: underline; }

.tabx { position: relative; top: 0px;}
.tabx a { text-decoration: none; color: #FFF; }
.tabx a:hover { text-decoration: none; color: #CCC; }
.tabx td { border: 0px solid #5F5F5F; }

.taby { margin-top: 30px; margin-bottom: 50px; border: 0; width: 80%; }
.tabz { position: relative; top: -10px; left: -20px; border: 0; width: 104%; }

.tabu { position: relative; top: -10px; left: 10px; border: 0; width: 80%; }
.tabu a { font-size: 86%; color: #FFF; text-decoration: none; }
.tabu a:hover { font-size: 86%; color: #FFCC00; text-decoration: none; }

.tabv { text-align: center; border-collapse: collapse; }
.tabv th { background: #BABABA; border: 1px solid #000; color: #000; }
.tabv td { border: 1px solid #000; color: #FFF; }

#text table {border-collapse: collapse; margin-bottom: 1em; border-collapse: collapse;}
#text td, #text th {padding: 3px; }

div.blue { text-align: justify; color: #1E90FF; }
p.text { text-align: justify; }


/*		FAN ZONE - START		*/
.fanzona { width: 100%; }
.fanzona div { display: block;	width: 1000px; height: 480px;}   
.fanzona a { display: block; width: 1000px; height: 480px; text-decoration: none; } 
.fanzona a:hover { background: url("../data/static/image/fanzona/emboss_frame.gif") no-repeat; }

.fan1 { background: url("../data/static/image/fanzona/svk.jpg" ) no-repeat;}
.fan2 { background: url("../data/static/image/fanzona/1fct.jpg" ) no-repeat;}
.fan3 { background: url("../data/static/image/fanzona/hkpo.jpg" ) no-repeat;}
.fan4 { background: url("../data/static/image/fanzona/hcke.jpg" ) no-repeat;}
.fan5 { background: url("../data/static/image/fanzona/hcslovan.jpg" ) no-repeat;}
.fan6 { background: url("../data/static/image/fanzona/hkmzv.jpg" ) no-repeat;}
.fan6 { background: url("../data/static/image/fanzona/hkmzv.jpg" ) no-repeat;}
.fan7 { background: url("../data/static/image/hokejove_dresy/category.jpg" ) no-repeat;}


a.fanatik { position: absolute; bottom: 35px; right: 25px; z-index: auto; width: 221px; height: 80px; display: block;  background: #909090 url("../gfx/fanatikx.jpg") no-repeat center; text-decoration: none; color: #CCC; font-size: 18px; text-align: left; }
 
a:hover.fanatik { color: #FFF; background: #909090 url("../data/static/image/fanzona/bg.gif") no-repeat center; }

a.logolink1 {
	display: block;
	width: 40px;
	height: 40px;

	background: url("../gfx/links/logolink01-off.gif") center no-repeat;
}
a:hover.logolink1 {
	display: block;
	width: 40px;
	height: 40px;

	background: url("../gfx/links/logolink01-on.gif") center  no-repeat;
>
}
a.logolink2 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink02-off.gif") center no-repeat;
}
a:hover.logolink2 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink02-on.gif") center  no-repeat;
}
a.logolink3{
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink03-off.gif") center no-repeat;
}
a:hover.logolink3 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink03-on.gif") center  no-repeat;
}
a.logolink4 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink04-off.gif") center no-repeat;
}
a:hover.logolink4 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink04-on.gif") center  no-repeat;
}
a.logolink5 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink05-off.gif") center no-repeat;
}
a:hover.logolink5 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink05-on.gif") center  no-repeat;
}
a.logolink6 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink06-off.gif") center no-repeat;
}
a:hover.logolink6 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink06-on.gif") center  no-repeat;
}
a.logolink7 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink07-off.gif") center no-repeat;
}
a:hover.logolink7 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink07-on.gif") center  no-repeat;
}
a.logolink8{
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink08-off.gif") center no-repeat;
}
a:hover.logolink8 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink08-on.gif") center  no-repeat;
}
a.logolink9 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink09-off.gif") center no-repeat;
}
a:hover.logolink9 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink09-on.gif") center  no-repeat;
}
a.logolink10 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink10-off.gif") center no-repeat;
}
a:hover.logolink10 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink10-on.gif") center  no-repeat;
}
a.logolink11 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink11-off.gif") center no-repeat;
}
a:hover.logolink11 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink11-on.gif") center  no-repeat;
}
a.logolink12 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink12-off.gif") center no-repeat;
}
a:hover.logolink12 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink12-on.gif") center  no-repeat;
}
a.logolink13 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink13-off.gif") center no-repeat;
}
a:hover.logolink13 {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../gfx/links/logolink13-on.gif") center  no-repeat;
}
/*		FAN ZONE - END		*/


.irel { position: absolute; top: 480px; left: 650px; width: 323px; text-align: left; color: #000; margin-top: 8px; }
.irel a, .irel a:visited { color: #000; }
.reltnl { white-space: nowrap; height: 100px; overflow: auto; margin-top: 8px; }
.reltnl a { margin-left: 4px; }

