/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg);
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Arial;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - center page
 * * * * * * * * * * */
#containerIE
	{
	background: url(images/background-body-top.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	margin: 0px auto;
	text-align: left;
	width: 977px;
	padding: 0px;
	}

/* * * * * * * * * * *
 * Top
 * * * * * * * * * * */
#top
	{
	margin-top: 40px;
	background: url(images/background-page-top.jpg) no-repeat;
	width: 977px;
	height: 62px;
	}
#logo
	{
	background: url(images/logo.jpg) no-repeat;
	position: absolute;
	width: 170px;
	height: 122px;
	margin-left: 29px;
	margin-top: -25px;
	}
#logo a
	{
	display: block;
	font-size: 1px;
	width: 170px;
	height: 121px;
	text-decoration: none;
	}

#menu
	{
	font-size: 17px;
	color: white;
	float: right;
	width: 620px;

	margin-top: 22px;
	margin-right: 20px;
	text-align: right;
	}
#menu a
	{
	color: white;
	text-decoration: none;
	}
#menu a:hover
	{
	color: #E1BFA4;
	}
#top .logoTitle
	{
	font-size: 17px;
	color: white;
	float: left;
	display: none;
	margin-left: 235px;
	margin-top: 22px
	}
/* * * * * * * * * * *
 * Banner
 * * * * * * * * * * */
#banner
	{
	background: url(images/background-page.jpg) repeat-y;
	width: 977px;
	height: 268px;
	}
#banner img
	{
	margin-left: 3px;
	margin-top: 2px;
	}
/* * * * * * * * * * *
 * Content
 * * * * * * * * * * */
#content
	{
	background: url(images/background-page.jpg) repeat-y;
	width: 977px;
	}
#content h1
	{
	font-size: 18px;
	color: #E9D0B9;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	}
#content h2
	{
	font-size: 16px;
	color: #E9D0B9;
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
	}
#content a
	{
	color: white;
	}
#content .path
	{
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 25px;
	}
#content .inner
	{
	padding: 15px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	}
#content .homeBox
	{
	background: #000000;
	float: left;
	display: inline;
	width: 322px;
	margin-left: 2px;
	color: white;
	text-align: justify;
	height: 430px;
	}
#content .homeBox td
	{
	color: white;
	}
#content .homeBox p
	{
	margin: 0px;
	margin-top: 10px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#content .homeBox ul
	{
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	}
#content .homeBox .inner
	{
	padding: 15px;
	}
#content .homeBox .homeProfile
	{
	width: 200px;
	height: 100px;
	}
#content .homeBox .homeProfile td
	{
	text-align: center;
	vertical-align: center;
	}
#content a.inviteFriend
	{
	color: #B9D0E9;
	font-weight: bold;
	}
#content .first
	{
	margin-left: 3px;
	width: 323px;
	}

#content .homeBox .description
	{
	padding-right: 15px;
	padding-left: 5px;
	}
#content .homeBox input
	{
	width: 213px;
	border: 1px solid white;
	background: white;
	}
#content .homeBox .submitTd
	{
	text-align: right;
	}
#content .homeBox .submitTd input
	{
	color: black;
	background: #E9D0B9;
	border: 0px;
	width: 145px;
	font-weight: bold;
	}

#content .contentBox
	{
	background: #000000;
	width: 971px;
	margin-left: 3px;
	color: white;
	text-align: justify;
	}
/* Uvod */
#content .newsBox
	{
	padding-bottom: 20px;
	font-size: 12px;
	}
#content .newsBox a
	{
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
#content .newsBox a:hover
	{
	color: #E9D0B9;
	}
#content .date
	{
	font-size: 10px;
	color: #cccccc;
	}
/* Registracia */
#content .registrationForm
	{
	width: 410px;
	margin-left: 270px;
	}
#content .registrationForm .description
	{
	width: 115px;
	}
#content .registrationForm input, #content .registrationForm textarea
	{
	width: 280px;
	border: 1px solid white;
	}
#content .registrationForm input.radio
	{
	width: 15px;
	}
#content .registrationForm input.inputshort
	{
	width: 45px;
	}
#content .registrationForm input.inputmiddle
	{
	width: 100px;
	}
#content .registrationForm input.submit
	{
	width: 150px;
	background: #E9D0B9;
	border: 1px solid #E9D0B9;
	}
/* Galeria */
#content .galleryItem
	{
	float: left;
	display: inline;
	width: 180px;
	padding-bottom: 10px;
	text-align: center;
	}
#content .galleryItem a img
	{
	border: 1px solid #B3B3B3;
	}
#content .galleryNavigation
	{
	height: 25px;
	}
#content .galleryNavigation a img
	{
	border: 0px;
	}
/* Plain text */
#content .textContent
	{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	}
/* Competition */
#content .competitionBox
	{
	width: 440px;
	float: left;
	display: inline;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
	}
#content ul.comments
	{
	margin-left: 100px;
	}
#content .comments li
	{
	padding-bottom: 10px;
	}

#content .whiteLine
	{
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-bottom: 1px solid white;
	}
#content .faq
	{
	padding-bottom: 3px;
	padding-left: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid white;
	color: white;
	font-size: 12px;
	}
#content .faq a
	{
	color: white;
	text-decoration: none;
	}
#content .error
	{
	margin-top: 10px;
	border: 1px solid red;
	text-align: center;
	color: red;
	padding: 10px;
	}
#content .message
	{
	margin-top: 10px;
	border: 1px solid green;
	color: green;
	text-align: center;
	padding: 10px;
	}

#content .mapBox
	{
	background: url(images/map/map.gif) no-repeat;
	width: 651px;
	height: 376px;
	margin-left: 150px
	}
#content .mapBox .innerMap
	{
	width: 651px;
	height: 376px;
	}
#content .mapBox a
	{
	text-decoration: none;
	}
#content .shopBox
	{
	width: 262px;
	border-top: 1px solid #E9D0B9;
	float: left;
	display: inline;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px
	}
#content .shopBoxRight
	{
	margin-left: 245px;
	}
#content #searchShop
	{
	padding-bottom: 10px;
	margin-left: 30px;
	}
#content #searchShop select
	{
	width: 340px;
	border: 1px solid white;
	}
#content #searchShop input
	{
	background: #E9D0B9;
	border: 1px solid #E9D0B9;
	margin-left: 10px;
	}
#content .sender
	{
	color: #aaaaff;
	}
#content .receiver
	{
	color: #aaffaa;
	}
/* Discussion */
#content .discBox.firstDisc
	{
	border-top: 1px solid #E9D0B9;
	}
#content .discBox
	{
	border-bottom: 1px solid #E9D0B9;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	}
#content .discBox a
	{
	color: white;
	text-decoration: none;
	font-weight: bold
	}
#content .borderLB
	{
	aaaborder-left: 1px solid white;
	aaaborder-bottom: 1px solid white;
	background: #333333;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#content table
	{
	color: white;
	}
#content table.nice
	{
	border-left: 1px solid white;
	border-top: 1px solid white;
	}
#content table.nice td
	{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	}
#content .line
	{
	background: url(images/icon-dots.gif) repeat-x top;
	height: 2px;
	font-size: 0px;
	margin-top: 10px;
	margin-bottom: 10px
	}
#content .navigItem
	{
	background: url(images/icon-arrow.gif) no-repeat 20px 8px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#content .rightPart
	{
	background: url(images/icon-dots.gif) repeat-y left;
	float: right;
	width: 500px;
	height: 200px;
	padding-left: 20px;
	}
#content .navigItem a
	{
	color: #B9D0E9;
	}
#content .navigItem a:hovedopr
	{
	color: #E9D0B9
	}
#content .textTable
	{
	width: 500px;
	}
#content .textTable th
	{
	background: #333333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#content .textTable td
	{
	background: #111111;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#content .guideBox
	{
	background: url(images/background-wheel.jpg) no-repeat left top white;
	float: left;
	display: inline;
	width: 628px;
	_height: 577px;
	min-height: 577px;
	}
#content .guideBox .leftText
	{
	font-size: 24px;
	margin-left: 160px;
	margin-top: 50px;
	width: 230px;
	}
#content .guideBox .rightText
	{
	font-size: 24px;
	margin-left: 160px;
	width: 230px;
	text-align: right;
	}
#content .guideBox .titleLine
	{
	background: url(images/background-wheel-line.gif) repeat-x left top;
	height: 2px;
	font-size: 1px;
	width: 260px;
	margin-left: 150px;
	margin-top: 30px;
	}
#content .guideBox .line
	{
	background: url(images/background-wheel-line.gif) repeat-x left top;
	height: 2px;
	font-size: 1px;
	margin-left: 150px;
	margin-right: 40px;
	margin-top: 10px;
	}
#content .guideBox .textBox
	{
	width: 250px;
	margin-left: 160px;
	margin-top: 10px;
	}
#content .guideBox .redButton
	{
	background: url(images/background-wheel-button.jpg) no-repeat left top;
	width: 105px;
	height: 23px;
	line-height: 23px;
	display: block;
	float: right;
	text-align: center;
	margin-right: 40px;
	text-decoration: none;
	color: white;
	border: 0px;
	}

#content .guideBox .guideQuestion
	{
	background: url(images/background-wheel-line.gif) repeat-x left bottom;
	font-size: 18px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 150px;
	padding-left: 10px;
	}
#content .guideBox .guideQuestion.first
	{
	width: 260px;
	}
#content .guideBox .guideAnswer
	{
	margin-left: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#content .guideBox .guideAnswer a
	{
	color: black;
	text-decoration: none;
	}
#content .guideBox .guideAnswer a img
	{
	border: 0px;
	}
#content .guideBox .recommendText
	{
	font-size: 16px;
	margin-left: 160px;
	margin-top: 20px;
	width: 260px;
	}
#content .guideBox .productsList
	{
	margin-left: 150px;
	width: 420px;
	margin-top: 20px;
	}
#content .guideBox .productBox
	{
	padding-bottom: 10px;
	}
#content .guideBox .productBox .prodDesc
	{
	float: right;
	display: inline;
	width: 280px;
	text-align: left;
	}
#content .guideBox .productBox img
	{
	border: 1px solid #AD0000;
	}
#content .guideBox .productBox strong
	{
	display: block;
	padding-bottom: 10px;
	}
#content .guideBox .wheelMessage
	{
	margin-left: 150px;
	width: 260px;
	color: red;
	}
/* * * * * * * * * * *
 * Bottom
 * * * * * * * * * * */
#bottom
	{
	background: url(images/background-page-bottom.jpg) no-repeat;
	width: 977px;
	height: 60px;
	text-align: center;
	padding-top: 5px;
	}
#bottom a
	{
	color: black;
	}

/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.red
	{
	color: red;
	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
.centerAlign
	{
	text-align: center;
	}
.rightAlign
	{
	text-align: right;
	}
.rightAlignImage
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.leftAlignImage
	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.leftAlignImage.miniPhoto
	{
	width: 50px;
	}
