/*GENERAL*/
	body{
	background: url(../../images/design/bg-page.jpg) repeat;
}
	body, td, th, textarea, input, select {
    font-family:  "Lucida Grande", sans-serif;
    font-size: small;
    line-height: 1.4;
    padding: 0;
	margin: 0;
}

/*CONTAINER*/
#container{
	width: 800px;
	height: auto;
	margin: 0 auto 0;
	border: 5px solid #fff;
	background: #fff url(../../images/design/bg-container.jpg) repeat-x;
}

/*TOP DIV*/
#top{
	width: 100%;
	height: 85px;
	margin-top: 10px;
	border: 0px solid transparent;
}
#logo{
	float: left;
	margin-left: 2px;
}
#infolinka{
	float: right;
	margin-top: 20px;
	margin-right: 8px;
}

/*MENU*/
#top-menu {

	position: relative; /* absolute; */
	
	width: 780px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 25px;
	
	
	font-family: Helvetica, Arial, Verdana;
	/*font-size: 18px;*/
	
	clear: both;
	
	/*border: 1px solid orange;*/

}
#top-langs {

	position: absolute;
	right: 50%;
	margin-right: -450px;

	/*height: 120px;*/
	width: 200px;
		
	padding: 0px;
	padding-left: 15px;
	padding-right: 20px;
	/*padding-top: 80px;*/
	margin-top: 80px;
	vertical-align: bottom;
	
	text-align: center;
	
	font-family: Helvetica, Arial, Verdana;
	font-size: 18px;
	
	clear: both;
	
	/*border: 1px solid yellow;*/

}
#toploginlink {

	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -380px;

	/*height: 120px;*/
	/*width: 180px;*/
		
	padding: 0px;
	padding-left: 15px;
	padding-right: 0px;
	/*padding-top: 80px;*/
	margin-top: 10px;
	vertical-align: bottom;

	text-align: right;

	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	
	clear: both;
	
	/*border: 1px solid yellow;*/

}
#top-menu ul ul {

	position: absolute;
	/*left: 50%;*/
	left: 0px;
	top: 0px;
	/*margin-left: -450px;*/
	margin: 0px;
	margin-left: 5px;
	margin-top: -22px;

	/*height: 120px;*/
	width: 700px;
	
	padding: 0px;
	/*padding-left: 10px;*/
	/*padding-top: 58px;*/
	/*vertical-align: bottom;*/
	
	font-family: Helvetica, Arial, Verdana;
	/*font-size: 16px;*/
	
	/*clear: both;*/
	
	/*border: 1px solid red;*/
	
}

#top-menu li {
	list-style: none;
	float: left;
	
	margin-right: 10px;
	margin-left: 7px;
	display: inline;
	text-transform: uppercase;
}
#top-langs li {
	list-style: none;
	float: right;
	padding-left: 12px;
}
#toploginlink li {
	list-style: none;
	float: right;
	padding-left: 12px;
}

#top-menu li a {
	color: #333;
	font-size: 14px;
	padding: 2px;
}
#top-menu li a:hover{
	font-size: 14px;
	color:#333;
	text-decoration: none;
	padding: 2px;
	border-bottom: 2px solid #333;
}
#top-menu li a:visited{
	font-size: 14px;
	color: #333;
	padding: 2px;
}
/*
#menu{
	width: 780px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu-item{
	margin-right: 10px;
	margin-left: 7px;
	display: inline;
	text-transform: uppercase;
}

.menu-item a{
	font-size: 14px;
	color: #333;
	padding: 2px;
}
.menu-item a:hover{
	font-size: 14px;
	color:#333;
	text-decoration: none;
	padding: 2px;
	border-bottom: 2px solid #333;
}
.menu-item a:visited{
	font-size: 14px;
	color: #333;
	padding: 2px;
}



/*MENU LEFT*/

#menu-left {
	border: 1px solid #aeacac;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#menu-left-top {
	height: auto;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	background: white url(../../images/design/blue-top-bg.jpg) no-repeat right top;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}

#menu-left ul {
	margin-left: 10px;
	padding-left: 0px;
}

#menu-left ul li {
	margin-left: 0px;
	margin-bottom: 1px;
	margin-top: 3px;
	
	padding-left: 20px; 
	padding-top: 0px;
	padding-bottom: 1px;

	font-size: 12px;
	
	/*list-style-image: url(../../images/design/target.jpg);*/
	/*list-style-position: outside;*/
	list-style: none;
	
	background: url(../../images/design/target.jpg) no-repeat ;
	
	clear: both;
	
}
#menu-left ul ul li{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	font-size: 12px;
	background: none;
}

.menu-left li {
	list-style: none;
}

#menu-left li a, .menu-left-item2 a{
	color: #333;
	padding: 2px;
}
#menu-left li a:hover, .menu-left-item2 a:hover{
	color: #333;
	padding: 2px;
}
#menu-left li a:visited, .menu-left-item2 a:visited{
	color: #333;
	padding: 2px;
}





/*GALLERY*/
#gallery{
	width: 778px;
	height: 138px;
	background-color: black;
	margin: 20px auto 0px;
	border: 1px solid #aeacac;
}

/*CONTENT*/
#content {
	width: 780px;
	height: auto;
	margin: 30px auto 0px;
}

/*CONTENT HOMEPAGE*/
#content-home-right {
	float: right;
	width: 480px;
	margin-left: 5px;
	height: auto;
}

#content-home-left{
	float: left;
	width: 280px;
	height: auto;
	/*margin-top: 30px;*/
	margin-bottom: 10px;
	margin-right: 5px;
	/*margin-left: 10px;*/
}

/*CONTENT LEFT*/
#content-left{
	float: left;
	width: 210px;
	height: auto;
	/*margin-top: 30px;*/
	margin-bottom: 10px;
	margin-right: 5px;
	/*margin-left: 10px;*/
}
	

#novinky {
	border: 1px solid #aeacac;
	height: auto;
	padding: 0px;
}
#novinky-top {
	height: auto;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	background: white url(../../images/design/blue-top-bg.jpg) no-repeat right top;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}
.novinky-list {
	font-size: x-small;
	/*float: right;*/
	height: auto;
	padding: 5px;
}
	
#extra{
	width: auto;
}
#formular-top{
	border: 1px solid #aeacac;
	background: white url(../../images/design/napiste-nam.jpg) no-repeat top right;
	height: auto;
	padding: 5px;
	margin-top: 0px;
}
#formular{
	height: auto;
	padding-top: 30px;
}
#produkty-top{
	border: 1px solid #aeacac;
	background: white url(../../images/design/blue-top-bg.jpg) no-repeat top right;
	height: auto;
	padding: 5px;
	margin-top: 20px;
}
#produkty{
	height: auto;
	padding-top: 30px;
}
.spacer {
	clear: both;
}
.produkty-img{
	float: left;
	width: 43px;
	height: 39px;
}
.produkty-list{
	font-size: x-small;
	float: right;
	width: 195px;
	height: auto;
}

/*CONTENT RIGHT*/	
#content-right {
	float: right;
	width: 550px;
	margin-left: 5px;
	height: auto;
}

.content-right-box{
	margin-top: 0px;
	margin-bottom: 10px;
	/*margin-right: 10px;*/
	padding: 5px;
	border: 1px solid #aeacac;
	background-color: white;
	background: white url(../../images/design/pozicia.jpg) no-repeat top right;
}
.pozicia{
	text-transform: uppercase;
	color: #444343;
	font-size: 13px;
}
.text{
	height: auto;
	width: auto;
	padding-top: 20px;
}

.content-right-box p {
	margin-top: 3px;
	margin-bottom: 9px;
}

.content-right-box img {
	border: 1px solid #aeacac;
}

.title{
	border-bottom: 1px solid #073976;
	margin-bottom: 15px;
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #073976;
	font-size: 16px;
	letter-spacing: 2px;
	padding-top: 5px;
}



/*BOTTOM DIVS*/
#bottom{	
	clear: both;
	width:780px;
	height: 40px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 10px;
	color: #535353;
	font-size:x-small;
}


/*H&HR&A*/
h1, h2 {
	text-transform: uppercase;
	color: #444343;
	font-size: 13px;
	margin-bottom: 10px;
}
h2{
	/*
	font-size:12px; 
	font-weight: normal;
	color:#073976;
	margin-bottom: 4px;
	*/
}
h3{
	font-weight: bold;
	font-size:14px; 
}
hr {
	margin-top: 5px;
	margin-bottom: 10px;
  	border: 0;
  	width: 100%;
	height: 2px;
	background-image: url(../../images/design/bg-hr.jpg);
	clear: both;
}
a {
	color: #073976;
	text-decoration:none;
	
}
a:visited {
	color: #073976;
	text-decoration:none;
}
a:hover {
	color:#073976;
	text-decoration:underline;
} 
a img {
	border: none;
	}
.icons {
	margin-left: 20px;
	margin-bottom:10px;
}

.descriptions {
	display: none;
	margin-bottom: 10px;
	padding: 4px;
	font-size: 12pt;
	width: 400px;
	background-color: #f5ebf1;
	border: 1px solid ;
	border-color: #cecece;
}
#top_images {
	border: 1px solid #C6C6C6;
	padding: 6px;
}

/*FORM*/
#form{
	width: 800px;
	height: auto;
	margin:0 auto;
	padding:30px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
}

label{
	float: left;
	width: 800px;
	font-weight: bold;
	text-align: left;
}

input, textarea{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	/* width: 150px; */
	/*margin-bottom: 5px;*/
}

textarea{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	/*margin-top: 20px;
	width: 230px;
	height: 100px;*/
}

.boxes{
	width: 1em;
}

.filter {
	display: none;
}

.submitbutton {
	margin-top: 5px;
	width: 100px;
	height: 25px;
	color: black;
	background: white;
	border: 1px solid #d4d4d4
}


/* MOJE VLASTNE */

#admin fieldset {
	padding: 5px;
}


#body .summary {

}

#body .body {
	margin-bottom: 0px;
}

#screenshots td {
	padding-right: 3px;
	padding-bottom: 5px;
	
	text-align: left;
}


#uploadedimages .imagecontainer {
	margin-bottom: 10px;
}
#uploadedimages .imagecontainer legend {
	padding: 2px;
	border: 1px solid;
}
#uploadedimages .imagecontainer legend:hover {
	background: red;
	cursor:pointer; cursor:hand;
}





/* OLD */


form {
	margin: 0px;
	padding: 0px;
}

.image {
	float: left; 
	border: 0px solid black; 
	padding: 0px; 
	margin: 5px;
}

.categ, .brands {
	padding: 5px; 
	margin: 5px;
	width: 150px;
	
	/*min-height: 200px;*/
	/*border: 1px solid black; */
}
.categ {
	float: left; 
}

.closer {
	clear: both;
}

.editinfo {
	font-size: 10px;
	font-style: italic;
}

.frame {
	border: 0px solid black;
	margin: 5px;
	padding: 5px;
	
	float: left;
	width: 160px;
}

.forum {
	padding: 10px;
	background: url(../../images/bluewhitebg.png);
}

.forument {
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.forument b {
	margin-bottom: 3px;
}
.forument input {
	vertical-align: text-bottom;
}
.forumform {
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	margin-bottom: 5px;
	
}
.forum input, .forum textarea {
	padding: 2px;
	margin: 1px;
	/*font-family: Helvetica, Verdana, Arial;*/
	font-size:  11px;
	/*color: white;*/
	/*background: url(../../images/mainbg.png);*/
	border: 1px solid #aeacac;
}



.file {
	padding: 5px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	/*background: #ccccee;*/
}
.file input, .file textarea {
	padding: 2px;
	margin: 1px;
	/*font-family: Helvetica, Verdana, Arial;*/
	font-size:  11px;
	border: 1px solid #aeacac;
}

#screenshots {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	/*background: #ccccdd;*/
}
#screenshots img {
	margin-bottom: 3px;
	border: 1px solid #c8c8c8;
}

.body, .summary {
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	/*text-align: justify;
	text-justify: auto;*/
}
.edited {
	margin: 0px;
	margin-top: 5px;
	padding: 2px;
	text-align: left;
	font-size: 9px;
}

.errortext {
	/*background-image: url('../../images/error.gif');*/
	background-repeat: no-repeat;
	background-position: top right;
	
	padding: 0px;
	margin: 0px;
	padding-right: 55px;
}
