/*------------------------ vrg ------------------------*/

html, body {
	height:100%;
}

body {
	background-color: #FFFFFF;
	/*
	background-image: url('tlo.gif');
	background-repeat: repeat-x;
	*/
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0;
	margin: 0;
}

div {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
	vertical-align: top;
}

a, a:link, a:visited, a:active  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color : #000000;
}

a:hover  {
	color: #000000;
	background-color: #FFFFFF;
}



#layout {
	width: 400px;
	height: 100%;
	margin: 0 auto;  /*to musi byc - firefox bug?*/
	text-align: center;
	background-color: #000000;
}

/*------------------------ details ------------------------*/

#details {
	width: 400px;
	height: 300px;
	vertical-align: top;
	text-align: left;
}

.detName {
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	text-align: right;
	margin: 0px;
}

.detNameText {
	display: inline;
	background-color: #000000;
}

.detNameText a {
    display: inline;
    font-weight: normal;
}

.detNameText a:hover {
    color: #FFFFFF;
    background: none;
    text-decoration: underline;/*line-through;*/
}

.detData {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
}

/*------------------------ menu ------------------------*/

#menu {
	width: 400px;
	/*overflow: auto;*/
}

#menu:after {
	content:"";
	display: block;
	clear: both;
}

#menu a {
	width: 100%;
	display: block;
}
.menu_item {
	float: left;
	width: 100px;
}

/*------------------------ content / lista ------------------------*/

#content {
	width: 400px;
	background-color: #000000;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
}

#content a  {
}

#content a.dupa {
	width: 400px;
	display: block;
	vertical-align:top;
}

#content a.fixed {
	width: 382px;
	display: block;
	float: left;
	margin: 0px;
	vertical-align: top;
}

#content img.ico {
	cursor: pointer;
	/*cursor: hand;*/
	background-color: #999999;
	vertical-align: top;
}

.leftHalf, .leftHalfWithIco {
	float: left;
	text-align: left;
	background-color: inherit;
	cursor: pointer;
}

.rightHalf{
	float: left;
	text-align: right;
	background-color: inherit;
 	cursor: pointer;
}

.party {
	text-align: left;
	margin-top: 12px;
	padding-left: 2px;
	overflow: auto;
	clear: both;
	width: 100%;
}

.first_party {
	margin-top: 0px;
}

.prod {
	overflow: auto;
	width: 100%;
}

.details {
	width: 384px !important;
	display: block;
	float: left;
	overflow: auto;
}

.download {
	width: 12px !important;
	height: 12px !important;
	display: block !important;
	float: left !important;
	font-size: 1px !important;
	background:  #999999 url(download.gif) !important;
	margin: 0px;
}

.download:hover {
	background: #FFFFFF url(download.gif) !important;
}

.leftHalf {
	width: 300px;
}

.leftHalfWithIco {
	width: 284px;
}

.rightHalf {
	width: 100px;
}







